Trace number 1113087

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incNo Cert. 56.4704 58.5396

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph11.xml
MD5SUM0b8f61cff14be8331608c679982edff3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints26
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3757
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.39	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.39	c 0	BEGIN Sat Jul 12 17:49:29 2008
0.03/0.39	c 0	PID 16088
0.07/0.41	c 0	HOST node12.alineos.net
0.07/0.41	c 0	CONVERTING HOME/instance-1113087-1215877769.xml TO HOME/temp.csp
0.07/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113087-1215877769.xml' 'HOME/temp.csp'
0.58/1.13	c 1	7 domains, 680 variables, 2 predicates, 0 relations, 3757 constraints
0.58/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.58/1.17	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.62/1.24	c 1	Parsing HOME/temp.csp
0.62/1.64	c 1	parsed 4446 expressions
0.62/1.88	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/1.92	c 2	MAX CSP: 3757 constraints
0.62/1.92	c 2	Converting to clausal form CSP
0.62/2.05	c 2	converted 821 (10%) expressions
1.70/2.50	c 2	converted 1642 (20%) expressions
2.10/2.93	c 3	converted 2462 (30%) expressions
2.49/3.30	c 3	converted 3283 (40%) expressions
2.79/3.67	c 3	converted 4103 (50%) expressions
3.28/4.15	c 4	converted 4924 (60%) expressions
3.57/4.49	c 4	converted 5745 (70%) expressions
3.98/4.90	c 5	converted 6565 (80%) expressions
4.47/5.30	c 5	converted 7386 (90%) expressions
5.26/6.12	c 6	converted 8206 (100%) expressions
5.26/6.13	c 6	CSP : 8194 integers, 340 booleans, 12290 clauses, largest domain size 5636
5.26/6.13	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.26/6.13	c 6	Propagation in CSP
5.36/6.30	c 6	3749 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.46/6.30	c 6	CSP : 8194 integers, 340 booleans, 12290 clauses, largest domain size 3758
5.46/6.30	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/6.31	c 6	Simplifing CSP by introducing new Boolean variables
5.46/6.36	c 6	CSP : 8194 integers, 7830 booleans, 19780 clauses, largest domain size 3758
5.46/6.36	c 6	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/6.50	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.85/6.74	c 6	820 (10%) CSP integer variables are encoded (24280 clauses, 342690 bytes)
5.85/6.75	c 6	1639 (20%) CSP integer variables are encoded (24280 clauses, 342690 bytes)
5.85/6.75	c 6	2459 (30%) CSP integer variables are encoded (24280 clauses, 342690 bytes)
5.85/6.75	c 6	3278 (40%) CSP integer variables are encoded (24280 clauses, 342690 bytes)
5.85/6.75	c 6	4097 (50%) CSP integer variables are encoded (24280 clauses, 342690 bytes)
5.85/6.76	c 7	4917 (60%) CSP integer variables are encoded (31777 clauses, 455145 bytes)
5.85/6.77	c 7	5736 (70%) CSP integer variables are encoded (38755 clauses, 559815 bytes)
5.85/6.78	c 7	6556 (80%) CSP integer variables are encoded (48293 clauses, 702885 bytes)
5.95/6.83	c 7	7375 (90%) CSP integer variables are encoded (91428 clauses, 1349910 bytes)
5.95/6.85	c 7	8194 (100%) CSP integer variables are encoded (102847 clauses, 1541938 bytes)
6.15/7.07	c 7	1978 (10%) CSP clauses are encoded (137471 clauses, 2256212 bytes)
6.35/7.26	c 7	3956 (20%) CSP clauses are encoded (173931 clauses, 3031104 bytes)
6.55/7.45	c 7	5934 (30%) CSP clauses are encoded (212907 clauses, 3865305 bytes)
6.75/7.63	c 7	7912 (40%) CSP clauses are encoded (248646 clauses, 4664835 bytes)
6.94/7.83	c 8	9890 (50%) CSP clauses are encoded (287940 clauses, 5553299 bytes)
7.14/8.02	c 8	11868 (60%) CSP clauses are encoded (326969 clauses, 6436110 bytes)
7.63/8.58	c 8	13846 (70%) CSP clauses are encoded (628157 clauses, 12836921 bytes)
9.22/10.13	c 10	15824 (80%) CSP clauses are encoded (1540014 clauses, 32315369 bytes)
15.53/16.51	c 16	17802 (90%) CSP clauses are encoded (5130047 clauses, 109011967 bytes)
38.90/40.88	c 41	19780 (100%) CSP clauses are encoded (18134679 clauses, 403010698 bytes)
38.90/40.88	c 41	19780 CSP clauses encoded
38.90/40.88	c 41	Writing map file : HOME/temp.map
39.00/40.94	c 41	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.00/40.94	c 41	SAT : 118871 SAT variables, 18134679 SAT clauses, 403010698 bytes
39.00/40.94	c 41	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.07/41.00	c 41	OBJECTIVE minimize _COST
39.07/41.00	c 41	SOLVING HOME/temp.cnf
39.07/41.00	c 41	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
39.07/41.01	c 41	This is MiniSat 2.0 beta incremental
39.07/41.01	c 41	WARNING: for repeatability, setting FPU to use double precision
39.07/41.01	c 41	============================[ Problem Statistics ]=============================
39.07/41.01	c 41	|                                                                             |
39.07/41.01	c 41	|  Number of variables:  118871                                               |
39.07/41.01	c 41	|  Number of clauses:    18134679                                             |
47.46/49.47	c 49	|  Parsing time:         7.34         s                                       |
47.86/49.82	c 50	OK
47.86/49.82	c 50	OBJECTIVE BOUND: 0 <= _COST <= 
47.86/49.82	c 50	SEARCHING: _COST <= 1879
47.86/49.82	c 50	============================[ Search Statistics ]==============================
47.86/49.82	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.86/49.82	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.86/49.82	c 50	===============================================================================
47.86/49.82	c 50	|         0 |  118871 18134679 54125748 |  6044893        0    nan |  0.000 % |
50.05/52.01	c 52	|       101 |  118871 18134679 54125748 |  6649382      101     72 |  0.000 % |
50.66/52.65	c 52	|       251 |  118871 18134679 54125748 |  7314320      251     54 |  0.000 % |
52.15/54.12	c 54	|       477 |  118871 18134679 54125748 |  8045752      477     61 |  0.000 % |
54.85/56.86	c 57	|       814 |  118871 18134679 54125748 |  8850327      814     71 |  0.000 % |
55.95/57.95	c 58	===============================================================================
55.95/57.96	c 58	restarts              : 5
55.95/57.96	c 58	conflicts             : 956           (61 /sec)
55.95/57.96	c 58	decisions             : 25533         (0.92 % random) (1622 /sec)
55.95/57.96	c 58	propagations          : 3098172        (196864 /sec)
55.95/57.96	c 58	conflict literals     : 59693          (12.52 % deleted)
55.95/57.96	c 58	Memory used           : 763.56 MB
55.95/57.96	c 58	CPU time              : 15.7376 s
55.95/57.96	c 58	
55.95/57.96	c 58	SATISFIABLE
56.05/58.00	c 58	OK
56.05/58.00	c 58	FOUND: _COST <= 1879
56.05/58.00	s SATISFIABLE
56.05/58.00	c 58	DECODING HOME/temp.out WITH HOME/temp.map
56.05/58.00	c 58	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.05/58.08	c 58	Decoding HOME/temp.out
56.24/58.23	c ERROR INTERRUPTED
56.24/58.32	c 58	CPU 51.91 (0.08 0.02 51.83 4.26)
56.24/58.32	c 58	END Sat Jul 12 17:50:27 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1113087-1215877769/watcher-1113087-1215877769 -o /tmp/evaluation-result-1113087-1215877769/solver-1113087-1215877769 -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-1113087-1215877769.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.69 3.13 3.23 4/80 16088
/proc/meminfo: memFree=1808920/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=18572 CPUtime=0
/proc/16088/stat : 16088 (runsolver) D 16086 16088 15013 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 44479675 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 252429528359 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/16088/statm: 4643 292 257 25 0 2626 0

[startup+0.048593 s]
/proc/loadavg: 2.69 3.13 3.23 4/80 16088
/proc/meminfo: memFree=1808920/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=124 CPUtime=0
/proc/16088/stat : 16088 (sugar++) D 16086 16088 15013 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 44479675 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 252426909065 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16088/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101525 s]
/proc/loadavg: 2.69 3.13 3.23 4/80 16088
/proc/meminfo: memFree=1808920/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=12268 CPUtime=0
/proc/16088/stat : 16088 (sugar++) D 16086 16088 15013 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 44479675 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 252438428670 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16088/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301544 s]
/proc/loadavg: 2.69 3.13 3.23 4/80 16088
/proc/meminfo: memFree=1808920/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=13600 CPUtime=0.03
/proc/16088/stat : 16088 (sugar++) R 16086 16088 15013 0 -1 4194304 779 0 0 0 2 1 0 0 18 0 1 0 44479675 13926400 747 996147200 4194304 4206940 548682068528 18446744073709551615 252429374177 0 0 4224 0 0 0 0 17 1 0 0
/proc/16088/statm: 3400 748 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701579 s]
/proc/loadavg: 2.69 3.13 3.23 4/80 16088
/proc/meminfo: memFree=1808920/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=16740 CPUtime=0.07
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 44479675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16088/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50166 s]
/proc/loadavg: 2.63 3.11 3.23 3/91 16100
/proc/meminfo: memFree=1792960/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=16740 CPUtime=0.62
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1296 6967 0 1 5 2 51 4 15 0 1 0 44479675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16088/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16740

[startup+3.10182 s]
/proc/loadavg: 2.63 3.11 3.23 4/91 16110
/proc/meminfo: memFree=1795712/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=16740 CPUtime=0.62
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1296 6967 0 1 5 2 51 4 15 0 1 0 44479675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16088/statm: 4185 1104 409 3 0 764 0
[pid=16101] ppid=16088 vsize=5356 CPUtime=0
/proc/16101/stat : 16101 (sh) S 16088 16088 15013 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44479792 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16101/statm: 1339 233 193 169 0 50 0
[pid=16102] ppid=16101 vsize=868416 CPUtime=1.67
/proc/16102/stat : 16102 (java) S 16101 16088 15013 0 -1 0 7515 0 1 0 163 4 0 0 18 0 9 0 44479792 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16102/statm: 217104 6696 2540 9 0 211679 0
[pid=16102/tid=16103] ppid=16101 vsize=868416 CPUtime=1.33
/proc/16102/task/16103/stat : 16103 (java) R 16101 16088 15013 0 -1 64 2723 0 1 0 131 2 0 0 25 0 9 0 44479793 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4126600740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16104] ppid=16101 vsize=868416 CPUtime=0.13
/proc/16102/task/16104/stat : 16104 (java) S 16101 16088 15013 0 -1 64 2632 0 0 0 12 1 0 0 16 0 9 0 44479794 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16105] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16105/stat : 16105 (java) S 16101 16088 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44479795 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16106] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16106/stat : 16106 (java) S 16101 16088 15013 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44479795 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16107] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16107/stat : 16107 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44479797 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16108] ppid=16101 vsize=868416 CPUtime=0.19
/proc/16102/task/16108/stat : 16108 (java) S 16101 16088 15013 0 -1 64 1468 0 0 0 19 0 0 0 16 0 9 0 44479797 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16109] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16109/stat : 16109 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44479797 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16110] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16110/stat : 16110 (java) S 16101 16088 15013 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44479797 889257984 6696 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 890512

[startup+6.30262 s]
/proc/loadavg: 2.58 3.09 3.22 3/91 16110
/proc/meminfo: memFree=1782784/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=16740 CPUtime=0.62
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1297 6967 0 1 5 2 51 4 15 0 1 0 44479675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16088/statm: 4185 1104 409 3 0 764 0
[pid=16101] ppid=16088 vsize=5356 CPUtime=0
/proc/16101/stat : 16101 (sh) S 16088 16088 15013 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44479792 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16101/statm: 1339 233 193 169 0 50 0
[pid=16102] ppid=16101 vsize=868416 CPUtime=4.84
/proc/16102/stat : 16102 (java) S 16101 16088 15013 0 -1 0 13218 0 1 0 476 8 0 0 18 0 9 0 44479792 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16102/statm: 217104 9638 2540 9 0 211679 0
[pid=16102/tid=16103] ppid=16101 vsize=868416 CPUtime=4.08
/proc/16102/task/16103/stat : 16103 (java) R 16101 16088 15013 0 -1 64 3062 0 1 0 405 3 0 0 25 0 9 0 44479793 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16104] ppid=16101 vsize=868416 CPUtime=0.51
/proc/16102/task/16104/stat : 16104 (java) S 16101 16088 15013 0 -1 64 7973 0 0 0 48 3 0 0 16 0 9 0 44479794 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16105] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16105/stat : 16105 (java) S 16101 16088 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44479795 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16106] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16106/stat : 16106 (java) S 16101 16088 15013 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44479795 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16107] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16107/stat : 16107 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44479797 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16108] ppid=16101 vsize=868416 CPUtime=0.22
/proc/16102/task/16108/stat : 16108 (java) S 16101 16088 15013 0 -1 64 1491 0 0 0 22 0 0 0 15 0 9 0 44479797 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16109] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16109/stat : 16109 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44479797 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16110] ppid=16101 vsize=868416 CPUtime=0
/proc/16102/task/16110/stat : 16110 (java) S 16101 16088 15013 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44479797 889257984 9638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 890512

[startup+12.7028 s]
/proc/loadavg: 2.53 3.07 3.21 3/91 16110
/proc/meminfo: memFree=1716928/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=16740 CPUtime=0.63
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1297 6967 0 1 6 2 51 4 16 0 1 0 44479675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16088/statm: 4185 1104 409 3 0 764 0
[pid=16101] ppid=16088 vsize=5356 CPUtime=0
/proc/16101/stat : 16101 (sh) S 16088 16088 15013 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44479792 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16101/statm: 1339 233 193 169 0 50 0
[pid=16102] ppid=16101 vsize=868528 CPUtime=11.15
/proc/16102/stat : 16102 (java) S 16101 16088 15013 0 -1 0 16172 0 1 0 1067 48 0 0 18 0 9 0 44479792 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16102/statm: 217132 10289 2566 9 0 211679 0
[pid=16102/tid=16103] ppid=16101 vsize=868528 CPUtime=9.85
/proc/16102/task/16103/stat : 16103 (java) R 16101 16088 15013 0 -1 64 4106 0 1 0 947 38 0 0 25 0 9 0 44479793 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4127078277 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16104] ppid=16101 vsize=868528 CPUtime=0.99
/proc/16102/task/16104/stat : 16104 (java) S 16101 16088 15013 0 -1 64 9839 0 0 0 91 8 0 0 16 0 9 0 44479794 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16105] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16105/stat : 16105 (java) S 16101 16088 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44479795 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16106] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16106/stat : 16106 (java) S 16101 16088 15013 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44479795 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16107] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16107/stat : 16107 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16108] ppid=16101 vsize=868528 CPUtime=0.29
/proc/16102/task/16108/stat : 16108 (java) S 16101 16088 15013 0 -1 64 1535 0 0 0 28 1 0 0 16 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16109] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16109/stat : 16109 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16110] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16110/stat : 16110 (java) S 16101 16088 15013 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 890624

[startup+25.5011 s]
/proc/loadavg: 2.45 3.04 3.20 3/91 16110
/proc/meminfo: memFree=1557632/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=16740 CPUtime=0.63
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1297 6967 0 1 6 2 51 4 16 0 1 0 44479675 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16088/statm: 4185 1104 409 3 0 764 0
[pid=16101] ppid=16088 vsize=5356 CPUtime=0
/proc/16101/stat : 16101 (sh) S 16088 16088 15013 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 44479792 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16101/statm: 1339 233 193 169 0 50 0
[pid=16102] ppid=16101 vsize=868528 CPUtime=23.76
/proc/16102/stat : 16102 (java) S 16101 16088 15013 0 -1 0 18425 0 1 0 2217 159 0 0 18 0 9 0 44479792 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16102/statm: 217132 10289 2566 9 0 211679 0
[pid=16102/tid=16103] ppid=16101 vsize=868528 CPUtime=21.73
/proc/16102/task/16103/stat : 16103 (java) R 16101 16088 15013 0 -1 64 6359 0 1 0 2039 134 0 0 25 0 9 0 44479793 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4127083599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16104] ppid=16101 vsize=868528 CPUtime=1.7
/proc/16102/task/16104/stat : 16104 (java) S 16101 16088 15013 0 -1 64 9839 0 0 0 148 22 0 0 16 0 9 0 44479794 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16105] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16105/stat : 16105 (java) S 16101 16088 15013 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44479795 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16106] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16106/stat : 16106 (java) S 16101 16088 15013 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44479795 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16107] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16107/stat : 16107 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16108] ppid=16101 vsize=868528 CPUtime=0.29
/proc/16102/task/16108/stat : 16108 (java) S 16101 16088 15013 0 -1 64 1535 0 0 0 28 1 0 0 16 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16102/tid=16109] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16109/stat : 16109 (java) S 16101 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16102/tid=16110] ppid=16101 vsize=868528 CPUtime=0
/proc/16102/task/16110/stat : 16110 (java) S 16101 16088 15013 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44479797 889372672 10289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 890624

[startup+51.1016 s]
/proc/loadavg: 2.59 3.02 3.19 3/82 16111
/proc/meminfo: memFree=702216/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=17268 CPUtime=39.08
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1570 28263 0 2 8 2 3605 293 15 0 1 0 44479675 17682432 1219 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16088/statm: 4317 1219 414 3 0 896 0
[pid=16111] ppid=16088 vsize=757460 CPUtime=10.08
/proc/16111/stat : 16111 (minisat-inc) R 16088 16088 15013 0 -1 4194304 179490 0 0 0 892 116 0 0 25 0 1 0 44483776 775639040 179439 996147200 134512640 135134323 4294956192 18446744073709551615 134720655 0 0 4096 3 0 0 0 17 1 0 0
/proc/16111/statm: 189365 179439 69 151 0 189211 0
Current children cumulated CPU time (s) 49.16
Current children cumulated vsize (KiB) 774728



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+58.2013 s]
/proc/loadavg: 2.54 3.00 3.18 4/92 16121
/proc/meminfo: memFree=652152/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=17268 CPUtime=39.08
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1638 28263 0 2 8 2 3605 293 16 0 1 0 44479675 17682432 1220 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16088/statm: 4317 1220 414 3 0 896 0
[pid=16111] ppid=16088 vsize=781884 CPUtime=16.97
/proc/16111/stat : 16111 (minisat-inc) S 16088 16088 15013 0 -1 4194304 185413 0 0 0 1577 120 0 0 25 0 1 0 44483776 800649216 185360 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/16111/statm: 195471 185360 80 151 0 195317 0
[pid=16112] ppid=16088 vsize=5356 CPUtime=0
/proc/16112/stat : 16112 (sh) S 16088 16088 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44485476 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16112/statm: 1339 233 193 169 0 50 0
[pid=16113] ppid=16112 vsize=196232 CPUtime=0.19
/proc/16113/stat : 16113 (java) S 16112 16088 15013 0 -1 0 3848 0 1 0 17 2 0 0 18 0 9 0 44485476 200941568 3317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16113/statm: 49058 3318 1667 9 0 43640 0
[pid=16113/tid=16114] ppid=16112 vsize=196232 CPUtime=0.12
/proc/16113/task/16114/stat : 16114 (java) R 16112 16088 15013 0 -1 64 2456 0 1 0 11 1 0 0 20 0 9 0 44485477 200941568 3322 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16115] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16115/stat : 16115 (java) R 16112 16088 15013 0 -1 64 303 0 0 0 0 0 0 0 16 0 9 0 44485478 200941568 3323 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16116] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16116/stat : 16116 (java) S 16112 16088 15013 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 44485478 200941568 3324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16117] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16117/stat : 16117 (java) S 16112 16088 15013 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44485478 200941568 3325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16118] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16118/stat : 16118 (java) S 16112 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44485480 200941568 3327 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16119] ppid=16112 vsize=196232 CPUtime=0.04
/proc/16113/task/16119/stat : 16119 (java) S 16112 16088 15013 0 -1 64 403 0 0 0 4 0 0 0 17 0 9 0 44485480 200941568 3328 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16120] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16120/stat : 16120 (java) S 16112 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44485480 200941568 3329 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16121] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16121/stat : 16121 (java) S 16112 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 44485480 200941568 3330 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.24
Current children cumulated vsize (KiB) 1000740

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

[startup+58.2013 s]
/proc/loadavg: 2.54 3.00 3.18 4/92 16121
/proc/meminfo: memFree=652152/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=17268 CPUtime=39.08
/proc/16088/stat : 16088 (sugar++) S 16086 16088 15013 0 -1 4194304 1638 28263 0 2 8 2 3605 293 16 0 1 0 44479675 17682432 1220 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16088/statm: 4317 1220 414 3 0 896 0
[pid=16111] ppid=16088 vsize=781884 CPUtime=16.97
/proc/16111/stat : 16111 (minisat-inc) S 16088 16088 15013 0 -1 4194304 185413 0 0 0 1577 120 0 0 25 0 1 0 44483776 800649216 185360 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/16111/statm: 195471 185360 80 151 0 195317 0
[pid=16112] ppid=16088 vsize=5356 CPUtime=0
/proc/16112/stat : 16112 (sh) S 16088 16088 15013 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44485476 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16112/statm: 1339 233 193 169 0 50 0
[pid=16113] ppid=16112 vsize=196232 CPUtime=0.19
/proc/16113/stat : 16113 (java) S 16112 16088 15013 0 -1 0 3848 0 1 0 17 2 0 0 18 0 9 0 44485476 200941568 3317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16113/statm: 49058 3318 1667 9 0 43640 0
[pid=16113/tid=16114] ppid=16112 vsize=196232 CPUtime=0.12
/proc/16113/task/16114/stat : 16114 (java) R 16112 16088 15013 0 -1 64 2456 0 1 0 11 1 0 0 20 0 9 0 44485477 200941568 3322 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16115] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16115/stat : 16115 (java) R 16112 16088 15013 0 -1 64 303 0 0 0 0 0 0 0 16 0 9 0 44485478 200941568 3323 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16116] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16116/stat : 16116 (java) S 16112 16088 15013 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 44485478 200941568 3324 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16117] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16117/stat : 16117 (java) S 16112 16088 15013 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44485478 200941568 3325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16118] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16118/stat : 16118 (java) S 16112 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44485480 200941568 3327 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16119] ppid=16112 vsize=196232 CPUtime=0.04
/proc/16113/task/16119/stat : 16119 (java) S 16112 16088 15013 0 -1 64 403 0 0 0 4 0 0 0 17 0 9 0 44485480 200941568 3328 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16120] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16120/stat : 16120 (java) S 16112 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44485480 200941568 3329 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16113/tid=16121] ppid=16112 vsize=196232 CPUtime=0
/proc/16113/task/16121/stat : 16121 (java) S 16112 16088 15013 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 44485480 200941568 3330 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.24
Current children cumulated vsize (KiB) 1000740

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

[startup+58.3293 s]
/proc/loadavg: 2.54 3.00 3.18 4/92 16121
/proc/meminfo: memFree=652152/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=17268 CPUtime=56.2
/proc/16088/stat : 16088 (sugar++) R 16086 16088 15013 0 -1 4194304 1676 213954 0 2 8 3 5183 426 17 0 1 0 44479675 17682432 1221 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16088/statm: 4317 1221 415 3 0 896 0
Current children cumulated CPU time (s) 56.2
Current children cumulated vsize (KiB) 17268

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

[startup+58.4013 s]
/proc/loadavg: 2.54 3.00 3.18 4/92 16121
/proc/meminfo: memFree=652152/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=17268 CPUtime=56.27
/proc/16088/stat : 16088 (sugar++) R 16086 16088 15013 0 -1 4194304 1676 213954 0 2 8 10 5183 426 17 0 1 0 44479675 17682432 1221 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16088/statm: 4317 1221 415 3 0 896 0
Current children cumulated CPU time (s) 56.27
Current children cumulated vsize (KiB) 17268

[startup+58.5013 s]
/proc/loadavg: 2.54 3.00 3.18 4/92 16121
/proc/meminfo: memFree=652152/2055920 swapFree=4192812/4192956
[pid=16088] ppid=16086 vsize=17268 CPUtime=56.37
/proc/16088/stat : 16088 (sugar++) R 16086 16088 15013 0 -1 4194304 1676 213954 0 2 8 20 5183 426 17 0 1 0 44479675 17682432 1221 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16088/statm: 4317 1221 415 3 0 896 0
Current children cumulated CPU time (s) 56.37
Current children cumulated vsize (KiB) 17268

Child status: 0

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

Real time (s): 58.5396
CPU time (s): 56.4704
CPU user time (s): 52.0821
CPU system time (s): 4.38831
CPU usage (%): 96.4654
Max. virtual memory (cumulated for all children) (KiB): 1000740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.9221
system time used= 4.50831
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215686
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45724
involuntary context switches= 49354

runsolver used 0.074988 second user time and 0.198969 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-12 17:49:29
IDJOB=1113087
IDBENCH=61524
IDSOLVER=367
FILE ID=node12/1113087-1215877769
PBS_JOBID= 7903499
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph11.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-1113087-1215877769/watcher-1113087-1215877769 -o /tmp/evaluation-result-1113087-1215877769/solver-1113087-1215877769 -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-1113087-1215877769.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0b8f61cff14be8331608c679982edff3
RANDOM SEED=1643709415

node12.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.212
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	: 5931.00
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.212
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:       1809464 kB
Buffers:          3504 kB
Cached:          39200 kB
SwapCached:          0 kB
Active:         185420 kB
Inactive:         9168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:         172228 kB
Slab:            36928 kB
Committed_AS:   984264 kB
PageTables:       2096 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= 66360 MiB
End job on node12 at 2008-07-12 17:50:29