Trace number 1113171

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)224 3600.24 3604.66

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-4.xml
MD5SUM0d8557135ac2cc6929d01441b291d46a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints56
Best CPU time to get the best result obtained on this benchmark1662.61
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.06/0.50	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.50	c 0	BEGIN Sat Jul 12 18:11:42 2008
0.06/0.50	c 0	PID 17842
0.06/0.50	c 0	HOST node52.alineos.net
0.06/0.50	c 0	CONVERTING HOME/instance-1113171-1215879101.xml TO HOME/temp.csp
0.06/0.50	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113171-1215879101.xml' 'HOME/temp.csp'
0.68/1.28	c 1	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.76/1.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.76/1.32	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.76/1.40	c 1	Parsing HOME/temp.csp
0.76/1.72	c 2	parsed 2553 expressions
0.76/1.74	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.76/1.77	c 2	MAX CSP: 2360 constraints
0.76/1.77	c 2	Converting to clausal form CSP
0.76/1.86	c 2	converted 492 (10%) expressions
0.76/2.00	c 2	converted 984 (20%) expressions
0.76/2.02	c 2	converted 1475 (30%) expressions
0.76/2.04	c 2	converted 1967 (40%) expressions
0.76/2.05	c 2	converted 2458 (50%) expressions
0.76/2.08	c 2	converted 2950 (60%) expressions
0.76/2.09	c 2	converted 3442 (70%) expressions
1.51/2.11	c 2	converted 3933 (80%) expressions
1.51/2.12	c 2	converted 4425 (90%) expressions
1.71/2.37	c 2	converted 4916 (100%) expressions
1.71/2.37	c 2	CSP : 4911 integers, 0 booleans, 7079 clauses, largest domain size 3541
1.71/2.37	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/2.37	c 2	Propagation in CSP
1.80/2.47	c 2	2355 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.80/2.48	c 2	CSP : 4911 integers, 0 booleans, 7079 clauses, largest domain size 2361
1.80/2.48	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/2.48	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.57	c 2	CSP : 4911 integers, 4720 booleans, 11799 clauses, largest domain size 2361
1.91/2.57	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.65	c 2	492 (10%) CSP integer variables are encoded (382 clauses, 4122 bytes)
2.01/2.65	c 2	983 (20%) CSP integer variables are encoded (382 clauses, 4122 bytes)
2.01/2.65	c 2	1474 (30%) CSP integer variables are encoded (382 clauses, 4122 bytes)
2.01/2.66	c 2	1965 (40%) CSP integer variables are encoded (382 clauses, 4122 bytes)
2.01/2.66	c 2	2456 (50%) CSP integer variables are encoded (382 clauses, 4122 bytes)
2.01/2.69	c 3	2947 (60%) CSP integer variables are encoded (26017 clauses, 375040 bytes)
2.10/2.70	c 3	3438 (70%) CSP integer variables are encoded (32190 clauses, 467635 bytes)
2.10/2.71	c 3	3929 (80%) CSP integer variables are encoded (38401 clauses, 560800 bytes)
2.10/2.73	c 3	4420 (90%) CSP integer variables are encoded (42632 clauses, 624265 bytes)
2.10/2.73	c 3	4911 (100%) CSP integer variables are encoded (48212 clauses, 707965 bytes)
2.10/2.78	c 3	1180 (10%) CSP clauses are encoded (51753 clauses, 761098 bytes)
2.21/2.81	c 3	2360 (20%) CSP clauses are encoded (55294 clauses, 815827 bytes)
2.21/2.82	c 3	3540 (30%) CSP clauses are encoded (58832 clauses, 870741 bytes)
2.21/2.84	c 3	4720 (40%) CSP clauses are encoded (62373 clauses, 927372 bytes)
2.21/2.85	c 3	5900 (50%) CSP clauses are encoded (65914 clauses, 984813 bytes)
2.21/2.87	c 3	7080 (60%) CSP clauses are encoded (69452 clauses, 1042211 bytes)
8.13/8.89	c 9	8260 (70%) CSP clauses are encoded (2910036 clauses, 60387407 bytes)
13.14/13.98	c 14	9440 (80%) CSP clauses are encoded (5710488 clauses, 120488295 bytes)
13.84/14.64	c 14	10620 (90%) CSP clauses are encoded (6068936 clauses, 128120865 bytes)
15.71/16.58	c 16	11799 (100%) CSP clauses are encoded (7127112 clauses, 150773489 bytes)
15.71/16.58	c 16	11799 CSP clauses encoded
15.71/16.58	c 16	Writing map file : HOME/temp.map
15.79/16.63	c 16	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.79/16.63	c 16	SAT : 57843 SAT variables, 7127112 SAT clauses, 150773489 bytes
15.79/16.63	c 16	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.79/16.65	c 16	OBJECTIVE minimize _COST
15.79/16.65	c 16	SOLVING HOME/temp.cnf
15.79/16.65	c 16	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
15.86/16.89	c 17	This is MiniSat 2.0 beta incremental
15.86/16.89	c 17	WARNING: for repeatability, setting FPU to use double precision
15.86/16.89	c 17	============================[ Problem Statistics ]=============================
15.86/16.89	c 17	|                                                                             |
15.86/16.89	c 17	|  Number of variables:  57843                                                |
15.86/16.89	c 17	|  Number of clauses:    7127112                                              |
19.03/20.12	c 20	|  Parsing time:         2.73         s                                       |
19.13/20.26	c 20	OK
19.13/20.26	c 20	OBJECTIVE BOUND: 0 <= _COST <= 
19.13/20.26	c 20	SEARCHING: _COST <= 1180
19.13/20.26	c 20	============================[ Search Statistics ]==============================
19.13/20.26	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.13/20.26	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.13/20.26	c 20	===============================================================================
19.13/20.26	c 20	|         0 |   57843  7127112 21225664 |  2375704        0    nan |  0.000 % |
19.92/21.03	c 21	|       100 |   57843  7127112 21225664 |  2613274      100    100 |  0.000 % |
20.41/21.55	c 21	|       251 |   57843  7127112 21225664 |  2874601      251     81 |  0.000 % |
20.62/21.74	c 22	===============================================================================
20.62/21.74	c 22	restarts              : 3
20.62/21.74	c 22	conflicts             : 256           (59 /sec)
20.62/21.74	c 22	decisions             : 4232          (0.40 % random) (980 /sec)
20.62/21.74	c 22	propagations          : 477498         (110523 /sec)
20.62/21.74	c 22	conflict literals     : 20433          (12.82 % deleted)
20.62/21.74	c 22	Memory used           : 285.79 MB
20.62/21.74	c 22	CPU time              : 4.32034 s
20.62/21.75	c 22	
20.62/21.75	c 22	SATISFIABLE
20.62/21.77	c 22	OK
20.62/21.77	c 22	FOUND: _COST <= 1180
20.62/21.77	s SATISFIABLE
20.62/21.77	c 22	DECODING HOME/temp.out WITH HOME/temp.map
20.62/21.77	c 22	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.68/21.85	c 22	Decoding HOME/temp.out
20.89/22.07	c 22	OBJECTIVE _COST 690
20.89/22.07	o 690
20.89/22.08	v 2 3 0 0 2 1 0 1 3 1 0 1 0 2 0 2 3 1 3 1 3 3 3 2 1 1 3 2 1 3 3 3 1 3 2 3 3 3 3 3 1 3 1 1 3 3 2 2 0 0 3 2 1 1 0 3 1 0 2 2 0 0 2 2 1 1 0 1 2 0 1 1 0 3 0 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 1 0 1 2 3 2 1 0 0 2 3 2 3 3 2 2 2 2 0 3 2 2 1 2 1 2 2 3 1 0 0 0 1 1 3 1 3 1 0 1 3 3 0 1 1 1 1 1 1 2 3 2 2 0 0 1 2 2 1 0 0 2 2 2 1 2 0 2 2 3 1 1 2 2 0 1 2 1 0 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 0 2 0 3 3
20.89/22.09	c 22	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
20.97/22.17	c 22	OK
20.97/22.17	c 22	OBJECTIVE BOUND: 0 <= _COST <= 690
20.97/22.17	c 22	SEARCHING: _COST <= 345
20.97/22.17	c 22	============================[ Search Statistics ]==============================
20.97/22.17	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.97/22.17	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.97/22.17	c 22	===============================================================================
20.97/22.17	c 22	|       256 |   57843  7127112 21225664 |  2375704      256     80 |  0.000 % |
21.25/22.44	c 22	|       357 |   57843  7127112 21225664 |  2613274      357     69 | 35.493 % |
21.75/23.00	c 23	|       508 |   57843  7127112 21225664 |  2874601      508     61 | 35.493 % |
22.05/23.30	c 23	|       733 |   57843  7127112 21225664 |  3162062      733     61 | 35.493 % |
23.65/24.83	c 25	|      1070 |   57843  7127112 21225664 |  3478268     1070     57 | 35.493 % |
23.85/25.06	c 25	===============================================================================
23.85/25.07	c 25	restarts              : 8
23.85/25.07	c 25	conflicts             : 1174          (162 /sec)
23.85/25.07	c 25	decisions             : 6888          (0.46 % random) (949 /sec)
23.85/25.07	c 25	propagations          : 1981198        (272934 /sec)
23.85/25.07	c 25	conflict literals     : 67795          (10.04 % deleted)
23.85/25.07	c 25	Memory used           : 288.37 MB
23.85/25.07	c 25	CPU time              : 7.2589 s
23.85/25.07	c 25	
23.85/25.07	c 25	SATISFIABLE
23.85/25.08	c 25	OK
23.85/25.08	c 25	FOUND: _COST <= 345
23.85/25.08	c 25	DECODING HOME/temp.out WITH HOME/temp.map
23.85/25.08	c 25	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.98/25.22	c 25	Decoding HOME/temp.out
24.17/25.44	c 25	OBJECTIVE _COST 345
24.17/25.44	o 345
24.17/25.45	v 3 1 3 1 0 2 2 2 2 2 3 3 1 3 3 0 0 3 3 1 0 3 2 0 2 3 1 2 2 2 0 2 2 3 3 1 3 3 0 0 2 0 1 0 1 1 3 0 1 3 1 0 0 2 2 2 2 3 0 3 3 1 2 0 3 0 3 2 3 2 2 2 2 1 0 2 2 0 2 2 2 3 1 1 1 0 3 2 1 2 0 1 2 3 3 0 1 1 1 3 0 1 2 2 0 1 0 2 3 3 3 0 1 1 3 0 3 0 0 1 3 1 0 2 2 2 1 2 1 0 1 0 1 0 0 1 2 1 0 1 2 3 0 1 3 1 0 0 2 2 1 2 1 0 1 3 0 1 0 1 0 2 0 0 2 0 1 1 1 0 2 2 2 2 2 1 0 1 1 1 0 0 1 1 1 0 1 2 1 1 3
24.17/25.46	c 25	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
24.23/25.54	c 25	OK
24.23/25.54	c 25	OBJECTIVE BOUND: 0 <= _COST <= 345
24.23/25.54	c 25	SEARCHING: _COST <= 172
24.23/25.54	c 25	============================[ Search Statistics ]==============================
24.23/25.54	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.23/25.54	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.23/25.54	c 25	===============================================================================
24.23/25.54	c 25	|      1174 |   37313  7127112 21225664 |  2375704     1174     58 | 35.493 % |
24.84/26.17	c 26	|      1274 |   37312  7127112 21225664 |  2613274     1274     56 | 44.517 % |
25.14/26.46	c 26	|      1424 |   37312  7127112 21225664 |  2874601     1424     57 | 44.517 % |
26.54/27.87	c 28	|      1651 |   37312  7127112 21225664 |  3162062     1651     55 | 44.517 % |
27.24/28.59	c 28	|      1989 |   37312  7127112 21225664 |  3478268     1989     54 | 44.517 % |
27.84/29.18	c 29	|      2495 |   37312  7127112 21225664 |  3826095     2495     55 | 44.517 % |
31.14/32.49	c 32	|      3254 |   37312  7127112 21225664 |  4208704     3254     55 | 44.517 % |
31.94/33.22	c 33	|      4395 |   37312  7127112 21225664 |  4629575     4395     61 | 44.517 % |
38.13/39.44	c 39	|      6104 |   37312  7127112 21225664 |  5092532     6104     63 | 44.517 % |
40.23/41.50	c 41	|      8669 |   37312  7127112 21225664 |  5601785     8669     68 | 44.517 % |
54.73/56.06	c 56	|     12513 |   37312  7127112 21225664 |  6161964    12513     75 | 44.517 % |
75.42/76.79	c 77	|     18280 |   32093  1867427  5521844 |  6778160    18267     79 | 44.517 % |
100.50/101.85	c 102	|     26931 |   32093  1867427  5521844 |  7455976    26918     81 | 44.517 % |
126.20/127.52	c 127	|     39906 |   32093  1867427  5521844 |  8201574    39893     78 | 44.517 % |
154.68/156.07	c 156	|     59367 |   32093  1867427  5521844 |  9021731    59354     85 | 44.517 % |
245.76/247.24	c 247	|     88559 |   32093  1867427  5521844 |  9923905    88546     89 | 44.517 % |
357.22/358.76	c 359	|    132349 |   32093  1867427  5521844 | 10916295   132336     90 | 44.517 % |
536.96/538.55	c 538	|    198035 |   32093  1867427  5521844 | 12007925   198022     94 | 44.517 % |
937.12/938.85	c 939	|    296564 |   32093  1867427  5521844 | 13208717   296551     99 | 44.517 % |
1432.14/1434.00	c 1434	|    444354 |   32093  1867427  5521844 | 14529589   444341    103 | 44.517 % |
2474.06/2476.33	c 2476	|    666037 |   32093  1867427  5521844 | 15982548   666024    104 | 44.517 % |
3600.05/3604.51	c ERROR INTERRUPTED
3600.18/3604.66	c 3604	CPU 3597.19 (0.07 0.03 3597.12 2.93)
3600.18/3604.66	c 3604	END Sat Jul 12 19:11:46 2008

Verifier Data (download as text)

OK	224	2136
224 unsatisfied constraints, 2136 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-1113171-1215879101/watcher-1113171-1215879101 -o /tmp/evaluation-result-1113171-1215879101/solver-1113171-1215879101 -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-1113171-1215879101.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: 2.94 2.99 2.72 3/80 17842
/proc/meminfo: memFree=1778288/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=18572 CPUtime=0
/proc/17842/stat : 17842 (runsolver) R 17840 17842 17388 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 44609044 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 0 0 0
/proc/17842/statm: 4643 292 257 25 0 2626 0

[startup+0.014595 s]
/proc/loadavg: 2.94 2.99 2.72 3/80 17842
/proc/meminfo: memFree=1778288/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=120 CPUtime=0
/proc/17842/stat : 17842 (sugar++) R 17840 17842 17388 0 -1 4194304 24 0 1 0 0 0 0 0 19 0 1 0 44609044 122880 10 996147200 4194304 4206940 548682068528 18446744073709551615 273651130961 0 0 4096 0 0 0 0 17 0 0 0
/proc/17842/statm: 31 17 11 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 120

[startup+0.111599 s]
/proc/loadavg: 2.94 2.99 2.72 3/80 17842
/proc/meminfo: memFree=1778288/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=12268 CPUtime=0
/proc/17842/stat : 17842 (sugar++) R 17840 17842 17388 0 -1 4194304 345 0 3 0 0 0 0 0 18 0 1 0 44609044 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 273653922405 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/17842/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301597 s]
/proc/loadavg: 2.94 2.99 2.72 3/80 17842
/proc/meminfo: memFree=1778288/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=12676 CPUtime=0.02
/proc/17842/stat : 17842 (sugar++) R 17840 17842 17388 0 -1 4194304 531 0 3 0 1 1 0 0 18 0 1 0 44609044 12980224 502 996147200 4194304 4206940 548682068528 18446744073709551615 273667624336 0 0 4224 0 0 0 0 17 1 0 0
/proc/17842/statm: 3169 502 315 3 0 269 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12676

[startup+0.70163 s]
/proc/loadavg: 2.94 2.99 2.72 3/80 17842
/proc/meminfo: memFree=1778288/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=16740 CPUtime=0.08
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1214 128 5 0 5 3 0 0 19 0 1 0 44609044 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.50168 s]
/proc/loadavg: 2.94 2.99 2.72 4/91 17854
/proc/meminfo: memFree=1767512/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=16740 CPUtime=0.76
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1291 5227 5 1 5 3 65 3 15 0 1 0 44609044 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17842/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 16740

[startup+3.10279 s]
/proc/loadavg: 2.94 2.99 2.72 4/91 17864
/proc/meminfo: memFree=1761240/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=16740 CPUtime=0.76
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1292 5227 5 1 5 3 65 3 15 0 1 0 44609044 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17842/statm: 4185 1104 409 3 0 764 0
[pid=17855] ppid=17842 vsize=5356 CPUtime=0
/proc/17855/stat : 17855 (sh) S 17842 17842 17388 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44609176 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17855/statm: 1339 233 193 169 0 50 0
[pid=17856] ppid=17855 vsize=868512 CPUtime=1.75
/proc/17856/stat : 17856 (java) S 17855 17842 17388 0 -1 0 8216 0 1 0 168 7 0 0 18 0 9 0 44609176 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17856/statm: 217128 7315 2564 9 0 211675 0
[pid=17856/tid=17857] ppid=17855 vsize=868512 CPUtime=1.19
/proc/17856/task/17857/stat : 17857 (java) R 17855 17842 17388 0 -1 64 2814 0 1 0 116 3 0 0 21 0 9 0 44609177 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4127022705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17858] ppid=17855 vsize=868512 CPUtime=0.26
/proc/17856/task/17858/stat : 17858 (java) S 17855 17842 17388 0 -1 64 3196 0 0 0 24 2 0 0 16 0 9 0 44609178 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17859] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17859/stat : 17859 (java) S 17855 17842 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44609179 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17860] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17860/stat : 17860 (java) S 17855 17842 17388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44609179 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17861] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17861/stat : 17861 (java) S 17855 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44609181 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17862] ppid=17855 vsize=868512 CPUtime=0.26
/proc/17856/task/17862/stat : 17862 (java) S 17855 17842 17388 0 -1 64 1512 0 0 0 26 0 0 0 16 0 9 0 44609181 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17863] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17863/stat : 17863 (java) S 17855 17842 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44609181 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17864] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17864/stat : 17864 (java) S 17855 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44609181 889356288 7315 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 890608

[startup+6.30314 s]
/proc/loadavg: 2.95 2.99 2.72 4/91 17864
/proc/meminfo: memFree=1735448/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=16740 CPUtime=0.76
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1292 5227 5 1 5 3 65 3 15 0 1 0 44609044 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17842/statm: 4185 1104 409 3 0 764 0
[pid=17855] ppid=17842 vsize=5356 CPUtime=0
/proc/17855/stat : 17855 (sh) S 17842 17842 17388 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44609176 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17855/statm: 1339 233 193 169 0 50 0
[pid=17856] ppid=17855 vsize=868512 CPUtime=4.9
/proc/17856/stat : 17856 (java) S 17855 17842 17388 0 -1 0 9020 0 1 0 463 27 0 0 18 0 9 0 44609176 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17856/statm: 217128 7321 2564 9 0 211675 0
[pid=17856/tid=17857] ppid=17855 vsize=868512 CPUtime=4.15
/proc/17856/task/17857/stat : 17857 (java) R 17855 17842 17388 0 -1 64 3612 0 1 0 395 20 0 0 25 0 9 0 44609177 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17858] ppid=17855 vsize=868512 CPUtime=0.46
/proc/17856/task/17858/stat : 17858 (java) S 17855 17842 17388 0 -1 64 3196 0 0 0 40 6 0 0 15 0 9 0 44609178 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17859] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17859/stat : 17859 (java) S 17855 17842 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44609179 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17860] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17860/stat : 17860 (java) S 17855 17842 17388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44609179 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17861] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17861/stat : 17861 (java) S 17855 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17862] ppid=17855 vsize=868512 CPUtime=0.27
/proc/17856/task/17862/stat : 17862 (java) S 17855 17842 17388 0 -1 64 1518 0 0 0 27 0 0 0 16 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17863] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17863/stat : 17863 (java) S 17855 17842 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17864] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17864/stat : 17864 (java) S 17855 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 890608

[startup+12.7024 s]
/proc/loadavg: 2.95 2.99 2.72 4/91 17864
/proc/meminfo: memFree=1655896/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=16740 CPUtime=0.76
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1292 5227 5 1 5 3 65 3 16 0 1 0 44609044 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17842/statm: 4185 1104 409 3 0 764 0
[pid=17855] ppid=17842 vsize=5356 CPUtime=0
/proc/17855/stat : 17855 (sh) S 17842 17842 17388 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44609176 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17855/statm: 1339 233 193 169 0 50 0
[pid=17856] ppid=17855 vsize=868512 CPUtime=11.21
/proc/17856/stat : 17856 (java) S 17855 17842 17388 0 -1 0 10915 0 1 0 1032 89 0 0 18 0 9 0 44609176 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17856/statm: 217128 7321 2564 9 0 211675 0
[pid=17856/tid=17857] ppid=17855 vsize=868512 CPUtime=9.99
/proc/17856/task/17857/stat : 17857 (java) R 17855 17842 17388 0 -1 64 5507 0 1 0 928 71 0 0 25 0 9 0 44609177 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 102064828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17858] ppid=17855 vsize=868512 CPUtime=0.92
/proc/17856/task/17858/stat : 17858 (java) S 17855 17842 17388 0 -1 64 3196 0 0 0 76 16 0 0 16 0 9 0 44609178 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17859] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17859/stat : 17859 (java) S 17855 17842 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44609179 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17860] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17860/stat : 17860 (java) S 17855 17842 17388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44609179 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17861] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17861/stat : 17861 (java) S 17855 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17862] ppid=17855 vsize=868512 CPUtime=0.27
/proc/17856/task/17862/stat : 17862 (java) S 17855 17842 17388 0 -1 64 1518 0 0 0 27 0 0 0 16 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17863] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17863/stat : 17863 (java) S 17855 17842 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17856/tid=17864] ppid=17855 vsize=868512 CPUtime=0
/proc/17856/task/17864/stat : 17864 (java) S 17855 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44609181 889356288 7321 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 890608

[startup+25.5013 s]
/proc/loadavg: 3.17 3.04 2.74 4/92 17885
/proc/meminfo: memFree=1328144/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.18
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1666 21608 9 3 7 3 1477 131 15 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=295284 CPUtime=7.76
/proc/17865/stat : 17865 (minisat-inc) S 17842 17842 17388 0 -1 4194304 72860 0 0 0 727 49 0 0 25 0 1 0 44610733 302370816 72805 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/17865/statm: 73821 72805 80 151 0 73667 0
[pid=17876] ppid=17842 vsize=5356 CPUtime=0
/proc/17876/stat : 17876 (sh) S 17842 17842 17388 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44611553 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17876/statm: 1339 233 193 169 0 50 0
[pid=17877] ppid=17876 vsize=195972 CPUtime=0.29
/proc/17877/stat : 17877 (java) S 17876 17842 17388 0 -1 0 3721 0 1 0 27 2 0 0 18 0 9 0 44611555 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17877/statm: 48993 3188 1704 9 0 43568 0
[pid=17877/tid=17878] ppid=17876 vsize=195972 CPUtime=0.19
/proc/17877/task/17878/stat : 17878 (java) S 17876 17842 17388 0 -1 64 2534 0 1 0 18 1 0 0 25 0 9 0 44611560 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17877/tid=17879] ppid=17876 vsize=195972 CPUtime=0
/proc/17877/task/17879/stat : 17879 (java) S 17876 17842 17388 0 -1 64 159 0 0 0 0 0 0 0 16 0 9 0 44611561 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17877/tid=17880] ppid=17876 vsize=195972 CPUtime=0
/proc/17877/task/17880/stat : 17880 (java) S 17876 17842 17388 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 44611561 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17877/tid=17881] ppid=17876 vsize=195972 CPUtime=0
/proc/17877/task/17881/stat : 17881 (java) S 17876 17842 17388 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 44611561 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17877/tid=17882] ppid=17876 vsize=195972 CPUtime=0
/proc/17877/task/17882/stat : 17882 (java) S 17876 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 44611563 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17877/tid=17883] ppid=17876 vsize=195972 CPUtime=0.07
/proc/17877/task/17883/stat : 17883 (java) S 17876 17842 17388 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 44611563 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17877/tid=17884] ppid=17876 vsize=195972 CPUtime=0
/proc/17877/task/17884/stat : 17884 (java) S 17876 17842 17388 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 44611563 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17877/tid=17885] ppid=17876 vsize=195972 CPUtime=0
/proc/17877/task/17885/stat : 17885 (java) S 17876 17842 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44611563 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.23
Current children cumulated vsize (KiB) 513748

[startup+51.1011 s]
/proc/loadavg: 2.91 2.98 2.73 3/82 17885
/proc/meminfo: memFree=1330784/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=297396 CPUtime=33.34
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 73376 0 0 0 3284 50 0 0 25 0 1 0 44610733 304533504 73321 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=504848 CPUtime=2903.4
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 124820 0 0 0 290230 110 0 0 25 0 1 0 44610733 516964352 124765 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 126212 124765 80 151 0 126058 0
Current children cumulated CPU time (s) 2919.9
Current children cumulated vsize (KiB) 521984

[startup+2982.3 s]
/proc/loadavg: 2.73 2.68 2.64 3/82 17893
/proc/meminfo: memFree=1118040/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=509204 CPUtime=2963.36
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 125903 0 0 0 296225 111 0 0 25 0 1 0 44610733 521424896 125848 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 127301 125848 80 151 0 127147 0
Current children cumulated CPU time (s) 2979.86
Current children cumulated vsize (KiB) 526340

[startup+3042.3 s]
/proc/loadavg: 2.72 2.68 2.64 3/82 17893
/proc/meminfo: memFree=1114200/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=512988 CPUtime=3023.34
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 126874 0 0 0 302221 113 0 0 25 0 1 0 44610733 525299712 126819 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 128247 126819 80 151 0 128093 0
Current children cumulated CPU time (s) 3039.84
Current children cumulated vsize (KiB) 530124

[startup+3102.3 s]
/proc/loadavg: 2.73 2.68 2.64 3/82 17893
/proc/meminfo: memFree=1109848/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=517324 CPUtime=3083.32
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 127954 0 0 0 308219 113 0 0 25 0 1 0 44610733 529739776 127899 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 129331 127899 80 151 0 129177 0
Current children cumulated CPU time (s) 3099.82
Current children cumulated vsize (KiB) 534460

[startup+3162.3 s]
/proc/loadavg: 2.83 2.72 2.65 3/82 17893
/proc/meminfo: memFree=1105432/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=521664 CPUtime=3143.3
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 129048 0 0 0 314215 115 0 0 25 0 1 0 44610733 534183936 128993 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 130416 128993 80 151 0 130262 0
Current children cumulated CPU time (s) 3159.8
Current children cumulated vsize (KiB) 538800

[startup+3222.3 s]
/proc/loadavg: 2.85 2.74 2.66 3/82 17893
/proc/meminfo: memFree=1101016/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=526020 CPUtime=3203.28
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 130124 0 0 0 320212 116 0 0 25 0 1 0 44610733 538644480 130069 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 131505 130069 80 151 0 131351 0
Current children cumulated CPU time (s) 3219.78
Current children cumulated vsize (KiB) 543156

[startup+3282.3 s]
/proc/loadavg: 2.64 2.68 2.64 3/84 17944
/proc/meminfo: memFree=932752/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=530112 CPUtime=3263.24
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 131164 0 0 0 326186 138 0 0 25 0 1 0 44610733 542834688 131109 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 132528 131109 80 151 0 132374 0
Current children cumulated CPU time (s) 3279.74
Current children cumulated vsize (KiB) 547248

[startup+3342.3 s]
/proc/loadavg: 2.32 2.59 2.61 3/76 17946
/proc/meminfo: memFree=65424/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=534240 CPUtime=3322.74
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 132179 0 0 0 332131 143 0 0 25 0 1 0 44610733 547061760 132124 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17865/statm: 133560 132124 80 151 0 133406 0
Current children cumulated CPU time (s) 3339.24
Current children cumulated vsize (KiB) 551376

[startup+3402.31 s]
/proc/loadavg: 2.11 2.47 2.57 3/76 17958
/proc/meminfo: memFree=39376/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=538228 CPUtime=3382.18
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 133188 0 0 0 338073 145 0 0 25 0 1 0 44610733 551145472 133133 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17865/statm: 134557 133133 80 151 0 134403 0
Current children cumulated CPU time (s) 3398.68
Current children cumulated vsize (KiB) 555364

[startup+3462.3 s]
/proc/loadavg: 2.04 2.39 2.53 3/76 17970
/proc/meminfo: memFree=36368/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=541412 CPUtime=3441.62
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 134004 0 0 0 344016 146 0 0 25 0 1 0 44610733 554405888 133949 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17865/statm: 135353 133949 80 151 0 135199 0
Current children cumulated CPU time (s) 3458.12
Current children cumulated vsize (KiB) 558548

[startup+3522.3 s]
/proc/loadavg: 2.01 2.31 2.49 3/76 17982
/proc/meminfo: memFree=37512/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=544808 CPUtime=3501.38
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 134859 0 0 0 349990 148 0 0 25 0 1 0 44610733 557883392 134804 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 136202 134804 80 151 0 136048 0
Current children cumulated CPU time (s) 3517.88
Current children cumulated vsize (KiB) 561944

[startup+3582.3 s]
/proc/loadavg: 2.00 2.26 2.46 3/76 17994
/proc/meminfo: memFree=42192/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=548408 CPUtime=3561.36
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 135751 0 0 0 355987 149 0 0 25 0 1 0 44610733 561569792 135696 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 137102 135696 80 151 0 136948 0
Current children cumulated CPU time (s) 3577.86
Current children cumulated vsize (KiB) 565544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.5 s]
/proc/loadavg: 2.00 2.24 2.45 3/76 17994
/proc/meminfo: memFree=40848/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=16.5
/proc/17842/stat : 17842 (sugar++) S 17840 17842 17388 0 -1 4194304 1682 25619 9 4 7 3 1505 135 16 0 1 0 44609044 17547264 1186 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17842/statm: 4284 1186 414 3 0 863 0
[pid=17865] ppid=17842 vsize=549728 CPUtime=3583.55
/proc/17865/stat : 17865 (minisat-inc) R 17842 17842 17388 0 -1 4194304 136082 0 0 0 358206 149 0 0 25 0 1 0 44610733 562921472 136027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17865/statm: 137432 136027 80 151 0 137278 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 566864

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

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

[startup+3604.61 s]
/proc/loadavg: 2.00 2.24 2.45 4/76 17995
/proc/meminfo: memFree=639120/2055920 swapFree=4192812/4192956
[pid=17842] ppid=17840 vsize=17136 CPUtime=3600.18
/proc/17842/stat : 17842 (sugar++) R 17840 17842 17388 0 -1 4194304 1706 161701 9 4 7 6 359712 293 16 0 1 0 44609044 17547264 1187 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17842/statm: 4284 1187 415 3 0 863 0
Current children cumulated CPU time (s) 3600.18
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3604.66
CPU time (s): 3600.24
CPU user time (s): 3597.2
CPU system time (s): 3.04454
CPU usage (%): 99.8773
Max. virtual memory (cumulated for all children) (KiB): 890680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.2
system time used= 3.04454
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163463
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30809
involuntary context switches= 65802

runsolver used 5.09023 second user time and 11.2913 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-12 18:11:42
IDJOB=1113171
IDBENCH=61538
IDSOLVER=367
FILE ID=node52/1113171-1215879101
PBS_JOBID= 7903568
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-4.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-1113171-1215879101/watcher-1113171-1215879101 -o /tmp/evaluation-result-1113171-1215879101/solver-1113171-1215879101 -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-1113171-1215879101.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d8557135ac2cc6929d01441b291d46a
RANDOM SEED=2061275703

node52.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.234
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.234
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:       1778904 kB
Buffers:          6172 kB
Cached:          50132 kB
SwapCached:          0 kB
Active:         206552 kB
Inactive:        20608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:         191244 kB
Slab:            34616 kB
Committed_AS:   960024 kB
PageTables:       2348 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= 66148 MiB
End job on node52 at 2008-07-12 19:11:48