Trace number 1127396

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.03 3633.95

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1300-443942-ext.xml
MD5SUM080c60265f5e51b43574bc12dd2f85b4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints70
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1293
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1293
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 00:32:23 2008
0.00/0.04	c 0	PID 4699
0.03/0.05	c 0	HOST node5.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127396-1216765943.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127396-1216765943.xml' 'HOME/temp.csp'
0.03/0.40	c 0	1 domains, 80 variables, 0 predicates, 13 relations, 1293 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	c 0	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.03/0.49	c 0	Parsing HOME/temp.csp
0.37/0.84	c 1	parsed 1387 expressions
0.37/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.87	c 1	MAX CSP: 1293 constraints
0.37/0.87	c 1	Converting to clausal form CSP
0.37/0.92	c 1	converted 269 (10%) expressions
0.37/0.94	c 1	converted 537 (20%) expressions
0.37/0.95	c 1	converted 805 (30%) expressions
0.37/0.98	c 1	converted 1074 (40%) expressions
0.94/1.05	c 1	converted 1342 (50%) expressions
0.94/1.07	c 1	converted 1610 (60%) expressions
0.94/1.08	c 1	converted 1879 (70%) expressions
0.94/1.09	c 1	converted 2147 (80%) expressions
0.94/1.09	c 1	converted 2415 (90%) expressions
1.13/1.25	c 1	converted 2683 (100%) expressions
1.13/1.25	c 1	CSP : 2666 integers, 0 booleans, 3878 clauses, largest domain size 1940
1.13/1.25	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.25	c 1	Propagation in CSP
1.24/1.31	c 1	1288 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.31	c 1	CSP : 2666 integers, 0 booleans, 3878 clauses, largest domain size 1294
1.24/1.31	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.32	c 1	CSP : 2666 integers, 0 booleans, 3878 clauses, largest domain size 1294
1.24/1.32	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.38	c 1	267 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.38	c 1	534 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.38	c 1	800 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.38	c 1	1067 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.24/1.39	c 1	1333 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.33/1.40	c 1	1600 (60%) CSP integer variables are encoded (2596 clauses, 33812 bytes)
1.33/1.40	c 1	1867 (70%) CSP integer variables are encoded (4757 clauses, 61905 bytes)
1.33/1.41	c 1	2133 (80%) CSP integer variables are encoded (7286 clauses, 94782 bytes)
1.33/1.42	c 1	2400 (90%) CSP integer variables are encoded (20354 clauses, 289757 bytes)
1.33/1.43	c 1	2666 (100%) CSP integer variables are encoded (23818 clauses, 341717 bytes)
1.33/1.48	c 1	388 (10%) CSP clauses are encoded (24208 clauses, 348050 bytes)
1.43/1.50	c 1	776 (20%) CSP clauses are encoded (24596 clauses, 354848 bytes)
1.43/1.52	c 1	1164 (30%) CSP clauses are encoded (24984 clauses, 361845 bytes)
1.43/1.55	c 1	1552 (40%) CSP clauses are encoded (34881 clauses, 535926 bytes)
1.62/1.74	c 1	1939 (50%) CSP clauses are encoded (135222 clauses, 2370160 bytes)
1.62/1.79	c 2	2327 (60%) CSP clauses are encoded (164518 clauses, 2896716 bytes)
2.22/2.33	c 2	2715 (70%) CSP clauses are encoded (457964 clauses, 8298958 bytes)
2.61/2.73	c 2	3103 (80%) CSP clauses are encoded (527594 clauses, 9617185 bytes)
4.09/4.21	c 4	3491 (90%) CSP clauses are encoded (1327738 clauses, 26325326 bytes)
5.58/5.75	c 5	3878 (100%) CSP clauses are encoded (2161915 clauses, 44208907 bytes)
5.58/5.75	c 5	3878 CSP clauses encoded
5.58/5.75	c 5	Writing map file : HOME/temp.map
5.58/5.78	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.58/5.78	c 5	SAT : 26484 SAT variables, 2161915 SAT clauses, 44208907 bytes
5.58/5.78	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.67/5.81	c 6	OBJECTIVE minimize _COST
5.67/5.81	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.67/5.81	c 6	SEARCHING: _COST <= 647
5.67/5.81	c 6	SOLVING HOME/temp.cnf
5.67/5.81	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.67/5.81	c 6	This is MiniSat 2.0 beta
5.67/5.82	c 6	WARNING: for repeatability, setting FPU to use double precision
5.67/5.82	c 6	============================[ Problem Statistics ]=============================
5.67/5.82	c 6	|                                                                             |
5.67/5.82	c 6	|  Number of variables:  26484                                                |
5.67/5.82	c 6	|  Number of clauses:    2161916                                              |
6.85/7.00	c 7	|  Parsing time:         0.99         s                                       |
8.14/8.35	c 8	============================[ Search Statistics ]==============================
8.14/8.35	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.14/8.35	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.14/8.35	c 8	===============================================================================
8.14/8.35	c 8	|         0 |   19378  1376569  4078925 |   458856        0    nan |  0.000 % |
8.44/8.63	c 8	|       101 |   19378  1376569  4078925 |   504741      101     29 | 26.831 % |
8.54/8.75	c 8	|       251 |   19378  1376569  4078925 |   555216      251     30 | 26.831 % |
8.64/8.84	c 9	===============================================================================
8.64/8.84	c 9	restarts              : 3
8.64/8.84	c 9	conflicts             : 340            (121 /sec)
8.64/8.84	c 9	decisions             : 904            (1.22 % random) (321 /sec)
8.64/8.84	c 9	propagations          : 265775         (94495 /sec)
8.64/8.84	c 9	conflict literals     : 9959           (11.18 % deleted)
8.64/8.85	c 9	Memory used           : 86.96 MB
8.64/8.85	c 9	CPU time              : 2.81257 s
8.64/8.85	c 9	
8.64/8.86	c 9	SATISFIABLE
8.64/8.87	c 9	FOUND: _COST <= 647
8.64/8.87	s SATISFIABLE
8.64/8.87	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.64/8.87	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.71/8.95	c 9	Decoding HOME/temp.out
8.71/9.22	c 9	OBJECTIVE _COST 326
8.71/9.22	o 326
8.71/9.22	v 1 1 1 0 1 1 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 0 0 1 1 0 1 1 0 0 0 1 0 1 1 1 1 1 1 1 1 0
8.71/9.23	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.71/9.24	c 9	OBJECTIVE BOUND: 0 <= _COST <= 326
8.71/9.24	c 9	SEARCHING: _COST <= 163
8.71/9.24	c 9	SOLVING HOME/temp.cnf
8.71/9.24	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.71/9.25	c 9	This is MiniSat 2.0 beta
8.71/9.25	c 9	WARNING: for repeatability, setting FPU to use double precision
8.71/9.25	c 9	============================[ Problem Statistics ]=============================
8.71/9.25	c 9	|                                                                             |
8.71/9.25	c 9	|  Number of variables:  26484                                                |
8.71/9.25	c 9	|  Number of clauses:    2161916                                              |
10.20/10.47	c 10	|  Parsing time:         1.04         s                                       |
12.18/12.46	c 12	============================[ Search Statistics ]==============================
12.18/12.46	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.18/12.46	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.18/12.46	c 12	===============================================================================
12.18/12.46	c 12	|         0 |   13089   511809  1503028 |   170603        0    nan |  0.000 % |
12.38/12.62	c 12	|       100 |   13089   511809  1503028 |   187663      100     26 | 50.578 % |
12.48/12.71	c 12	|       250 |   13089   511809  1503028 |   206429      250     26 | 50.578 % |
12.58/12.86	c 13	|       477 |   13089   511809  1503028 |   227072      477     26 | 50.578 % |
12.78/13.07	c 13	|       815 |   13089   511809  1503028 |   249779      815     30 | 50.578 % |
12.99/13.27	c 13	|      1323 |   13089   511809  1503028 |   274757     1323     29 | 50.578 % |
13.58/13.83	c 14	|      2083 |   13089   511809  1503028 |   302233     2083     34 | 50.578 % |
14.98/15.26	c 15	|      3224 |   13089   511809  1503028 |   332456     3224     31 | 50.578 % |
16.68/16.90	c 17	|      4933 |   13089   511809  1503028 |   365702     4933     36 | 50.578 % |
18.98/19.21	c 19	|      7495 |   13089   511809  1503028 |   402272     7495     41 | 50.578 % |
19.08/19.32	c 19	===============================================================================
19.08/19.32	c 19	restarts              : 10
19.08/19.32	c 19	conflicts             : 7598           (770 /sec)
19.08/19.32	c 19	decisions             : 11194          (1.05 % random) (1134 /sec)
19.08/19.32	c 19	propagations          : 7286705        (738380 /sec)
19.08/19.32	c 19	conflict literals     : 312689         (15.62 % deleted)
19.08/19.32	c 19	Memory used           : 88.57 MB
19.08/19.32	c 19	CPU time              : 9.8685 s
19.08/19.32	c 19	
19.08/19.33	c 19	SATISFIABLE
19.08/19.35	c 19	FOUND: _COST <= 163
19.08/19.35	c 19	DECODING HOME/temp.out WITH HOME/temp.map
19.08/19.35	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.14/19.43	c 19	Decoding HOME/temp.out
19.47/19.79	c 19	OBJECTIVE _COST 163
19.47/19.79	o 163
19.47/19.79	v 1 0 1 1 1 1 0 0 1 0 1 1 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 0 1 1 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 0 1
19.47/19.79	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.56/19.83	c 20	OBJECTIVE BOUND: 0 <= _COST <= 163
19.56/19.83	c 20	SEARCHING: _COST <= 81
19.56/19.83	c 20	SOLVING HOME/temp.cnf
19.56/19.83	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.56/19.83	c 20	This is MiniSat 2.0 beta
19.56/19.83	c 20	WARNING: for repeatability, setting FPU to use double precision
19.56/19.83	c 20	============================[ Problem Statistics ]=============================
19.56/19.83	c 20	|                                                                             |
19.56/19.83	c 20	|  Number of variables:  26484                                                |
19.56/19.83	c 20	|  Number of clauses:    2161916                                              |
20.71/21.05	c 21	|  Parsing time:         1.04         s                                       |
22.80/23.14	c 23	============================[ Search Statistics ]==============================
22.80/23.14	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.80/23.14	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.80/23.14	c 23	===============================================================================
22.80/23.14	c 23	|         0 |   11294   278737   809115 |    92912        0    nan |  0.000 % |
22.89/23.29	c 23	|       101 |   11294   278737   809115 |   102203      101     23 | 57.355 % |
22.99/23.39	c 23	|       253 |   11294   278737   809115 |   112423      253     25 | 57.355 % |
23.09/23.50	c 23	|       478 |   11294   278737   809115 |   123666      478     26 | 57.355 % |
23.29/23.65	c 23	|       816 |   11294   278737   809115 |   136032      816     27 | 57.355 % |
23.49/23.80	c 24	|      1322 |   11294   278737   809115 |   149636     1322     26 | 57.355 % |
24.18/24.57	c 24	|      2084 |   11294   278737   809115 |   164599     2084     30 | 57.355 % |
24.97/25.36	c 25	|      3224 |   11294   278737   809115 |   181059     3224     31 | 57.355 % |
26.36/26.77	c 26	|      4934 |   11294   278737   809115 |   199165     4934     32 | 57.355 % |
27.94/28.34	c 28	|      7497 |   11294   278737   809115 |   219082     7497     34 | 57.355 % |
30.91/31.35	c 31	|     11341 |   11294   278737   809115 |   240990    11341     35 | 57.355 % |
36.36/36.89	c 37	|     17107 |   11294   278737   809115 |   265089    17107     36 | 57.355 % |
44.68/45.29	c 45	|     25757 |   11294   278737   809115 |   291598    25757     36 | 57.355 % |
59.44/60.18	c 60	|     38731 |   11294   278737   809115 |   320758    38731     37 | 57.355 % |
86.82/87.85	c 88	|     58193 |   11294   278737   809115 |   352834    58193     38 | 57.355 % |
130.51/131.97	c 132	|     87386 |   11294   278737   809115 |   388117    87386     39 | 57.355 % |
223.73/226.01	c 226	|    131178 |   11294   278737   809115 |   426929   131178     42 | 57.355 % |
396.19/400.19	c 400	|    196863 |   11294   278737   809115 |   469622   196863     44 | 57.355 % |
675.46/682.01	c 682	|    295391 |   11294   278737   809115 |   516584   295391     43 | 57.355 % |
1213.18/1224.88	c 1225	|    443180 |   11294   278737   809115 |   568243   443180     44 | 57.355 % |
2048.16/2067.71	c 2067	|    664863 |   11294   278737   809115 |   625067    97991     45 | 57.355 % |
3168.68/3198.85	c 3199	|    997389 |   11294   278737   809115 |   687574   430517     47 | 57.355 % |
3600.03/3633.91	c ERROR INTERRUPTED
3600.03/3633.94	c 3634	CPU 18.71 (0.04 0.01 18.67 0.85)
3600.03/3633.94	c 3634	END Wed Jul 23 01:32:57 2008

Verifier Data (download as text)

OK	152	1141
152 unsatisfied constraints, 1141 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-1127396-1216765943/watcher-1127396-1216765943 -o /tmp/evaluation-result-1127396-1216765943/solver-1127396-1216765943 -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-1127396-1216765943.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 2.00 2.00 4/73 4699
/proc/meminfo: memFree=1410120/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=18572 CPUtime=0
/proc/4699/stat : 4699 (runsolver) R 4697 4699 4275 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 3686844 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4699/statm: 4643 292 257 25 0 2626 0

[startup+0.0465439 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4699
/proc/meminfo: memFree=1410120/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13600 CPUtime=0.03
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 3686844 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4699/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101729 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4699
/proc/meminfo: memFree=1410120/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13600 CPUtime=0.03
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 3686844 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30175 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4699
/proc/meminfo: memFree=1410120/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13600 CPUtime=0.03
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 3686844 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701796 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4699
/proc/meminfo: memFree=1410120/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13600 CPUtime=0.37
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 974 4740 0 1 3 0 31 3 16 0 1 0 3686844 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 4721
/proc/meminfo: memFree=1319472/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13600 CPUtime=0.37
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 974 4740 0 1 3 0 31 3 15 0 1 0 3686844 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3400 797 370 3 0 500 0
[pid=4712] ppid=4699 vsize=5356 CPUtime=0
/proc/4712/stat : 4712 (sh) S 4699 4699 4275 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3686885 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4712/statm: 1339 233 193 169 0 50 0
[pid=4713] ppid=4712 vsize=868508 CPUtime=1.06
/proc/4713/stat : 4713 (java) S 4712 4699 4275 0 -1 0 7067 0 1 0 102 4 0 0 18 0 9 0 3686886 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4713/statm: 217127 6281 2563 9 0 211674 0
[pid=4713/tid=4714] ppid=4712 vsize=868508 CPUtime=0.69
/proc/4713/task/4714/stat : 4714 (java) R 4712 4699 4275 0 -1 64 2738 0 1 0 67 2 0 0 23 0 9 0 3686887 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4126533853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4715] ppid=4712 vsize=868508 CPUtime=0.09
/proc/4713/task/4715/stat : 4715 (java) S 4712 4699 4275 0 -1 64 2147 0 0 0 9 0 0 0 16 0 9 0 3686888 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4716] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4716/stat : 4716 (java) S 4712 4699 4275 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3686888 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4717] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4717/stat : 4717 (java) S 4712 4699 4275 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3686888 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4718] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4718/stat : 4718 (java) S 4712 4699 4275 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3686890 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4719] ppid=4712 vsize=868508 CPUtime=0.24
/proc/4713/task/4719/stat : 4719 (java) S 4712 4699 4275 0 -1 64 1489 0 0 0 24 0 0 0 16 0 9 0 3686890 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4720] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4720/stat : 4720 (java) S 4712 4699 4275 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3686890 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4721] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4721/stat : 4721 (java) S 4712 4699 4275 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3686890 889352192 6281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887464

[startup+3.10126 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4731
/proc/meminfo: memFree=1299696/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13600 CPUtime=0.37
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 974 4740 0 1 3 0 31 3 15 0 1 0 3686844 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3400 797 370 3 0 500 0
[pid=4712] ppid=4699 vsize=5356 CPUtime=0
/proc/4712/stat : 4712 (sh) S 4699 4699 4275 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3686885 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4712/statm: 1339 233 193 169 0 50 0
[pid=4713] ppid=4712 vsize=868508 CPUtime=2.63
/proc/4713/stat : 4713 (java) S 4712 4699 4275 0 -1 0 7499 0 1 0 249 14 0 0 18 0 9 0 3686886 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4713/statm: 217127 6294 2563 9 0 211674 0
[pid=4713/tid=4714] ppid=4712 vsize=868508 CPUtime=2.14
/proc/4713/task/4714/stat : 4714 (java) R 4712 4699 4275 0 -1 64 3157 0 1 0 204 10 0 0 25 0 9 0 3686887 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4126969678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4715] ppid=4712 vsize=868508 CPUtime=0.19
/proc/4713/task/4715/stat : 4715 (java) S 4712 4699 4275 0 -1 64 2147 0 0 0 17 2 0 0 16 0 9 0 3686888 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4716] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4716/stat : 4716 (java) S 4712 4699 4275 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3686888 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4717] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4717/stat : 4717 (java) S 4712 4699 4275 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3686888 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4718] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4718/stat : 4718 (java) S 4712 4699 4275 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3686890 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4719] ppid=4712 vsize=868508 CPUtime=0.27
/proc/4713/task/4719/stat : 4719 (java) S 4712 4699 4275 0 -1 64 1502 0 0 0 27 0 0 0 16 0 9 0 3686890 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4720] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4720/stat : 4720 (java) S 4712 4699 4275 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3686890 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4713/tid=4721] ppid=4712 vsize=868508 CPUtime=0
/proc/4713/task/4721/stat : 4721 (java) S 4712 4699 4275 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3686890 889352192 6294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887464

[startup+6.30163 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4731
/proc/meminfo: memFree=1266224/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=5.71
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1093 13374 0 2 4 1 524 42 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 13732

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4755
/proc/meminfo: memFree=1187504/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=9.07
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1213 39553 0 3 4 1 839 63 15 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4744] ppid=4699 vsize=5356 CPUtime=0
/proc/4744/stat : 4744 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3687769 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4744/statm: 1339 232 193 169 0 50 0
[pid=4745] ppid=4744 vsize=90688 CPUtime=3.41
/proc/4745/stat : 4745 (minisat) R 4744 4699 4275 0 -1 4194304 22355 0 0 0 324 17 0 0 25 0 1 0 3687769 92864512 22341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4745/statm: 22672 22341 76 150 0 22519 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 109776

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4767
/proc/meminfo: memFree=1188400/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 15 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=89828 CPUtime=5.6
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 22168 0 0 0 545 15 0 0 25 0 1 0 3688828 91983872 22154 996147200 134512640 135127466 4294956256 18446744073709551615 134522943 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 22457 22154 76 150 0 22304 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 108916

[startup+51.1027 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4767
/proc/meminfo: memFree=1188336/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=89992 CPUtime=30.96
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 22199 0 0 0 3080 16 0 0 25 0 1 0 3688828 92151808 22185 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 22498 22185 76 150 0 22345 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 109080

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 4767
/proc/meminfo: memFree=1187824/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=90192 CPUtime=81.62
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 22236 0 0 0 8146 16 0 0 25 0 1 0 3688828 92356608 22222 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 22548 22222 76 150 0 22395 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 109280

[startup+162.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 4767
/proc/meminfo: memFree=1187568/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=90372 CPUtime=141.06
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 22269 0 0 0 14090 16 0 0 25 0 1 0 3688828 92540928 22255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 22593 22255 76 150 0 22440 0
Current children cumulated CPU time (s) 160.63

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

/proc/meminfo: memFree=970544/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=174528 CPUtime=3112.95
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 42753 0 0 0 311252 43 0 0 25 0 1 0 3688828 178716672 42739 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 43632 42739 76 150 0 43479 0
Current children cumulated CPU time (s) 3132.52
Current children cumulated vsize (KiB) 193616

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=966960/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=176028 CPUtime=3172.39
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43048 0 0 0 317195 44 0 0 25 0 1 0 3688828 180252672 43034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 44007 43034 76 150 0 43854 0
Current children cumulated CPU time (s) 3191.96
Current children cumulated vsize (KiB) 195116

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=964656/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=176028 CPUtime=3231.83
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43057 0 0 0 323139 44 0 0 25 0 1 0 3688828 180252672 43043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 44007 43043 76 150 0 43854 0
Current children cumulated CPU time (s) 3251.4
Current children cumulated vsize (KiB) 195116

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=962096/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=176208 CPUtime=3291.27
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43114 0 0 0 329083 44 0 0 25 0 1 0 3688828 180436992 43100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 44052 43100 76 150 0 43899 0
Current children cumulated CPU time (s) 3310.84
Current children cumulated vsize (KiB) 195296

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=959600/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=176572 CPUtime=3350.71
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43176 0 0 0 335027 44 0 0 25 0 1 0 3688828 180809728 43162 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 44143 43162 76 150 0 43990 0
Current children cumulated CPU time (s) 3370.28
Current children cumulated vsize (KiB) 195660

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=957296/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=176572 CPUtime=3410.15
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43176 0 0 0 340971 44 0 0 25 0 1 0 3688828 180809728 43162 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 44143 43162 76 150 0 43990 0
Current children cumulated CPU time (s) 3429.72
Current children cumulated vsize (KiB) 195660

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=954096/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=176872 CPUtime=3469.58
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43244 0 0 0 346914 44 0 0 25 0 1 0 3688828 181116928 43230 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 44218 43230 76 150 0 44065 0
Current children cumulated CPU time (s) 3489.15
Current children cumulated vsize (KiB) 195960

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=951856/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=176872 CPUtime=3529.02
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43269 0 0 0 352858 44 0 0 25 0 1 0 3688828 181116928 43255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4767/statm: 44218 43255 76 150 0 44065 0
Current children cumulated CPU time (s) 3548.59
Current children cumulated vsize (KiB) 195960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4850
/proc/meminfo: memFree=1223528/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=177140 CPUtime=3580.46
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43275 0 0 0 358001 45 0 0 25 0 1 0 3688828 181391360 43261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4767/statm: 44285 43261 76 150 0 44132 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 196228

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

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

[startup+3633.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4850
/proc/meminfo: memFree=1223528/2055920 swapFree=4192956/4192956
[pid=4699] ppid=4697 vsize=13732 CPUtime=19.57
/proc/4699/stat : 4699 (sugar) S 4697 4699 4275 0 -1 4194304 1330 66143 0 4 4 1 1867 85 16 0 1 0 3686844 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4699/statm: 3433 841 374 3 0 533 0
[pid=4766] ppid=4699 vsize=5356 CPUtime=0
/proc/4766/stat : 4766 (sh) S 4699 4699 4275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3688827 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4766/statm: 1339 232 193 169 0 50 0
[pid=4767] ppid=4766 vsize=177140 CPUtime=3580.46
/proc/4767/stat : 4767 (minisat) R 4766 4699 4275 0 -1 4194304 43275 0 0 0 358001 45 0 0 25 0 1 0 3688828 181391360 43261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4767/statm: 44285 43261 76 150 0 44132 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 196228

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4699 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=726153
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=895863
# CPU time returned by wait4() is 19.622
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3633.95
CPU time (s): 3600.03
CPU user time (s): 3598.72
CPU system time (s): 1.31
CPU usage (%): 99.0665
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.7262
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67814
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= 11167
involuntary context switches= 11122

runsolver used 4.50831 second user time and 12.0272 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-23 00:32:23
IDJOB=1127396
IDBENCH=63345
IDSOLVER=368
FILE ID=node5/1127396-1216765943
PBS_JOBID= 7974068
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1300-443942-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-1127396-1216765943/watcher-1127396-1216765943 -o /tmp/evaluation-result-1127396-1216765943/solver-1127396-1216765943 -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-1127396-1216765943.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 080c60265f5e51b43574bc12dd2f85b4
RANDOM SEED=1344054389

node5.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.236
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.236
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:       1411368 kB
Buffers:         27884 kB
Cached:         541412 kB
SwapCached:          0 kB
Active:         210408 kB
Inactive:       382532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411368 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           45852 kB
Writeback:           0 kB
Mapped:          34864 kB
Slab:            36972 kB
Committed_AS:    86360 kB
PageTables:       1904 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= 66556 MiB
End job on node5 at 2008-07-23 01:32:59