Trace number 1057029

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+picosat? (TO) 1800.08 1804.82

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-8_ext.xml
MD5SUMde49a00f23b93e8bd56c6ed3141e31bd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark942.283
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 19:59:04 2008
0.00/0.05	c 0	PID 12036
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057029-1215107944.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057029-1215107944.xml' 'HOME/temp.csp'
1.44/1.56	c 2	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.51/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.51/1.60	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.51/1.68	c 2	Parsing HOME/temp.csp
3.97/4.16	c 5	parsed 177 expressions
3.97/4.16	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.97/4.16	c 5	Converting to clausal form CSP
3.97/4.18	c 5	converted 18 (10%) expressions
4.06/4.20	c 5	converted 36 (20%) expressions
4.06/4.23	c 5	converted 54 (30%) expressions
4.06/4.24	c 5	converted 71 (40%) expressions
4.06/4.27	c 5	converted 89 (50%) expressions
4.27/4.41	c 5	converted 107 (60%) expressions
4.86/5.02	c 5	converted 124 (70%) expressions
5.05/5.25	c 6	converted 142 (80%) expressions
5.35/5.53	c 6	converted 160 (90%) expressions
5.55/5.75	c 6	converted 177 (100%) expressions
5.55/5.75	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.55/5.76	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.55/5.76	c 6	Propagation in CSP
5.55/5.76	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.55/5.76	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.55/5.76	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.55/5.76	c 6	Simplifing CSP by introducing new Boolean variables
5.55/5.76	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.55/5.76	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.74/5.99	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.84/6.00	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.84/6.01	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.84/6.01	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.84/6.01	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.84/6.01	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.84/6.01	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.84/6.01	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.84/6.02	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.84/6.02	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.84/6.02	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.24/6.46	c 7	8 (10%) CSP clauses are encoded (25122 clauses, 594249 bytes)
6.64/6.86	c 7	16 (20%) CSP clauses are encoded (49821 clauses, 1213654 bytes)
7.03/7.20	c 8	23 (30%) CSP clauses are encoded (71369 clauses, 1751496 bytes)
7.34/7.59	c 8	31 (40%) CSP clauses are encoded (96181 clauses, 2381539 bytes)
7.73/7.94	c 8	38 (50%) CSP clauses are encoded (117721 clauses, 2952986 bytes)
8.12/8.33	c 9	46 (60%) CSP clauses are encoded (142301 clauses, 3617736 bytes)
8.52/8.72	c 9	54 (70%) CSP clauses are encoded (167004 clauses, 4287527 bytes)
8.81/9.06	c 9	61 (80%) CSP clauses are encoded (188674 clauses, 4875407 bytes)
9.21/9.45	c 10	69 (90%) CSP clauses are encoded (213297 clauses, 5543081 bytes)
9.51/9.79	c 10	76 (100%) CSP clauses are encoded (234997 clauses, 6131772 bytes)
9.51/9.79	c 10	76 CSP clauses encoded
9.51/9.79	c 10	Writing map file : HOME/temp.map
9.51/9.79	c 10	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.51/9.79	c 10	SAT : 552 SAT variables, 234997 SAT clauses, 6131772 bytes
9.51/9.79	c 10	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.60/9.82	c 10	SOLVING HOME/temp.cnf
9.60/9.82	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1804.81	sh: line 1: 12060 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1804.81	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1804.81	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1804.81	c ERROR INTERRUPTED
1800.03/1804.82	s UNKNOWN
1800.03/1804.82	c 1805	CPU 1797.75 (0.03 0.01 1797.72 2.29)
1800.03/1804.82	c 1805	END Thu Jul  3 20:29:09 2008

Verifier Data (download as text)

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

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-1057029-1215107944/watcher-1057029-1215107944 -o /tmp/evaluation-result-1057029-1215107944/solver-1057029-1215107944 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1057029-1215107944.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.79 4/75 12036
/proc/meminfo: memFree=1563680/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=12268 CPUtime=0
/proc/12036/stat : 12036 (sugar) R 12034 12036 11864 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1989766710 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273653922405 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12036/statm: 3067 316 241 3 0 167 0

[startup+0.0109139 s]
/proc/loadavg: 2.00 2.00 1.79 4/75 12036
/proc/meminfo: memFree=1563680/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=12268 CPUtime=0
/proc/12036/stat : 12036 (sugar) D 12034 12036 11864 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1989766710 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273653922405 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/12036/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101911 s]
/proc/loadavg: 2.00 2.00 1.79 4/75 12036
/proc/meminfo: memFree=1563680/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=0.03
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1989766710 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301936 s]
/proc/loadavg: 2.00 2.00 1.79 4/75 12036
/proc/meminfo: memFree=1563680/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=0.03
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1989766710 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701998 s]
/proc/loadavg: 2.00 2.00 1.79 4/75 12036
/proc/meminfo: memFree=1563680/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=0.03
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1989766710 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 2.08 2.02 1.79 4/86 12048
/proc/meminfo: memFree=1539848/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=0.03
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1989766710 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 796 370 3 0 500 0
[pid=12039] ppid=12036 vsize=5356 CPUtime=0
/proc/12039/stat : 12039 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989766716 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12039/statm: 1339 233 193 169 0 50 0
[pid=12040] ppid=12039 vsize=864032 CPUtime=1.41
/proc/12040/stat : 12040 (java) S 12039 12036 11864 0 -1 0 9134 0 1 0 133 8 0 0 18 0 9 0 1989766716 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12040/statm: 216008 8283 2527 9 0 210590 0
[pid=12040/tid=12041] ppid=12039 vsize=864032 CPUtime=1.16
/proc/12040/task/12041/stat : 12041 (java) R 12039 12036 11864 0 -1 64 2912 0 1 0 112 4 0 0 25 0 9 0 1989766717 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4126499821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12040/tid=12042] ppid=12039 vsize=864032 CPUtime=0.17
/proc/12040/task/12042/stat : 12042 (java) S 12039 12036 11864 0 -1 64 5207 0 0 0 15 2 0 0 16 0 9 0 1989766718 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12040/tid=12043] ppid=12039 vsize=864032 CPUtime=0
/proc/12040/task/12043/stat : 12043 (java) S 12039 12036 11864 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1989766718 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12040/tid=12044] ppid=12039 vsize=864032 CPUtime=0
/proc/12040/task/12044/stat : 12044 (java) S 12039 12036 11864 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1989766718 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12040/tid=12045] ppid=12039 vsize=864032 CPUtime=0
/proc/12040/task/12045/stat : 12045 (java) S 12039 12036 11864 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989766720 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12040/tid=12046] ppid=12039 vsize=864032 CPUtime=0.05
/proc/12040/task/12046/stat : 12046 (java) S 12039 12036 11864 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1989766720 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12040/tid=12047] ppid=12039 vsize=864032 CPUtime=0
/proc/12040/task/12047/stat : 12047 (java) S 12039 12036 11864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989766721 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12040/tid=12048] ppid=12039 vsize=864032 CPUtime=0
/proc/12040/task/12048/stat : 12048 (java) S 12039 12036 11864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989766721 884768768 8283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 882988

[startup+3.10235 s]
/proc/loadavg: 2.08 2.02 1.79 4/86 12058
/proc/meminfo: memFree=1544072/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=1.51
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 973 9565 0 1 3 0 139 9 16 0 1 0 1989766710 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 797 370 3 0 500 0
[pid=12049] ppid=12036 vsize=5356 CPUtime=0
/proc/12049/stat : 12049 (sh) S 12036 12036 11864 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989766870 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12049/statm: 1339 233 193 169 0 50 0
[pid=12050] ppid=12049 vsize=864076 CPUtime=1.47
/proc/12050/stat : 12050 (java) S 12049 12036 11864 0 -1 0 11441 0 1 0 141 6 0 0 18 0 9 0 1989766870 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12050/statm: 216019 10707 2532 9 0 210601 0
[pid=12050/tid=12051] ppid=12049 vsize=864076 CPUtime=0.85
/proc/12050/task/12051/stat : 12051 (java) R 12049 12036 11864 0 -1 64 2767 0 1 0 83 2 0 0 25 0 9 0 1989766871 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 101444704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12052] ppid=12049 vsize=864076 CPUtime=0.56
/proc/12050/task/12052/stat : 12052 (java) S 12049 12036 11864 0 -1 64 7661 0 0 0 53 3 0 0 16 0 9 0 1989766872 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12053] ppid=12049 vsize=864076 CPUtime=0
/proc/12050/task/12053/stat : 12053 (java) S 12049 12036 11864 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989766873 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12054] ppid=12049 vsize=864076 CPUtime=0
/proc/12050/task/12054/stat : 12054 (java) S 12049 12036 11864 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1989766873 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12055] ppid=12049 vsize=864076 CPUtime=0
/proc/12050/task/12055/stat : 12055 (java) S 12049 12036 11864 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1989766875 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12056] ppid=12049 vsize=864076 CPUtime=0.04
/proc/12050/task/12056/stat : 12056 (java) S 12049 12036 11864 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1989766875 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12057] ppid=12049 vsize=864076 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12049 12036 11864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989766875 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12058] ppid=12049 vsize=864076 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12049 12036 11864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989766875 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883032

[startup+6.30282 s]
/proc/loadavg: 2.07 2.02 1.79 4/86 12058
/proc/meminfo: memFree=1470408/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=1.51
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 974 9565 0 1 3 0 139 9 15 0 1 0 1989766710 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 797 370 3 0 500 0
[pid=12049] ppid=12036 vsize=5356 CPUtime=0
/proc/12049/stat : 12049 (sh) S 12036 12036 11864 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989766870 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12049/statm: 1339 233 193 169 0 50 0
[pid=12050] ppid=12049 vsize=864332 CPUtime=4.64
/proc/12050/stat : 12050 (java) S 12049 12036 11864 0 -1 0 27282 0 1 0 449 15 0 0 18 0 9 0 1989766870 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12050/statm: 216083 26486 2564 9 0 210630 0
[pid=12050/tid=12051] ppid=12049 vsize=864332 CPUtime=2.39
/proc/12050/task/12051/stat : 12051 (java) R 12049 12036 11864 0 -1 64 3658 0 1 0 236 3 0 0 25 0 9 0 1989766871 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4126622779 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12052] ppid=12049 vsize=864332 CPUtime=2.13
/proc/12050/task/12052/stat : 12052 (java) S 12049 12036 11864 0 -1 64 22572 0 0 0 202 11 0 0 16 0 9 0 1989766872 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12053] ppid=12049 vsize=864332 CPUtime=0
/proc/12050/task/12053/stat : 12053 (java) S 12049 12036 11864 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989766873 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12054] ppid=12049 vsize=864332 CPUtime=0
/proc/12050/task/12054/stat : 12054 (java) S 12049 12036 11864 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989766873 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12055] ppid=12049 vsize=864332 CPUtime=0
/proc/12050/task/12055/stat : 12055 (java) S 12049 12036 11864 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1989766875 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12056] ppid=12049 vsize=864332 CPUtime=0.09
/proc/12050/task/12056/stat : 12056 (java) S 12049 12036 11864 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 1989766875 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12057] ppid=12049 vsize=864332 CPUtime=0
/proc/12050/task/12057/stat : 12057 (java) S 12049 12036 11864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989766875 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12050/tid=12058] ppid=12049 vsize=864332 CPUtime=0
/proc/12050/task/12058/stat : 12058 (java) S 12049 12036 11864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989766875 885075968 26486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883288

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 1.79 3/78 12060
/proc/meminfo: memFree=1544968/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=9008 CPUtime=2.84
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 2103 0 0 0 130 154 0 0 25 0 1 0 1989767693 9224192 2089 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12060/statm: 2252 2089 40 102 0 2147 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 27964

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 1.80 3/78 12060
/proc/meminfo: memFree=1540488/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=11384 CPUtime=15.52
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 2771 0 0 0 1365 187 0 0 25 0 1 0 1989767693 11657216 2757 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12060/statm: 2846 2757 42 102 0 2741 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 30340

[startup+51.1014 s]
/proc/loadavg: 2.03 2.01 1.80 3/78 12060
/proc/meminfo: memFree=1539144/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=13728 CPUtime=40.87
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 3124 0 0 0 3900 187 0 0 25 0 1 0 1989767693 14057472 3110 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12060/statm: 3432 3110 42 102 0 3327 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 32684

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.81 3/78 12060
/proc/meminfo: memFree=1536712/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0

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

[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=20172 CPUtime=1228.13
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 5606 0 0 0 122620 193 0 0 25 0 1 0 1989767693 20656128 4745 996147200 134512640 134931368 4294956256 18446744073709551615 134522688 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5043 4745 48 102 0 4938 0
Current children cumulated CPU time (s) 1237.78
Current children cumulated vsize (KiB) 39128

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/87 12125
/proc/meminfo: memFree=1557760/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=20172 CPUtime=1288.11
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 5606 0 0 0 128618 193 0 0 25 0 1 0 1989767693 20656128 4745 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5043 4745 48 102 0 4938 0
Current children cumulated CPU time (s) 1297.76
Current children cumulated vsize (KiB) 39128

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/87 12125
/proc/meminfo: memFree=1557760/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=20172 CPUtime=1348.08
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 5614 0 0 0 134614 194 0 0 25 0 1 0 1989767693 20656128 4753 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5043 4753 48 102 0 4938 0
Current children cumulated CPU time (s) 1357.73
Current children cumulated vsize (KiB) 39128

[startup+1422.31 s]
/proc/loadavg: 2.12 2.06 1.94 3/87 12125
/proc/meminfo: memFree=1557248/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=20700 CPUtime=1408.06
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 5839 0 0 0 140612 194 0 0 25 0 1 0 1989767693 21196800 4880 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5175 4880 48 102 0 5070 0
Current children cumulated CPU time (s) 1417.71
Current children cumulated vsize (KiB) 39656

[startup+1482.3 s]
/proc/loadavg: 1.99 2.03 1.93 3/75 12152
/proc/meminfo: memFree=1609192/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=20700 CPUtime=1468.03
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 5839 0 0 0 146608 195 0 0 25 0 1 0 1989767693 21196800 4880 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5175 4880 48 102 0 5070 0
Current children cumulated CPU time (s) 1477.68
Current children cumulated vsize (KiB) 39656

[startup+1542.3 s]
/proc/loadavg: 1.99 2.02 1.93 3/75 12152
/proc/meminfo: memFree=1609064/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=20700 CPUtime=1528
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 5839 0 0 0 152605 195 0 0 25 0 1 0 1989767693 21196800 4880 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5175 4880 48 102 0 5070 0
Current children cumulated CPU time (s) 1537.65
Current children cumulated vsize (KiB) 39656

[startup+1602.3 s]
/proc/loadavg: 1.99 2.02 1.93 3/75 12152
/proc/meminfo: memFree=1608552/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=21228 CPUtime=1587.97
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 6076 0 0 0 158602 195 0 0 25 0 1 0 1989767693 21737472 5014 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5307 5014 48 102 0 5202 0
Current children cumulated CPU time (s) 1597.62
Current children cumulated vsize (KiB) 40184

[startup+1662.3 s]
/proc/loadavg: 1.99 2.01 1.93 3/75 12153
/proc/meminfo: memFree=1608360/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=21228 CPUtime=1647.94
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 6076 0 0 0 164599 195 0 0 25 0 1 0 1989767693 21737472 5014 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5307 5014 48 102 0 5202 0
Current children cumulated CPU time (s) 1657.59
Current children cumulated vsize (KiB) 40184

[startup+1722.3 s]
/proc/loadavg: 1.99 2.01 1.93 3/75 12154
/proc/meminfo: memFree=1608552/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=21228 CPUtime=1707.91
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 6076 0 0 0 170596 195 0 0 25 0 1 0 1989767693 21737472 5014 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5307 5014 48 102 0 5202 0
Current children cumulated CPU time (s) 1717.56
Current children cumulated vsize (KiB) 40184

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/75 12154
/proc/meminfo: memFree=1608104/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=21624 CPUtime=1767.89
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 6296 0 0 0 176593 196 0 0 25 0 1 0 1989767693 22142976 5126 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5406 5126 48 102 0 5301 0
Current children cumulated CPU time (s) 1777.54
Current children cumulated vsize (KiB) 40580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 1.99 2.00 1.93 3/75 12154
/proc/meminfo: memFree=1608104/2055920 swapFree=4180424/4192956
[pid=12036] ppid=12034 vsize=13600 CPUtime=9.65
/proc/12036/stat : 12036 (sugar) S 12034 12036 11864 0 -1 4194304 1022 37219 0 2 3 1 929 32 16 0 1 0 1989766710 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12036/statm: 3400 798 370 3 0 500 0
[pid=12059] ppid=12036 vsize=5356 CPUtime=0
/proc/12059/stat : 12059 (sh) S 12036 12036 11864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989767692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12059/statm: 1339 232 193 169 0 50 0
[pid=12060] ppid=12059 vsize=21624 CPUtime=1790.38
/proc/12060/stat : 12060 (picosat) R 12059 12036 11864 0 -1 4194304 6296 0 0 0 178842 196 0 0 25 0 1 0 1989767693 22142976 5126 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12060/statm: 5406 5126 48 102 0 5301 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 40580

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

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

Child status: 0
Real time (s): 1804.82
CPU time (s): 1800.08
CPU user time (s): 1797.77
CPU system time (s): 2.31165
CPU usage (%): 99.7371
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.31165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45247
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= 3404
involuntary context switches= 18382

runsolver used 2.58161 second user time and 4.94125 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-03 19:59:04
IDJOB=1057029
IDBENCH=53989
IDSOLVER=345
FILE ID=node52/1057029-1215107944
PBS_JOBID= 7877101
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057029-1215107944/watcher-1057029-1215107944 -o /tmp/evaluation-result-1057029-1215107944/solver-1057029-1215107944 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1057029-1215107944.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de49a00f23b93e8bd56c6ed3141e31bd
RANDOM SEED=581593206

node52.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.265
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.265
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:       1564160 kB
Buffers:         55840 kB
Cached:         283744 kB
SwapCached:       6808 kB
Active:         263128 kB
Inactive:       170488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564160 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            4236 kB
Writeback:           0 kB
Mapped:         100292 kB
Slab:            43036 kB
Committed_AS:  4010976 kB
PageTables:       2148 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= 66520 MiB
End job on node52 at 2008-07-03 20:29:11