Trace number 1127548

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.02 3618.07

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1500-890427_ext.xml
MD5SUMf8ed5438c6a162f23f8bf82375cd96b2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints109
Best CPU time to get the best result obtained on this benchmark130.778
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1388
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1388
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 02:17:17 2008
0.00/0.04	c 0	PID 3629
0.00/0.04	c 0	HOST node41.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1127548-1216772237.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-1127548-1216772237.xml' 'HOME/temp.csp'
0.03/0.42	c 1	1 domains, 40 variables, 0 predicates, 42 relations, 1388 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.39/0.55	c 1	Parsing HOME/temp.csp
0.39/0.71	c 1	parsed 1471 expressions
0.39/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.74	c 1	MAX CSP: 1388 constraints
0.39/0.74	c 1	Converting to clausal form CSP
0.39/0.79	c 1	converted 287 (10%) expressions
0.40/0.81	c 1	converted 573 (20%) expressions
0.40/0.83	c 1	converted 859 (30%) expressions
0.40/0.91	c 1	converted 1145 (40%) expressions
0.40/0.92	c 1	converted 1431 (50%) expressions
0.40/0.94	c 1	converted 1718 (60%) expressions
0.40/0.94	c 1	converted 2004 (70%) expressions
0.40/0.95	c 1	converted 2290 (80%) expressions
0.40/0.96	c 1	converted 2576 (90%) expressions
1.01/1.12	c 1	converted 2862 (100%) expressions
1.01/1.12	c 1	CSP : 2816 integers, 0 booleans, 4163 clauses, largest domain size 2083
1.01/1.12	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.12	c 1	Propagation in CSP
1.01/1.19	c 2	1382 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.19	c 2	CSP : 2816 integers, 0 booleans, 4163 clauses, largest domain size 1389
1.01/1.19	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.20	c 2	Simplifing CSP by introducing new Boolean variables
1.01/1.20	c 2	CSP : 2816 integers, 0 booleans, 4163 clauses, largest domain size 1389
1.01/1.20	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.24	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.26	c 2	282 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.11/1.26	c 2	564 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.11/1.26	c 2	845 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.11/1.27	c 2	1127 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.11/1.27	c 2	1408 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.11/1.28	c 2	1690 (60%) CSP integer variables are encoded (3009 clauses, 39181 bytes)
1.11/1.30	c 2	1972 (70%) CSP integer variables are encoded (17022 clauses, 238853 bytes)
1.20/1.30	c 2	2253 (80%) CSP integer variables are encoded (20486 clauses, 290813 bytes)
1.20/1.31	c 2	2535 (90%) CSP integer variables are encoded (22697 clauses, 323978 bytes)
1.20/1.31	c 2	2816 (100%) CSP integer variables are encoded (25719 clauses, 369308 bytes)
1.20/1.36	c 2	417 (10%) CSP clauses are encoded (26152 clauses, 376218 bytes)
1.20/1.39	c 2	833 (20%) CSP clauses are encoded (26580 clauses, 383281 bytes)
1.30/1.40	c 2	1249 (30%) CSP clauses are encoded (27013 clauses, 391079 bytes)
1.30/1.44	c 2	1666 (40%) CSP clauses are encoded (38350 clauses, 590933 bytes)
3.39/3.53	c 4	2082 (50%) CSP clauses are encoded (1019962 clauses, 20515314 bytes)
3.49/3.60	c 4	2498 (60%) CSP clauses are encoded (1053566 clauses, 21217121 bytes)
5.17/5.38	c 6	2915 (70%) CSP clauses are encoded (1995033 clauses, 41412345 bytes)
5.26/5.46	c 6	3331 (80%) CSP clauses are encoded (2033549 clauses, 42218184 bytes)
5.46/5.65	c 6	3747 (90%) CSP clauses are encoded (2129093 clauses, 44246440 bytes)
6.05/6.28	c 7	4163 (100%) CSP clauses are encoded (2486782 clauses, 51893520 bytes)
6.05/6.28	c 7	4163 CSP clauses encoded
6.05/6.28	c 7	Writing map file : HOME/temp.map
6.16/6.31	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.16/6.31	c 7	SAT : 28535 SAT variables, 2486782 SAT clauses, 51893520 bytes
6.16/6.31	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.16/6.36	c 7	OBJECTIVE minimize _COST
6.16/6.36	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.16/6.36	c 7	SEARCHING: _COST <= 694
6.16/6.36	c 7	SOLVING HOME/temp.cnf
6.16/6.36	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.16/6.37	c 7	This is MiniSat 2.0 beta
6.16/6.37	c 7	WARNING: for repeatability, setting FPU to use double precision
6.16/6.37	c 7	============================[ Problem Statistics ]=============================
6.16/6.37	c 7	|                                                                             |
6.16/6.37	c 7	|  Number of variables:  28535                                                |
6.16/6.37	c 7	|  Number of clauses:    2486783                                              |
7.37/7.62	c 8	|  Parsing time:         1.04         s                                       |
9.16/9.48	c 10	============================[ Search Statistics ]==============================
9.16/9.48	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.16/9.48	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.16/9.48	c 10	===============================================================================
9.16/9.48	c 10	|         0 |   20901  1582021  4691130 |   527340        0    nan |  0.000 % |
9.95/10.27	c 11	|       101 |   20901  1582021  4691130 |   580074      101     25 | 26.753 % |
10.05/10.34	c 11	===============================================================================
10.05/10.34	c 11	restarts              : 2
10.05/10.34	c 11	conflicts             : 106            (29 /sec)
10.05/10.34	c 11	decisions             : 1063           (1.13 % random) (287 /sec)
10.05/10.34	c 11	propagations          : 273171         (73861 /sec)
10.05/10.34	c 11	conflict literals     : 2656           (19.69 % deleted)
10.05/10.34	c 11	Memory used           : 101.91 MB
10.05/10.34	c 11	CPU time              : 3.69844 s
10.05/10.34	c 11	
10.05/10.35	c 11	SATISFIABLE
10.05/10.37	c 11	FOUND: _COST <= 694
10.05/10.37	s SATISFIABLE
10.05/10.37	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.05/10.37	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.13/10.45	c 11	Decoding HOME/temp.out
10.13/10.62	c 11	OBJECTIVE _COST 504
10.13/10.62	o 504
10.13/10.62	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
10.13/10.62	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.13/10.68	c 11	OBJECTIVE BOUND: 0 <= _COST <= 504
10.13/10.68	c 11	SEARCHING: _COST <= 252
10.13/10.68	c 11	SOLVING HOME/temp.cnf
10.13/10.68	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.13/10.68	c 11	This is MiniSat 2.0 beta
10.13/10.68	c 11	WARNING: for repeatability, setting FPU to use double precision
10.13/10.68	c 11	============================[ Problem Statistics ]=============================
10.13/10.68	c 11	|                                                                             |
10.13/10.68	c 11	|  Number of variables:  28535                                                |
10.13/10.68	c 11	|  Number of clauses:    2486783                                              |
11.59/11.99	c 12	|  Parsing time:         1.11         s                                       |
14.17/14.52	c 15	============================[ Search Statistics ]==============================
14.17/14.52	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.17/14.52	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.17/14.52	c 15	===============================================================================
14.17/14.52	c 15	|         0 |   15312   773894  2283074 |   257964        0    nan |  0.000 % |
14.57/14.96	c 15	===============================================================================
14.57/14.97	c 15	restarts              : 1
14.57/14.97	c 15	conflicts             : 77             (19 /sec)
14.57/14.97	c 15	decisions             : 344            (0.58 % random) (84 /sec)
14.57/14.97	c 15	propagations          : 224576         (55119 /sec)
14.57/14.97	c 15	conflict literals     : 1658           (15.92 % deleted)
14.57/14.97	c 15	Memory used           : 103.80 MB
14.57/14.97	c 15	CPU time              : 4.07438 s
14.57/14.97	c 15	
14.57/14.98	c 15	SATISFIABLE
14.57/14.99	c 15	FOUND: _COST <= 252
14.57/14.99	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.57/14.99	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.68/15.07	c 15	Decoding HOME/temp.out
14.68/15.34	c 16	OBJECTIVE _COST 252
14.68/15.34	o 252
14.68/15.35	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
14.68/15.35	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.68/15.37	c 16	OBJECTIVE BOUND: 0 <= _COST <= 252
14.68/15.37	c 16	SEARCHING: _COST <= 126
14.68/15.37	c 16	SOLVING HOME/temp.cnf
14.68/15.37	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.68/15.37	c 16	This is MiniSat 2.0 beta
14.68/15.37	c 16	WARNING: for repeatability, setting FPU to use double precision
14.68/15.37	c 16	============================[ Problem Statistics ]=============================
14.68/15.37	c 16	|                                                                             |
14.68/15.37	c 16	|  Number of variables:  28535                                                |
14.68/15.37	c 16	|  Number of clauses:    2486783                                              |
16.35/16.78	c 17	|  Parsing time:         1.20         s                                       |
19.05/19.44	c 20	============================[ Search Statistics ]==============================
19.05/19.44	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.05/19.44	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.05/19.44	c 20	===============================================================================
19.05/19.44	c 20	|         0 |   13089   428636  1253843 |   142878        0    nan |  0.000 % |
19.55/19.90	c 20	|       101 |   13089   428636  1253843 |   157166      101     36 | 54.130 % |
19.94/20.31	c 21	|       252 |   13089   428636  1253843 |   172883      252     35 | 54.130 % |
20.44/20.85	c 21	|       478 |   13089   428636  1253843 |   190171      478     34 | 54.130 % |
21.34/21.72	c 22	|       817 |   13089   428636  1253843 |   209188      817     33 | 54.130 % |
22.43/22.81	c 23	|      1324 |   13089   428636  1253843 |   230107     1324     32 | 54.130 % |
24.22/24.63	c 25	|      2084 |   13089   428636  1253843 |   253118     2084     32 | 54.130 % |
27.51/27.97	c 28	|      3223 |   13089   428636  1253843 |   278430     3223     33 | 54.130 % |
32.08/32.53	c 33	|      4931 |   13089   428636  1253843 |   306273     4931     32 | 54.130 % |
38.34/38.83	c 39	|      7494 |   13089   428636  1253843 |   336900     7494     29 | 54.130 % |
50.67/51.21	c 52	|     11338 |   13089   428636  1253843 |   370590    11338     31 | 54.130 % |
69.78/70.40	c 71	|     17105 |   13089   428636  1253843 |   407649    17105     32 | 54.130 % |
100.47/101.32	c 102	|     25754 |   13089   428636  1253843 |   448414    25754     33 | 54.130 % |
144.45/145.58	c 146	|     38731 |   13089   428636  1253843 |   493255    38731     33 | 54.130 % |
218.29/219.72	c 220	|     58192 |   13089   428636  1253843 |   542581    58192     34 | 54.130 % |
334.82/336.84	c 337	|     87385 |   13089   428636  1253843 |   596839    87385     34 | 54.130 % |
526.48/529.45	c 530	|    131174 |   13089   428636  1253843 |   656523   131174     34 | 54.130 % |
775.27/779.43	c 780	|    196859 |   13089   428636  1253843 |   722175   196859     32 | 54.130 % |
1274.72/1281.37	c 1282	|    295385 |   13089   428636  1253843 |   794393   295385     32 | 54.130 % |
2202.49/2213.67	c 2214	|    443174 |   13089   428636  1253843 |   873832   443174     32 | 54.130 % |
3600.02/3618.02	c ERROR INTERRUPTED
3600.02/3618.04	c 3618	CPU 14 (0.04 0.01 13.96 1.04)
3600.02/3618.04	c 3618	END Wed Jul 23 03:17:35 2008

Verifier Data (download as text)

OK	198	1190
198 unsatisfied constraints, 1190 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-1127548-1216772237/watcher-1127548-1216772237 -o /tmp/evaluation-result-1127548-1216772237/solver-1127548-1216772237 -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-1127548-1216772237.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.95 4/82 3629
/proc/meminfo: memFree=1757136/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=12272 CPUtime=0
/proc/3629/stat : 3629 (sugar) R 3627 3629 3452 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 4313181 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 209136089701 0 0 4224 0 0 0 0 17 1 0 0
/proc/3629/statm: 3068 364 274 3 0 168 0

[startup+0.121661 s]
/proc/loadavg: 1.92 1.98 1.95 4/82 3629
/proc/meminfo: memFree=1757136/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13600 CPUtime=0.03
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 4313181 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201675 s]
/proc/loadavg: 1.92 1.98 1.95 4/82 3629
/proc/meminfo: memFree=1757136/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13600 CPUtime=0.03
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 4313181 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301693 s]
/proc/loadavg: 1.92 1.98 1.95 4/82 3629
/proc/meminfo: memFree=1757136/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13600 CPUtime=0.03
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 4313181 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70176 s]
/proc/loadavg: 1.92 1.98 1.95 4/82 3629
/proc/meminfo: memFree=1757136/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13600 CPUtime=0.39
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 974 4756 0 1 2 1 34 2 16 0 1 0 4313181 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 1.92 1.98 1.95 3/93 3651
/proc/meminfo: memFree=1727672/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13600 CPUtime=0.4
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 974 4756 0 1 3 1 34 2 15 0 1 0 4313181 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3400 797 370 3 0 500 0
[pid=3642] ppid=3629 vsize=5356 CPUtime=0
/proc/3642/stat : 3642 (sh) S 3629 3629 3452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4313228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3642/statm: 1339 233 193 169 0 50 0
[pid=3643] ppid=3642 vsize=868496 CPUtime=1.01
/proc/3643/stat : 3643 (java) S 3642 3629 3452 0 -1 0 7160 0 1 0 97 4 0 0 18 0 9 0 4313228 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3643/statm: 217124 6346 2563 9 0 211671 0
[pid=3643/tid=3644] ppid=3642 vsize=868496 CPUtime=0.61
/proc/3643/task/3644/stat : 3644 (java) R 3642 3629 3452 0 -1 64 2768 0 1 0 60 1 0 0 24 0 9 0 4313229 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4126575152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3645] ppid=3642 vsize=868496 CPUtime=0.1
/proc/3643/task/3645/stat : 3645 (java) S 3642 3629 3452 0 -1 64 2211 0 0 0 10 0 0 0 16 0 9 0 4313230 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3646] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3646/stat : 3646 (java) S 3642 3629 3452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4313230 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3647] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3647/stat : 3647 (java) S 3642 3629 3452 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4313230 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3648] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3648/stat : 3648 (java) S 3642 3629 3452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4313232 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3649] ppid=3642 vsize=868496 CPUtime=0.25
/proc/3643/task/3649/stat : 3649 (java) S 3642 3629 3452 0 -1 64 1488 0 0 0 25 0 0 0 16 0 9 0 4313232 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3650] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3650/stat : 3650 (java) S 3642 3629 3452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4313232 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3651] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3651/stat : 3651 (java) S 3642 3629 3452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4313232 889339904 6346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887452

[startup+3.10216 s]
/proc/loadavg: 2.01 2.00 1.96 3/93 3651
/proc/meminfo: memFree=1706360/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13600 CPUtime=0.4
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 974 4756 0 1 3 1 34 2 15 0 1 0 4313181 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3400 797 370 3 0 500 0
[pid=3642] ppid=3629 vsize=5356 CPUtime=0
/proc/3642/stat : 3642 (sh) S 3629 3629 3452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4313228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3642/statm: 1339 233 193 169 0 50 0
[pid=3643] ppid=3642 vsize=868496 CPUtime=2.59
/proc/3643/stat : 3643 (java) S 3642 3629 3452 0 -1 0 7598 0 1 0 241 18 0 0 18 0 9 0 4313228 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3643/statm: 217124 6352 2563 9 0 211671 0
[pid=3643/tid=3644] ppid=3642 vsize=868496 CPUtime=2.08
/proc/3643/task/3644/stat : 3644 (java) R 3642 3629 3452 0 -1 64 3201 0 1 0 196 12 0 0 25 0 9 0 4313229 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3643/tid=3645] ppid=3642 vsize=868496 CPUtime=0.21
/proc/3643/task/3645/stat : 3645 (java) S 3642 3629 3452 0 -1 64 2211 0 0 0 18 3 0 0 16 0 9 0 4313230 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3643/tid=3646] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3646/stat : 3646 (java) S 3642 3629 3452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4313230 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3647] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3647/stat : 3647 (java) S 3642 3629 3452 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4313230 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3648] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3648/stat : 3648 (java) S 3642 3629 3452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4313232 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3649] ppid=3642 vsize=868496 CPUtime=0.26
/proc/3643/task/3649/stat : 3649 (java) S 3642 3629 3452 0 -1 64 1493 0 0 0 25 1 0 0 16 0 9 0 4313232 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3650] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3650/stat : 3650 (java) S 3642 3629 3452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4313232 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3651] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3651/stat : 3651 (java) S 3642 3629 3452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4313232 889339904 6352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887452

[startup+6.3027 s]
/proc/loadavg: 2.01 2.00 1.96 3/84 3652
/proc/meminfo: memFree=1561600/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13600 CPUtime=0.4
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 974 4756 0 1 3 1 34 2 16 0 1 0 4313181 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3629/statm: 3400 797 370 3 0 500 0
[pid=3642] ppid=3629 vsize=5356 CPUtime=0
/proc/3642/stat : 3642 (sh) S 3629 3629 3452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4313228 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3642/statm: 1339 233 193 169 0 50 0
[pid=3643] ppid=3642 vsize=868496 CPUtime=5.76
/proc/3643/stat : 3643 (java) S 3642 3629 3452 0 -1 0 8592 0 1 0 526 50 0 0 18 0 9 0 4313228 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3643/statm: 217124 6360 2565 9 0 211671 0
[pid=3643/tid=3644] ppid=3642 vsize=868496 CPUtime=4.98
/proc/3643/task/3644/stat : 3644 (java) R 3642 3629 3452 0 -1 64 4192 0 1 0 460 38 0 0 25 0 9 0 4313229 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3643/tid=3645] ppid=3642 vsize=868496 CPUtime=0.48
/proc/3643/task/3645/stat : 3645 (java) R 3642 3629 3452 0 -1 64 2211 0 0 0 38 10 0 0 15 0 9 0 4313230 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3643/tid=3646] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3646/stat : 3646 (java) S 3642 3629 3452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4313230 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3647] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3647/stat : 3647 (java) S 3642 3629 3452 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4313230 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3648] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3648/stat : 3648 (java) S 3642 3629 3452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4313232 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3649] ppid=3642 vsize=868496 CPUtime=0.27
/proc/3643/task/3649/stat : 3649 (java) S 3642 3629 3452 0 -1 64 1496 0 0 0 26 1 0 0 16 0 9 0 4313232 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3643/tid=3650] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3650/stat : 3650 (java) S 3642 3629 3452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4313232 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3643/tid=3651] ppid=3642 vsize=868496 CPUtime=0
/proc/3643/task/3651/stat : 3651 (java) S 3642 3629 3452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4313232 889339904 6360 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887452

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 3686
/proc/meminfo: memFree=1465792/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=10.39
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1214 42786 0 3 3 1 955 80 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3685] ppid=3629 vsize=5356 CPUtime=0
/proc/3685/stat : 3685 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3685/statm: 1339 232 193 169 0 50 0
[pid=3686] ppid=3685 vsize=106284 CPUtime=1.99
/proc/3686/stat : 3686 (minisat) R 3685 3629 3452 0 -1 4194304 25356 0 0 0 181 18 0 0 25 0 1 0 4314249 108834816 25342 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 0 0 0
/proc/3686/statm: 26571 25342 71 150 0 26418 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 125372

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 3698
/proc/meminfo: memFree=1465920/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=106072 CPUtime=10.07
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 25321 0 0 0 987 20 0 0 25 0 1 0 4314718 108617728 25307 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 26518 25307 76 150 0 26365 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 125160

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 3698
/proc/meminfo: memFree=1465920/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=106072 CPUtime=35.52
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 25321 0 0 0 3532 20 0 0 25 0 1 0 4314718 108617728 25307 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 26518 25307 76 150 0 26365 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 125160

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 3698
/proc/meminfo: memFree=1465664/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0

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

/proc/meminfo: memFree=1366016/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=156588 CPUtime=3131.5
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 37412 0 0 0 313113 37 0 0 25 0 1 0 4314718 160346112 37390 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 39147 37390 76 150 0 38994 0
Current children cumulated CPU time (s) 3146.55
Current children cumulated vsize (KiB) 175676

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1363392/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=157872 CPUtime=3191.21
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 37761 0 0 0 319083 38 0 0 25 0 1 0 4314718 161660928 37739 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 39468 37739 76 150 0 39315 0
Current children cumulated CPU time (s) 3206.26
Current children cumulated vsize (KiB) 176960

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1360896/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=159192 CPUtime=3250.92
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 38080 0 0 0 325054 38 0 0 25 0 1 0 4314718 163012608 38058 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 39798 38058 76 150 0 39645 0
Current children cumulated CPU time (s) 3265.97
Current children cumulated vsize (KiB) 178280

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1358272/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=160512 CPUtime=3310.62
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 38419 0 0 0 331024 38 0 0 25 0 1 0 4314718 164364288 38397 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 40128 38397 76 150 0 39975 0
Current children cumulated CPU time (s) 3325.67
Current children cumulated vsize (KiB) 179600

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1355648/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=161700 CPUtime=3370.34
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 38743 0 0 0 336995 39 0 0 25 0 1 0 4314718 165580800 38721 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 40425 38721 76 150 0 40272 0
Current children cumulated CPU time (s) 3385.39
Current children cumulated vsize (KiB) 180788

[startup+3462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 3706
/proc/meminfo: memFree=1352896/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=163020 CPUtime=3430.04
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 39069 0 0 0 342965 39 0 0 25 0 1 0 4314718 166932480 39047 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 40755 39047 76 150 0 40602 0
Current children cumulated CPU time (s) 3445.09
Current children cumulated vsize (KiB) 182108

[startup+3522.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 3706
/proc/meminfo: memFree=1350144/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=164412 CPUtime=3489.75
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 39413 0 0 0 348935 40 0 0 25 0 1 0 4314718 168357888 39391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 41103 39391 76 150 0 40950 0
Current children cumulated CPU time (s) 3504.8
Current children cumulated vsize (KiB) 183500

[startup+3582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 3706
/proc/meminfo: memFree=1347392/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=165468 CPUtime=3549.46
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 39728 0 0 0 354906 40 0 0 25 0 1 0 4314718 169439232 39706 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 41367 39706 76 150 0 41214 0
Current children cumulated CPU time (s) 3564.51
Current children cumulated vsize (KiB) 184556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3742
/proc/meminfo: memFree=1543376/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=166264 CPUtime=3584.97
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 39923 0 0 0 358456 41 0 0 25 0 1 0 4314718 170254336 39901 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 41566 39901 76 150 0 41413 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 185352

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

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

[startup+3618.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3742
/proc/meminfo: memFree=1543376/2055920 swapFree=4192956/4192956
[pid=3629] ppid=3627 vsize=13732 CPUtime=15.05
/proc/3629/stat : 3629 (sugar) S 3627 3629 3452 0 -1 4194304 1329 72397 0 4 4 1 1396 104 16 0 1 0 4313181 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3629/statm: 3433 843 374 3 0 533 0
[pid=3697] ppid=3629 vsize=5356 CPUtime=0
/proc/3697/stat : 3697 (sh) S 3629 3629 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4314718 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3697/statm: 1339 232 193 169 0 50 0
[pid=3698] ppid=3697 vsize=166264 CPUtime=3584.97
/proc/3698/stat : 3698 (minisat) R 3697 3629 3452 0 -1 4194304 39923 0 0 0 358456 41 0 0 25 0 1 0 4314718 170254336 39901 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3698/statm: 41566 39901 76 150 0 41413 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 185352

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3629 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=7870
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=91834
# CPU time returned by wait4() is 15.0997
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3618.07
CPU time (s): 3600.02
CPU user time (s): 3598.56
CPU system time (s): 1.46
CPU usage (%): 99.5012
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0079
system time used= 1.09183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74067
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12975
involuntary context switches= 12933

runsolver used 4.31734 second user time and 12.1462 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-23 02:17:17
IDJOB=1127548
IDBENCH=63590
IDSOLVER=368
FILE ID=node41/1127548-1216772237
PBS_JOBID= 7974111
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1500-890427_ext.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-1127548-1216772237/watcher-1127548-1216772237 -o /tmp/evaluation-result-1127548-1216772237/solver-1127548-1216772237 -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-1127548-1216772237.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8ed5438c6a162f23f8bf82375cd96b2
RANDOM SEED=1605989051

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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.259
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:       1757808 kB
Buffers:         24064 kB
Cached:         197820 kB
SwapCached:          0 kB
Active:         120760 kB
Inactive:       133996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757808 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9988 kB
Writeback:           0 kB
Mapped:          54028 kB
Slab:            28680 kB
Committed_AS:   122656 kB
PageTables:       1864 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= 66216 MiB
End job on node41 at 2008-07-23 03:17:37