Trace number 1109792

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+minisatMSAT (TO)177 3600.2 3629.62

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-25-3.xml
MD5SUM3922accf6b7ba2097692072ea1b74ee3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints50
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints2300
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2300
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 23:09:27 2008
0.00/0.04	c 0	PID 15072
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109792-1215810567.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109792-1215810567.xml' 'HOME/temp.csp'
0.04/0.69	c 1	1 domains, 300 variables, 1 predicates, 0 relations, 2300 constraints
0.04/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.68/0.80	c 1	Parsing HOME/temp.csp
0.94/1.03	c 1	parsed 2602 expressions
0.94/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.06	c 1	MAX CSP: 2300 constraints
0.94/1.06	c 1	Converting to clausal form CSP
1.13/1.23	c 1	converted 491 (10%) expressions
1.13/1.28	c 1	converted 981 (20%) expressions
1.24/1.31	c 1	converted 1472 (30%) expressions
1.24/1.34	c 1	converted 1962 (40%) expressions
1.24/1.37	c 1	converted 2453 (50%) expressions
1.33/1.44	c 1	converted 2943 (60%) expressions
1.33/1.47	c 1	converted 3434 (70%) expressions
1.33/1.50	c 1	converted 3924 (80%) expressions
1.44/1.52	c 1	converted 4415 (90%) expressions
1.63/1.78	c 2	converted 4905 (100%) expressions
1.63/1.78	c 2	CSP : 4900 integers, 0 booleans, 6899 clauses, largest domain size 3451
1.63/1.78	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.78	c 2	Propagation in CSP
1.84/1.91	c 2	2293 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.84/1.92	c 2	CSP : 4900 integers, 0 booleans, 6899 clauses, largest domain size 2301
1.84/1.92	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.92	c 2	Simplifing CSP by introducing new Boolean variables
1.93/2.06	c 2	CSP : 4900 integers, 13800 booleans, 20699 clauses, largest domain size 2301
1.93/2.06	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.03/2.18	c 2	490 (10%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.03/2.18	c 2	980 (20%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.03/2.18	c 2	1470 (30%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.03/2.19	c 2	1960 (40%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.03/2.19	c 2	2450 (50%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.03/2.20	c 2	2940 (60%) CSP integer variables are encoded (4892 clauses, 62952 bytes)
2.13/2.23	c 2	3430 (70%) CSP integer variables are encoded (30619 clauses, 444968 bytes)
2.13/2.24	c 2	3920 (80%) CSP integer variables are encoded (37187 clauses, 543488 bytes)
2.13/2.24	c 2	4410 (90%) CSP integer variables are encoded (41344 clauses, 605843 bytes)
2.13/2.25	c 2	4900 (100%) CSP integer variables are encoded (46812 clauses, 687863 bytes)
2.23/2.32	c 2	2070 (10%) CSP clauses are encoded (52432 clauses, 774637 bytes)
2.23/2.34	c 2	4140 (20%) CSP clauses are encoded (58050 clauses, 863237 bytes)
2.23/2.37	c 2	6210 (30%) CSP clauses are encoded (63668 clauses, 956091 bytes)
2.23/2.39	c 2	8280 (40%) CSP clauses are encoded (69288 clauses, 1048946 bytes)
2.32/2.42	c 2	10350 (50%) CSP clauses are encoded (74906 clauses, 1141800 bytes)
2.32/2.44	c 2	12420 (60%) CSP clauses are encoded (80524 clauses, 1234654 bytes)
2.32/2.47	c 2	14490 (70%) CSP clauses are encoded (86142 clauses, 1327508 bytes)
2.42/2.54	c 2	16560 (80%) CSP clauses are encoded (119452 clauses, 1917934 bytes)
12.52/12.87	c 13	18630 (90%) CSP clauses are encoded (5457812 clauses, 113455253 bytes)
14.88/15.48	c 15	20699 (100%) CSP clauses are encoded (6796036 clauses, 142069255 bytes)
14.88/15.48	c 15	20699 CSP clauses encoded
14.88/15.48	c 15	Writing map file : HOME/temp.map
14.97/15.54	c 15	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.97/15.54	c 15	SAT : 65512 SAT variables, 6796036 SAT clauses, 142069255 bytes
14.97/15.54	c 15	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.97/15.58	c 15	OBJECTIVE minimize _COST
14.97/15.58	c 15	OBJECTIVE BOUND: 0 <= _COST <= 
14.97/15.58	c 15	SEARCHING: _COST <= 1150
14.97/15.58	c 15	SOLVING HOME/temp.cnf
14.97/15.58	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.97/15.58	c 15	This is MiniSat 2.0 beta
14.97/15.58	c 15	WARNING: for repeatability, setting FPU to use double precision
14.97/15.58	c 15	============================[ Problem Statistics ]=============================
14.97/15.58	c 15	|                                                                             |
14.97/15.59	c 15	|  Number of variables:  65512                                                |
14.97/15.59	c 15	|  Number of clauses:    6796037                                              |
18.41/19.02	c 19	|  Parsing time:         3.01         s                                       |
25.87/26.50	c 26	============================[ Search Statistics ]==============================
25.87/26.50	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.87/26.51	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.87/26.51	c 26	===============================================================================
25.87/26.51	c 26	|         0 |   51712  4331967 12875615 |  1443989        0    nan |  0.000 % |
26.27/26.92	c 27	|       100 |   51712  4331967 12875615 |  1588387      100      6 | 21.065 % |
26.47/27.17	c 27	|       251 |   51712  4331967 12875615 |  1747226      251      7 | 21.065 % |
26.67/27.33	c 27	|       476 |   51712  4331967 12875615 |  1921949      476      8 | 21.065 % |
26.87/27.55	c 27	|       813 |   51712  4331967 12875615 |  2114144      813     10 | 21.065 % |
29.36/30.09	c 30	|      1319 |   51712  4331967 12875615 |  2325558     1319      9 | 21.065 % |
29.86/30.59	c 30	|      2078 |   51712  4331967 12875615 |  2558114     2078     12 | 21.065 % |
30.45/31.10	c 31	|      3217 |   51712  4331967 12875615 |  2813926     3217     10 | 21.065 % |
32.35/33.04	c 33	|      4925 |   51712  4331967 12875615 |  3095318     4925     31 | 21.065 % |
34.03/34.74	c 35	|      7487 |   51712  4331967 12875615 |  3404850     7487     23 | 21.065 % |
40.00/40.71	c 41	|     11331 |   51712  4331967 12875615 |  3745335    11331     44 | 21.065 % |
43.88/44.61	c 44	===============================================================================
43.88/44.61	c 44	restarts              : 11
43.88/44.61	c 44	conflicts             : 16010          (563 /sec)
43.88/44.61	c 44	decisions             : 729367         (0.54 % random) (25627 /sec)
43.88/44.61	c 44	propagations          : 19445521       (683242 /sec)
43.88/44.61	c 44	conflict literals     : 590532         (21.73 % deleted)
43.88/44.61	c 44	Memory used           : 263.23 MB
43.88/44.61	c 44	CPU time              : 28.4607 s
43.88/44.61	c 44	
43.88/44.64	c 44	SATISFIABLE
43.88/44.68	c 44	FOUND: _COST <= 1150
43.88/44.68	s SATISFIABLE
43.88/44.68	c 44	DECODING HOME/temp.out WITH HOME/temp.map
43.88/44.68	c 44	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.98/44.76	c 45	Decoding HOME/temp.out
44.27/45.10	c 45	OBJECTIVE _COST 329
44.27/45.10	o 329
44.38/45.12	v 1 0 2 1 2 0 2 1 2 0 0 1 0 1 1 1 0 0 2 1 2 2 0 1 0 1 2 1 2 2 0 1 2 1 2 2 1 2 0 1 0 0 0 1 2 2 0 2 1 0 0 1 2 1 2 1 2 2 1 0 2 1 2 1 0 1 2 1 2 1 0 0 2 2 0 0 1 1 0 1 1 2 2 0 0 2 0 1 2 1 2 0 1 2 2 0 2 2 0 0 0 1 2 2 1 1 0 0 1 2 2 0 1 0 2 2 1 0 0 2 2 0 1 1 1 1 0 2 0 0 2 1 1 2 2 2 1 2 0 1 2 2 2 2 1 1 1 1 1 1 1 2 1 2 0 2 2 0 0 1 2 1 0 1 1 0 0 2 0 2 0 1 2 2 2 2 2 1 1 0 2 0 1 1 0 2 1 2 1 0 2 2 0 2 0 2 0 2 2 1 1 2 2 1 2 1 2 1 2 0 2 2 1 1 0 1 0 0 0 2 2 2 2 0 0 0 1 1 2 2 2 2 1 0 1 1 0 2 0 2 0 1 1 0 1 2 2 0 1 2 1 2 2 2 0 2 2 2 0 1 0 2 1 1 1 2 2 2 1 2 0 2 0 1 1 0 0 0 2 1 1 2 0 2 0 2 2 1 0 1 2 1 1 2 2 0 1 2 2 0
44.38/45.12	c 45	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
44.38/45.16	c 45	OBJECTIVE BOUND: 0 <= _COST <= 329
44.38/45.16	c 45	SEARCHING: _COST <= 164
44.38/45.16	c 45	SOLVING HOME/temp.cnf
44.38/45.16	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.38/45.17	c 45	This is MiniSat 2.0 beta
44.38/45.17	c 45	WARNING: for repeatability, setting FPU to use double precision
44.38/45.17	c 45	============================[ Problem Statistics ]=============================
44.38/45.17	c 45	|                                                                             |
44.38/45.17	c 45	|  Number of variables:  65512                                                |
44.38/45.17	c 45	|  Number of clauses:    6796037                                              |
48.02/48.82	c 49	|  Parsing time:         3.22         s                                       |
59.86/60.72	c 61	============================[ Search Statistics ]==============================
59.86/60.72	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.86/60.72	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.86/60.72	c 61	===============================================================================
59.86/60.72	c 61	|         0 |   36796   976051  2851629 |   325350        0    nan |  0.000 % |
60.06/61.00	c 61	|       100 |   36796   976051  2851629 |   357885      100      7 | 43.833 % |
60.16/61.05	c 61	|       251 |   36796   976051  2851629 |   393673      251      7 | 43.833 % |
60.26/61.12	c 61	|       476 |   36796   976051  2851629 |   433041      476      7 | 43.833 % |
60.36/61.21	c 61	|       813 |   36796   976051  2851629 |   476345      813      7 | 43.833 % |
60.46/61.32	c 61	|      1319 |   36796   976051  2851629 |   523979     1319      8 | 43.833 % |
60.56/61.47	c 61	|      2078 |   36796   976051  2851629 |   576377     2078     10 | 43.833 % |
60.86/61.79	c 62	|      3217 |   36796   976051  2851629 |   634015     3217     15 | 43.833 % |
62.15/63.03	c 63	|      4925 |   36796   976051  2851629 |   697417     4925     12 | 43.833 % |
62.95/63.81	c 64	|      7487 |   36796   976051  2851629 |   767159     7487     26 | 43.833 % |
64.64/65.52	c 65	|     11331 |   36796   976051  2851629 |   843874    11331     37 | 43.833 % |
67.92/68.87	c 69	|     17098 |   36796   976051  2851629 |   928262    17098     53 | 43.833 % |
77.78/78.73	c 79	|     25748 |   36796   976051  2851629 |  1021088    25748     77 | 43.833 % |
87.53/88.58	c 88	|     38724 |   36796   976051  2851629 |  1123197    38724    111 | 43.833 % |
133.51/134.70	c 135	|     58185 |   36796   976051  2851629 |  1235517    58185    111 | 43.833 % |
165.66/167.01	c 167	|     87377 |   36796   976051  2851629 |  1359069    87377    131 | 43.833 % |
277.91/279.86	c 280	|    131166 |   36796   976051  2851629 |  1494975   131166    125 | 43.833 % |
430.18/432.89	c 433	|    196851 |   36796   976051  2851629 |  1644473   196851    162 | 43.833 % |
778.65/781.95	c 782	|    295380 |   36796   976051  2851629 |  1808920   295380    152 | 43.833 % |
1355.68/1363.83	c 1364	|    443172 |   36796   976051  2851629 |  1989813   443172    194 | 43.833 % |
2642.71/2663.10	c 2663	|    664855 |   36796   976051  2851629 |  2188794   664855    192 | 43.833 % |
3600.06/3629.42	c ERROR INTERRUPTED
3600.17/3629.54	c 3629	CPU 42.74 (0.04 0.01 42.7 1.67)
3600.17/3629.54	c 3629	END Sat Jul 12 00:09:56 2008

Verifier Data (download as text)

OK	177	2123
177 unsatisfied constraints, 2123 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-1109792-1215810567/watcher-1109792-1215810567 -o /tmp/evaluation-result-1109792-1215810567/solver-1109792-1215810567 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109792-1215810567.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.00 1.99 1.91 4/73 15072
/proc/meminfo: memFree=1763928/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=12132 CPUtime=0
/proc/15072/stat : 15072 (sugar) R 15070 15072 14839 0 -1 4194304 217 0 0 0 0 0 0 0 22 0 1 0 37756108 12423168 185 996147200 4194304 4206940 548682068592 18446744073709551615 221954609889 0 0 4224 0 0 0 0 17 1 0 0
/proc/15072/statm: 3033 185 142 3 0 133 0

[startup+0.0537851 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 15072
/proc/meminfo: memFree=1763928/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.04
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37756108 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10493 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 15072
/proc/meminfo: memFree=1763928/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.04
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37756108 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301945 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 15072
/proc/meminfo: memFree=1763928/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.04
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 37756108 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701982 s]
/proc/loadavg: 2.00 1.99 1.91 4/73 15072
/proc/meminfo: memFree=1763928/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.04
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 916 127 0 0 3 1 0 0 15 0 1 0 37756108 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 15094
/proc/meminfo: memFree=1755328/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.68
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 974 5258 0 1 3 1 61 3 15 0 1 0 37756108 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 797 370 3 0 500 0
[pid=15085] ppid=15072 vsize=5356 CPUtime=0
/proc/15085/stat : 15085 (sh) S 15072 15072 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37756181 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15085/statm: 1339 233 193 169 0 50 0
[pid=15086] ppid=15085 vsize=868360 CPUtime=0.76
/proc/15086/stat : 15086 (java) S 15085 15072 14839 0 -1 0 7274 0 1 0 71 5 0 0 18 0 9 0 37756181 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15086/statm: 217090 6506 2540 9 0 211665 0
[pid=15086/tid=15087] ppid=15085 vsize=868360 CPUtime=0.44
/proc/15086/task/15087/stat : 15087 (java) R 15085 15072 14839 0 -1 64 2670 0 1 0 42 2 0 0 20 0 9 0 37756182 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4126606566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15088] ppid=15085 vsize=868360 CPUtime=0.1
/proc/15086/task/15088/stat : 15088 (java) S 15085 15072 14839 0 -1 64 2458 0 0 0 10 0 0 0 16 0 9 0 37756183 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15089] ppid=15085 vsize=868360 CPUtime=0
/proc/15086/task/15089/stat : 15089 (java) S 15085 15072 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37756183 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15090] ppid=15085 vsize=868360 CPUtime=0
/proc/15086/task/15090/stat : 15090 (java) S 15085 15072 14839 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37756183 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15091] ppid=15085 vsize=868360 CPUtime=0
/proc/15086/task/15091/stat : 15091 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37756185 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15092] ppid=15085 vsize=868360 CPUtime=0.18
/proc/15086/task/15092/stat : 15092 (java) S 15085 15072 14839 0 -1 64 1454 0 0 0 17 1 0 0 16 0 9 0 37756185 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15093] ppid=15085 vsize=868360 CPUtime=0
/proc/15086/task/15093/stat : 15093 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37756185 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15094] ppid=15085 vsize=868360 CPUtime=0
/proc/15086/task/15094/stat : 15094 (java) S 15085 15072 14839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37756185 889200640 6506 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887316

[startup+3.1022 s]
/proc/loadavg: 2.00 1.99 1.91 4/84 15094
/proc/meminfo: memFree=1737664/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.68
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 974 5258 0 1 3 1 61 3 15 0 1 0 37756108 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 797 370 3 0 500 0
[pid=15085] ppid=15072 vsize=5356 CPUtime=0
/proc/15085/stat : 15085 (sh) S 15072 15072 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37756181 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15085/statm: 1339 233 193 169 0 50 0
[pid=15086] ppid=15085 vsize=868472 CPUtime=2.35
/proc/15086/stat : 15086 (java) S 15085 15072 14839 0 -1 0 9590 0 1 0 225 10 0 0 18 0 9 0 37756181 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15086/statm: 217118 8616 2565 9 0 211665 0
[pid=15086/tid=15087] ppid=15085 vsize=868472 CPUtime=1.63
/proc/15086/task/15087/stat : 15087 (java) R 15085 15072 14839 0 -1 64 2993 0 1 0 158 5 0 0 25 0 9 0 37756182 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15088] ppid=15085 vsize=868472 CPUtime=0.42
/proc/15086/task/15088/stat : 15088 (java) R 15085 15072 14839 0 -1 64 4396 0 0 0 40 2 0 0 16 0 9 0 37756183 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15089] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15089/stat : 15089 (java) S 15085 15072 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37756183 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15090] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15090/stat : 15090 (java) S 15085 15072 14839 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37756183 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15091] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15091/stat : 15091 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37756185 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15092] ppid=15085 vsize=868472 CPUtime=0.26
/proc/15086/task/15092/stat : 15092 (java) S 15085 15072 14839 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 37756185 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15093] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15093/stat : 15093 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37756185 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15094] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15094/stat : 15094 (java) S 15085 15072 14839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37756185 889315328 8616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887428

[startup+6.30149 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 15094
/proc/meminfo: memFree=1712640/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.68
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 974 5258 0 1 3 1 61 3 15 0 1 0 37756108 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 797 370 3 0 500 0
[pid=15085] ppid=15072 vsize=5356 CPUtime=0
/proc/15085/stat : 15085 (sh) S 15072 15072 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37756181 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15085/statm: 1339 233 193 169 0 50 0
[pid=15086] ppid=15085 vsize=868472 CPUtime=5.39
/proc/15086/stat : 15086 (java) S 15085 15072 14839 0 -1 0 10150 0 1 0 505 34 0 0 18 0 9 0 37756181 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15086/statm: 217118 8621 2565 9 0 211665 0
[pid=15086/tid=15087] ppid=15085 vsize=868472 CPUtime=4.49
/proc/15086/task/15087/stat : 15087 (java) R 15085 15072 14839 0 -1 64 3548 0 1 0 424 25 0 0 25 0 9 0 37756182 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4127054047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15088] ppid=15085 vsize=868472 CPUtime=0.6
/proc/15086/task/15088/stat : 15088 (java) S 15085 15072 14839 0 -1 64 4396 0 0 0 54 6 0 0 16 0 9 0 37756183 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15089] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15089/stat : 15089 (java) S 15085 15072 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37756183 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15090] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15090/stat : 15090 (java) S 15085 15072 14839 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37756183 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15091] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15091/stat : 15091 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15092] ppid=15085 vsize=868472 CPUtime=0.27
/proc/15086/task/15092/stat : 15092 (java) S 15085 15072 14839 0 -1 64 1514 0 0 0 26 1 0 0 16 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15093] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15093/stat : 15093 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15094] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15094/stat : 15094 (java) S 15085 15072 14839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887428

[startup+12.7021 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 15094
/proc/meminfo: memFree=1633728/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13600 CPUtime=0.68
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 974 5258 0 1 3 1 61 3 15 0 1 0 37756108 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3400 797 370 3 0 500 0
[pid=15085] ppid=15072 vsize=5356 CPUtime=0
/proc/15085/stat : 15085 (sh) S 15072 15072 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37756181 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15085/statm: 1339 233 193 169 0 50 0
[pid=15086] ppid=15085 vsize=868472 CPUtime=11.74
/proc/15086/stat : 15086 (java) S 15085 15072 14839 0 -1 0 11424 0 1 0 1083 91 0 0 18 0 9 0 37756181 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15086/statm: 217118 8621 2565 9 0 211665 0
[pid=15086/tid=15087] ppid=15085 vsize=868472 CPUtime=10.45
/proc/15086/task/15087/stat : 15087 (java) R 15085 15072 14839 0 -1 64 4822 0 1 0 972 73 0 0 25 0 9 0 37756182 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 102064670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15088] ppid=15085 vsize=868472 CPUtime=0.98
/proc/15086/task/15088/stat : 15088 (java) S 15085 15072 14839 0 -1 64 4396 0 0 0 84 14 0 0 16 0 9 0 37756183 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15089] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15089/stat : 15089 (java) S 15085 15072 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37756183 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15090] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15090/stat : 15090 (java) S 15085 15072 14839 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37756183 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15091] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15091/stat : 15091 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15092] ppid=15085 vsize=868472 CPUtime=0.27
/proc/15086/task/15092/stat : 15092 (java) S 15085 15072 14839 0 -1 64 1514 0 0 0 26 1 0 0 16 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15093] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15093/stat : 15093 (java) S 15085 15072 14839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15086/tid=15094] ppid=15085 vsize=868472 CPUtime=0
/proc/15086/task/15094/stat : 15094 (java) R 15085 15072 14839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37756185 889315328 8621 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887428

[startup+25.5012 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 15096
/proc/meminfo: memFree=1355840/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=15.04
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1125 17504 0 2 4 1 1381 118 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15095] ppid=15072 vsize=5356 CPUtime=0
/proc/15095/stat : 15095 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37757667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15095/statm: 1339 232 193 169 0 50 0
[pid=15096] ppid=15095 vsize=269140 CPUtime=9.84
/proc/15096/stat : 15096 (minisat) R 15095 15072 14839 0 -1 4194304 65839 0 0 0 944 40 0 0 25 0 1 0 37757667 275599360 65825 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 1 0 0
/proc/15096/statm: 67285 65825 71 150 0 67132 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 288360

[startup+51.1015 s]
/proc/loadavg: 2.00 1.99 1.91 3/76 15108
/proc/meminfo: memFree=1350080/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=782260 CPUtime=3152.35
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 193496 0 0 0 315065 170 0 0 25 0 1 0 37760625 801034240 193482 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 195565 193482 76 150 0 195412 0
Current children cumulated CPU time (s) 3196.77
Current children cumulated vsize (KiB) 801480

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=833664/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=791780 CPUtime=3211.79
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 195878 0 0 0 321006 173 0 0 25 0 1 0 37760625 810782720 195864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 197945 195864 76 150 0 197792 0
Current children cumulated CPU time (s) 3256.21
Current children cumulated vsize (KiB) 811000

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=822720/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=802728 CPUtime=3271.23
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 198626 0 0 0 326948 175 0 0 25 0 1 0 37760625 821993472 198612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 200682 198612 76 150 0 200529 0
Current children cumulated CPU time (s) 3315.65
Current children cumulated vsize (KiB) 821948

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=812480/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=812800 CPUtime=3330.67
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 201135 0 0 0 332889 178 0 0 25 0 1 0 37760625 832307200 201121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 203200 201121 76 150 0 203047 0
Current children cumulated CPU time (s) 3375.09
Current children cumulated vsize (KiB) 832020

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=801472/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=823888 CPUtime=3390.11
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 203905 0 0 0 338830 181 0 0 25 0 1 0 37760625 843661312 203891 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 205972 203891 76 150 0 205819 0
Current children cumulated CPU time (s) 3434.53
Current children cumulated vsize (KiB) 843108

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=790528/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=834756 CPUtime=3449.54
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 206618 0 0 0 344771 183 0 0 25 0 1 0 37760625 854790144 206604 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 208689 206604 76 150 0 208536 0
Current children cumulated CPU time (s) 3493.96
Current children cumulated vsize (KiB) 853976

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=780352/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=844740 CPUtime=3508.98
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 209152 0 0 0 350713 185 0 0 25 0 1 0 37760625 865013760 209138 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 211185 209138 76 150 0 211032 0
Current children cumulated CPU time (s) 3553.4
Current children cumulated vsize (KiB) 863960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=773056/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1244 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 873 374 3 0 566 0
[pid=15107] ppid=15072 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 15072 15072 14839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37760625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=852016 CPUtime=3555.64
/proc/15108/stat : 15108 (minisat) R 15107 15072 14839 0 -1 4194304 210958 0 0 0 355378 186 0 0 25 0 1 0 37760625 872464384 210944 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 213004 210944 76 150 0 212851 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 871236

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

[startup+3629.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=773056/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.42
/proc/15072/stat : 15072 (sugar) S 15070 15072 14839 0 -1 4194304 1257 87763 0 3 4 1 4270 167 16 0 1 0 37756108 14196736 874 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15072/statm: 3466 874 374 3 0 566 0
[pid=15107] ppid=15072 vsize=0 CPUtime=0
/proc/15107/stat : 15107 (sh) Z 15072 15072 14839 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 37760625 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15107/statm: 0 0 0 0 0 0 0
[pid=15108] ppid=1 vsize=0 CPUtime=3555.75
/proc/15108/stat : 15108 (minisat) R 1 15072 14839 0 -1 4195332 210958 0 0 0 355378 197 0 0 25 0 1 0 37760625 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15108/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.17
Current children cumulated vsize (KiB) 13864

# WARNING:
# current cumulated CPU time (44.48 s) is less than in the last sample (3600.17 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3555.69 s) to the 'lost time'.

[startup+3629.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=773056/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.48
/proc/15072/stat : 15072 (sugar) R 15070 15072 14839 0 -1 4194304 1279 88040 0 3 4 7 4270 167 16 0 1 0 37756108 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15072/statm: 3466 875 375 3 0 566 0
Current children cumulated CPU time (s) 44.48
Current children cumulated vsize (KiB) 13864

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

[startup+3629.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15155
/proc/meminfo: memFree=773056/2055920 swapFree=4192952/4192956
[pid=15072] ppid=15070 vsize=13864 CPUtime=44.48
/proc/15072/stat : 15072 (sugar) R 15070 15072 14839 0 -1 4194304 1279 88040 0 3 4 7 4270 167 16 0 1 0 37756108 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15072/statm: 3466 875 375 3 0 566 0
Current children cumulated CPU time (s) 44.48
Current children cumulated vsize (KiB) 13864

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3555.69
#  lost CPU user time (s): 3553.78
#  lost CPU system time (s): 1.91

Real time (s): 3629.62
CPU time (s): 3600.2
CPU user time (s): 3596.53
CPU system time (s): 3.67373
CPU usage (%): 99.1895
Max. virtual memory (cumulated for all children) (KiB): 887504

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

runsolver used 6.32204 second user time and 10.1984 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-11 23:09:27
IDJOB=1109792
IDBENCH=61014
IDSOLVER=368
FILE ID=node43/1109792-1215810567
PBS_JOBID= 7903308
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-25-3.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109792-1215810567/watcher-1109792-1215810567 -o /tmp/evaluation-result-1109792-1215810567/solver-1109792-1215810567 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109792-1215810567.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3922accf6b7ba2097692072ea1b74ee3
RANDOM SEED=635462994

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1764408 kB
Buffers:         27472 kB
Cached:         174688 kB
SwapCached:          4 kB
Active:          83388 kB
Inactive:       141368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764408 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          33696 kB
Slab:            52072 kB
Committed_AS:   131688 kB
PageTables:       1828 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= 66508 MiB
End job on node43 at 2008-07-12 00:09:58