Trace number 1127395

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+minisat-incMSAT (TO) 3600.14 3601.97

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.04/0.19	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.19	c 0	BEGIN Wed Jul 23 00:32:17 2008
0.04/0.19	c 0	PID 4647
0.04/0.19	c 0	HOST node5.alineos.net
0.04/0.19	c 0	CONVERTING HOME/instance-1127395-1216765937.xml TO HOME/temp.csp
0.04/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127395-1216765937.xml' 'HOME/temp.csp'
0.07/0.56	c 1	1 domains, 80 variables, 0 predicates, 13 relations, 1293 constraints
0.07/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.64	c 1	Parsing HOME/temp.csp
0.43/0.80	c 1	parsed 1387 expressions
0.43/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.82	c 1	MAX CSP: 1293 constraints
0.43/0.82	c 1	Converting to clausal form CSP
0.43/0.88	c 1	converted 269 (10%) expressions
0.43/0.90	c 1	converted 537 (20%) expressions
0.43/0.91	c 1	converted 805 (30%) expressions
0.43/0.93	c 1	converted 1074 (40%) expressions
0.85/1.01	c 1	converted 1342 (50%) expressions
0.85/1.03	c 1	converted 1610 (60%) expressions
0.85/1.04	c 1	converted 1879 (70%) expressions
0.85/1.04	c 1	converted 2147 (80%) expressions
0.85/1.05	c 1	converted 2415 (90%) expressions
1.04/1.20	c 1	converted 2683 (100%) expressions
1.04/1.20	c 1	CSP : 2666 integers, 0 booleans, 3878 clauses, largest domain size 1940
1.04/1.20	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.20	c 1	Propagation in CSP
1.04/1.27	c 1	1288 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.27	c 1	CSP : 2666 integers, 0 booleans, 3878 clauses, largest domain size 1294
1.04/1.27	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.28	c 1	CSP : 2666 integers, 0 booleans, 3878 clauses, largest domain size 1294
1.04/1.28	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.33	c 1	267 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.34	c 1	534 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.34	c 1	800 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.34	c 1	1067 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.34	c 1	1333 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.35	c 1	1600 (60%) CSP integer variables are encoded (2596 clauses, 33812 bytes)
1.13/1.36	c 1	1867 (70%) CSP integer variables are encoded (4757 clauses, 61905 bytes)
1.13/1.36	c 1	2133 (80%) CSP integer variables are encoded (7286 clauses, 94782 bytes)
1.13/1.38	c 1	2400 (90%) CSP integer variables are encoded (20354 clauses, 289757 bytes)
1.13/1.38	c 1	2666 (100%) CSP integer variables are encoded (23818 clauses, 341717 bytes)
1.23/1.43	c 1	388 (10%) CSP clauses are encoded (24208 clauses, 348050 bytes)
1.23/1.46	c 1	776 (20%) CSP clauses are encoded (24596 clauses, 354848 bytes)
1.23/1.47	c 1	1164 (30%) CSP clauses are encoded (24984 clauses, 361845 bytes)
1.33/1.51	c 1	1552 (40%) CSP clauses are encoded (34881 clauses, 535926 bytes)
1.43/1.70	c 2	1939 (50%) CSP clauses are encoded (135222 clauses, 2370160 bytes)
1.53/1.76	c 2	2327 (60%) CSP clauses are encoded (164518 clauses, 2896716 bytes)
2.03/2.28	c 2	2715 (70%) CSP clauses are encoded (457964 clauses, 8298958 bytes)
2.42/2.68	c 3	3103 (80%) CSP clauses are encoded (527594 clauses, 9617185 bytes)
3.90/4.12	c 4	3491 (90%) CSP clauses are encoded (1327738 clauses, 26325326 bytes)
5.39/5.62	c 6	3878 (100%) CSP clauses are encoded (2161915 clauses, 44208907 bytes)
5.39/5.62	c 6	3878 CSP clauses encoded
5.39/5.62	c 6	Writing map file : HOME/temp.map
5.39/5.65	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.39/5.65	c 6	SAT : 26484 SAT variables, 2161915 SAT clauses, 44208907 bytes
5.39/5.65	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.39/5.68	c 6	OBJECTIVE minimize _COST
5.39/5.68	c 6	SOLVING HOME/temp.cnf
5.39/5.68	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.39/5.68	c 6	This is MiniSat 2.0 beta incremental
5.39/5.68	c 6	WARNING: for repeatability, setting FPU to use double precision
5.39/5.68	c 6	============================[ Problem Statistics ]=============================
5.39/5.68	c 6	|                                                                             |
5.39/5.68	c 6	|  Number of variables:  26484                                                |
5.39/5.68	c 6	|  Number of clauses:    2161915                                              |
6.36/6.63	c 7	|  Parsing time:         0.80         s                                       |
6.36/6.67	c 7	OK
6.36/6.67	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.36/6.67	c 7	SEARCHING: _COST <= 647
6.36/6.67	c 7	============================[ Search Statistics ]==============================
6.36/6.67	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.36/6.67	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.36/6.67	c 7	===============================================================================
6.36/6.67	c 7	|         0 |   26484  2161915  6414291 |   720638        0    nan |  0.000 % |
6.65/6.99	c 7	|       101 |   26484  2161915  6414291 |   792702      101     29 |  0.001 % |
6.85/7.11	c 7	|       251 |   26484  2161915  6414291 |   871972      251     30 |  0.001 % |
6.95/7.26	c 7	|       477 |   26484  2161915  6414291 |   959169      477     32 |  0.001 % |
7.05/7.32	c 7	===============================================================================
7.05/7.32	c 7	restarts              : 4
7.05/7.32	c 7	conflicts             : 489           (331 /sec)
7.05/7.32	c 7	decisions             : 1152          (1.04 % random) (780 /sec)
7.05/7.32	c 7	propagations          : 395658         (267920 /sec)
7.05/7.32	c 7	conflict literals     : 15822          (13.44 % deleted)
7.05/7.32	c 7	Memory used           : 90.93 MB
7.05/7.32	c 7	CPU time              : 1.47677 s
7.05/7.32	c 7	
7.05/7.32	c 7	SATISFIABLE
7.05/7.35	c 7	OK
7.05/7.35	c 7	FOUND: _COST <= 647
7.05/7.35	s SATISFIABLE
7.05/7.35	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.05/7.35	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.09/7.43	c 7	Decoding HOME/temp.out
7.09/7.59	c 8	OBJECTIVE _COST 305
7.09/7.59	o 305
7.09/7.59	v 1 1 1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 0
7.09/7.60	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.32/7.63	c 8	OK
7.32/7.63	c 8	OBJECTIVE BOUND: 0 <= _COST <= 305
7.32/7.63	c 8	SEARCHING: _COST <= 152
7.32/7.64	c 8	============================[ Search Statistics ]==============================
7.32/7.64	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.32/7.64	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.32/7.64	c 8	===============================================================================
7.32/7.64	c 8	|       489 |   26484  2161915  6414291 |   720638      489     32 |  0.001 % |
7.52/7.82	c 8	|       590 |   26484  2161915  6414291 |   792702      590     30 | 42.535 % |
7.72/8.06	c 8	|       742 |   26484  2161915  6414291 |   871972      742     29 | 42.535 % |
8.12/8.41	c 8	|       967 |   26484  2161915  6414291 |   959169      967     29 | 42.535 % |
8.43/8.78	c 9	|      1304 |   26484  2161915  6414291 |  1055086     1304     30 | 42.535 % |
9.12/9.49	c 9	|      1811 |   26484  2161915  6414291 |  1160595     1811     30 | 42.535 % |
10.73/11.07	c 11	|      2571 |   26484  2161915  6414291 |  1276654     2571     35 | 42.535 % |
12.21/12.57	c 13	|      3710 |   26484  2161915  6414291 |  1404320     3710     37 | 42.535 % |
15.31/15.68	c 16	|      5419 |   26484  2161915  6414291 |  1544752     5419     40 | 42.535 % |
16.71/17.01	c 17	===============================================================================
16.71/17.01	c 17	restarts              : 13
16.71/17.01	c 17	conflicts             : 6520          (602 /sec)
16.71/17.01	c 17	decisions             : 10063         (0.44 % random) (929 /sec)
16.71/17.01	c 17	propagations          : 6174807        (570034 /sec)
16.71/17.01	c 17	conflict literals     : 263063         (14.30 % deleted)
16.71/17.01	c 17	Memory used           : 92.09 MB
16.71/17.01	c 17	CPU time              : 10.8324 s
16.71/17.01	c 17	
16.71/17.01	c 17	SATISFIABLE
16.71/17.02	c 17	OK
16.71/17.02	c 17	FOUND: _COST <= 152
16.71/17.02	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.71/17.02	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.74/17.10	c 17	Decoding HOME/temp.out
16.74/17.26	c 17	OBJECTIVE _COST 152
16.74/17.26	o 152
16.74/17.26	v 1 0 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 0 0 1 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0
16.74/17.27	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.74/17.29	c 17	OK
16.74/17.29	c 17	OBJECTIVE BOUND: 0 <= _COST <= 152
16.74/17.29	c 17	SEARCHING: _COST <= 76
16.74/17.29	c 17	============================[ Search Statistics ]==============================
16.74/17.29	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.74/17.29	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.74/17.29	c 17	===============================================================================
16.74/17.29	c 17	|      6520 |   15219  2161915  6414291 |   720638     6520     40 | 42.535 % |
17.30/17.69	c 18	|      6620 |   15219  2161915  6414291 |   792702     6620     40 | 51.458 % |
17.69/18.01	c 18	|      6770 |   15219  2161915  6414291 |   871972     6770     40 | 51.458 % |
20.06/20.42	c 20	|      6996 |   12856   477537  1400900 |   959169     6996     40 | 51.458 % |
20.26/20.69	c 21	|      7333 |   12856   477537  1400900 |  1055086     7333     40 | 51.458 % |
20.75/21.17	c 21	|      7841 |   12856   477537  1400900 |  1160595     7841     40 | 51.458 % |
21.45/21.86	c 22	|      8601 |   12856   477537  1400900 |  1276654     8601     39 | 51.458 % |
22.44/22.88	c 23	|      9740 |   12856   477537  1400900 |  1404320     9740     38 | 51.458 % |
23.93/24.35	c 24	|     11448 |   12856   477537  1400900 |  1544752    11448     38 | 51.458 % |
27.02/27.44	c 27	|     14010 |   12856   477537  1400900 |  1699227    14010     38 | 51.458 % |
31.71/32.12	c 32	|     17854 |   12856   477537  1400900 |  1869150    17854     38 | 51.458 % |
39.81/40.25	c 40	|     23620 |   12856   477537  1400900 |  2056065    23620     38 | 51.458 % |
51.00/51.49	c 51	|     32271 |   12856   477537  1400900 |  2261671    32271     39 | 51.458 % |
69.79/70.28	c 70	|     45246 |   12856   477537  1400900 |  2487838    45246     39 | 51.458 % |
100.89/101.39	c 101	|     64707 |   12856   477537  1400900 |  2736622    64707     39 | 51.458 % |
158.97/159.43	c 159	|     93899 |   12856   477537  1400900 |  3010285    93899     41 | 51.458 % |
251.82/252.40	c 252	|    137688 |   12856   477537  1400900 |  3311313   137688     42 | 51.458 % |
435.65/436.27	c 436	|    203373 |   12856   477537  1400900 |  3642445   203373     44 | 51.458 % |
782.52/783.22	c 783	|    301902 |   12856   477537  1400900 |  4006689   301902     45 | 51.458 % |
1304.90/1305.89	c 1306	|    449691 |   12856   477537  1400900 |  4407358   449691     44 | 51.458 % |
2374.74/2376.13	c 2376	|    671374 |   12856   477537  1400900 |  4848094   671374     45 | 51.458 % |
3600.06/3601.91	c ERROR INTERRUPTED
3600.06/3601.96	c 3602	CPU 3598.84 (0.08 0.02 3598.76 1.25)
3600.06/3601.96	c 3602	END Wed Jul 23 01:32:19 2008

Verifier Data (download as text)

OK	133	1160
133 unsatisfied constraints, 1160 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-1127395-1216765937/watcher-1127395-1216765937 -o /tmp/evaluation-result-1127395-1216765937/solver-1127395-1216765937 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127395-1216765937.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/81 4647
/proc/meminfo: memFree=1452872/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=6268 CPUtime=0
/proc/4647/stat : 4647 (sugar++) R 4645 4647 4280 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 3686271 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 226910860681 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4647/statm: 1567 47 36 3 0 8 0

[startup+0.076725 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 4647
/proc/meminfo: memFree=1452872/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=13336 CPUtime=0.03
/proc/4647/stat : 4647 (sugar++) D 4645 4647 4280 0 -1 4194304 732 0 0 0 3 0 0 0 18 0 1 0 3686271 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 226913647205 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/4647/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101753 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 4647
/proc/meminfo: memFree=1452872/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=13468 CPUtime=0.04
/proc/4647/stat : 4647 (sugar++) R 4645 4647 4280 0 -1 4194304 763 0 0 0 3 1 0 0 18 0 1 0 3686271 13791232 731 996147200 4194304 4206940 548682068528 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4647/statm: 3367 731 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.301754 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 4647
/proc/meminfo: memFree=1452872/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=16740 CPUtime=0.07
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1218 128 1 0 6 1 0 0 18 0 1 0 3686271 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4647/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.7018 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 4647
/proc/meminfo: memFree=1452872/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=16740 CPUtime=0.43
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1295 4737 1 1 6 1 32 4 16 0 1 0 3686271 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4647/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16740

[startup+1.50189 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 4669
/proc/meminfo: memFree=1437680/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=16740 CPUtime=0.43
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1296 4737 1 1 6 1 32 4 15 0 1 0 3686271 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4647/statm: 4185 1104 409 3 0 764 0
[pid=4660] ppid=4647 vsize=5356 CPUtime=0
/proc/4660/stat : 4660 (sh) S 4647 4647 4280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3686328 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4660/statm: 1339 233 193 169 0 50 0
[pid=4661] ppid=4660 vsize=868484 CPUtime=0.9
/proc/4661/stat : 4661 (java) S 4660 4647 4280 0 -1 0 7077 0 1 0 85 5 0 0 18 0 9 0 3686328 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4661/statm: 217121 6278 2563 9 0 211668 0
[pid=4661/tid=4662] ppid=4660 vsize=868484 CPUtime=0.54
/proc/4661/task/4662/stat : 4662 (java) R 4660 4647 4280 0 -1 64 2744 0 1 0 52 2 0 0 18 0 9 0 3686329 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4663] ppid=4660 vsize=868484 CPUtime=0.1
/proc/4661/task/4663/stat : 4663 (java) R 4660 4647 4280 0 -1 64 2144 0 0 0 9 1 0 0 16 0 9 0 3686330 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4664] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4664/stat : 4664 (java) S 4660 4647 4280 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3686330 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4665] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4665/stat : 4665 (java) S 4660 4647 4280 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3686330 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4666] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4666/stat : 4666 (java) S 4660 4647 4280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3686332 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4667] ppid=4660 vsize=868484 CPUtime=0.24
/proc/4661/task/4667/stat : 4667 (java) S 4660 4647 4280 0 -1 64 1496 0 0 0 24 0 0 0 16 0 9 0 3686332 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4668] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4668/stat : 4668 (java) S 4660 4647 4280 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3686332 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4669] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4669/stat : 4669 (java) S 4660 4647 4280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3686332 889327616 6278 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 890580

[startup+3.10207 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 4669
/proc/meminfo: memFree=1427376/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=16740 CPUtime=0.43
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1296 4737 1 1 6 1 32 4 15 0 1 0 3686271 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4647/statm: 4185 1104 409 3 0 764 0
[pid=4660] ppid=4647 vsize=5356 CPUtime=0
/proc/4660/stat : 4660 (sh) S 4647 4647 4280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3686328 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4660/statm: 1339 233 193 169 0 50 0
[pid=4661] ppid=4660 vsize=868484 CPUtime=2.49
/proc/4661/stat : 4661 (java) S 4660 4647 4280 0 -1 0 7516 0 1 0 234 15 0 0 18 0 9 0 3686328 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4661/statm: 217121 6287 2563 9 0 211668 0
[pid=4661/tid=4662] ppid=4660 vsize=868484 CPUtime=1.99
/proc/4661/task/4662/stat : 4662 (java) R 4660 4647 4280 0 -1 64 3175 0 1 0 190 9 0 0 25 0 9 0 3686329 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4126954112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4663] ppid=4660 vsize=868484 CPUtime=0.2
/proc/4661/task/4663/stat : 4663 (java) S 4660 4647 4280 0 -1 64 2144 0 0 0 17 3 0 0 16 0 9 0 3686330 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4664] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4664/stat : 4664 (java) S 4660 4647 4280 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3686330 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4665] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4665/stat : 4665 (java) S 4660 4647 4280 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3686330 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4666] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4666/stat : 4666 (java) S 4660 4647 4280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3686332 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4667] ppid=4660 vsize=868484 CPUtime=0.25
/proc/4661/task/4667/stat : 4667 (java) S 4660 4647 4280 0 -1 64 1504 0 0 0 25 0 0 0 16 0 9 0 3686332 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4668] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4668/stat : 4668 (java) S 4660 4647 4280 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3686332 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4661/tid=4669] ppid=4660 vsize=868484 CPUtime=0
/proc/4661/task/4669/stat : 4669 (java) S 4660 4647 4280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3686332 889327616 6287 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 890580

[startup+6.30244 s]
/proc/loadavg: 2.00 2.00 2.00 5/81 4675
/proc/meminfo: memFree=1405640/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.45
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1490 13371 1 2 7 1 493 44 16 0 1 0 3686271 17412096 1148 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4647/statm: 4251 1148 413 3 0 830 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 17004

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4733
/proc/meminfo: memFree=1239728/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.71
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1585 17307 1 3 7 1 516 47 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=93768 CPUtime=6.7
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 23173 0 0 0 653 17 0 0 25 0 1 0 3686839 96018432 23120 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 23442 23120 80 151 0 23288 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 110772

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 4765
/proc/meminfo: memFree=1272048/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.96
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 7 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=94428 CPUtime=19.16
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 23355 0 0 0 1897 19 0 0 25 0 1 0 3686839 96694272 23300 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 23607 23300 80 151 0 23453 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 111432

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4767
/proc/meminfo: memFree=1188464/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.96
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 7 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=94576 CPUtime=44.74
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 23376 0 0 0 4455 19 0 0 25 0 1 0 3686839 96845824 23321 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 23644 23321 80 151 0 23490 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 111580

[startup+102.306 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 4767
/proc/meminfo: memFree=1187824/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.96
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 7 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=94832 CPUtime=95.94
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 23447 0 0 0 9574 20 0 0 25 0 1 0 3686839 97107968 23383 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 23708 23383 80 151 0 23554 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 111836

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 4767
/proc/meminfo: memFree=1187632/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.96
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 7 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=95012 CPUtime=155.9
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 23477 0 0 0 15570 20 0 0 25 0 1 0 3686839 97292288 23413 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 23753 23413 80 151 0 23599 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 112016

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4767
/proc/meminfo: memFree=1187440/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.96
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 7 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=95156 CPUtime=215.88
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 23506 0 0 0 21568 20 0 0 25 0 1 0 3686839 97439744 23442 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 23789 23442 80 151 0 23635 0
Current children cumulated CPU time (s) 221.84
Current children cumulated vsize (KiB) 112160

[startup+282.302 s]

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

[pid=4692] ppid=4647 vsize=221608 CPUtime=2914.75
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 54332 0 0 0 291414 61 0 0 25 0 1 0 3686839 226926592 54260 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 55402 54260 80 151 0 55248 0
Current children cumulated CPU time (s) 2920.72
Current children cumulated vsize (KiB) 238612

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=978288/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=223760 CPUtime=2974.73
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 54892 0 0 0 297411 62 0 0 25 0 1 0 3686839 229130240 54820 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 55940 54820 80 151 0 55786 0
Current children cumulated CPU time (s) 2980.7
Current children cumulated vsize (KiB) 240764

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=976112/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=225992 CPUtime=3034.7
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 55445 0 0 0 303407 63 0 0 25 0 1 0 3686839 231415808 55373 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 56498 55373 80 151 0 56344 0
Current children cumulated CPU time (s) 3040.67
Current children cumulated vsize (KiB) 242996

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=973744/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=228364 CPUtime=3094.68
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 56027 0 0 0 309404 64 0 0 25 0 1 0 3686839 233844736 55955 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 57091 55955 80 151 0 56937 0
Current children cumulated CPU time (s) 3100.65
Current children cumulated vsize (KiB) 245368

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=970864/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=230712 CPUtime=3154.66
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 56615 0 0 0 315401 65 0 0 25 0 1 0 3686839 236249088 56543 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 57678 56543 80 151 0 57524 0
Current children cumulated CPU time (s) 3160.63
Current children cumulated vsize (KiB) 247716

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=967536/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=233236 CPUtime=3214.63
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 57211 0 0 0 321397 66 0 0 25 0 1 0 3686839 238833664 57139 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 58309 57139 80 151 0 58155 0
Current children cumulated CPU time (s) 3220.6
Current children cumulated vsize (KiB) 250240

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=964848/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=235348 CPUtime=3274.61
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 57764 0 0 0 327394 67 0 0 25 0 1 0 3686839 240996352 57692 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 58837 57692 80 151 0 58683 0
Current children cumulated CPU time (s) 3280.58
Current children cumulated vsize (KiB) 252352

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=962352/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=237600 CPUtime=3334.59
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 58333 0 0 0 333391 68 0 0 25 0 1 0 3686839 243302400 58261 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 59400 58261 80 151 0 59246 0
Current children cumulated CPU time (s) 3340.56
Current children cumulated vsize (KiB) 254604

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=959856/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=239712 CPUtime=3394.57
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 58881 0 0 0 339388 69 0 0 25 0 1 0 3686839 245465088 58809 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 59928 58809 80 151 0 59774 0
Current children cumulated CPU time (s) 3400.54
Current children cumulated vsize (KiB) 256716

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=957616/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=241824 CPUtime=3454.54
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 59408 0 0 0 345385 69 0 0 25 0 1 0 3686839 247627776 59336 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 60456 59336 80 151 0 60302 0
Current children cumulated CPU time (s) 3460.51
Current children cumulated vsize (KiB) 258828

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=954416/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=244668 CPUtime=3514.52
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 60136 0 0 0 351382 70 0 0 25 0 1 0 3686839 250540032 60064 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 61167 60064 80 151 0 61013 0
Current children cumulated CPU time (s) 3520.49
Current children cumulated vsize (KiB) 261672

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=952048/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=246924 CPUtime=3574.49
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 60685 0 0 0 357378 71 0 0 25 0 1 0 3686839 252850176 60613 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 61731 60613 80 151 0 61577 0
Current children cumulated CPU time (s) 3580.46
Current children cumulated vsize (KiB) 263928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=951216/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=247584 CPUtime=3594.09
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 60859 0 0 0 359338 71 0 0 25 0 1 0 3686839 253526016 60787 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 61896 60787 80 151 0 61742 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 264588

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

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

[startup+3601.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4775
/proc/meminfo: memFree=951216/2055920 swapFree=4192956/4192956
[pid=4647] ppid=4645 vsize=17004 CPUtime=5.97
/proc/4647/stat : 4647 (sugar++) S 4645 4647 4280 0 -1 4194304 1655 21243 1 4 8 2 538 49 16 0 1 0 3686271 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4647/statm: 4251 1151 414 3 0 830 0
[pid=4692] ppid=4647 vsize=247584 CPUtime=3594.09
/proc/4692/stat : 4692 (minisat-inc) R 4647 4647 4280 0 -1 4194304 60859 0 0 0 359338 71 0 0 25 0 1 0 3686839 253526016 60787 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4692/statm: 61896 60787 80 151 0 61742 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 264588

Child status: 0
Real time (s): 3601.97
CPU time (s): 3600.14
CPU user time (s): 3598.85
CPU system time (s): 1.2948
CPU usage (%): 99.9493
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.85
system time used= 1.2948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83836
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12061
involuntary context switches= 27055

runsolver used 4.40533 second user time and 11.9812 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-23 00:32:17
IDJOB=1127395
IDBENCH=63345
IDSOLVER=367
FILE ID=node5/1127395-1216765937
PBS_JOBID= 7974069
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1300-443942-ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127395-1216765937/watcher-1127395-1216765937 -o /tmp/evaluation-result-1127395-1216765937/solver-1127395-1216765937 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127395-1216765937.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:       1453352 kB
Buffers:         27716 kB
Cached:         496292 kB
SwapCached:          0 kB
Active:         171612 kB
Inactive:       381164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453352 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             952 kB
Writeback:           0 kB
Mapped:          48916 kB
Slab:            34828 kB
Committed_AS:   123020 kB
PageTables:       1984 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= 66516 MiB
End job on node5 at 2008-07-23 01:32:21