Trace number 1119555

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.07 3614.82

General information on the benchmark

Namemaxcsp/maxcut/maxcut-30/
normalized-maxcut-30-390-8_ext.xml
MD5SUM4e98e2aa8ae945ab6588fdf8d8e5de86
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints173
Best CPU time to get the best result obtained on this benchmark136.187
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints390
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension390
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Tue Jul 15 07:11:40 2008
0.00/0.07	c 0	PID 29859
0.00/0.07	c 0	HOST node31.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1119555-1216098700.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119555-1216098700.xml' 'HOME/temp.csp'
0.05/0.58	c 1	1 domains, 30 variables, 0 predicates, 1 relations, 390 constraints
0.05/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.60	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.05/0.68	c 1	Parsing HOME/temp.csp
0.40/0.78	c 1	parsed 422 expressions
0.40/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.80	c 1	MAX CSP: 390 constraints
0.40/0.80	c 1	Converting to clausal form CSP
0.40/0.83	c 1	converted 82 (10%) expressions
0.40/0.84	c 1	converted 163 (20%) expressions
0.40/0.85	c 1	converted 245 (30%) expressions
0.40/0.85	c 1	converted 326 (40%) expressions
0.40/0.86	c 1	converted 408 (50%) expressions
0.40/0.87	c 1	converted 489 (60%) expressions
0.40/0.88	c 1	converted 571 (70%) expressions
0.40/0.89	c 1	converted 652 (80%) expressions
0.40/0.89	c 1	converted 734 (90%) expressions
0.78/1.06	c 1	converted 815 (100%) expressions
0.78/1.06	c 1	CSP : 810 integers, 0 booleans, 1169 clauses, largest domain size 586
0.78/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.06	c 1	Propagation in CSP
0.78/1.10	c 1	386 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.78/1.10	c 1	CSP : 810 integers, 0 booleans, 1169 clauses, largest domain size 391
0.78/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.88/1.10	c 1	CSP : 810 integers, 0 booleans, 1169 clauses, largest domain size 391
0.88/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.88/1.14	c 1	81 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.14	c 1	162 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.14	c 1	243 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.14	c 1	324 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.14	c 1	405 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.15	c 1	486 (60%) CSP integer variables are encoded (668 clauses, 7681 bytes)
0.88/1.16	c 1	567 (70%) CSP integer variables are encoded (1180 clauses, 14337 bytes)
0.88/1.16	c 1	648 (80%) CSP integer variables are encoded (4537 clauses, 57978 bytes)
0.88/1.16	c 1	729 (90%) CSP integer variables are encoded (5030 clauses, 64387 bytes)
0.88/1.17	c 1	810 (100%) CSP integer variables are encoded (5733 clauses, 73526 bytes)
0.88/1.19	c 1	117 (10%) CSP clauses are encoded (5967 clauses, 76378 bytes)
0.98/1.20	c 1	234 (20%) CSP clauses are encoded (6201 clauses, 79474 bytes)
0.98/1.22	c 2	351 (30%) CSP clauses are encoded (6435 clauses, 82750 bytes)
0.98/1.24	c 2	468 (40%) CSP clauses are encoded (7601 clauses, 99114 bytes)
0.98/1.26	c 2	585 (50%) CSP clauses are encoded (17334 clauses, 271705 bytes)
0.98/1.28	c 2	702 (60%) CSP clauses are encoded (27337 clauses, 437896 bytes)
1.28/1.54	c 2	819 (70%) CSP clauses are encoded (167416 clauses, 3003959 bytes)
1.28/1.55	c 2	936 (80%) CSP clauses are encoded (170895 clauses, 3064216 bytes)
1.28/1.57	c 2	1053 (90%) CSP clauses are encoded (179002 clauses, 3209304 bytes)
1.38/1.62	c 2	1169 (100%) CSP clauses are encoded (208104 clauses, 3738779 bytes)
1.38/1.62	c 2	1169 CSP clauses encoded
1.38/1.63	c 2	Writing map file : HOME/temp.map
1.38/1.63	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.63	c 2	SAT : 6543 SAT variables, 208104 SAT clauses, 3738779 bytes
1.38/1.63	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.66	c 2	OBJECTIVE minimize _COST
1.38/1.66	c 2	SOLVING HOME/temp.cnf
1.38/1.66	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.38/1.66	c 2	This is MiniSat 2.0 beta incremental
1.38/1.66	c 2	WARNING: for repeatability, setting FPU to use double precision
1.38/1.66	c 2	============================[ Problem Statistics ]=============================
1.38/1.66	c 2	|                                                                             |
1.38/1.67	c 2	|  Number of variables:  6543                                                 |
1.38/1.67	c 2	|  Number of clauses:    208104                                               |
1.45/1.77	c 2	|  Parsing time:         0.08         s                                       |
1.45/1.77	c 2	OK
1.45/1.77	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.45/1.77	c 2	SEARCHING: _COST <= 195
1.45/1.77	c 2	============================[ Search Statistics ]==============================
1.45/1.77	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.45/1.77	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.45/1.78	c 2	===============================================================================
1.45/1.78	c 2	|         0 |    6543   208104   606723 |    69368        0    nan |  0.000 % |
1.45/1.87	c 2	|       100 |    6543   208104   606723 |    76304      100     24 |  0.004 % |
1.45/1.95	c 2	|       250 |    6543   208104   606723 |    83935      250     25 |  0.004 % |
1.45/2.07	c 2	|       475 |    6543   208104   606723 |    92328      475     28 |  0.004 % |
1.97/2.25	c 3	|       814 |    6543   208104   606723 |   101561      814     28 |  0.004 % |
2.27/2.52	c 3	|      1322 |    6543   208104   606723 |   111717     1322     28 |  0.004 % |
2.66/2.98	c 3	|      2083 |    6543   208104   606723 |   122889     2083     29 |  0.004 % |
3.26/3.50	c 4	===============================================================================
3.26/3.50	c 4	restarts              : 7
3.26/3.50	c 4	conflicts             : 2917          (1615 /sec)
3.26/3.50	c 4	decisions             : 3887          (0.31 % random) (2151 /sec)
3.26/3.50	c 4	propagations          : 1170645        (647938 /sec)
3.26/3.50	c 4	conflict literals     : 86678          (36.45 % deleted)
3.26/3.50	c 4	Memory used           : 11.41 MB
3.26/3.50	c 4	CPU time              : 1.80673 s
3.26/3.50	c 4	
3.26/3.50	c 4	SATISFIABLE
3.26/3.51	c 4	OK
3.26/3.51	c 4	FOUND: _COST <= 195
3.26/3.51	s SATISFIABLE
3.26/3.51	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.26/3.51	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.26/3.58	c 4	Decoding HOME/temp.out
3.26/3.67	c 4	OBJECTIVE _COST 195
3.26/3.67	o 195
3.26/3.68	v 0 1 1 1 1 0 0 1 0 0 0 1 1 1 0 1 1 1 0 1 1 0 1 1 0 0 1 0 1 0
3.26/3.68	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.26/3.76	c 4	OK
3.26/3.76	c 4	OBJECTIVE BOUND: 0 <= _COST <= 195
3.26/3.76	c 4	SEARCHING: _COST <= 97
3.26/3.76	c 4	============================[ Search Statistics ]==============================
3.26/3.76	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.76	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.76	c 4	===============================================================================
3.26/3.76	c 4	|      2917 |    4788   133469   387888 |    44489     2917     30 |  0.004 % |
3.51/3.81	c 4	|      3019 |    4788   133469   387888 |    48938     3019     29 | 26.825 % |
3.51/3.87	c 4	|      3169 |    4788   133469   387888 |    53832     3169     29 | 26.825 % |
3.61/3.97	c 4	|      3396 |    4788   133469   387888 |    59215     3396     28 | 26.825 % |
3.71/4.09	c 4	|      3734 |    4788   133469   387888 |    65137     3734     27 | 26.825 % |
4.01/4.30	c 5	|      4240 |    4788   133469   387888 |    71651     4240     26 | 26.825 % |
4.41/4.71	c 5	|      5000 |    4788   133469   387888 |    78816     5000     26 | 26.825 % |
5.01/5.33	c 6	|      6140 |    4788   133469   387888 |    86697     6140     25 | 26.825 % |
6.10/6.48	c 7	|      7850 |    4788   133469   387888 |    95367     7850     24 | 26.825 % |
7.99/8.35	c 9	|     10412 |    4788   133469   387888 |   104904    10412     23 | 26.825 % |
10.98/11.31	c 12	|     14257 |    4788   133469   387888 |   115394    14257     23 | 26.825 % |
15.76/16.18	c 16	|     20024 |    4788   133469   387888 |   126934    20024     22 | 26.825 % |
23.53/23.97	c 24	|     28673 |    4788   133469   387888 |   139627    28673     23 | 26.825 % |
37.88/38.37	c 39	|     41647 |    4776   132913   386263 |   153590    41645     22 | 27.008 % |
63.47/64.03	c 64	|     61108 |    4776   132913   386263 |   168949    61106     22 | 27.008 % |
107.00/107.76	c 108	|     90300 |    4776   132913   386263 |   185844    90298     22 | 27.008 % |
183.99/185.02	c 185	|    134090 |    4776   132913   386263 |   204428   134088     22 | 27.008 % |
330.50/332.17	c 332	|    199775 |    4776   132913   386263 |   224871   199773     22 | 27.008 % |
505.89/508.21	c 509	|    298302 |    4776   132913   386263 |   247358    86228     21 | 27.008 % |
806.60/810.15	c 810	|    446091 |    4776   132913   386263 |   272094   234017     22 | 27.008 % |
1251.01/1256.40	c 1257	|    667774 |    4776   132913   386263 |   299304   197247     21 | 27.008 % |
2011.67/2020.01	c 2020	|   1000299 |    4776   132913   386263 |   329234   244289     21 | 27.008 % |
2722.89/2734.12	c 2734	===============================================================================
2722.89/2734.12	c 2734	restarts              : 29
2722.89/2734.12	c 2734	conflicts             : 1276171       (469 /sec)
2722.89/2734.12	c 2734	decisions             : 1342390       (0.74 % random) (493 /sec)
2722.89/2734.12	c 2734	propagations          : 749474165      (275430 /sec)
2722.89/2734.12	c 2734	conflict literals     : 27662438       (49.44 % deleted)
2722.89/2734.12	c 2734	Memory used           : 52.89 MB
2722.89/2734.12	c 2734	CPU time              : 2721.1 s
2722.89/2734.12	c 2734	
2722.89/2734.12	c 2734	UNSATISFIABLE
2722.89/2734.12	c 2734	OK
2722.89/2734.12	c 2734	NOT FOUND: _COST <= 97
2722.89/2734.12	c 2734	OK
2722.89/2734.12	c 2734	OBJECTIVE BOUND: 98 <= _COST <= 195
2722.89/2734.12	c 2734	SEARCHING: _COST <= 146
2722.89/2734.12	c 2734	============================[ Search Statistics ]==============================
2722.89/2734.12	c 2734	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2722.89/2734.12	c 2734	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2722.89/2734.12	c 2734	===============================================================================
2722.89/2734.12	c 2734	|   1276171 |    4190   123241   358999 |    41080   147859     24 | 27.008 % |
2724.98/2736.26	c 2737	|   1276271 |    4190   123241   358999 |    45188    13854     19 | 35.963 % |
2725.08/2736.35	c 2737	|   1276422 |    4190   123241   358999 |    49707    14005     19 | 35.963 % |
2725.28/2736.50	c 2737	|   1276648 |    4190   123241   358999 |    54677    14231     19 | 35.963 % |
2725.48/2736.74	c 2737	|   1276985 |    4190   123241   358999 |    60145    14568     19 | 35.963 % |
2725.87/2737.11	c 2737	|   1277491 |    4190   123241   358999 |    66160    15074     20 | 35.963 % |
2726.37/2737.64	c 2738	|   1278250 |    4190   123241   358999 |    72776    15833     20 | 35.963 % |
2727.27/2738.55	c 2739	|   1279389 |    4190   123241   358999 |    80053    16972     20 | 35.963 % |
2728.27/2739.55	c 2740	|   1281098 |    4190   123241   358999 |    88059    18681     21 | 35.963 % |
2729.86/2741.15	c 2741	|   1283660 |    4190   123241   358999 |    96865    21243     21 | 35.963 % |
2732.46/2743.79	c 2744	|   1287504 |    4190   123241   358999 |   106551    25087     22 | 35.963 % |
2737.14/2748.41	c 2749	|   1293272 |    4190   123241   358999 |   117206    30855     22 | 35.963 % |
2744.80/2756.16	c 2756	|   1301921 |    4190   123241   358999 |   128927    39504     23 | 35.963 % |
2760.24/2771.66	c 2772	|   1314895 |    4190   123241   358999 |   141820    52478     24 | 35.963 % |
2789.13/2800.69	c 2801	|   1334356 |    4190   123241   358999 |   156002    71939     25 | 35.963 % |
2837.43/2849.14	c 2849	|   1363549 |    4190   123241   358999 |   171602   101132     26 | 35.963 % |
2925.87/2937.91	c 2938	|   1407339 |    4190   123241   358999 |   188763   144922     27 | 35.963 % |
3075.97/3088.64	c 3089	|   1473023 |    4190   123241   358999 |   207639    35413     26 | 35.963 % |
3268.79/3282.27	c 3283	|   1571550 |    4190   123241   358999 |   228403   133940     28 | 35.963 % |
3600.04/3614.81	c ERROR INTERRUPTED
3600.04/3614.81	c 3615	CPU 3599.68 (0.06 0.02 3599.62 0.35)
3600.04/3614.81	c 3615	END Tue Jul 15 08:11:55 2008

Verifier Data (download as text)

OK	188	202
188 unsatisfied constraints, 202 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1119555-1216098700/watcher-1119555-1216098700 -o /tmp/evaluation-result-1119555-1216098700/solver-1119555-1216098700 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1119555-1216098700.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.42 3.39 3.25 5/80 29859
/proc/meminfo: memFree=1703608/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=12268 CPUtime=0
/proc/29859/stat : 29859 (sugar++) R 29857 29859 28832 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 66572106 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/29859/statm: 3067 316 241 3 0 167 0

[startup+0.094467 s]
/proc/loadavg: 3.42 3.39 3.25 5/80 29859
/proc/meminfo: memFree=1703608/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16740 CPUtime=0.05
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 66572106 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.101464 s]
/proc/loadavg: 3.42 3.39 3.25 5/80 29859
/proc/meminfo: memFree=1703608/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16740 CPUtime=0.05
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 66572106 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301483 s]
/proc/loadavg: 3.42 3.39 3.25 5/80 29859
/proc/meminfo: memFree=1703608/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16740 CPUtime=0.05
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1219 128 0 0 4 1 0 0 20 0 1 0 66572106 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701515 s]
/proc/loadavg: 3.42 3.39 3.25 5/80 29859
/proc/meminfo: memFree=1703608/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16740 CPUtime=0.4
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1296 4420 0 1 4 1 31 4 16 0 1 0 66572106 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29859/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16740

[startup+1.5026 s]
/proc/loadavg: 3.42 3.39 3.25 3/91 29881
/proc/meminfo: memFree=1689760/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16740 CPUtime=0.41
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1297 4420 0 1 5 1 31 4 15 0 1 0 66572106 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29859/statm: 4185 1104 409 3 0 764 0
[pid=29872] ppid=29859 vsize=5356 CPUtime=0
/proc/29872/stat : 29872 (sh) S 29859 29859 28832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 66572167 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29872/statm: 1339 233 193 169 0 50 0
[pid=29873] ppid=29872 vsize=868472 CPUtime=0.87
/proc/29873/stat : 29873 (java) S 29872 29859 28832 0 -1 0 6435 0 1 0 82 5 0 0 18 0 9 0 66572167 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29873/statm: 217118 5597 2563 9 0 211665 0
[pid=29873/tid=29874] ppid=29872 vsize=868472 CPUtime=0.57
/proc/29873/task/29874/stat : 29874 (java) R 29872 29859 28832 0 -1 64 2782 0 1 0 53 4 0 0 20 0 9 0 66572168 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29873/tid=29875] ppid=29872 vsize=868472 CPUtime=0.06
/proc/29873/task/29875/stat : 29875 (java) S 29872 29859 28832 0 -1 64 1483 0 0 0 6 0 0 0 16 0 9 0 66572169 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29873/tid=29876] ppid=29872 vsize=868472 CPUtime=0
/proc/29873/task/29876/stat : 29876 (java) S 29872 29859 28832 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 66572169 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29873/tid=29877] ppid=29872 vsize=868472 CPUtime=0
/proc/29873/task/29877/stat : 29877 (java) S 29872 29859 28832 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 66572169 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29873/tid=29878] ppid=29872 vsize=868472 CPUtime=0
/proc/29873/task/29878/stat : 29878 (java) S 29872 29859 28832 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 66572171 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29873/tid=29879] ppid=29872 vsize=868472 CPUtime=0.21
/proc/29873/task/29879/stat : 29879 (java) S 29872 29859 28832 0 -1 64 1477 0 0 0 21 0 0 0 16 0 9 0 66572171 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29873/tid=29880] ppid=29872 vsize=868472 CPUtime=0
/proc/29873/task/29880/stat : 29880 (java) S 29872 29859 28832 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 66572171 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29873/tid=29881] ppid=29872 vsize=868472 CPUtime=0
/proc/29873/task/29881/stat : 29881 (java) S 29872 29859 28832 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 66572171 889315328 5597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 890568

[startup+3.10173 s]
/proc/loadavg: 3.42 3.39 3.25 3/82 29882
/proc/meminfo: memFree=1686888/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.45
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1472 11195 0 2 5 1 127 12 15 0 1 0 66572106 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29859/statm: 4218 1122 414 3 0 797 0
[pid=29882] ppid=29859 vsize=11548 CPUtime=1.41
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 2721 0 0 0 140 1 0 0 25 0 1 0 66572272 11825152 2671 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29882/statm: 2887 2671 73 151 0 2733 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 28420

[startup+6.30201 s]
/proc/loadavg: 3.31 3.37 3.25 3/82 29892
/proc/meminfo: memFree=1686248/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 15 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=11680 CPUtime=4.38
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 2767 0 0 0 437 1 0 0 25 0 1 0 66572272 11960320 2715 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 2920 2715 79 151 0 2766 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 28552

[startup+12.7016 s]
/proc/loadavg: 3.28 3.36 3.24 4/82 29892
/proc/meminfo: memFree=1686312/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=11816 CPUtime=10.75
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 2787 0 0 0 1074 1 0 0 25 0 1 0 66572272 12099584 2735 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 2954 2735 79 151 0 2800 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 28688

[startup+25.5017 s]
/proc/loadavg: 3.07 3.31 3.23 4/82 29892
/proc/meminfo: memFree=1685032/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=13532 CPUtime=23.5
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 3200 0 0 0 2348 2 0 0 25 0 1 0 66572272 13856768 3148 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 3383 3148 79 151 0 3229 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 30404

[startup+51.1019 s]
/proc/loadavg: 2.91 3.26 3.21 4/82 29892
/proc/meminfo: memFree=1682536/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=16032 CPUtime=49
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 3838 0 0 0 4897 3 0 0 25 0 1 0 66572272 16416768 3786 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 4008 3786 79 151 0 3854 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 32904

[startup+102.306 s]
/proc/loadavg: 2.64 3.13 3.17 4/82 29892
/proc/meminfo: memFree=1678184/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=20504 CPUtime=100
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 4932 0 0 0 9995 5 0 0 25 0 1 0 66572272 20996096 4880 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 5126 4880 79 151 0 4972 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 37376

[startup+162.301 s]
/proc/loadavg: 2.66 3.05 3.14 4/82 29892
/proc/meminfo: memFree=1673640/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=24964 CPUtime=159.76
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 6018 0 0 0 15970 6 0 0 25 0 1 0 66572272 25563136 5966 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 6241 5966 79 151 0 6087 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 41836

[startup+222.302 s]
/proc/loadavg: 2.66 2.96 3.10 4/82 29892
/proc/meminfo: memFree=1670120/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=28812 CPUtime=219.52
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 6932 0 0 0 21946 6 0 0 25 0 1 0 66572272 29503488 6880 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 7203 6880 79 151 0 7049 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 45684

[startup+282.302 s]
/proc/loadavg: 2.65 2.89 3.07 4/82 29892
/proc/meminfo: memFree=1666792/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=32088 CPUtime=279.28
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 7766 0 0 0 27921 7 0 0 25 0 1 0 66572272 32858112 7714 996147200 134512640 135134323 4294956192 18446744073709551615 134529108 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 8022 7714 79 151 0 7868 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 48960

[startup+342.302 s]
/proc/loadavg: 2.56 2.82 3.03 4/82 29892
/proc/meminfo: memFree=1663976/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.62
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1557 15060 0 3 5 1 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

################
# More data... #
################

[pid=29882] ppid=29859 vsize=54152 CPUtime=2848.93
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12891 0 0 0 284875 18 0 0 25 0 1 0 66572272 55451648 12837 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12837 79 151 0 13384 0
Current children cumulated CPU time (s) 2850.57
Current children cumulated vsize (KiB) 71024

[startup+2922.3 s]
/proc/loadavg: 2.00 2.05 2.26 3/76 29959
/proc/meminfo: memFree=1654800/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=2908.7
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12891 0 0 0 290852 18 0 0 25 0 1 0 66572272 55451648 12837 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12837 79 151 0 13384 0
Current children cumulated CPU time (s) 2910.34
Current children cumulated vsize (KiB) 71024

[startup+2982.3 s]
/proc/loadavg: 2.00 2.04 2.24 3/76 29965
/proc/meminfo: memFree=1654344/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=2968.45
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12913 0 0 0 296826 19 0 0 25 0 1 0 66572272 55451648 12859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12859 79 151 0 13384 0
Current children cumulated CPU time (s) 2970.09
Current children cumulated vsize (KiB) 71024

[startup+3042.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/76 29965
/proc/meminfo: memFree=1654408/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3028.21
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12917 0 0 0 302802 19 0 0 25 0 1 0 66572272 55451648 12863 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12863 79 151 0 13384 0
Current children cumulated CPU time (s) 3029.85
Current children cumulated vsize (KiB) 71024

[startup+3102.3 s]
/proc/loadavg: 2.00 2.02 2.21 3/76 29965
/proc/meminfo: memFree=1654152/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3087.97
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12917 0 0 0 308778 19 0 0 25 0 1 0 66572272 55451648 12863 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12863 79 151 0 13384 0
Current children cumulated CPU time (s) 3089.61
Current children cumulated vsize (KiB) 71024

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.19 3/76 29965
/proc/meminfo: memFree=1653704/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3147.73
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12917 0 0 0 314754 19 0 0 25 0 1 0 66572272 55451648 12863 996147200 134512640 135134323 4294956192 18446744073709551615 134530381 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12863 79 151 0 13384 0
Current children cumulated CPU time (s) 3149.37
Current children cumulated vsize (KiB) 71024

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/76 29965
/proc/meminfo: memFree=1653000/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3207.49
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12919 0 0 0 320730 19 0 0 25 0 1 0 66572272 55451648 12865 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12865 79 151 0 13384 0
Current children cumulated CPU time (s) 3209.13
Current children cumulated vsize (KiB) 71024

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/76 29965
/proc/meminfo: memFree=1652624/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3267.25
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12919 0 0 0 326706 19 0 0 25 0 1 0 66572272 55451648 12865 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12865 79 151 0 13384 0
Current children cumulated CPU time (s) 3268.89
Current children cumulated vsize (KiB) 71024

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 29965
/proc/meminfo: memFree=1651280/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3327.01
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12919 0 0 0 332681 20 0 0 25 0 1 0 66572272 55451648 12865 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12865 79 151 0 13384 0
Current children cumulated CPU time (s) 3328.65
Current children cumulated vsize (KiB) 71024

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 29965
/proc/meminfo: memFree=1648144/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3386.77
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12919 0 0 0 338657 20 0 0 25 0 1 0 66572272 55451648 12865 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12865 79 151 0 13384 0
Current children cumulated CPU time (s) 3388.41
Current children cumulated vsize (KiB) 71024

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/76 29965
/proc/meminfo: memFree=1648144/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54152 CPUtime=3446.52
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12919 0 0 0 344632 20 0 0 25 0 1 0 66572272 55451648 12865 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13538 12865 79 151 0 13384 0
Current children cumulated CPU time (s) 3448.16
Current children cumulated vsize (KiB) 71024

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 29965
/proc/meminfo: memFree=1647824/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54328 CPUtime=3506.28
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12936 0 0 0 350608 20 0 0 25 0 1 0 66572272 55631872 12882 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13582 12882 79 151 0 13428 0
Current children cumulated CPU time (s) 3507.92
Current children cumulated vsize (KiB) 71200

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/76 29965
/proc/meminfo: memFree=1647504/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54328 CPUtime=3566.04
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12938 0 0 0 356584 20 0 0 25 0 1 0 66572272 55631872 12884 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13582 12884 79 151 0 13428 0
Current children cumulated CPU time (s) 3567.68
Current children cumulated vsize (KiB) 71200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.8 s]
/proc/loadavg: 2.00 2.00 2.10 3/76 29965
/proc/meminfo: memFree=1647312/2055920 swapFree=4178212/4192956
[pid=29859] ppid=29857 vsize=16872 CPUtime=1.64
/proc/29859/stat : 29859 (sugar++) S 29857 29859 28832 0 -1 4194304 1559 15060 0 3 6 2 142 14 16 0 1 0 66572106 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29859/statm: 4218 1123 414 3 0 797 0
[pid=29882] ppid=29859 vsize=54328 CPUtime=3598.4
/proc/29882/stat : 29882 (minisat-inc) R 29859 29859 28832 0 -1 4194304 12938 0 0 0 359820 20 0 0 25 0 1 0 66572272 55631872 12884 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/29882/statm: 13582 12884 79 151 0 13428 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 71200

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 3614.82
CPU time (s): 3600.07
CPU user time (s): 3599.69
CPU system time (s): 0.383941
CPU usage (%): 99.5921
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29637
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2469
involuntary context switches= 90345

runsolver used 3.42248 second user time and 9.76552 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-15 07:11:40
IDJOB=1119555
IDBENCH=62384
IDSOLVER=367
FILE ID=node31/1119555-1216098700
PBS_JOBID= 7905240
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-30/normalized-maxcut-30-390-8_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1119555-1216098700/watcher-1119555-1216098700 -o /tmp/evaluation-result-1119555-1216098700/solver-1119555-1216098700 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1119555-1216098700.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e98e2aa8ae945ab6588fdf8d8e5de86
RANDOM SEED=1742273364

node31.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1704344 kB
Buffers:         65260 kB
Cached:         154136 kB
SwapCached:       8336 kB
Active:         230244 kB
Inactive:        74256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704344 kB
SwapTotal:     4192956 kB
SwapFree:      4178212 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:         100808 kB
Slab:            31920 kB
Committed_AS:  1129080 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node31 at 2008-07-15 08:11:57