Trace number 1056960

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.06 1817.73

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-32_ext.xml
MD5SUM8805480f3678cb88558dc50a18f30af9
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 benchmark1261.2
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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:52:31 2008
0.00/0.05	c 0	PID 13566
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1056960-1215107551.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-1056960-1215107551.xml' 'HOME/temp.csp'
1.16/1.24	c 2	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.16/1.26	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.26	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.20/1.40	c 2	Parsing HOME/temp.csp
3.54/3.73	c 4	parsed 169 expressions
3.54/3.74	c 4	Heap : 42 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.54/3.74	c 4	Converting to clausal form CSP
3.54/3.76	c 4	converted 17 (10%) expressions
3.54/3.78	c 4	converted 34 (20%) expressions
3.64/3.81	c 4	converted 51 (30%) expressions
3.64/3.81	c 4	converted 68 (40%) expressions
3.64/3.85	c 4	converted 85 (50%) expressions
3.74/3.97	c 4	converted 102 (60%) expressions
3.93/4.17	c 5	converted 119 (70%) expressions
4.63/4.80	c 5	converted 136 (80%) expressions
4.82/5.03	c 5	converted 153 (90%) expressions
5.02/5.25	c 6	converted 169 (100%) expressions
5.02/5.25	c 6	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.02/5.25	c 6	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.02/5.25	c 6	Propagation in CSP
5.02/5.25	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.02/5.25	c 6	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.02/5.25	c 6	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.02/5.25	c 6	Simplifing CSP by introducing new Boolean variables
5.02/5.25	c 6	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.02/5.25	c 6	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.22/5.47	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.22/5.48	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.22/5.48	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.22/5.49	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.22/5.49	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.22/5.49	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.22/5.49	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.22/5.49	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.22/5.49	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.22/5.49	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.22/5.50	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.71/5.93	c 6	8 (10%) CSP clauses are encoded (24105 clauses, 574790 bytes)
6.00/6.25	c 7	15 (20%) CSP clauses are encoded (44577 clauses, 1070722 bytes)
6.30/6.57	c 7	22 (30%) CSP clauses are encoded (65083 clauses, 1585869 bytes)
6.70/6.92	c 7	29 (40%) CSP clauses are encoded (86714 clauses, 2123762 bytes)
7.00/7.26	c 8	36 (50%) CSP clauses are encoded (108329 clauses, 2667057 bytes)
7.39/7.65	c 8	44 (60%) CSP clauses are encoded (132955 clauses, 3316811 bytes)
7.69/8.00	c 8	51 (70%) CSP clauses are encoded (154466 clauses, 3896178 bytes)
8.09/8.34	c 9	58 (80%) CSP clauses are encoded (176114 clauses, 4483831 bytes)
8.38/8.66	c 9	65 (90%) CSP clauses are encoded (196610 clauses, 5037183 bytes)
8.77/9.01	c 9	72 (100%) CSP clauses are encoded (218153 clauses, 5621613 bytes)
8.77/9.01	c 9	72 CSP clauses encoded
8.77/9.01	c 9	Writing map file : HOME/temp.map
8.77/9.01	c 9	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.77/9.01	c 9	SAT : 552 SAT variables, 218153 SAT clauses, 5621613 bytes
8.77/9.01	c 9	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.77/9.06	c 9	SOLVING HOME/temp.cnf
8.77/9.06	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1817.71	sh: line 1: 13590 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1817.71	c 1818	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1817.71	c 1818	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.01/1817.72	c ERROR INTERRUPTED
1800.01/1817.72	s UNKNOWN
1800.01/1817.72	c 1818	CPU 1797.89 (0.03 0.01 1797.86 2.13)
1800.01/1817.72	c 1818	END Thu Jul  3 20:22:49 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-1056960-1215107551/watcher-1056960-1215107551 -o /tmp/evaluation-result-1056960-1215107551/solver-1056960-1215107551 -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-1056960-1215107551.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: 1.64 1.91 1.66 4/81 13566
/proc/meminfo: memFree=1563968/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=12132 CPUtime=0
/proc/13566/stat : 13566 (sugar) R 13564 13566 13435 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 1989729697 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 237788107489 0 0 4224 0 0 0 0 17 1 0 0
/proc/13566/statm: 3033 184 142 3 0 133 0

[startup+0.106847 s]
/proc/loadavg: 1.64 1.91 1.66 4/81 13566
/proc/meminfo: memFree=1563968/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=0.04
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989729697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201858 s]
/proc/loadavg: 1.64 1.91 1.66 4/81 13566
/proc/meminfo: memFree=1563968/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=0.04
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989729697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301869 s]
/proc/loadavg: 1.64 1.91 1.66 4/81 13566
/proc/meminfo: memFree=1563968/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=0.04
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989729697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701921 s]
/proc/loadavg: 1.64 1.91 1.66 4/81 13566
/proc/meminfo: memFree=1563968/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=0.04
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989729697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 1.67 1.91 1.67 3/92 13578
/proc/meminfo: memFree=1537768/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=1.2
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 973 9170 0 1 3 1 108 8 15 0 1 0 1989729697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13600

[startup+3.10216 s]
/proc/loadavg: 1.67 1.91 1.67 3/92 13588
/proc/meminfo: memFree=1538024/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=1.2
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 973 9170 0 1 3 1 108 8 15 0 1 0 1989729697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 797 370 3 0 500 0
[pid=13579] ppid=13566 vsize=5356 CPUtime=0
/proc/13579/stat : 13579 (sh) S 13566 13566 13435 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989729824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13579/statm: 1339 233 193 169 0 50 0
[pid=13580] ppid=13579 vsize=864076 CPUtime=1.74
/proc/13580/stat : 13580 (java) S 13579 13566 13435 0 -1 0 12945 0 1 0 169 5 0 0 19 0 9 0 1989729824 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13580/statm: 216019 12206 2532 9 0 210601 0
[pid=13580/tid=13581] ppid=13579 vsize=864076 CPUtime=1.05
/proc/13580/task/13581/stat : 13581 (java) R 13579 13566 13435 0 -1 64 2773 0 1 0 104 1 0 0 25 0 9 0 1989729825 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4126448080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13582] ppid=13579 vsize=864076 CPUtime=0.63
/proc/13580/task/13582/stat : 13582 (java) S 13579 13566 13435 0 -1 64 9161 0 0 0 60 3 0 0 16 0 9 0 1989729828 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13583] ppid=13579 vsize=864076 CPUtime=0
/proc/13580/task/13583/stat : 13583 (java) S 13579 13566 13435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989729828 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13584] ppid=13579 vsize=864076 CPUtime=0
/proc/13580/task/13584/stat : 13584 (java) S 13579 13566 13435 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1989729828 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13585] ppid=13579 vsize=864076 CPUtime=0
/proc/13580/task/13585/stat : 13585 (java) S 13579 13566 13435 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989729834 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13586] ppid=13579 vsize=864076 CPUtime=0.04
/proc/13580/task/13586/stat : 13586 (java) S 13579 13566 13435 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 1989729834 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13587] ppid=13579 vsize=864076 CPUtime=0
/proc/13580/task/13587/stat : 13587 (java) S 13579 13566 13435 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989729834 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13588] ppid=13579 vsize=864076 CPUtime=0
/proc/13580/task/13588/stat : 13588 (java) S 13579 13566 13435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989729834 884813824 12206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 883032

[startup+6.30149 s]
/proc/loadavg: 1.93 1.96 1.68 5/92 13588
/proc/meminfo: memFree=1469352/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=1.2
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 974 9170 0 1 3 1 108 8 15 0 1 0 1989729697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 797 370 3 0 500 0
[pid=13579] ppid=13566 vsize=5356 CPUtime=0
/proc/13579/stat : 13579 (sh) S 13566 13566 13435 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989729824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13579/statm: 1339 233 193 169 0 50 0
[pid=13580] ppid=13579 vsize=864332 CPUtime=4.91
/proc/13580/stat : 13580 (java) S 13579 13566 13435 0 -1 0 25418 0 1 0 478 13 0 0 19 0 9 0 1989729824 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13580/statm: 216083 24614 2564 9 0 210630 0
[pid=13580/tid=13581] ppid=13579 vsize=864332 CPUtime=2.72
/proc/13580/task/13581/stat : 13581 (java) R 13579 13566 13435 0 -1 64 3683 0 1 0 269 3 0 0 25 0 9 0 1989729825 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4126572936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13582] ppid=13579 vsize=864332 CPUtime=2.05
/proc/13580/task/13582/stat : 13582 (java) S 13579 13566 13435 0 -1 64 20685 0 0 0 197 8 0 0 16 0 9 0 1989729828 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13583] ppid=13579 vsize=864332 CPUtime=0
/proc/13580/task/13583/stat : 13583 (java) S 13579 13566 13435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989729828 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13584] ppid=13579 vsize=864332 CPUtime=0
/proc/13580/task/13584/stat : 13584 (java) S 13579 13566 13435 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989729828 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13585] ppid=13579 vsize=864332 CPUtime=0
/proc/13580/task/13585/stat : 13585 (java) S 13579 13566 13435 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989729834 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13586] ppid=13579 vsize=864332 CPUtime=0.1
/proc/13580/task/13586/stat : 13586 (java) S 13579 13566 13435 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1989729834 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13587] ppid=13579 vsize=864332 CPUtime=0
/proc/13580/task/13587/stat : 13587 (java) S 13579 13566 13435 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989729834 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13580/tid=13588] ppid=13579 vsize=864332 CPUtime=0
/proc/13580/task/13588/stat : 13588 (java) S 13579 13566 13435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989729834 885075968 24614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 883288

[startup+12.7022 s]
/proc/loadavg: 1.94 1.96 1.68 3/84 13590
/proc/meminfo: memFree=1543528/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=10064 CPUtime=3.58
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 2403 0 0 0 182 176 0 0 25 0 1 0 1989730604 10305536 2389 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 2516 2389 42 102 0 2411 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 29020

[startup+25.5015 s]
/proc/loadavg: 1.95 1.97 1.69 3/84 13590
/proc/meminfo: memFree=1541864/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=10856 CPUtime=16.26
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 2608 0 0 0 1449 177 0 0 25 0 1 0 1989730604 11116544 2594 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 2714 2594 42 102 0 2609 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 29812

[startup+51.1012 s]
/proc/loadavg: 2.02 1.98 1.70 3/84 13590
/proc/meminfo: memFree=1540328/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=12308 CPUtime=41.61
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 2994 0 0 0 3984 177 0 0 25 0 1 0 1989730604 12603392 2980 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 3077 2980 42 102 0 2972 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 31264

[startup+102.301 s]
/proc/loadavg: 2.05 2.00 1.72 3/84 13590
/proc/meminfo: memFree=1537576/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=15804 CPUtime=92.33
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 3705 0 0 0 9055 178 0 0 25 0 1 0 1989730604 16183296 3610 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 3951 3610 48 102 0 3846 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 34760

[startup+162.302 s]
/proc/loadavg: 2.02 2.00 1.74 3/84 13590
/proc/meminfo: memFree=1537384/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=15804 CPUtime=151.77
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 3730 0 0 0 14999 178 0 0 25 0 1 0 1989730604 16183296 3635 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 3951 3635 48 102 0 3846 0
Current children cumulated CPU time (s) 160.6

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

[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=19360 CPUtime=1221.63
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5319 0 0 0 121982 181 0 0 25 0 1 0 1989730604 19824640 4518 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 4840 4518 48 102 0 4735 0
Current children cumulated CPU time (s) 1230.46
Current children cumulated vsize (KiB) 38316

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/84 13596
/proc/meminfo: memFree=1532776/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=19624 CPUtime=1281.06
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5482 0 0 0 127925 181 0 0 25 0 1 0 1989730604 20094976 4590 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 4906 4590 48 102 0 4801 0
Current children cumulated CPU time (s) 1289.89
Current children cumulated vsize (KiB) 38580

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/84 13596
/proc/meminfo: memFree=1532776/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=19624 CPUtime=1340.5
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5482 0 0 0 133869 181 0 0 25 0 1 0 1989730604 20094976 4590 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 4906 4590 48 102 0 4801 0
Current children cumulated CPU time (s) 1349.33
Current children cumulated vsize (KiB) 38580

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/84 13596
/proc/meminfo: memFree=1532840/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=19624 CPUtime=1399.93
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5482 0 0 0 139812 181 0 0 25 0 1 0 1989730604 20094976 4590 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 4906 4590 48 102 0 4801 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 38580

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 13596
/proc/meminfo: memFree=1532456/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=19888 CPUtime=1459.37
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5646 0 0 0 145756 181 0 0 25 0 1 0 1989730604 20365312 4658 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 4972 4658 48 102 0 4867 0
Current children cumulated CPU time (s) 1468.2
Current children cumulated vsize (KiB) 38844

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 13596
/proc/meminfo: memFree=1532456/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=19888 CPUtime=1518.82
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5646 0 0 0 151700 182 0 0 25 0 1 0 1989730604 20365312 4658 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 4972 4658 48 102 0 4867 0
Current children cumulated CPU time (s) 1527.65
Current children cumulated vsize (KiB) 38844

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 13596
/proc/meminfo: memFree=1532264/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=20152 CPUtime=1578.25
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5731 0 0 0 157643 182 0 0 25 0 1 0 1989730604 20635648 4743 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 5038 4743 48 102 0 4933 0
Current children cumulated CPU time (s) 1587.08
Current children cumulated vsize (KiB) 39108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 13596
/proc/meminfo: memFree=1531560/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=20680 CPUtime=1637.68
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5964 0 0 0 163586 182 0 0 25 0 1 0 1989730604 21176320 4875 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 5170 4875 48 102 0 5065 0
Current children cumulated CPU time (s) 1646.51
Current children cumulated vsize (KiB) 39636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 13596
/proc/meminfo: memFree=1531560/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=20680 CPUtime=1697.13
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5964 0 0 0 169530 183 0 0 25 0 1 0 1989730604 21176320 4875 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 5170 4875 48 102 0 5065 0
Current children cumulated CPU time (s) 1705.96
Current children cumulated vsize (KiB) 39636

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.91 3/96 13651
/proc/meminfo: memFree=1429376/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=20680 CPUtime=1756.5
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 5964 0 0 0 175465 185 0 0 25 0 1 0 1989730604 21176320 4875 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 5170 4875 48 102 0 5065 0
Current children cumulated CPU time (s) 1765.33
Current children cumulated vsize (KiB) 39636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.7 s]
/proc/loadavg: 2.03 2.01 1.91 3/96 13651
/proc/meminfo: memFree=1428992/2055920 swapFree=4180448/4192956
[pid=13566] ppid=13564 vsize=13600 CPUtime=8.83
/proc/13566/stat : 13566 (sugar) S 13564 13566 13435 0 -1 4194304 1022 34943 0 2 3 1 852 27 16 0 1 0 1989729697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13566/statm: 3400 798 370 3 0 500 0
[pid=13589] ppid=13566 vsize=5356 CPUtime=0
/proc/13589/stat : 13589 (sh) S 13566 13566 13435 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989730604 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13589/statm: 1339 232 193 169 0 50 0
[pid=13590] ppid=13589 vsize=20944 CPUtime=1791.18
/proc/13590/stat : 13590 (picosat) R 13589 13566 13435 0 -1 4194304 6118 0 0 0 178933 185 0 0 25 0 1 0 1989730604 21446656 4928 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13590/statm: 5236 4928 48 102 0 5131 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 39900

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): 1817.73
CPU time (s): 1800.06
CPU user time (s): 1797.9
CPU system time (s): 2.15467
CPU usage (%): 99.0279
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.15467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42816
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= 3312
involuntary context switches= 44553

runsolver used 2.03069 second user time and 6.24605 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 19:52:31
IDJOB=1056960
IDBENCH=53982
IDSOLVER=345
FILE ID=node24/1056960-1215107551
PBS_JOBID= 7877156
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-32_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-1056960-1215107551/watcher-1056960-1215107551 -o /tmp/evaluation-result-1056960-1215107551/solver-1056960-1215107551 -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-1056960-1215107551.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8805480f3678cb88558dc50a18f30af9
RANDOM SEED=1325376178

node24.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:       1564448 kB
Buffers:         45064 kB
Cached:         354544 kB
SwapCached:       6556 kB
Active:         184428 kB
Inactive:       247784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564448 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            7520 kB
Writeback:           0 kB
Mapped:          48808 kB
Slab:            44488 kB
Committed_AS:  3477320 kB
PageTables:       1932 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= 66496 MiB
End job on node24 at 2008-07-03 20:22:51