Trace number 1127819

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.08 3602.74

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-900-536230_ext.xml
MD5SUM2a6c19a67c4853bfad2a59963e41e8fd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints48
Best CPU time to get the best result obtained on this benchmark46.4469
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints858
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension858
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.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.13	c 0	BEGIN Wed Jul 23 03:26:59 2008
0.04/0.13	c 0	PID 10272
0.04/0.13	c 0	HOST node59.alineos.net
0.04/0.13	c 0	CONVERTING HOME/instance-1127819-1216776419.xml TO HOME/temp.csp
0.04/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127819-1216776419.xml' 'HOME/temp.csp'
0.07/0.65	c 1	1 domains, 40 variables, 0 predicates, 29 relations, 858 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	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.58/0.75	c 1	Parsing HOME/temp.csp
0.58/0.90	c 1	parsed 928 expressions
0.58/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.92	c 1	MAX CSP: 858 constraints
0.58/0.92	c 1	Converting to clausal form CSP
0.58/0.96	c 1	converted 179 (10%) expressions
0.58/0.98	c 1	converted 358 (20%) expressions
0.58/1.00	c 1	converted 537 (30%) expressions
0.88/1.01	c 1	converted 716 (40%) expressions
0.88/1.03	c 1	converted 895 (50%) expressions
0.88/1.10	c 1	converted 1074 (60%) expressions
0.99/1.11	c 1	converted 1253 (70%) expressions
0.99/1.12	c 1	converted 1432 (80%) expressions
0.99/1.13	c 1	converted 1611 (90%) expressions
1.08/1.27	c 2	converted 1789 (100%) expressions
1.08/1.27	c 2	CSP : 1756 integers, 0 booleans, 2573 clauses, largest domain size 1288
1.08/1.27	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.27	c 2	Propagation in CSP
1.17/1.32	c 2	852 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.17/1.32	c 2	CSP : 1756 integers, 0 booleans, 2573 clauses, largest domain size 859
1.17/1.32	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.33	c 2	Simplifing CSP by introducing new Boolean variables
1.17/1.33	c 2	CSP : 1756 integers, 0 booleans, 2573 clauses, largest domain size 859
1.17/1.33	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.17/1.38	c 2	176 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.38	c 2	352 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.38	c 2	527 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.38	c 2	703 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.39	c 2	878 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.17/1.40	c 2	1054 (60%) CSP integer variables are encoded (1649 clauses, 21300 bytes)
1.28/1.41	c 2	1230 (70%) CSP integer variables are encoded (8761 clauses, 113756 bytes)
1.28/1.41	c 2	1405 (80%) CSP integer variables are encoded (11404 clauses, 153388 bytes)
1.28/1.42	c 2	1581 (90%) CSP integer variables are encoded (12687 clauses, 172633 bytes)
1.28/1.42	c 2	1756 (100%) CSP integer variables are encoded (14427 clauses, 198733 bytes)
1.28/1.46	c 2	258 (10%) CSP clauses are encoded (14694 clauses, 202940 bytes)
1.28/1.48	c 2	515 (20%) CSP clauses are encoded (14957 clauses, 207301 bytes)
1.28/1.49	c 2	772 (30%) CSP clauses are encoded (15219 clauses, 211897 bytes)
1.38/1.52	c 2	1030 (40%) CSP clauses are encoded (19845 clauses, 291843 bytes)
1.48/1.61	c 2	1287 (50%) CSP clauses are encoded (64676 clauses, 1107271 bytes)
1.77/1.96	c 2	1544 (60%) CSP clauses are encoded (261731 clauses, 4675408 bytes)
2.66/2.83	c 3	1802 (70%) CSP clauses are encoded (774053 clauses, 15156652 bytes)
2.66/2.86	c 3	2059 (80%) CSP clauses are encoded (789430 clauses, 15474491 bytes)
2.76/2.92	c 3	2316 (90%) CSP clauses are encoded (826675 clauses, 16260322 bytes)
2.97/3.15	c 3	2573 (100%) CSP clauses are encoded (964364 clauses, 19195051 bytes)
2.97/3.15	c 3	2573 CSP clauses encoded
2.97/3.15	c 3	Writing map file : HOME/temp.map
2.97/3.16	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.97/3.16	c 3	SAT : 16183 SAT variables, 964364 SAT clauses, 19195051 bytes
2.97/3.16	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.97/3.18	c 3	OBJECTIVE minimize _COST
2.97/3.18	c 3	SOLVING HOME/temp.cnf
2.97/3.18	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.97/3.18	c 3	This is MiniSat 2.0 beta incremental
2.97/3.18	c 3	WARNING: for repeatability, setting FPU to use double precision
2.97/3.18	c 3	============================[ Problem Statistics ]=============================
2.97/3.18	c 3	|                                                                             |
2.97/3.18	c 3	|  Number of variables:  16183                                                |
2.97/3.18	c 3	|  Number of clauses:    964364                                               |
3.36/3.59	c 4	|  Parsing time:         0.35         s                                       |
3.48/3.62	c 4	OK
3.48/3.62	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.48/3.62	c 4	SEARCHING: _COST <= 429
3.48/3.62	c 4	============================[ Search Statistics ]==============================
3.48/3.62	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.48/3.62	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.48/3.62	c 4	===============================================================================
3.48/3.62	c 4	|         0 |   16183   964364  2849817 |   321454        0    nan |  0.000 % |
3.68/3.82	c 4	|       102 |   16183   964364  2849817 |   353600      102     22 |  0.002 % |
3.78/3.92	c 4	|       253 |   16183   964364  2849817 |   388960      253     25 |  0.002 % |
3.78/3.95	c 4	===============================================================================
3.78/3.95	c 4	restarts              : 3
3.78/3.95	c 4	conflicts             : 288           (408 /sec)
3.78/3.95	c 4	decisions             : 741           (0.67 % random) (1050 /sec)
3.78/3.95	c 4	propagations          : 202695         (287147 /sec)
3.78/3.95	c 4	conflict literals     : 7052           (16.01 % deleted)
3.78/3.95	c 4	Memory used           : 42.15 MB
3.78/3.95	c 4	CPU time              : 0.705892 s
3.78/3.95	c 4	
3.78/3.95	c 4	SATISFIABLE
3.78/3.96	c 4	OK
3.78/3.96	c 4	FOUND: _COST <= 429
3.78/3.96	s SATISFIABLE
3.78/3.96	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.78/3.96	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.84/4.04	c 4	Decoding HOME/temp.out
3.84/4.17	c 4	OBJECTIVE _COST 429
3.84/4.17	o 429
3.84/4.17	v 1 0 1 1 0 1 1 0 0 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 0 1
3.84/4.18	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.84/4.22	c 4	OK
3.84/4.22	c 4	OBJECTIVE BOUND: 0 <= _COST <= 429
3.84/4.22	c 4	SEARCHING: _COST <= 214
3.84/4.24	c 4	============================[ Search Statistics ]==============================
3.84/4.24	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.84/4.24	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.84/4.24	c 4	===============================================================================
3.84/4.24	c 4	|       288 |   16183   964364  2849817 |   321454      288     24 |  0.002 % |
3.84/4.28	c 5	===============================================================================
3.84/4.28	c 5	restarts              : 4
3.84/4.28	c 5	conflicts             : 288           (378 /sec)
3.84/4.28	c 5	decisions             : 981           (0.71 % random) (1286 /sec)
3.84/4.28	c 5	propagations          : 218878         (286909 /sec)
3.84/4.28	c 5	conflict literals     : 7052           (16.01 % deleted)
3.84/4.28	c 5	Memory used           : 42.54 MB
3.84/4.28	c 5	CPU time              : 0.762884 s
3.84/4.28	c 5	
3.84/4.28	c 5	SATISFIABLE
3.84/4.28	c 5	OK
3.84/4.28	c 5	FOUND: _COST <= 214
3.84/4.28	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.84/4.28	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.10/4.40	c 5	Decoding HOME/temp.out
4.10/4.51	c 5	OBJECTIVE _COST 214
4.10/4.51	o 214
4.10/4.52	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
4.10/4.52	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.10/4.58	c 5	OK
4.10/4.58	c 5	OBJECTIVE BOUND: 0 <= _COST <= 214
4.10/4.58	c 5	SEARCHING: _COST <= 107
4.32/4.61	c 5	============================[ Search Statistics ]==============================
4.32/4.61	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.32/4.61	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.32/4.61	c 5	===============================================================================
4.32/4.61	c 5	|       288 |   11893   964364  2849817 |   321454      288     24 |  0.002 % |
4.32/4.65	c 5	===============================================================================
4.32/4.65	c 5	restarts              : 5
4.32/4.65	c 5	conflicts             : 310           (370 /sec)
4.32/4.65	c 5	decisions             : 1077          (0.65 % random) (1284 /sec)
4.32/4.65	c 5	propagations          : 252750         (301297 /sec)
4.32/4.65	c 5	conflict literals     : 7900           (16.26 % deleted)
4.32/4.65	c 5	Memory used           : 42.80 MB
4.32/4.65	c 5	CPU time              : 0.838872 s
4.32/4.65	c 5	
4.32/4.65	c 5	SATISFIABLE
4.32/4.66	c 5	OK
4.32/4.66	c 5	FOUND: _COST <= 107
4.32/4.66	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.32/4.66	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.38/4.74	c 5	Decoding HOME/temp.out
4.38/4.86	c 5	OBJECTIVE _COST 107
4.38/4.86	o 107
4.38/4.86	v 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1
4.38/4.87	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.38/4.93	c 5	OK
4.38/4.93	c 5	OBJECTIVE BOUND: 0 <= _COST <= 107
4.38/4.93	c 5	SEARCHING: _COST <= 53
4.38/4.93	c 5	============================[ Search Statistics ]==============================
4.38/4.94	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.94	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.94	c 5	===============================================================================
4.38/4.94	c 5	|       310 |    9526   964364  2849817 |   321454      310     25 |  0.002 % |
4.65/5.05	c 5	|       410 |    9526   964364  2849817 |   353600      410     23 | 50.405 % |
4.85/5.27	c 6	|       562 |    9526   964364  2849817 |   388960      562     22 | 50.405 % |
5.15/5.56	c 6	|       789 |    9526   964364  2849817 |   427856      789     22 | 50.405 % |
5.55/5.97	c 6	|      1126 |    9526   964364  2849817 |   470641     1126     22 | 50.405 % |
6.15/6.51	c 7	|      1632 |    9526   964364  2849817 |   517705     1632     23 | 50.405 % |
7.15/7.51	c 8	|      2391 |    9526   964364  2849817 |   569476     2391     23 | 50.405 % |
8.85/9.27	c 10	|      3531 |    9526   964364  2849817 |   626424     3531     24 | 50.405 % |
10.95/11.31	c 12	|      5241 |    8026   229264   668237 |   689066     5062     23 | 50.405 % |
12.95/13.33	c 14	|      7803 |    8026   229264   668237 |   757973     7624     24 | 50.405 % |
16.64/17.01	c 17	|     11648 |    8026   229264   668237 |   833770    11469     24 | 50.405 % |
21.94/22.33	c 23	|     17416 |    8026   229264   668237 |   917147    17237     23 | 50.405 % |
33.13/33.58	c 34	|     26065 |    8026   229264   668237 |  1008862    25886     24 | 50.405 % |
50.02/50.41	c 51	|     39040 |    8026   229264   668237 |  1109748    38861     25 | 50.405 % |
83.20/83.63	c 84	|     58502 |    8026   229264   668237 |  1220723    58323     26 | 50.405 % |
130.07/130.56	c 131	|     87695 |    8026   229264   668237 |  1342795    87516     25 | 50.405 % |
219.02/219.54	c 220	|    131485 |    8026   229264   668237 |  1477075   131306     25 | 50.405 % |
384.44/385.09	c 385	|    197169 |    8026   229264   668237 |  1624783   196990     26 | 50.405 % |
683.10/683.80	c 684	|    295697 |    8026   229264   668237 |  1787261   295518     27 | 50.405 % |
1237.42/1238.49	c 1239	|    443486 |    8026   229264   668237 |  1965987   443307     27 | 50.405 % |
2354.02/2356.13	c 2356	|    665169 |    8026   229264   668237 |  2162586   664990     27 | 50.405 % |
3600.02/3602.71	c ERROR INTERRUPTED
3600.02/3602.73	c 3603	CPU 3599.27 (0.07 0.02 3599.2 0.76)
3600.02/3602.73	c 3603	END Wed Jul 23 04:27:02 2008

Verifier Data (download as text)

OK	100	758
100 unsatisfied constraints, 758 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-1127819-1216776419/watcher-1127819-1216776419 -o /tmp/evaluation-result-1127819-1216776419/solver-1127819-1216776419 -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-1127819-1216776419.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 10272
/proc/meminfo: memFree=1096848/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=18572 CPUtime=0
/proc/10272/stat : 10272 (runsolver) R 10270 10272 10095 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4729388 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10272/statm: 4643 292 257 25 0 2626 0

[startup+0.0670509 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 10272
/proc/meminfo: memFree=1096848/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=13336 CPUtime=0.03
/proc/10272/stat : 10272 (sugar++) D 10270 10272 10095 0 -1 4194304 736 0 0 0 3 0 0 0 18 0 1 0 4729388 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 217060523006 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/10272/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.10107 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 10272
/proc/meminfo: memFree=1096848/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=14776 CPUtime=0.04
/proc/10272/stat : 10272 (sugar++) R 10270 10272 10095 0 -1 4194304 880 0 0 0 3 1 0 0 18 0 1 0 4729388 15130624 848 996147200 4194304 4206940 548682068528 18446744073709551615 217060523006 0 0 4224 0 0 0 0 17 1 0 0
/proc/10272/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.301095 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 10272
/proc/meminfo: memFree=1096848/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16740 CPUtime=0.07
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 4729388 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10272/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701179 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 10272
/proc/meminfo: memFree=1096848/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16740 CPUtime=0.58
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1279 4538 0 1 6 1 48 3 16 0 1 0 4729388 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10272/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16740

[startup+1.50233 s]
/proc/loadavg: 2.08 1.99 1.91 3/85 10294
/proc/meminfo: memFree=1086712/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16740 CPUtime=0.59
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1297 4538 0 1 6 2 48 3 15 0 1 0 4729388 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10272/statm: 4185 1104 409 3 0 764 0
[pid=10285] ppid=10272 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10272 10272 10095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4729455 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 233 193 169 0 50 0
[pid=10286] ppid=10285 vsize=868464 CPUtime=0.79
/proc/10286/stat : 10286 (java) S 10285 10272 10095 0 -1 0 6733 0 1 0 76 3 0 0 19 0 9 0 4729456 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10286/statm: 217116 5950 2563 9 0 211663 0
[pid=10286/tid=10287] ppid=10285 vsize=868464 CPUtime=0.44
/proc/10286/task/10287/stat : 10287 (java) R 10285 10272 10095 0 -1 64 2724 0 1 0 43 1 0 0 18 0 9 0 4729457 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4125950500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10288] ppid=10285 vsize=868464 CPUtime=0.07
/proc/10286/task/10288/stat : 10288 (java) S 10285 10272 10095 0 -1 64 1826 0 0 0 7 0 0 0 16 0 9 0 4729458 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10289] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10289/stat : 10289 (java) S 10285 10272 10095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4729458 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10290] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10290/stat : 10290 (java) S 10285 10272 10095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4729458 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10291] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10291/stat : 10291 (java) S 10285 10272 10095 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4729460 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10292] ppid=10285 vsize=868464 CPUtime=0.25
/proc/10286/task/10292/stat : 10292 (java) S 10285 10272 10095 0 -1 64 1491 0 0 0 25 0 0 0 16 0 9 0 4729460 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10293] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10293/stat : 10293 (java) S 10285 10272 10095 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4729460 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10294] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10294/stat : 10294 (java) S 10285 10272 10095 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4729460 889307136 5950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890560

[startup+3.10263 s]
/proc/loadavg: 2.08 1.99 1.91 2/81 10295
/proc/meminfo: memFree=1183128/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16740 CPUtime=0.59
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1297 4538 0 1 6 2 48 3 16 0 1 0 4729388 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10272/statm: 4185 1104 409 3 0 764 0
[pid=10285] ppid=10272 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10272 10272 10095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4729455 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 233 193 169 0 50 0
[pid=10286] ppid=10285 vsize=868464 CPUtime=2.38
/proc/10286/stat : 10286 (java) S 10285 10272 10095 0 -1 0 7265 0 1 0 221 17 0 0 19 0 9 0 4729456 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10286/statm: 217116 5964 2563 9 0 211663 0
[pid=10286/tid=10287] ppid=10285 vsize=868464 CPUtime=1.88
/proc/10286/task/10287/stat : 10287 (java) R 10285 10272 10095 0 -1 64 3238 0 1 0 176 12 0 0 17 0 9 0 4729457 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10286/tid=10288] ppid=10285 vsize=868464 CPUtime=0.19
/proc/10286/task/10288/stat : 10288 (java) S 10285 10272 10095 0 -1 64 1826 0 0 0 17 2 0 0 16 0 9 0 4729458 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10286/tid=10289] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10289/stat : 10289 (java) S 10285 10272 10095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4729458 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10290] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10290/stat : 10290 (java) S 10285 10272 10095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4729458 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10291] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10291/stat : 10291 (java) S 10285 10272 10095 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4729460 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10292] ppid=10285 vsize=868464 CPUtime=0.27
/proc/10286/task/10292/stat : 10292 (java) S 10285 10272 10095 0 -1 64 1509 0 0 0 27 0 0 0 16 0 9 0 4729460 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10293] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10293/stat : 10293 (java) S 10285 10272 10095 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4729460 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10286/tid=10294] ppid=10285 vsize=868464 CPUtime=0
/proc/10286/task/10294/stat : 10294 (java) S 10285 10272 10095 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4729460 889307136 5964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890560

[startup+6.30126 s]
/proc/loadavg: 2.08 1.99 1.91 3/84 10374
/proc/meminfo: memFree=1122560/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 15 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=43952 CPUtime=2.27
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 10820 0 0 0 221 6 0 0 25 0 1 0 4729706 45006848 10764 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 10988 10764 80 151 0 10834 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 60824

[startup+12.7015 s]
/proc/loadavg: 2.14 2.00 1.92 3/76 10400
/proc/meminfo: memFree=1078080/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=44228 CPUtime=8.67
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 10888 0 0 0 860 7 0 0 25 0 1 0 4729706 45289472 10832 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 11057 10832 80 151 0 10903 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 61100

[startup+25.502 s]
/proc/loadavg: 2.12 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1078664/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=44228 CPUtime=21.46
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 10909 0 0 0 2139 7 0 0 25 0 1 0 4729706 45289472 10853 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 11057 10853 80 151 0 10903 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 61100

[startup+51.1019 s]
/proc/loadavg: 2.08 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1078536/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=44392 CPUtime=47.04
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 10954 0 0 0 4697 7 0 0 25 0 1 0 4729706 45457408 10898 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 11098 10898 80 151 0 10944 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 61264

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1077576/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=44892 CPUtime=98.21
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 11032 0 0 0 9814 7 0 0 25 0 1 0 4729706 45969408 10976 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 11223 10976 80 151 0 11069 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 61764

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1076104/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=45508 CPUtime=158.17
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 11179 0 0 0 15809 8 0 0 25 0 1 0 4729706 46600192 11123 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 11377 11123 80 151 0 11223 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 62380

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1074632/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=46320 CPUtime=218.14
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 11372 0 0 0 21806 8 0 0 25 0 1 0 4729706 47431680 11316 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 11580 11316 80 151 0 11426 0
Current children cumulated CPU time (s) 221.82

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

[pid=10296] ppid=10272 vsize=137096 CPUtime=2916.27
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 33272 0 0 0 291588 39 0 0 25 0 1 0 4729706 140386304 33183 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 34274 33183 80 151 0 34120 0
Current children cumulated CPU time (s) 2919.95
Current children cumulated vsize (KiB) 153968

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10914
/proc/meminfo: memFree=955528/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=138440 CPUtime=2976.24
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 33580 0 0 0 297585 39 0 0 25 0 1 0 4729706 141762560 33491 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 34610 33491 80 151 0 34456 0
Current children cumulated CPU time (s) 2979.92
Current children cumulated vsize (KiB) 155312

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10914
/proc/meminfo: memFree=954376/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=139576 CPUtime=3036.21
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 33871 0 0 0 303581 40 0 0 25 0 1 0 4729706 142925824 33782 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 34894 33782 80 151 0 34740 0
Current children cumulated CPU time (s) 3039.89
Current children cumulated vsize (KiB) 156448

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10914
/proc/meminfo: memFree=953224/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=140784 CPUtime=3096.18
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 34161 0 0 0 309578 40 0 0 25 0 1 0 4729706 144162816 34072 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 35196 34072 80 151 0 35042 0
Current children cumulated CPU time (s) 3099.86
Current children cumulated vsize (KiB) 157656

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10914
/proc/meminfo: memFree=952136/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=141888 CPUtime=3156.15
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 34413 0 0 0 315574 41 0 0 25 0 1 0 4729706 145293312 34324 996147200 134512640 135134323 4294956192 18446744073709551615 134532039 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 35472 34324 80 151 0 35318 0
Current children cumulated CPU time (s) 3159.83
Current children cumulated vsize (KiB) 158760

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=950984/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=142820 CPUtime=3216.11
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 34667 0 0 0 321570 41 0 0 25 0 1 0 4729706 146247680 34578 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 35705 34578 80 151 0 35551 0
Current children cumulated CPU time (s) 3219.79
Current children cumulated vsize (KiB) 159692

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=949704/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=143876 CPUtime=3276.09
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 34955 0 0 0 327567 42 0 0 25 0 1 0 4729706 147329024 34866 996147200 134512640 135134323 4294956192 18446744073709551615 134528430 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 35969 34866 80 151 0 35815 0
Current children cumulated CPU time (s) 3279.77
Current children cumulated vsize (KiB) 160748

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=948616/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=144932 CPUtime=3336.05
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 35225 0 0 0 333563 42 0 0 25 0 1 0 4729706 148410368 35136 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 36233 35136 80 151 0 36079 0
Current children cumulated CPU time (s) 3339.73
Current children cumulated vsize (KiB) 161804

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=946888/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=146572 CPUtime=3396.04
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 35650 0 0 0 339561 43 0 0 25 0 1 0 4729706 150089728 35561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 36643 35561 80 151 0 36489 0
Current children cumulated CPU time (s) 3399.72
Current children cumulated vsize (KiB) 163444

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=945288/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=148376 CPUtime=3456
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 36014 0 0 0 345556 44 0 0 25 0 1 0 4729706 151937024 35925 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 37094 35925 80 151 0 36940 0
Current children cumulated CPU time (s) 3459.68
Current children cumulated vsize (KiB) 165248

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=943752/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=149644 CPUtime=3515.97
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 36349 0 0 0 351553 44 0 0 25 0 1 0 4729706 153235456 36260 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 37411 36260 80 151 0 37257 0
Current children cumulated CPU time (s) 3519.65
Current children cumulated vsize (KiB) 166516

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=942344/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=150832 CPUtime=3575.94
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 36650 0 0 0 357549 45 0 0 25 0 1 0 4729706 154451968 36561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 37708 36561 80 151 0 37554 0
Current children cumulated CPU time (s) 3579.62
Current children cumulated vsize (KiB) 167704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=941704/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=151228 CPUtime=3596.34
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 36753 0 0 0 359589 45 0 0 25 0 1 0 4729706 154857472 36664 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 37807 36664 80 151 0 37653 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 168100

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

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

[startup+3602.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=941704/2055920 swapFree=4192956/4192956
[pid=10272] ppid=10270 vsize=16872 CPUtime=3.68
/proc/10272/stat : 10272 (sugar++) S 10270 10272 10095 0 -1 4194304 1712 23766 0 5 7 2 331 28 16 0 1 0 4729388 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10272/statm: 4218 1137 414 3 0 797 0
[pid=10296] ppid=10272 vsize=151228 CPUtime=3596.34
/proc/10296/stat : 10296 (minisat-inc) R 10272 10272 10095 0 -1 4194304 36753 0 0 0 359589 45 0 0 25 0 1 0 4729706 154857472 36664 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10296/statm: 37807 36664 80 151 0 37653 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 168100

Child status: 0
Real time (s): 3602.74
CPU time (s): 3600.08
CPU user time (s): 3599.28
CPU system time (s): 0.797878
CPU usage (%): 99.9262
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.28
system time used= 0.797878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62309
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= 4772
involuntary context switches= 18719

runsolver used 4.17337 second user time and 12.2261 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-23 03:26:59
IDJOB=1127819
IDBENCH=64013
IDSOLVER=367
FILE ID=node59/1127819-1216776419
PBS_JOBID= 7974161
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-900-536230_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-1127819-1216776419/watcher-1127819-1216776419 -o /tmp/evaluation-result-1127819-1216776419/solver-1127819-1216776419 -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-1127819-1216776419.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a6c19a67c4853bfad2a59963e41e8fd
RANDOM SEED=1892492501

node59.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.272
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.272
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:       1097328 kB
Buffers:         33452 kB
Cached:         749160 kB
SwapCached:          0 kB
Active:         514348 kB
Inactive:       368012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1097328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:         110836 kB
Slab:            61380 kB
Committed_AS:   172132 kB
PageTables:       2072 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= 66540 MiB
End job on node59 at 2008-07-23 04:27:04