Trace number 1108595

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)79 3600.16 3602.37

General information on the benchmark

Namecsp/coloring/
normalized-dsjc-125-1-4-ext.xml
MD5SUM0f9a5885404eb40db3fed9fd40e0bc66
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints19
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints736
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension736
Number of constraints which are defined in intension0
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.05/0.21	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.21	c 0	BEGIN Fri Jul 11 15:32:29 2008
0.05/0.21	c 0	PID 12504
0.05/0.21	c 0	HOST node88.alineos.net
0.05/0.21	c 0	CONVERTING HOME/instance-1108595-1215783149.xml TO HOME/temp.csp
0.05/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108595-1215783149.xml' 'HOME/temp.csp'
0.07/0.55	c 1	1 domains, 125 variables, 0 predicates, 1 relations, 736 constraints
0.07/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.60	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.37/0.68	c 1	Parsing HOME/temp.csp
0.37/0.83	c 1	parsed 863 expressions
0.37/0.83	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.85	c 1	MAX CSP: 736 constraints
0.37/0.85	c 1	Converting to clausal form CSP
0.37/0.88	c 1	converted 161 (10%) expressions
0.37/0.90	c 1	converted 321 (20%) expressions
0.37/0.91	c 1	converted 481 (30%) expressions
0.37/0.92	c 1	converted 641 (40%) expressions
0.37/0.93	c 1	converted 801 (50%) expressions
0.37/0.94	c 1	converted 962 (60%) expressions
0.37/0.95	c 1	converted 1122 (70%) expressions
0.74/1.01	c 1	converted 1282 (80%) expressions
0.74/1.02	c 1	converted 1442 (90%) expressions
0.85/1.14	c 1	converted 1602 (100%) expressions
0.85/1.14	c 1	CSP : 1597 integers, 0 booleans, 2207 clauses, largest domain size 1105
0.85/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.14	c 1	Propagation in CSP
0.85/1.19	c 1	732 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.85/1.19	c 1	CSP : 1597 integers, 0 booleans, 2207 clauses, largest domain size 737
0.85/1.19	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.19	c 1	Simplifing CSP by introducing new Boolean variables
0.85/1.20	c 1	CSP : 1597 integers, 0 booleans, 2207 clauses, largest domain size 737
0.85/1.20	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.24	c 1	160 (10%) CSP integer variables are encoded (250 clauses, 2670 bytes)
0.94/1.24	c 1	320 (20%) CSP integer variables are encoded (250 clauses, 2670 bytes)
0.94/1.24	c 1	480 (30%) CSP integer variables are encoded (250 clauses, 2670 bytes)
0.94/1.25	c 1	639 (40%) CSP integer variables are encoded (250 clauses, 2670 bytes)
0.94/1.25	c 1	799 (50%) CSP integer variables are encoded (250 clauses, 2670 bytes)
0.94/1.26	c 1	959 (60%) CSP integer variables are encoded (6485 clauses, 83725 bytes)
0.94/1.26	c 1	1118 (70%) CSP integer variables are encoded (8034 clauses, 103862 bytes)
0.94/1.26	c 1	1278 (80%) CSP integer variables are encoded (9895 clauses, 130304 bytes)
0.94/1.27	c 1	1438 (90%) CSP integer variables are encoded (10983 clauses, 146624 bytes)
0.94/1.27	c 1	1597 (100%) CSP integer variables are encoded (12479 clauses, 169064 bytes)
1.03/1.31	c 1	221 (10%) CSP clauses are encoded (13363 clauses, 185458 bytes)
1.03/1.33	c 1	442 (20%) CSP clauses are encoded (14247 clauses, 202986 bytes)
1.03/1.35	c 1	663 (30%) CSP clauses are encoded (15131 clauses, 221264 bytes)
1.24/1.56	c 2	883 (40%) CSP clauses are encoded (93092 clauses, 1609096 bytes)
1.64/1.90	c 2	1104 (50%) CSP clauses are encoded (300121 clauses, 5413503 bytes)
1.64/1.92	c 2	1325 (60%) CSP clauses are encoded (310024 clauses, 5588797 bytes)
2.04/2.37	c 2	1545 (70%) CSP clauses are encoded (576206 clauses, 10973113 bytes)
2.14/2.40	c 2	1766 (80%) CSP clauses are encoded (587635 clauses, 11208120 bytes)
2.14/2.45	c 2	1987 (90%) CSP clauses are encoded (615098 clauses, 11786219 bytes)
2.33/2.62	c 3	2207 (100%) CSP clauses are encoded (717001 clauses, 13955499 bytes)
2.33/2.62	c 3	2207 CSP clauses encoded
2.33/2.62	c 3	Writing map file : HOME/temp.map
2.33/2.64	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.64	c 3	SAT : 14076 SAT variables, 717001 SAT clauses, 13955499 bytes
2.33/2.64	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.69	c 3	OBJECTIVE minimize _COST
2.33/2.69	c 3	SOLVING HOME/temp.cnf
2.33/2.69	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.41/2.71	c 3	This is MiniSat 2.0 beta incremental
2.41/2.71	c 3	WARNING: for repeatability, setting FPU to use double precision
2.41/2.71	c 3	============================[ Problem Statistics ]=============================
2.41/2.71	c 3	|                                                                             |
2.41/2.71	c 3	|  Number of variables:  14076                                                |
2.41/2.71	c 3	|  Number of clauses:    717001                                               |
2.41/3.01	c 3	|  Parsing time:         0.27         s                                       |
2.41/3.03	c 3	OK
2.41/3.03	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.41/3.03	c 3	SEARCHING: _COST <= 368
2.41/3.03	c 3	============================[ Search Statistics ]==============================
2.41/3.03	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/3.03	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/3.03	c 3	===============================================================================
2.41/3.03	c 3	|         0 |   14076   717001  2116274 |   239000        0    nan |  0.000 % |
2.41/3.08	c 3	===============================================================================
2.41/3.08	c 3	restarts              : 1
2.41/3.08	c 3	conflicts             : 1             (3 /sec)
2.41/3.08	c 3	decisions             : 62            (0.00 % random) (187 /sec)
2.41/3.08	c 3	propagations          : 14095          (42461 /sec)
2.41/3.08	c 3	conflict literals     : 20             (0.00 % deleted)
2.41/3.08	c 3	Memory used           : 32.55 MB
2.41/3.08	c 3	CPU time              : 0.331949 s
2.41/3.08	c 3	
2.41/3.08	c 3	SATISFIABLE
2.41/3.09	c 3	OK
2.41/3.09	c 3	FOUND: _COST <= 368
2.41/3.09	s SATISFIABLE
2.41/3.09	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.41/3.09	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.41/3.17	c 3	Decoding HOME/temp.out
2.87/3.29	c 3	OBJECTIVE _COST 368
2.87/3.29	o 368
2.87/3.30	v 1 3 1 0 0 0 0 2 1 3 2 0 1 0 2 1 0 0 1 3 3 1 0 1 2 3 1 0 1 3 1 1 0 3 3 0 2 2 1 0 3 1 2 0 2 2 1 3 3 3 0 1 1 2 1 1 1 0 2 3 2 0 2 0 2 1 0 2 3 2 2 1 2 0 3 2 0 0 2 1 1 3 0 0 0 0 2 0 1 2 2 2 1 3 3 0 3 2 2 2 2 2 3 2 2 3 3 2 2 1 3 3 2 2 3 2 2 2 3 3 3 3 3 3 3
2.87/3.30	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.97/3.35	c 3	OK
2.97/3.35	c 3	OBJECTIVE BOUND: 0 <= _COST <= 368
2.97/3.35	c 3	SEARCHING: _COST <= 184
2.97/3.35	c 3	============================[ Search Statistics ]==============================
2.97/3.35	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.97/3.35	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.97/3.35	c 3	===============================================================================
2.97/3.35	c 3	|         1 |   14076   717001  2116274 |   239000        1     20 |  0.000 % |
3.02/3.40	c 3	|       101 |   10423   717001  2116274 |   262900      101     51 | 26.145 % |
3.02/3.48	c 3	|       251 |   10423   717001  2116274 |   289190      251     53 | 26.145 % |
3.12/3.51	c 3	===============================================================================
3.12/3.51	c 3	restarts              : 4
3.12/3.51	c 3	conflicts             : 322           (655 /sec)
3.12/3.51	c 3	decisions             : 1255          (0.88 % random) (2551 /sec)
3.12/3.51	c 3	propagations          : 172401         (350462 /sec)
3.12/3.51	c 3	conflict literals     : 18577          (20.70 % deleted)
3.12/3.51	c 3	Memory used           : 33.20 MB
3.12/3.51	c 3	CPU time              : 0.491925 s
3.12/3.51	c 3	
3.12/3.51	c 3	SATISFIABLE
3.12/3.51	c 3	OK
3.12/3.51	c 3	FOUND: _COST <= 184
3.12/3.51	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.12/3.51	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.13/3.60	c 4	Decoding HOME/temp.out
3.13/3.73	c 4	OBJECTIVE _COST 184
3.13/3.73	o 184
3.13/3.73	v 1 2 3 0 0 2 1 2 3 1 1 1 0 2 0 0 3 2 1 1 0 0 1 3 2 2 0 2 3 1 3 0 2 2 3 2 0 1 3 3 3 3 1 0 1 3 2 2 0 3 2 3 3 1 2 3 0 0 1 2 3 2 2 2 1 3 1 2 3 1 0 2 0 2 0 2 0 2 1 2 3 1 0 3 2 0 3 0 0 1 1 1 3 2 1 2 3 2 1 3 1 3 3 3 1 3 1 3 1 3 0 0 2 3 0 3 0 2 1 2 1 2 3 3 3
3.13/3.74	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.13/3.78	c 4	OK
3.13/3.78	c 4	OBJECTIVE BOUND: 0 <= _COST <= 184
3.13/3.78	c 4	SEARCHING: _COST <= 92
3.13/3.79	c 4	============================[ Search Statistics ]==============================
3.13/3.80	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.13/3.80	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.13/3.80	c 4	===============================================================================
3.13/3.80	c 4	|       322 |   10396   717001  2116274 |   239000      322     58 | 26.145 % |
3.36/3.84	c 4	|       422 |   10396   717001  2116274 |   262900      422     54 | 40.524 % |
3.46/3.90	c 4	|       574 |   10396   717001  2116274 |   289190      574     49 | 40.524 % |
3.46/3.94	c 4	|       800 |   10396   717001  2116274 |   318109      800     57 | 40.524 % |
3.66/4.16	c 4	|      1140 |   10396   717001  2116274 |   349920     1140     55 | 40.524 % |
3.76/4.20	c 4	===============================================================================
3.76/4.20	c 4	restarts              : 9
3.76/4.20	c 4	conflicts             : 1360          (1478 /sec)
3.76/4.20	c 4	decisions             : 3026          (0.66 % random) (3290 /sec)
3.76/4.20	c 4	propagations          : 751289         (816743 /sec)
3.76/4.20	c 4	conflict literals     : 76517          (18.14 % deleted)
3.76/4.20	c 4	Memory used           : 33.59 MB
3.76/4.21	c 4	CPU time              : 0.91986 s
3.76/4.21	c 4	
3.76/4.21	c 4	SATISFIABLE
3.76/4.21	c 4	OK
3.76/4.21	c 4	FOUND: _COST <= 92
3.76/4.21	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.76/4.21	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.76/4.30	c 4	Decoding HOME/temp.out
3.94/4.41	c 4	OBJECTIVE _COST 92
3.94/4.41	o 92
3.94/4.42	v 0 0 2 0 2 3 1 1 2 1 2 2 2 2 0 2 3 0 0 2 0 2 0 2 0 1 3 0 1 1 2 1 3 3 1 1 2 1 2 3 0 3 2 2 1 3 3 0 3 3 2 1 2 2 1 0 0 2 3 2 0 3 3 2 3 1 0 0 2 0 1 1 3 0 2 0 3 3 3 3 3 0 3 1 0 1 3 0 0 1 0 3 2 2 2 1 0 3 3 3 0 2 0 3 2 1 3 0 0 2 1 0 2 3 1 3 1 3 3 1 0 2 1 0 1
3.94/4.42	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.94/4.43	c 4	OK
3.94/4.43	c 4	OBJECTIVE BOUND: 0 <= _COST <= 92
3.94/4.43	c 4	SEARCHING: _COST <= 46
3.94/4.44	c 4	============================[ Search Statistics ]==============================
3.94/4.45	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.94/4.45	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.94/4.45	c 4	===============================================================================
3.94/4.45	c 4	|      1360 |    8372   717001  2116274 |   239000     1360     56 | 40.524 % |
4.05/4.50	c 4	|      1460 |    8372   717001  2116274 |   262900     1460     55 | 49.674 % |
4.05/4.54	c 5	|      1610 |    8372   717001  2116274 |   289190     1610     54 | 49.674 % |
4.14/4.66	c 5	|      1835 |    8372   717001  2116274 |   318109     1835     52 | 49.674 % |
4.24/4.72	c 5	|      2172 |    8372   717001  2116274 |   349920     2172     54 | 49.674 % |
4.44/4.98	c 5	|      2678 |    8372   717001  2116274 |   384912     2678     51 | 49.674 % |
4.54/5.09	c 5	|      3440 |    8372   717001  2116274 |   423403     3440     54 | 49.674 % |
5.54/6.00	c 6	|      4583 |    8372   717001  2116274 |   465744     4583     49 | 49.674 % |
6.33/6.84	c 7	|      6291 |    7084   173641   506526 |   512318     6283     46 | 49.674 % |
6.73/7.23	c 7	|      8855 |    7084   173641   506526 |   563550     8847     54 | 49.674 % |
8.13/8.69	c 9	|     12699 |    7084   173641   506526 |   619905    12691     51 | 49.674 % |
10.44/10.99	c 11	|     18466 |    7084   173641   506526 |   681895    18458     48 | 49.674 % |
13.33/13.86	c 14	|     27116 |    7084   173641   506526 |   750085    27108     54 | 49.674 % |
21.63/22.18	c 22	|     40090 |    7084   173641   506526 |   825093    40082     52 | 49.674 % |
33.53/34.07	c 34	|     59552 |    7084   173641   506526 |   907603    59544     58 | 49.674 % |
57.81/58.37	c 58	|     88744 |    7084   173641   506526 |   998363    88736     61 | 49.674 % |
106.58/107.15	c 107	|    132535 |    7084   173641   506526 |  1098200   132527     69 | 49.674 % |
212.83/213.48	c 213	|    198219 |    7084   173641   506526 |  1208020   198211     64 | 49.674 % |
381.44/382.12	c 382	|    296746 |    7084   173641   506526 |  1328822   296738     59 | 49.674 % |
711.39/712.23	c 712	|    444535 |    7084   173641   506526 |  1461704   444527     59 | 49.674 % |
1425.05/1426.28	c 1426	|    666218 |    7084   173641   506526 |  1607874   666210     66 | 49.674 % |
3026.15/3028.17	c 3028	|    998743 |    7084   173641   506526 |  1768662   998735     68 | 49.674 % |
3600.06/3602.31	c ERROR INTERRUPTED
3600.06/3602.36	c 3602	CPU 3598.83 (0.06 0.02 3598.77 1.28)
3600.06/3602.36	c 3602	END Fri Jul 11 16:32:31 2008

Verifier Data (download as text)

OK	79	657
79 unsatisfied constraints, 657 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-1108595-1215783149/watcher-1108595-1215783149 -o /tmp/evaluation-result-1108595-1215783149/solver-1108595-1215783149 -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-1108595-1215783149.xml 

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


[startup+0 s]
/proc/loadavg: 3.25 3.29 3.22 4/111 12504
/proc/meminfo: memFree=1258416/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=18572 CPUtime=0
/proc/12504/stat : 12504 (runsolver) R 12502 12504 12252 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 35012045 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 270187162919 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12504/statm: 4643 292 257 25 0 2626 0

[startup+0.07187 s]
/proc/loadavg: 3.25 3.29 3.22 4/111 12504
/proc/meminfo: memFree=1258416/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=13336 CPUtime=0.03
/proc/12504/stat : 12504 (sugar++) R 12502 12504 12252 0 -1 4194304 732 0 0 0 2 1 0 0 19 0 1 0 35012045 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 270187330149 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12504/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.102956 s]
/proc/loadavg: 3.25 3.29 3.22 4/111 12504
/proc/meminfo: memFree=1258416/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=13336 CPUtime=0.03
/proc/12504/stat : 12504 (sugar++) R 12502 12504 12252 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 35012045 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 0 0 0 0 17 0 0 0
/proc/12504/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301997 s]
/proc/loadavg: 3.25 3.29 3.22 4/111 12504
/proc/meminfo: memFree=1258416/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16740 CPUtime=0.07
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35012045 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12504/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702069 s]
/proc/loadavg: 3.25 3.29 3.22 4/111 12504
/proc/meminfo: memFree=1258416/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16740 CPUtime=0.37
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1296 4532 0 1 5 2 26 4 15 0 1 0 35012045 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16740

[startup+1.50122 s]
/proc/loadavg: 3.25 3.29 3.22 4/122 12526
/proc/meminfo: memFree=1233816/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16740 CPUtime=0.37
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1297 4532 0 1 5 2 26 4 15 0 1 0 35012045 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4185 1104 409 3 0 764 0
[pid=12517] ppid=12504 vsize=5356 CPUtime=0
/proc/12517/stat : 12517 (sh) S 12504 12504 12252 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35012105 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12517/statm: 1339 233 193 169 0 50 0
[pid=12518] ppid=12517 vsize=868500 CPUtime=0.87
/proc/12518/stat : 12518 (java) S 12517 12504 12252 0 -1 0 6726 0 1 0 82 5 0 0 20 0 9 0 35012105 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12518/statm: 217125 5922 2563 9 0 211672 0
[pid=12518/tid=12519] ppid=12517 vsize=868500 CPUtime=0.53
/proc/12518/task/12519/stat : 12519 (java) R 12517 12504 12252 0 -1 64 2756 0 1 0 51 2 0 0 25 0 9 0 35012106 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12520] ppid=12517 vsize=868500 CPUtime=0.07
/proc/12518/task/12520/stat : 12520 (java) S 12517 12504 12252 0 -1 64 1786 0 0 0 7 0 0 0 16 0 9 0 35012108 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12521] ppid=12517 vsize=868500 CPUtime=0
/proc/12518/task/12521/stat : 12521 (java) S 12517 12504 12252 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35012108 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12522] ppid=12517 vsize=868500 CPUtime=0
/proc/12518/task/12522/stat : 12522 (java) S 12517 12504 12252 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35012108 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12523] ppid=12517 vsize=868500 CPUtime=0
/proc/12518/task/12523/stat : 12523 (java) S 12517 12504 12252 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 35012110 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12524] ppid=12517 vsize=868500 CPUtime=0.23
/proc/12518/task/12524/stat : 12524 (java) S 12517 12504 12252 0 -1 64 1492 0 0 0 23 0 0 0 16 0 9 0 35012110 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12525] ppid=12517 vsize=868500 CPUtime=0
/proc/12518/task/12525/stat : 12525 (java) S 12517 12504 12252 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35012110 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12518/tid=12526] ppid=12517 vsize=868500 CPUtime=0
/proc/12518/task/12526/stat : 12526 (java) S 12517 12504 12252 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35012110 889344000 5922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 890596

[startup+3.10155 s]
/proc/loadavg: 3.25 3.29 3.22 3/122 12526
/proc/meminfo: memFree=1222552/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=2.41
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1530 11942 1 2 6 2 214 19 15 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 16872

[startup+6.30216 s]
/proc/loadavg: 3.15 3.27 3.22 3/113 12557
/proc/meminfo: memFree=1196512/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=35052 CPUtime=2.82
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 8341 0 1 0 278 4 0 0 25 0 1 0 35012315 35893248 8285 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 8763 8285 80 151 0 8609 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 51924

[startup+12.7014 s]
/proc/loadavg: 3.06 3.25 3.21 3/113 12557
/proc/meminfo: memFree=1196640/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=35212 CPUtime=9.21
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 8367 0 1 0 917 4 0 0 25 0 1 0 35012315 36057088 8311 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 8803 8311 80 151 0 8649 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 52084

[startup+25.5019 s]
/proc/loadavg: 2.82 3.19 3.19 3/113 12557
/proc/meminfo: memFree=1196456/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=35348 CPUtime=22.01
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 8428 0 1 0 2196 5 0 0 25 0 1 0 35012315 36196352 8363 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 8837 8363 80 151 0 8683 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 52220

[startup+51.1029 s]
/proc/loadavg: 2.68 3.13 3.17 3/113 12557
/proc/meminfo: memFree=1142440/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=43292 CPUtime=47.59
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 10405 0 1 0 4751 8 0 0 25 0 1 0 35012315 44331008 10340 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 10823 10340 80 151 0 10669 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 60164

[startup+102.309 s]
/proc/loadavg: 2.68 3.06 3.14 3/113 12557
/proc/meminfo: memFree=1118952/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=60280 CPUtime=98.77
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 14654 0 1 0 9865 12 0 0 25 0 1 0 35012315 61726720 14589 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 15070 14589 80 151 0 14916 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 77152

[startup+162.302 s]
/proc/loadavg: 2.61 2.97 3.10 3/113 12557
/proc/meminfo: memFree=1108200/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=70744 CPUtime=158.73
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 17219 0 1 0 15859 14 0 0 25 0 1 0 35012315 72441856 17154 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 17686 17154 80 151 0 17532 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 87616

[startup+222.301 s]
/proc/loadavg: 2.60 2.90 3.07 3/113 12557
/proc/meminfo: memFree=1098856/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=79832 CPUtime=218.7
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 19515 0 1 0 21853 17 0 0 25 0 1 0 35012315 81747968 19450 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 19958 19450 80 151 0 19804 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 96704

[startup+282.302 s]
/proc/loadavg: 2.59 2.83 3.03 3/113 12557
/proc/meminfo: memFree=1089768/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=89288 CPUtime=278.67
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 21795 0 1 0 27848 19 0 0 25 0 1 0 35012315 91430912 21730 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 22322 21730 80 151 0 22168 0
Current children cumulated CPU time (s) 281.69
Current children cumulated vsize (KiB) 106160

[startup+342.302 s]
/proc/loadavg: 2.73 2.82 3.01 3/113 12557
/proc/meminfo: memFree=1081840/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=97148 CPUtime=338.65
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 23778 0 1 0 33844 21 0 0 25 0 1 0 35012315 99479552 23713 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=12527] ppid=12504 vsize=320056 CPUtime=2917.38
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 79122 0 1 0 291651 87 0 0 25 0 1 0 35012315 327737344 79057 996147200 134512640 135134323 4294956192 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 80014 79057 80 151 0 79860 0
Current children cumulated CPU time (s) 2920.4
Current children cumulated vsize (KiB) 336928

[startup+2982.3 s]
/proc/loadavg: 2.90 2.77 2.67 3/113 12565
/proc/meminfo: memFree=855216/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=323620 CPUtime=2977.34
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 80005 0 1 0 297647 87 0 0 25 0 1 0 35012315 331386880 79940 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 80905 79940 80 151 0 80751 0
Current children cumulated CPU time (s) 2980.36
Current children cumulated vsize (KiB) 340492

[startup+3042.3 s]
/proc/loadavg: 2.71 2.75 2.67 3/113 12565
/proc/meminfo: memFree=851568/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=327464 CPUtime=3037.32
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 80938 0 1 0 303644 88 0 0 25 0 1 0 35012315 335323136 80873 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 81866 80873 80 151 0 81712 0
Current children cumulated CPU time (s) 3040.34
Current children cumulated vsize (KiB) 344336

[startup+3102.3 s]
/proc/loadavg: 2.65 2.73 2.67 3/113 12565
/proc/meminfo: memFree=848688/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=330348 CPUtime=3097.29
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 81657 0 1 0 309640 89 0 0 25 0 1 0 35012315 338276352 81592 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 82587 81592 80 151 0 82433 0
Current children cumulated CPU time (s) 3100.31
Current children cumulated vsize (KiB) 347220

[startup+3162.3 s]
/proc/loadavg: 2.70 2.73 2.67 3/113 12565
/proc/meminfo: memFree=845808/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=333168 CPUtime=3157.26
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 82373 0 1 0 315636 90 0 0 25 0 1 0 35012315 341164032 82308 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 83292 82308 80 151 0 83138 0
Current children cumulated CPU time (s) 3160.28
Current children cumulated vsize (KiB) 350040

[startup+3222.3 s]
/proc/loadavg: 2.74 2.73 2.67 3/113 12565
/proc/meminfo: memFree=842736/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=336212 CPUtime=3217.24
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 83131 0 1 0 321633 91 0 0 25 0 1 0 35012315 344281088 83066 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 84053 83066 80 151 0 83899 0
Current children cumulated CPU time (s) 3220.26
Current children cumulated vsize (KiB) 353084

[startup+3282.3 s]
/proc/loadavg: 2.63 2.70 2.66 3/113 12565
/proc/meminfo: memFree=840048/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=338852 CPUtime=3277.2
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 83798 0 1 0 327629 91 0 0 25 0 1 0 35012315 346984448 83733 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 84713 83733 80 151 0 84559 0
Current children cumulated CPU time (s) 3280.22
Current children cumulated vsize (KiB) 355724

[startup+3342.3 s]
/proc/loadavg: 2.55 2.66 2.65 3/113 12565
/proc/meminfo: memFree=836784/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=344068 CPUtime=3337.17
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 84602 0 1 0 333624 93 0 0 25 0 1 0 35012315 352325632 84537 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 86017 84537 80 151 0 85863 0
Current children cumulated CPU time (s) 3340.19
Current children cumulated vsize (KiB) 360940

[startup+3402.31 s]
/proc/loadavg: 2.76 2.70 2.66 3/113 12565
/proc/meminfo: memFree=833904/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=346984 CPUtime=3397.15
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 85329 0 1 0 339621 94 0 0 25 0 1 0 35012315 355311616 85264 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 86746 85264 80 151 0 86592 0
Current children cumulated CPU time (s) 3400.17
Current children cumulated vsize (KiB) 363856

[startup+3462.3 s]
/proc/loadavg: 2.82 2.73 2.66 3/113 12565
/proc/meminfo: memFree=830320/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=350192 CPUtime=3457.11
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 86131 0 1 0 345616 95 0 0 25 0 1 0 35012315 358596608 86066 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 87548 86066 80 151 0 87394 0
Current children cumulated CPU time (s) 3460.13
Current children cumulated vsize (KiB) 367064

[startup+3522.3 s]
/proc/loadavg: 2.79 2.74 2.67 3/113 12565
/proc/meminfo: memFree=827504/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=352840 CPUtime=3517.08
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 86821 0 1 0 351612 96 0 0 25 0 1 0 35012315 361308160 86756 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 88210 86756 80 151 0 88056 0
Current children cumulated CPU time (s) 3520.1
Current children cumulated vsize (KiB) 369712

[startup+3582.3 s]
/proc/loadavg: 2.80 2.75 2.68 3/113 12565
/proc/meminfo: memFree=824816/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=355472 CPUtime=3577.05
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 87479 0 1 0 357609 96 0 0 25 0 1 0 35012315 364003328 87414 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 88868 87414 80 151 0 88714 0
Current children cumulated CPU time (s) 3580.07
Current children cumulated vsize (KiB) 372344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 2.80 2.75 2.68 3/113 12565
/proc/meminfo: memFree=823856/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=356396 CPUtime=3597.04
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 87711 0 1 0 359608 96 0 0 25 0 1 0 35012315 364949504 87646 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 89099 87646 80 151 0 88945 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 373268

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

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

[startup+3602.3 s]
/proc/loadavg: 2.80 2.75 2.68 3/113 12565
/proc/meminfo: memFree=823856/2055920 swapFree=4192812/4192956
[pid=12504] ppid=12502 vsize=16872 CPUtime=3.02
/proc/12504/stat : 12504 (sugar++) S 12502 12504 12252 0 -1 4194304 1709 23588 1 5 6 2 268 26 16 0 1 0 35012045 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12504/statm: 4218 1134 414 3 0 797 0
[pid=12527] ppid=12504 vsize=356396 CPUtime=3597.04
/proc/12527/stat : 12527 (minisat-inc) R 12504 12504 12252 0 -1 4194304 87711 0 1 0 359608 96 0 0 25 0 1 0 35012315 364949504 87646 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12527/statm: 89099 87646 80 151 0 88945 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 373268

Child status: 0
Real time (s): 3602.37
CPU time (s): 3600.16
CPU user time (s): 3598.84
CPU system time (s): 1.3198
CPU usage (%): 99.9387
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.84
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113088
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6006
involuntary context switches= 87638

runsolver used 5.30219 second user time and 14.4568 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-11 15:32:29
IDJOB=1108595
IDBENCH=60739
IDSOLVER=367
FILE ID=node88/1108595-1215783149
PBS_JOBID= 7903038
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/coloring/normalized-dsjc-125-1-4-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-1108595-1215783149/watcher-1108595-1215783149 -o /tmp/evaluation-result-1108595-1215783149/solver-1108595-1215783149 -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-1108595-1215783149.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f9a5885404eb40db3fed9fd40e0bc66
RANDOM SEED=409116353

node88.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.263
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	: 5931.00
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1259152 kB
Buffers:         34160 kB
Cached:         637476 kB
SwapCached:          0 kB
Active:         189524 kB
Inactive:       533600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1259152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:          70512 kB
Slab:            55324 kB
Committed_AS:  1092404 kB
PageTables:       4640 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= 66496 MiB
End job on node88 at 2008-07-11 16:32:33