Trace number 1110435

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)10 3600.17 3631.99

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-10_ext.xml
MD5SUM39d66384100af8e536d57221a6b03f7a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 02:49:57 2008
0.00/0.08	c 0	PID 16942
0.07/0.08	c 0	HOST node41.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1110435-1215823797.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110435-1215823797.xml' 'HOME/temp.csp'
0.07/0.50	c 0	1 domains, 100 variables, 0 predicates, 1 relations, 20 constraints
0.07/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.55	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.48/0.63	c 1	Parsing HOME/temp.csp
0.48/0.78	c 1	parsed 122 expressions
0.48/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.78	c 1	MAX CSP: 20 constraints
0.48/0.78	c 1	Converting to clausal form CSP
0.48/0.80	c 1	converted 15 (10%) expressions
0.48/0.80	c 1	converted 29 (20%) expressions
0.48/0.80	c 1	converted 44 (30%) expressions
0.48/0.80	c 1	converted 58 (40%) expressions
0.48/0.80	c 1	converted 73 (50%) expressions
0.48/0.80	c 1	converted 87 (60%) expressions
0.48/0.81	c 1	converted 102 (70%) expressions
1.30/1.41	c 1	converted 116 (80%) expressions
1.99/2.19	c 2	converted 131 (90%) expressions
2.38/2.54	c 3	converted 145 (100%) expressions
2.38/2.54	c 3	CSP : 140 integers, 0 booleans, 59 clauses, largest domain size 31
2.38/2.54	c 3	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.54	c 3	Propagation in CSP
2.38/2.55	c 3	18 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/2.55	c 3	CSP : 140 integers, 0 booleans, 59 clauses, largest domain size 26
2.38/2.55	c 3	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.55	c 3	Simplifing CSP by introducing new Boolean variables
2.38/2.55	c 3	CSP : 140 integers, 0 booleans, 59 clauses, largest domain size 26
2.38/2.55	c 3	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.68/2.82	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.68/2.83	c 3	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.68/2.84	c 3	28 (20%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.68/2.84	c 3	42 (30%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.68/2.84	c 3	56 (40%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
2.68/2.84	c 3	70 (50%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.68/2.84	c 3	84 (60%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
2.68/2.84	c 3	98 (70%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
2.68/2.84	c 3	112 (80%) CSP integer variables are encoded (2400 clauses, 29137 bytes)
2.68/2.84	c 3	126 (90%) CSP integer variables are encoded (2479 clauses, 30164 bytes)
2.68/2.85	c 3	140 (100%) CSP integer variables are encoded (2531 clauses, 30840 bytes)
84.20/85.11	c 85	6 (10%) CSP clauses are encoded (360845 clauses, 25119694 bytes)
166.59/168.39	c 168	12 (20%) CSP clauses are encoded (719159 clauses, 51228850 bytes)
248.90/251.41	c 251	18 (30%) CSP clauses are encoded (1077473 clauses, 78803464 bytes)
276.13/278.98	c 279	24 (40%) CSP clauses are encoded (1196927 clauses, 88523969 bytes)
276.13/278.99	c 279	30 (50%) CSP clauses are encoded (1197241 clauses, 88529089 bytes)
276.13/278.99	c 279	36 (60%) CSP clauses are encoded (1197263 clauses, 88529419 bytes)
276.13/278.99	c 279	42 (70%) CSP clauses are encoded (1197511 clauses, 88533680 bytes)
276.13/278.99	c 279	48 (80%) CSP clauses are encoded (1197549 clauses, 88534273 bytes)
276.13/278.99	c 279	54 (90%) CSP clauses are encoded (1197571 clauses, 88534603 bytes)
276.13/278.99	c 279	59 (100%) CSP clauses are encoded (1197673 clauses, 88536260 bytes)
276.13/278.99	c 279	59 CSP clauses encoded
276.13/278.99	c 279	Writing map file : HOME/temp.map
276.13/278.99	c 279	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
276.13/278.99	c 279	SAT : 2671 SAT variables, 1197673 SAT clauses, 88536260 bytes
276.13/278.99	c 279	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
276.23/279.06	c 279	OBJECTIVE minimize _COST
276.23/279.06	c 279	SOLVING HOME/temp.cnf
276.23/279.06	c 279	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
276.23/279.06	c 279	This is MiniSat 2.0 beta incremental
276.23/279.06	c 279	WARNING: for repeatability, setting FPU to use double precision
276.23/279.06	c 279	============================[ Problem Statistics ]=============================
276.23/279.06	c 279	|                                                                             |
276.23/279.07	c 279	|  Number of variables:  2671                                                 |
276.23/279.07	c 279	|  Number of clauses:    1197673                                              |
277.97/280.90	c 281	|  Parsing time:         1.62         s                                       |
278.17/281.00	c 281	OK
278.17/281.00	c 281	OBJECTIVE BOUND: 0 <= _COST <= 
278.17/281.00	c 281	SEARCHING: _COST <= 10
278.17/281.00	c 281	============================[ Search Statistics ]==============================
278.17/281.00	c 281	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
278.17/281.00	c 281	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
278.17/281.00	c 281	===============================================================================
278.17/281.00	c 281	|         0 |    2671  1197673 17067726 |   399224        0    nan |  0.000 % |
278.17/281.04	c 281	|       100 |    2671  1197673 17067726 |   439146      100      6 |  0.001 % |
278.17/281.09	c 281	|       251 |    2671  1197673 17067726 |   483061      251      7 |  0.001 % |
278.36/281.22	c 281	|       476 |    2671  1197673 17067726 |   531367      476      7 |  0.001 % |
278.46/281.34	c 281	|       813 |    2671  1197673 17067726 |   584504      813      7 |  0.001 % |
278.56/281.46	c 281	|      1319 |    2671  1197673 17067726 |   642954     1319      7 |  0.001 % |
278.75/281.69	c 282	|      2080 |    2671  1197673 17067726 |   707250     2080      8 |  0.001 % |
279.15/282.09	c 282	|      3221 |    2671  1197673 17067726 |   777975     3221      8 |  0.001 % |
279.56/282.43	c 282	|      4930 |    2671  1197673 17067726 |   855772     4930      9 |  0.001 % |
280.64/283.53	c 284	|      7492 |    2671  1197673 17067726 |   941350     7492      9 |  0.001 % |
281.43/284.34	c 284	|     11337 |    2671  1197673 17067726 |  1035485    11337     10 |  0.001 % |
283.70/286.67	c 287	|     17103 |    2671  1197673 17067726 |  1139033    17103     10 |  0.001 % |
286.88/289.87	c 290	|     25754 |    2671  1197673 17067726 |  1252936    25754     11 |  0.001 % |
291.63/294.63	c 295	|     38729 |    2671  1197673 17067726 |  1378230    38729     11 |  0.001 % |
296.89/299.99	c 300	|     58190 |    2671  1197673 17067726 |  1516053    58190     12 |  0.001 % |
309.87/313.09	c 313	|     87383 |    2671  1197673 17067726 |  1667659    87383     12 |  0.001 % |
330.58/333.93	c 334	|    131173 |    2671  1197673 17067726 |  1834425   131173     13 |  0.001 % |
402.53/406.56	c 407	|    196858 |    2671  1197673 17067726 |  2017867   196858     14 |  0.001 % |
480.70/485.46	c 485	|    295386 |    2671  1197673 17067726 |  2219654   295386     15 |  0.001 % |
721.89/728.89	c 729	===============================================================================
721.89/728.89	c 729	restarts              : 19
721.89/728.89	c 729	conflicts             : 414224        (930 /sec)
721.89/728.89	c 729	decisions             : 568147        (1.48 % random) (1276 /sec)
721.89/728.89	c 729	propagations          : 15190193       (34106 /sec)
721.89/728.89	c 729	conflict literals     : 7685971        (22.22 % deleted)
721.89/728.89	c 729	Memory used           : 166.93 MB
721.89/728.89	c 729	CPU time              : 445.386 s
721.89/728.89	c 729	
721.89/728.89	c 729	SATISFIABLE
721.89/728.89	c 729	OK
721.89/728.89	c 729	FOUND: _COST <= 10
721.89/728.89	s SATISFIABLE
721.89/728.89	c 729	DECODING HOME/temp.out WITH HOME/temp.map
721.89/728.89	c 729	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
721.98/728.97	c 729	Decoding HOME/temp.out
721.98/729.02	c 729	OBJECTIVE _COST 10
721.98/729.02	o 10
721.98/729.03	v 11 4 6 8 19 8 12 0 2 24 8 25 25 25 25 19 25 20 25 25 18 19 0 11 22 0 17 19 11 24 19 25 25 25 25 11 25 7 25 25 4 23 15 14 18 8 19 14 17 24 17 7 8 13 14 2 4 17 14 18 8 13 0 2 19 8 21 8 19 24 25 25 25 25 25 25 25 25 25 25 4 23 2 8 19 4 12 4 13 19 18 0 11 21 0 3 14 17 0 13
721.98/729.03	c 729	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
721.98/729.08	c 729	OK
721.98/729.08	c 729	OBJECTIVE BOUND: 0 <= _COST <= 10
721.98/729.08	c 729	SEARCHING: _COST <= 5
721.98/729.08	c 729	============================[ Search Statistics ]==============================
721.98/729.08	c 729	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
721.98/729.08	c 729	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
721.98/729.08	c 729	===============================================================================
721.98/729.08	c 729	|    414224 |    2671  1197673 17067726 |   399224   414224     19 |  0.001 % |
724.93/731.97	c 732	|    414325 |    2670  1197673 17067726 |   439146    31016     23 |  1.872 % |
725.03/732.04	c 732	|    414475 |    2670  1197673 17067726 |   483061    31166     23 |  1.872 % |
725.23/732.26	c 732	|    414701 |    2670  1197673 17067726 |   531367    31392     23 |  1.872 % |
725.44/732.49	c 732	|    415039 |    2670  1197673 17067726 |   584504    31730     23 |  1.872 % |
725.73/732.74	c 733	|    415546 |    2670  1197673 17067726 |   642954    32237     22 |  1.872 % |
726.13/733.18	c 733	|    416307 |    2670  1197673 17067726 |   707250    32998     22 |  1.872 % |
726.92/733.97	c 734	|    417446 |    2670  1197673 17067726 |   777975    34137     22 |  1.872 % |
728.01/735.05	c 735	|    419155 |    2670  1197673 17067726 |   855772    35846     21 |  1.872 % |
731.88/738.94	c 739	|    421720 |    2670  1197673 17067726 |   941350    38411     21 |  1.872 % |
737.23/744.36	c 744	|    425564 |    2670  1197673 17067726 |  1035485    42255     21 |  1.872 % |
742.18/749.36	c 749	|    431330 |    2670  1197673 17067726 |  1139033    48021     20 |  1.872 % |
747.34/754.56	c 755	|    439982 |    2670  1197673 17067726 |  1252936    56673     19 |  1.872 % |
769.83/777.29	c 777	|    452956 |    2670  1197673 17067726 |  1378230    69647     19 |  1.872 % |
791.23/798.81	c 799	|    472417 |    2621  1197356 17066915 |  1516053    89108     18 |  1.872 % |
811.05/818.83	c 819	|    501611 |    2621  1197356 17066915 |  1667659   118302     18 |  1.872 % |
849.72/857.84	c 858	|    545401 |    2621  1197356 17066915 |  1834425   162092     17 |  1.872 % |
959.80/968.92	c 969	|    611085 |    2621  1197356 17066915 |  2017867   227776     18 |  1.872 % |
1190.22/1201.43	c 1201	|    709611 |    2621  1197356 17066915 |  2219654   326302     20 |  1.872 % |
1451.08/1464.61	c 1465	|    857400 |    2621  1197356 17066915 |  2441619   474091     20 |  1.872 % |
2465.55/2488.28	c 2488	|   1079085 |    2621  1197356 17066915 |  2685781   695776     23 |  1.872 % |
3600.07/3631.91	c ERROR INTERRUPTED
3600.07/3631.94	c 3632	CPU 3598.44 (0.06 0.02 3598.38 1.65)
3600.07/3631.94	c 3632	END Sat Jul 12 03:50:29 2008

Verifier Data (download as text)

OK	10	10
10 unsatisfied constraints, 10 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-1110435-1215823797/watcher-1110435-1215823797 -o /tmp/evaluation-result-1110435-1215823797/solver-1110435-1215823797 -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-1110435-1215823797.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: 1.98 1.98 1.99 4/80 16942
/proc/meminfo: memFree=1891824/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=18572 CPUtime=0
/proc/16942/stat : 16942 (runsolver) R 16940 16942 15732 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 39079659 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16942/statm: 4643 292 257 25 0 2626 0

[startup+0.082434 s]
/proc/loadavg: 1.98 1.98 1.99 4/80 16942
/proc/meminfo: memFree=1891824/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.07
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 39079659 17141760 1100 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1100 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101439 s]
/proc/loadavg: 1.98 1.98 1.99 4/80 16942
/proc/meminfo: memFree=1891824/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.07
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301457 s]
/proc/loadavg: 1.98 1.98 1.99 4/80 16942
/proc/meminfo: memFree=1891824/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.07
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701491 s]
/proc/loadavg: 1.98 1.98 1.99 4/80 16942
/proc/meminfo: memFree=1891824/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.48
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1296 4980 0 1 6 1 38 3 16 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16740

[startup+1.50157 s]
/proc/loadavg: 1.98 1.98 1.99 4/91 16964
/proc/meminfo: memFree=1874200/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.48
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1296 4980 0 1 6 1 38 3 15 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
[pid=16955] ppid=16942 vsize=5356 CPUtime=0
/proc/16955/stat : 16955 (sh) S 16942 16942 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079715 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16955/statm: 1339 233 193 169 0 50 0
[pid=16956] ppid=16955 vsize=864328 CPUtime=0.91
/proc/16956/stat : 16956 (java) S 16955 16942 15732 0 -1 0 10809 0 1 0 85 6 0 0 18 0 9 0 39079715 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16956/statm: 216082 10077 2540 9 0 210657 0
[pid=16956/tid=16957] ppid=16955 vsize=864328 CPUtime=0.38
/proc/16956/task/16957/stat : 16957 (java) R 16955 16942 15732 0 -1 64 2752 0 1 0 37 1 0 0 22 0 9 0 39079716 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16958] ppid=16955 vsize=864328 CPUtime=0.45
/proc/16956/task/16958/stat : 16958 (java) R 16955 16942 15732 0 -1 64 7035 0 0 0 42 3 0 0 17 0 9 0 39079717 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 104180268 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16959] ppid=16955 vsize=864328 CPUtime=0
/proc/16956/task/16959/stat : 16959 (java) S 16955 16942 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079717 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16960] ppid=16955 vsize=864328 CPUtime=0
/proc/16956/task/16960/stat : 16960 (java) S 16955 16942 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079717 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16961] ppid=16955 vsize=864328 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079719 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16962] ppid=16955 vsize=864328 CPUtime=0.06
/proc/16956/task/16962/stat : 16962 (java) S 16955 16942 15732 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 39079719 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16963] ppid=16955 vsize=864328 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39079719 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16964] ppid=16955 vsize=864328 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16955 16942 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39079719 885071872 10077 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886424

[startup+3.1027 s]
/proc/loadavg: 2.06 2.00 2.00 3/91 16964
/proc/meminfo: memFree=1842392/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.48
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1297 4980 0 1 6 1 38 3 15 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
[pid=16955] ppid=16942 vsize=5356 CPUtime=0
/proc/16955/stat : 16955 (sh) S 16942 16942 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079715 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16955/statm: 1339 233 193 169 0 50 0
[pid=16956] ppid=16955 vsize=864440 CPUtime=2.5
/proc/16956/stat : 16956 (java) S 16955 16942 15732 0 -1 0 20542 0 1 0 239 11 0 0 18 0 9 0 39079715 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16956/statm: 216110 19768 2564 9 0 210657 0
[pid=16956/tid=16957] ppid=16955 vsize=864440 CPUtime=0.99
/proc/16956/task/16957/stat : 16957 (java) R 16955 16942 15732 0 -1 64 3530 0 1 0 97 2 0 0 25 0 9 0 39079716 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4126590170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16958] ppid=16955 vsize=864440 CPUtime=1.39
/proc/16956/task/16958/stat : 16958 (java) S 16955 16942 15732 0 -1 64 15966 0 0 0 131 8 0 0 16 0 9 0 39079717 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16959] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16959/stat : 16959 (java) S 16955 16942 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079717 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16960] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16960/stat : 16960 (java) S 16955 16942 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079717 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16961] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079719 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16962] ppid=16955 vsize=864440 CPUtime=0.1
/proc/16956/task/16962/stat : 16962 (java) S 16955 16942 15732 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 39079719 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16963] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39079719 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16964] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16955 16942 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39079719 885186560 19768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886536

[startup+6.30299 s]
/proc/loadavg: 2.06 2.00 2.00 4/91 16964
/proc/meminfo: memFree=1817432/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.48
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1297 4980 0 1 6 1 38 3 15 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
[pid=16955] ppid=16942 vsize=5356 CPUtime=0
/proc/16955/stat : 16955 (sh) S 16942 16942 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079715 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16955/statm: 1339 233 193 169 0 50 0
[pid=16956] ppid=16955 vsize=864440 CPUtime=5.67
/proc/16956/stat : 16956 (java) S 16955 16942 15732 0 -1 0 21120 0 1 0 555 12 0 0 18 0 9 0 39079715 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16956/statm: 216110 20336 2564 9 0 210657 0
[pid=16956/tid=16957] ppid=16955 vsize=864440 CPUtime=4.13
/proc/16956/task/16957/stat : 16957 (java) R 16955 16942 15732 0 -1 64 3540 0 1 0 411 2 0 0 25 0 9 0 39079716 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4126590093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16958] ppid=16955 vsize=864440 CPUtime=1.42
/proc/16956/task/16958/stat : 16958 (java) S 16955 16942 15732 0 -1 64 16534 0 0 0 134 8 0 0 16 0 9 0 39079717 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16959] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16959/stat : 16959 (java) S 16955 16942 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079717 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16960] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16960/stat : 16960 (java) S 16955 16942 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079717 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16961] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079719 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16962] ppid=16955 vsize=864440 CPUtime=0.1
/proc/16956/task/16962/stat : 16962 (java) S 16955 16942 15732 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 39079719 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16963] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39079719 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16964] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16955 16942 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39079719 885186560 20336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886536

[startup+12.7025 s]
/proc/loadavg: 2.05 2.00 2.00 3/91 16964
/proc/meminfo: memFree=1811352/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.48
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1297 4980 0 1 6 1 38 3 15 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
[pid=16955] ppid=16942 vsize=5356 CPUtime=0
/proc/16955/stat : 16955 (sh) S 16942 16942 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079715 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16955/statm: 1339 233 193 169 0 50 0
[pid=16956] ppid=16955 vsize=864440 CPUtime=12.01
/proc/16956/stat : 16956 (java) S 16955 16942 15732 0 -1 0 22420 0 1 0 1189 12 0 0 18 0 9 0 39079715 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16956/statm: 216110 21615 2564 9 0 210657 0
[pid=16956/tid=16957] ppid=16955 vsize=864440 CPUtime=10.39
/proc/16956/task/16957/stat : 16957 (java) R 16955 16942 15732 0 -1 64 3561 0 1 0 1037 2 0 0 25 0 9 0 39079716 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4126548000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16958] ppid=16955 vsize=864440 CPUtime=1.49
/proc/16956/task/16958/stat : 16958 (java) S 16955 16942 15732 0 -1 64 17813 0 0 0 141 8 0 0 16 0 9 0 39079717 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16959] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16959/stat : 16959 (java) S 16955 16942 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079717 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16960] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16960/stat : 16960 (java) S 16955 16942 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079717 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16961] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079719 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16962] ppid=16955 vsize=864440 CPUtime=0.1
/proc/16956/task/16962/stat : 16962 (java) S 16955 16942 15732 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 39079719 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16963] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16955 16942 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39079719 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16964] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16955 16942 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39079719 885186560 21615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886536

[startup+25.5017 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 16964
/proc/meminfo: memFree=1799000/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=0.48
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1297 4980 0 1 6 1 38 3 15 0 1 0 39079659 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1104 409 3 0 764 0
[pid=16955] ppid=16942 vsize=5356 CPUtime=0
/proc/16955/stat : 16955 (sh) S 16942 16942 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079715 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16955/statm: 1339 233 193 169 0 50 0
[pid=16956] ppid=16955 vsize=864440 CPUtime=24.68
/proc/16956/stat : 16956 (java) S 16955 16942 15732 0 -1 0 24740 0 1 0 2452 16 0 0 18 0 9 0 39079715 885186560 23875 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16956/statm: 216110 23875 2564 9 0 210657 0
[pid=16956/tid=16957] ppid=16955 vsize=864440 CPUtime=22.91
/proc/16956/task/16957/stat : 16957 (java) R 16955 16942 15732 0 -1 64 3621 0 1 0 2286 5 0 0 25 0 9 0 39079716 885186560 23875 996147200 134512640 134550740 4294955920 18446744073709551615 4126609738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16958] ppid=16955 vsize=864440 CPUtime=1.64
/proc/16956/task/16958/stat : 16958 (java) S 16955 16942 15732 0 -1 64 20069 0 0 0 154 10 0 0 16 0 9 0 39079717 885186560 23875 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16959] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16959/stat : 16959 (java) S 16955 16942 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079717 885186560 23875 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16960] ppid=16955 vsize=864440 CPUtime=0
/proc/16956/task/16960/stat : 16960 (java) S 16955 16942 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079717 885186560 23875 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16965] ppid=16942 vsize=229520 CPUtime=2619.31
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 56162 0 0 0 261875 56 0 0 25 0 1 0 39107566 235028480 56108 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 57380 56108 80 151 0 57226 0
Current children cumulated CPU time (s) 2895.74
Current children cumulated vsize (KiB) 246260

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 16983
/proc/meminfo: memFree=1573408/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=231032 CPUtime=2678.77
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 56553 0 0 0 267821 56 0 0 25 0 1 0 39107566 236576768 56499 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 57758 56499 80 151 0 57604 0
Current children cumulated CPU time (s) 2955.2
Current children cumulated vsize (KiB) 247772

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 16983
/proc/meminfo: memFree=1571872/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=232432 CPUtime=2738.23
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 56919 0 0 0 273767 56 0 0 25 0 1 0 39107566 238010368 56865 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 58108 56865 80 151 0 57954 0
Current children cumulated CPU time (s) 3014.66
Current children cumulated vsize (KiB) 249172

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16983
/proc/meminfo: memFree=1570400/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=233896 CPUtime=2797.69
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 57275 0 0 0 279712 57 0 0 25 0 1 0 39107566 239509504 57221 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 58474 57221 80 151 0 58320 0
Current children cumulated CPU time (s) 3074.12
Current children cumulated vsize (KiB) 250636

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16983
/proc/meminfo: memFree=1568928/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=235260 CPUtime=2857.17
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 57636 0 0 0 285659 58 0 0 25 0 1 0 39107566 240906240 57582 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 58815 57582 80 151 0 58661 0
Current children cumulated CPU time (s) 3133.6
Current children cumulated vsize (KiB) 252000

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16983
/proc/meminfo: memFree=1567584/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=236580 CPUtime=2916.62
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 57977 0 0 0 291604 58 0 0 25 0 1 0 39107566 242257920 57923 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 59145 57923 80 151 0 58991 0
Current children cumulated CPU time (s) 3193.05
Current children cumulated vsize (KiB) 253320

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16983
/proc/meminfo: memFree=1565792/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=238288 CPUtime=2976.09
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 58405 0 0 0 297550 59 0 0 25 0 1 0 39107566 244006912 58351 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 59572 58351 80 151 0 59418 0
Current children cumulated CPU time (s) 3252.52
Current children cumulated vsize (KiB) 255028

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16983
/proc/meminfo: memFree=1564320/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=239636 CPUtime=3035.54
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 58762 0 0 0 303495 59 0 0 25 0 1 0 39107566 245387264 58708 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 59909 58708 80 151 0 59755 0
Current children cumulated CPU time (s) 3311.97
Current children cumulated vsize (KiB) 256376

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16983
/proc/meminfo: memFree=1562656/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=241220 CPUtime=3095.01
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 59148 0 0 0 309441 60 0 0 25 0 1 0 39107566 247009280 59094 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 60305 59094 80 151 0 60151 0
Current children cumulated CPU time (s) 3371.44
Current children cumulated vsize (KiB) 257960

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16983
/proc/meminfo: memFree=1560992/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=242580 CPUtime=3154.47
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 59516 0 0 0 315387 60 0 0 25 0 1 0 39107566 248401920 59462 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16965/statm: 60645 59462 80 151 0 60491 0
Current children cumulated CPU time (s) 3430.9
Current children cumulated vsize (KiB) 259320

[startup+3522.3 s]
/proc/loadavg: 1.66 1.92 1.97 2/66 17007
/proc/meminfo: memFree=1598056/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=243844 CPUtime=3214.1
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 59847 0 0 0 321348 62 0 0 25 0 1 0 39107566 249696256 59793 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/16965/statm: 60961 59793 80 151 0 60807 0
Current children cumulated CPU time (s) 3490.53
Current children cumulated vsize (KiB) 260584

[startup+3582.3 s]
/proc/loadavg: 1.26 1.76 1.91 2/66 17007
/proc/meminfo: memFree=1596648/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=245560 CPUtime=3274.07
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 60267 0 0 0 327344 63 0 0 25 0 1 0 39107566 251453440 60213 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16965/statm: 61390 60213 80 151 0 61236 0
Current children cumulated CPU time (s) 3550.5
Current children cumulated vsize (KiB) 262300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.9 s]
/proc/loadavg: 1.10 1.63 1.86 2/66 17007
/proc/meminfo: memFree=1595432/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=246756 CPUtime=3323.64
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 60569 0 0 0 332301 63 0 0 25 0 1 0 39107566 252678144 60515 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16965/statm: 61689 60515 80 151 0 61535 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 263496

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

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

[startup+3631.9 s]
/proc/loadavg: 1.10 1.63 1.86 2/66 17007
/proc/meminfo: memFree=1595432/2055920 swapFree=4179828/4192956
[pid=16942] ppid=16940 vsize=16740 CPUtime=276.43
/proc/16942/stat : 16942 (sugar++) S 16940 16942 15732 0 -1 4194304 1544 63228 0 3 6 2 27537 98 16 0 1 0 39079659 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16942/statm: 4185 1114 414 3 0 764 0
[pid=16965] ppid=16942 vsize=246756 CPUtime=3323.64
/proc/16965/stat : 16965 (minisat-inc) R 16942 16942 15732 0 -1 4194304 60569 0 0 0 332301 63 0 0 25 0 1 0 39107566 252678144 60515 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16965/statm: 61689 60515 80 151 0 61535 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 263496

Child status: 0
Real time (s): 3631.99
CPU time (s): 3600.17
CPU user time (s): 3598.45
CPU system time (s): 1.72174
CPU usage (%): 99.1241
Max. virtual memory (cumulated for all children) (KiB): 897288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.45
system time used= 1.72174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125421
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= 15203
involuntary context switches= 157352

runsolver used 4.38433 second user time and 10.6834 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-12 02:49:57
IDJOB=1110435
IDBENCH=61105
IDSOLVER=367
FILE ID=node41/1110435-1215823797
PBS_JOBID= 7903279
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-10_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-1110435-1215823797/watcher-1110435-1215823797 -o /tmp/evaluation-result-1110435-1215823797/solver-1110435-1215823797 -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-1110435-1215823797.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39d66384100af8e536d57221a6b03f7a
RANDOM SEED=456184892

node41.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.216
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.216
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:       1892304 kB
Buffers:         18472 kB
Cached:          57952 kB
SwapCached:       7352 kB
Active:          84188 kB
Inactive:        36864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892304 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:          60568 kB
Slab:            27864 kB
Committed_AS:   957272 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66156 MiB
End job on node41 at 2008-07-12 03:50:31