Trace number 2083391

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.14.6+minisat? (MO) 164.561 171.294

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-3.xml
MD5SUM2fe8075751fff64133735b72d8923bdd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data

0.04/0.24	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.24	c 0	BEGIN Sun Jul 12 07:41:43 2009
0.04/0.24	c 0	PID 23790
0.04/0.24	c 0	HOST node60.alineos.net
0.04/0.24	c 0	CONVERTING HOME/instance-2083391-1247377302.xml TO HOME/temp.csp
0.04/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083391-1247377302.xml' 'HOME/temp.csp'
1.29/1.54	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.29/1.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.29/1.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.35/1.63	c 1	Parsing HOME/temp.csp
1.35/1.82	c 1	parsed 10000 expressions
1.35/1.94	c 1	parsed 16058 expressions
1.35/1.94	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.95	c 1	Converting to clausal form CSP
3.06/3.34	c 3	converted 1606 (10%) expressions
5.41/5.78	c 5	converted 3212 (20%) expressions
7.58/7.95	c 7	converted 4818 (30%) expressions
9.24/9.67	c 9	converted 6424 (40%) expressions
11.11/11.59	c 11	converted 8029 (50%) expressions
12.68/13.16	c 12	converted 9635 (60%) expressions
14.25/14.77	c 14	converted 11241 (70%) expressions
16.32/16.83	c 16	converted 12847 (80%) expressions
17.89/18.42	c 18	converted 14453 (90%) expressions
19.47/20.01	c 19	converted 16058 (100%) expressions
19.47/20.01	c 19	CSP : 1994 integers, 43198 booleans, 91197 clauses, largest domain size 2741
19.47/20.01	c 19	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.47/20.01	c 19	Propagation in CSP
20.15/20.80	c 20	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.25/20.81	c 20	CSP : 1994 integers, 43198 booleans, 91197 clauses, largest domain size 2741
20.25/20.81	c 20	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.25/20.84	c 20	Simplifing CSP by introducing new Boolean variables
20.45/21.04	c 20	CSP : 1994 integers, 74256 booleans, 122255 clauses, largest domain size 2741
20.45/21.04	c 20	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.05/21.63	c 21	Encoding CSP to SAT : HOME/temp.cnf
22.45/23.01	c 22	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
23.74/24.34	c 24	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
25.03/25.64	c 25	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
26.43/27.00	c 26	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
27.62/28.22	c 28	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
28.22/28.83	c 28	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
28.81/29.41	c 29	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
29.30/29.99	c 29	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
29.97/30.62	c 30	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
30.47/31.18	c 30	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
43.58/44.32	c 44	12226 (10%) CSP clauses are encoded (5879036 clauses, 130342915 bytes)
56.84/57.74	c 57	24451 (20%) CSP clauses are encoded (9739607 clauses, 232682347 bytes)
68.46/69.53	c 69	36677 (30%) CSP clauses are encoded (13420602 clauses, 330055296 bytes)
80.93/82.32	c 82	48902 (40%) CSP clauses are encoded (17368969 clauses, 434946969 bytes)
93.81/95.54	c 95	61128 (50%) CSP clauses are encoded (21523724 clauses, 545749406 bytes)
106.47/108.53	c 108	73353 (60%) CSP clauses are encoded (25649497 clauses, 655350870 bytes)
117.96/120.39	c 120	85579 (70%) CSP clauses are encoded (29466735 clauses, 756734981 bytes)
129.03/131.71	c 131	97804 (80%) CSP clauses are encoded (33041132 clauses, 852657861 bytes)
141.42/144.44	c 144	110030 (90%) CSP clauses are encoded (37120240 clauses, 961618707 bytes)
152.80/156.11	c 155	122255 (100%) CSP clauses are encoded (40853297 clauses, 1061570025 bytes)
152.80/156.11	c 155	122255 CSP clauses encoded
152.80/156.11	c 155	Writing map file : HOME/temp.map
152.90/156.21	c 156	Heap : 77 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.90/156.21	c 156	SAT : 2671538 SAT variables, 40853297 SAT clauses, 1061570025 bytes
152.90/156.21	c 156	Heap : 77 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.90/156.28	c 156	SOLVING HOME/temp.cnf
152.90/156.28	c 156	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
152.90/156.29	c 156	This is MiniSat 2.0 beta
152.90/156.29	c 156	WARNING: for repeatability, setting FPU to use double precision
152.90/156.29	c 156	============================[ Problem Statistics ]=============================
152.90/156.29	c 156	|                                                                             |
152.90/156.29	c 156	|  Number of variables:  2671538                                              |
152.90/156.29	c 156	|  Number of clauses:    40853297                                             |
164.19/169.91	c ERROR INTERRUPTED
164.30/170.05	s UNKNOWN
164.30/170.05	c 169	CPU 152.94 (0.06 0.02 146.2 6.66)
164.30/170.05	c 169	END Sun Jul 12 07:44:32 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083391-1247377302/watcher-2083391-1247377302 -o /tmp/evaluation-result-2083391-1247377302/solver-2083391-1247377302 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083391-1247377302.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.23 2.16 4/83 23790
/proc/meminfo: memFree=1699888/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=18576 CPUtime=0
/proc/23790/stat : 23790 (runsolver) D 23788 23790 21685 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24793258 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23790/statm: 4644 284 249 26 0 2626 0

[startup+0.00821606 s]
/proc/loadavg: 2.27 2.23 2.16 4/83 23790
/proc/meminfo: memFree=1699888/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=18576 CPUtime=0
/proc/23790/stat : 23790 (runsolver) D 23788 23790 21685 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24793258 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23790/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101227 s]
/proc/loadavg: 2.27 2.23 2.16 4/83 23790
/proc/meminfo: memFree=1699888/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=12412 CPUtime=0
/proc/23790/stat : 23790 (sugar) D 23788 23790 21685 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 24793258 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23790/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301251 s]
/proc/loadavg: 2.27 2.23 2.16 4/83 23790
/proc/meminfo: memFree=1699888/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=0.07
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701292 s]
/proc/loadavg: 2.27 2.23 2.16 4/83 23790
/proc/meminfo: memFree=1699888/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=0.07
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50314 s]
/proc/loadavg: 2.27 2.23 2.16 3/94 23802
/proc/meminfo: memFree=1675928/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=0.07
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
[pid=23793] ppid=23790 vsize=5356 CPUtime=0
/proc/23793/stat : 23793 (sh) S 23790 23790 21685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24793283 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23793/statm: 1339 233 193 169 0 50 0
[pid=23794] ppid=23793 vsize=864772 CPUtime=1.22
/proc/23794/stat : 23794 (java) S 23793 23790 21685 0 -1 0 10829 0 1 0 116 6 0 0 19 0 9 0 24793284 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23794/statm: 216193 9574 2557 9 0 210705 0
[pid=23794/tid=23795] ppid=23793 vsize=864772 CPUtime=0.77
/proc/23794/task/23795/stat : 23795 (java) R 23793 23790 21685 0 -1 64 2898 0 1 0 75 2 0 0 24 0 9 0 24793285 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4126721224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23796] ppid=23793 vsize=864772 CPUtime=0.27
/proc/23794/task/23796/stat : 23796 (java) S 23793 23790 21685 0 -1 64 6698 0 0 0 25 2 0 0 16 0 9 0 24793286 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23797] ppid=23793 vsize=864772 CPUtime=0
/proc/23794/task/23797/stat : 23797 (java) S 23793 23790 21685 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24793286 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23798] ppid=23793 vsize=864772 CPUtime=0
/proc/23794/task/23798/stat : 23798 (java) S 23793 23790 21685 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24793286 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23799] ppid=23793 vsize=864772 CPUtime=0
/proc/23794/task/23799/stat : 23799 (java) S 23793 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24793288 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23800] ppid=23793 vsize=864772 CPUtime=0.14
/proc/23794/task/23800/stat : 23800 (java) S 23793 23790 21685 0 -1 64 528 0 0 0 14 0 0 0 16 0 9 0 24793288 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23801] ppid=23793 vsize=864772 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23793 23790 21685 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24793288 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23802] ppid=23793 vsize=864772 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23793 23790 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24793288 885526528 9574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 886996

[startup+3.10252 s]
/proc/loadavg: 2.27 2.23 2.16 3/94 23812
/proc/meminfo: memFree=1677656/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=1.35
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1309 11261 0 1 5 2 121 7 15 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
[pid=23803] ppid=23790 vsize=5356 CPUtime=0
/proc/23803/stat : 23803 (sh) S 23790 23790 21685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24793414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23803/statm: 1339 233 193 169 0 50 0
[pid=23804] ppid=23803 vsize=868596 CPUtime=1.5
/proc/23804/stat : 23804 (java) S 23803 23790 21685 0 -1 0 8570 0 1 0 145 5 0 0 18 0 9 0 24793415 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23804/statm: 217149 7652 2567 9 0 211654 0
[pid=23804/tid=23805] ppid=23803 vsize=868596 CPUtime=1.08
/proc/23804/task/23805/stat : 23805 (java) R 23803 23790 21685 0 -1 64 2658 0 1 0 107 1 0 0 25 0 9 0 24793416 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4126509136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23806] ppid=23803 vsize=868596 CPUtime=0.22
/proc/23804/task/23806/stat : 23806 (java) S 23803 23790 21685 0 -1 64 3742 0 0 0 21 1 0 0 16 0 9 0 24793417 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23807] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23807/stat : 23807 (java) S 23803 23790 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24793417 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23808] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23808/stat : 23808 (java) S 23803 23790 21685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24793417 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23809] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23809/stat : 23809 (java) S 23803 23790 21685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24793419 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23810] ppid=23803 vsize=868596 CPUtime=0.17
/proc/23804/task/23810/stat : 23810 (java) S 23803 23790 21685 0 -1 64 1468 0 0 0 16 1 0 0 15 0 9 0 24793419 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23811] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23811/stat : 23811 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24793419 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23812] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23812/stat : 23812 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24793419 889442304 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890820

[startup+6.30184 s]
/proc/loadavg: 2.25 2.22 2.16 4/94 23812
/proc/meminfo: memFree=1656344/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=1.35
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1309 11261 0 1 5 2 121 7 16 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
[pid=23803] ppid=23790 vsize=5356 CPUtime=0
/proc/23803/stat : 23803 (sh) S 23790 23790 21685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24793414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23803/statm: 1339 233 193 169 0 50 0
[pid=23804] ppid=23803 vsize=868596 CPUtime=4.64
/proc/23804/stat : 23804 (java) S 23803 23790 21685 0 -1 0 11792 0 1 0 456 8 0 0 18 0 9 0 24793415 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23804/statm: 217149 10567 2568 9 0 211654 0
[pid=23804/tid=23805] ppid=23803 vsize=868596 CPUtime=3.87
/proc/23804/task/23805/stat : 23805 (java) R 23803 23790 21685 0 -1 64 3022 0 1 0 385 2 0 0 25 0 9 0 24793416 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4126448903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23806] ppid=23803 vsize=868596 CPUtime=0.55
/proc/23804/task/23806/stat : 23806 (java) S 23803 23790 21685 0 -1 64 6588 0 0 0 52 3 0 0 16 0 9 0 24793417 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23807] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23807/stat : 23807 (java) S 23803 23790 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24793417 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23808] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23808/stat : 23808 (java) S 23803 23790 21685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24793417 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23809] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23809/stat : 23809 (java) S 23803 23790 21685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24793419 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23810] ppid=23803 vsize=868596 CPUtime=0.19
/proc/23804/task/23810/stat : 23810 (java) S 23803 23790 21685 0 -1 64 1480 0 0 0 18 1 0 0 16 0 9 0 24793419 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23811] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23811/stat : 23811 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24793419 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23812] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23812/stat : 23812 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24793419 889442304 10567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 890820

[startup+12.705 s]
/proc/loadavg: 2.23 2.22 2.16 4/94 23812
/proc/meminfo: memFree=1616024/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=1.35
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1309 11261 0 1 5 2 121 7 16 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
[pid=23803] ppid=23790 vsize=5356 CPUtime=0
/proc/23803/stat : 23803 (sh) S 23790 23790 21685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24793414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23803/statm: 1339 233 193 169 0 50 0
[pid=23804] ppid=23803 vsize=868596 CPUtime=10.94
/proc/23804/stat : 23804 (java) S 23803 23790 21685 0 -1 0 23289 0 1 0 1078 16 0 0 18 0 9 0 24793415 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23804/statm: 217149 17350 2569 9 0 211654 0
[pid=23804/tid=23805] ppid=23803 vsize=868596 CPUtime=9.18
/proc/23804/task/23805/stat : 23805 (java) R 23803 23790 21685 0 -1 64 3651 0 1 0 914 4 0 0 25 0 9 0 24793416 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23806] ppid=23803 vsize=868596 CPUtime=1.54
/proc/23804/task/23806/stat : 23806 (java) S 23803 23790 21685 0 -1 64 17456 0 0 0 145 9 0 0 15 0 9 0 24793417 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23807] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23807/stat : 23807 (java) S 23803 23790 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24793417 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23808] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23808/stat : 23808 (java) S 23803 23790 21685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24793417 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23809] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23809/stat : 23809 (java) S 23803 23790 21685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24793419 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23810] ppid=23803 vsize=868596 CPUtime=0.19
/proc/23804/task/23810/stat : 23810 (java) S 23803 23790 21685 0 -1 64 1480 0 0 0 18 1 0 0 16 0 9 0 24793419 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23811] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23811/stat : 23811 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24793419 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23812] ppid=23803 vsize=868596 CPUtime=0
/proc/23804/task/23812/stat : 23812 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24793419 889442304 17350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890820

[startup+25.5015 s]
/proc/loadavg: 2.18 2.21 2.16 3/94 23812
/proc/meminfo: memFree=1539224/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=1.36
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1310 11261 0 1 6 2 121 7 16 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
[pid=23803] ppid=23790 vsize=5356 CPUtime=0
/proc/23803/stat : 23803 (sh) S 23790 23790 21685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24793414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23803/statm: 1339 233 193 169 0 50 0
[pid=23804] ppid=23803 vsize=868708 CPUtime=23.57
/proc/23804/stat : 23804 (java) S 23803 23790 21685 0 -1 0 37158 0 1 0 2332 25 0 0 18 0 9 0 24793415 889556992 28795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23804/statm: 217177 28795 2593 9 0 211654 0
[pid=23804/tid=23805] ppid=23803 vsize=868708 CPUtime=20.06
/proc/23804/task/23805/stat : 23805 (java) R 23803 23790 21685 0 -1 64 4350 0 1 0 1999 7 0 0 25 0 9 0 24793416 889556992 28795 996147200 134512640 134550932 4294955936 18446744073709551615 4126546855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23806] ppid=23803 vsize=868708 CPUtime=3.25
/proc/23804/task/23806/stat : 23806 (java) S 23803 23790 21685 0 -1 64 30594 0 0 0 309 16 0 0 16 0 9 0 24793417 889556992 28795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23807] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23807/stat : 23807 (java) S 23803 23790 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24793417 889556992 28795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23808] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23808/stat : 23808 (java) S 23803 23790 21685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24793417 889556992 28795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23809] ppid=23803 vsize=868708 CPUtime=0

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

[pid=23804] ppid=23803 vsize=868708 CPUtime=48.94
/proc/23804/stat : 23804 (java) S 23803 23790 21685 0 -1 0 37663 0 1 0 4758 136 0 0 18 0 9 0 24793415 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23804/statm: 217177 28818 2593 9 0 211654 0
[pid=23804/tid=23805] ppid=23803 vsize=868708 CPUtime=45.05
/proc/23804/task/23805/stat : 23805 (java) R 23803 23790 21685 0 -1 64 4835 0 1 0 4392 113 0 0 25 0 9 0 24793416 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23806] ppid=23803 vsize=868708 CPUtime=3.56
/proc/23804/task/23806/stat : 23806 (java) S 23803 23790 21685 0 -1 64 30594 0 0 0 337 19 0 0 16 0 9 0 24793417 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23807] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23807/stat : 23807 (java) S 23803 23790 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24793417 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23808] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23808/stat : 23808 (java) S 23803 23790 21685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24793417 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23809] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23809/stat : 23809 (java) S 23803 23790 21685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23810] ppid=23803 vsize=868708 CPUtime=0.28
/proc/23804/task/23810/stat : 23810 (java) S 23803 23790 21685 0 -1 64 1532 0 0 0 27 1 0 0 16 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23811] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23811/stat : 23811 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23812] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23812/stat : 23812 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 890932

[startup+102.307 s]
/proc/loadavg: 2.33 2.24 2.17 3/94 23812
/proc/meminfo: memFree=792088/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=1.36
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1310 11261 0 1 6 2 121 7 16 0 1 0 24793258 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1111 409 3 0 796 0
[pid=23803] ppid=23790 vsize=5356 CPUtime=0
/proc/23803/stat : 23803 (sh) S 23790 23790 21685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24793414 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23803/statm: 1339 233 193 169 0 50 0
[pid=23804] ppid=23803 vsize=868708 CPUtime=99.09
/proc/23804/stat : 23804 (java) S 23803 23790 21685 0 -1 0 38772 0 1 0 9520 389 0 0 18 0 9 0 24793415 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23804/statm: 217177 28818 2593 9 0 211654 0
[pid=23804/tid=23805] ppid=23803 vsize=868708 CPUtime=94.49
/proc/23804/task/23805/stat : 23805 (java) R 23803 23790 21685 0 -1 64 5944 0 1 0 9090 359 0 0 25 0 9 0 24793416 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4126840273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23806] ppid=23803 vsize=868708 CPUtime=4.28
/proc/23804/task/23806/stat : 23806 (java) S 23803 23790 21685 0 -1 64 30594 0 0 0 401 27 0 0 16 0 9 0 24793417 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23807] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23807/stat : 23807 (java) S 23803 23790 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24793417 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23808] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23808/stat : 23808 (java) S 23803 23790 21685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24793417 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23809] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23809/stat : 23809 (java) S 23803 23790 21685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23810] ppid=23803 vsize=868708 CPUtime=0.28
/proc/23804/task/23810/stat : 23810 (java) S 23803 23790 21685 0 -1 64 1532 0 0 0 27 1 0 0 16 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23811] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23811/stat : 23811 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23804/tid=23812] ppid=23803 vsize=868708 CPUtime=0
/proc/23804/task/23812/stat : 23812 (java) S 23803 23790 21685 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24793419 889556992 28818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.45
Current children cumulated vsize (KiB) 890932

[startup+162.302 s]
/proc/loadavg: 2.38 2.28 2.19 4/86 23814
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=152.94
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1377 51547 0 2 6 2 14620 666 16 0 1 0 24793258 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1114 409 3 0 796 0
[pid=23813] ppid=23790 vsize=5356 CPUtime=0
/proc/23813/stat : 23813 (sh) S 23790 23790 21685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24808887 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23813/statm: 1339 232 193 169 0 50 0
[pid=23814] ppid=23813 vsize=534224 CPUtime=5.43
/proc/23814/stat : 23814 (minisat) R 23813 23790 21685 0 -1 4194304 123991 0 0 0 463 80 0 0 25 0 1 0 24808888 547045376 123977 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/23814/statm: 133556 123977 62 150 0 133403 0
Current children cumulated CPU time (s) 158.37
Current children cumulated vsize (KiB) 556448



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+169.902 s]
/proc/loadavg: 2.32 2.27 2.18 3/86 23814
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=152.94
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1377 51547 0 2 6 2 14620 666 16 0 1 0 24793258 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23790/statm: 4217 1114 409 3 0 796 0
[pid=23813] ppid=23790 vsize=5356 CPUtime=0
/proc/23813/stat : 23813 (sh) S 23790 23790 21685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24808887 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23813/statm: 1339 232 193 169 0 50 0
[pid=23814] ppid=23813 vsize=914036 CPUtime=11.25
/proc/23814/stat : 23814 (minisat) R 23813 23790 21685 0 -1 4194304 213637 0 0 0 970 155 0 0 18 0 1 0 24808888 935972864 213623 996147200 134512640 135127466 4294956256 18446744073709551615 134532988 0 0 4096 3 0 0 0 17 1 0 0
/proc/23814/statm: 228509 213623 62 150 0 228356 0
Current children cumulated CPU time (s) 164.19
Current children cumulated vsize (KiB) 936260

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

############
# WARNING:
# current cumulated CPU time (152.99 s) is less than in the last sample (164.3 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (11.31 s) to the 'lost time'.

[startup+170.019 s]
/proc/loadavg: 2.32 2.27 2.18 3/86 23814
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=152.94
/proc/23790/stat : 23790 (sugar) S 23788 23790 21685 0 -1 4194304 1399 51547 0 2 6 2 14620 666 16 0 1 0 24793258 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23790/statm: 4217 1114 409 3 0 796 0
[pid=23813] ppid=23790 vsize=0 CPUtime=0
/proc/23813/stat : 23813 (sh) Z 23790 23790 21685 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24808887 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23813/statm: 0 0 0 0 0 0 0
[pid=23814] ppid=1 vsize=0 CPUtime=11.36
/proc/23814/stat : 23814 (minisat) R 1 23790 21685 0 -1 4195332 213637 0 0 0 970 166 0 0 18 0 1 0 24808888 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23814/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 164.3
Current children cumulated vsize (KiB) 16868

[startup+170.102 s]
/proc/loadavg: 2.32 2.27 2.18 3/86 23814
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=152.99
/proc/23790/stat : 23790 (sugar) R 23788 23790 21685 0 -1 4194304 1424 51824 0 2 6 7 14620 666 17 0 1 0 24793258 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23790/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 152.99
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+170.302 s]
/proc/loadavg: 2.32 2.27 2.18 3/86 23814
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=153.17
/proc/23790/stat : 23790 (sugar) R 23788 23790 21685 0 -1 4194304 1424 51824 0 2 6 25 14620 666 18 0 1 0 24793258 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23790/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 153.17
Current children cumulated vsize (KiB) 16868

[startup+170.702 s]
/proc/loadavg: 2.32 2.27 2.18 2/85 23815
/proc/meminfo: memFree=1408480/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=153.19
/proc/23790/stat : 23790 (sugar) D 23788 23790 21685 0 -1 4194304 1424 51824 0 2 6 27 14620 666 18 0 1 0 24793258 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23790/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 153.19
Current children cumulated vsize (KiB) 16868

[startup+171.102 s]
/proc/loadavg: 2.32 2.27 2.18 2/85 23815
/proc/meminfo: memFree=1408480/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=153.22
/proc/23790/stat : 23790 (sugar) D 23788 23790 21685 0 -1 4194304 1424 51824 0 2 6 30 14620 666 18 0 1 0 24793258 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23790/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 153.22
Current children cumulated vsize (KiB) 16868

[startup+171.202 s]
/proc/loadavg: 2.32 2.27 2.18 2/85 23815
/proc/meminfo: memFree=1408480/2055920 swapFree=4192812/4192956
[pid=23790] ppid=23788 vsize=16868 CPUtime=153.22
/proc/23790/stat : 23790 (sugar) D 23788 23790 21685 0 -1 4194304 1424 51824 0 2 6 30 14620 666 18 0 1 0 24793258 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23790/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 153.22
Current children cumulated vsize (KiB) 16868

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): 11.31
#  lost CPU user time (s): 9.7
#  lost CPU system time (s): 1.61

Real time (s): 171.294
CPU time (s): 164.561
CPU user time (s): 155.971
CPU system time (s): 8.58994
CPU usage (%): 96.0694
Max. virtual memory (cumulated for all children) (KiB): 936260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.271
system time used= 6.97994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53307
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= 36796
involuntary context switches= 38725

runsolver used 0.304953 second user time and 0.880866 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 07:41:42
IDJOB=2083391
IDBENCH=57801
IDSOLVER=739
FILE ID=node60/2083391-1247377302
PBS_JOBID= 9507118
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083391-1247377302/watcher-2083391-1247377302 -o /tmp/evaluation-result-2083391-1247377302/solver-2083391-1247377302 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083391-1247377302.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2fe8075751fff64133735b72d8923bdd
RANDOM SEED=2043166057

node60.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.232
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.232
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:       1700432 kB
Buffers:          4300 kB
Cached:          54996 kB
SwapCached:          0 kB
Active:         282868 kB
Inactive:        25336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:         264528 kB
Slab:            32212 kB
Committed_AS:   900884 kB
PageTables:       2308 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= 66460 MiB
End job on node60 at 2009-07-12 07:44:34