Trace number 1072337

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 1800.82

General information on the benchmark

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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 14:10:06 2008
0.00/0.04	c 0	PID 14906
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1072337-1215173406.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072337-1215173406.xml' 'HOME/temp.csp'
1.18/1.28	c 2	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.25/1.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.30	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.25/1.38	c 2	Parsing HOME/temp.csp
3.84/3.91	c 4	parsed 175 expressions
3.84/3.91	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.84/3.91	c 4	Converting to clausal form CSP
3.84/3.93	c 4	converted 18 (10%) expressions
3.84/3.97	c 4	converted 35 (20%) expressions
3.84/3.98	c 4	converted 53 (30%) expressions
3.93/4.01	c 4	converted 70 (40%) expressions
3.93/4.05	c 4	converted 88 (50%) expressions
4.03/4.13	c 4	converted 105 (60%) expressions
4.63/4.75	c 5	converted 123 (70%) expressions
4.83/4.97	c 5	converted 140 (80%) expressions
5.03/5.19	c 6	converted 158 (90%) expressions
5.34/5.45	c 6	converted 175 (100%) expressions
5.34/5.45	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.34/5.45	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.34/5.45	c 6	Propagation in CSP
5.34/5.45	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.34/5.45	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.34/5.45	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.34/5.45	c 6	Simplifing CSP by introducing new Boolean variables
5.34/5.45	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.34/5.45	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.53/5.68	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.53/5.69	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.53/5.69	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.53/5.69	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.53/5.69	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.53/5.69	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.53/5.69	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.53/5.69	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.53/5.70	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.53/5.70	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.53/5.70	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.03/6.10	c 6	8 (10%) CSP clauses are encoded (25142 clauses, 591493 bytes)
6.23/6.39	c 7	15 (20%) CSP clauses are encoded (46638 clauses, 1119851 bytes)
6.62/6.74	c 7	23 (30%) CSP clauses are encoded (71372 clauses, 1734753 bytes)
6.93/7.04	c 7	30 (40%) CSP clauses are encoded (92962 clauses, 2277647 bytes)
7.22/7.38	c 8	38 (50%) CSP clauses are encoded (117572 clauses, 2896630 bytes)
7.52/7.69	c 8	45 (60%) CSP clauses are encoded (139296 clauses, 3470799 bytes)
7.92/8.03	c 8	53 (70%) CSP clauses are encoded (164017 clauses, 4141235 bytes)
8.22/8.33	c 9	60 (80%) CSP clauses are encoded (185616 clauses, 4726971 bytes)
8.52/8.67	c 9	68 (90%) CSP clauses are encoded (210208 clauses, 5393956 bytes)
8.82/8.95	c 9	75 (100%) CSP clauses are encoded (230707 clauses, 5947259 bytes)
8.82/8.95	c 9	75 CSP clauses encoded
8.82/8.95	c 9	Writing map file : HOME/temp.map
8.82/8.96	c 9	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.82/8.96	c 9	SAT : 552 SAT variables, 230707 SAT clauses, 5947259 bytes
8.82/8.96	c 9	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.87/9.02	c 9	SOLVING HOME/temp.cnf
8.87/9.02	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1800.81	sh: line 1: 14930 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1800.81	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1800.81	c 1801	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/1800.81	c ERROR INTERRUPTED
1800.01/1800.82	s UNKNOWN
1800.01/1800.82	c 1801	CPU 1797.94 (0.03 0.01 1797.91 2.08)
1800.01/1800.82	c 1801	END Fri Jul  4 14:40:07 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-1072337-1215173406/watcher-1072337-1215173406 -o /tmp/evaluation-result-1072337-1215173406/solver-1072337-1215173406 -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-1072337-1215173406.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.99 1.97 1.99 4/74 14906
/proc/meminfo: memFree=1375856/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=12272 CPUtime=0
/proc/14906/stat : 14906 (sugar) R 14904 14906 13368 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 258283360 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 1 0 0
/proc/14906/statm: 3068 327 246 3 0 168 0

[startup+0.055601 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 14906
/proc/meminfo: memFree=1375856/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=0.04
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 258283360 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101386 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 14906
/proc/meminfo: memFree=1375856/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=0.04
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 258283360 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301426 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 14906
/proc/meminfo: memFree=1375856/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=0.04
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 258283360 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701501 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 14906
/proc/meminfo: memFree=1375856/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=0.04
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 258283360 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 14918
/proc/meminfo: memFree=1349720/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=1.26
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 973 9493 0 1 3 1 112 10 15 0 1 0 258283360 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 13600

[startup+3.10297 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 14928
/proc/meminfo: memFree=1354072/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=1.26
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 973 9493 0 1 3 1 112 10 15 0 1 0 258283360 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 797 370 3 0 500 0
[pid=14919] ppid=14906 vsize=5356 CPUtime=0
/proc/14919/stat : 14919 (sh) S 14906 14906 13368 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258283490 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14919/statm: 1339 233 193 169 0 50 0
[pid=14920] ppid=14919 vsize=864072 CPUtime=1.78
/proc/14920/stat : 14920 (java) S 14919 14906 13368 0 -1 0 12351 0 1 0 171 7 0 0 18 0 9 0 258283491 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14920/statm: 216018 11614 2532 9 0 210600 0
[pid=14920/tid=14921] ppid=14919 vsize=864072 CPUtime=1.11
/proc/14920/task/14921/stat : 14921 (java) R 14919 14906 13368 0 -1 64 2771 0 1 0 109 2 0 0 25 0 9 0 258283492 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 102064020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14922] ppid=14919 vsize=864072 CPUtime=0.61
/proc/14920/task/14922/stat : 14922 (java) S 14919 14906 13368 0 -1 64 8572 0 0 0 57 4 0 0 16 0 9 0 258283493 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14923] ppid=14919 vsize=864072 CPUtime=0
/proc/14920/task/14923/stat : 14923 (java) S 14919 14906 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258283493 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14924] ppid=14919 vsize=864072 CPUtime=0
/proc/14920/task/14924/stat : 14924 (java) S 14919 14906 13368 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 258283493 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14925] ppid=14919 vsize=864072 CPUtime=0
/proc/14920/task/14925/stat : 14925 (java) S 14919 14906 13368 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258283495 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14926] ppid=14919 vsize=864072 CPUtime=0.04
/proc/14920/task/14926/stat : 14926 (java) S 14919 14906 13368 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 258283495 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14927] ppid=14919 vsize=864072 CPUtime=0
/proc/14920/task/14927/stat : 14927 (java) S 14919 14906 13368 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 258283495 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14928] ppid=14919 vsize=864072 CPUtime=0
/proc/14920/task/14928/stat : 14928 (java) S 14919 14906 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258283495 884809728 11614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883028

[startup+6.30259 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 14928
/proc/meminfo: memFree=1276576/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=1.26
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 974 9493 0 1 3 1 112 10 15 0 1 0 258283360 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 797 370 3 0 500 0
[pid=14919] ppid=14906 vsize=5356 CPUtime=0
/proc/14919/stat : 14919 (sh) S 14906 14906 13368 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258283490 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14919/statm: 1339 233 193 169 0 50 0
[pid=14920] ppid=14919 vsize=864476 CPUtime=4.97
/proc/14920/stat : 14920 (java) S 14919 14906 13368 0 -1 0 27286 0 1 0 483 14 0 0 18 0 9 0 258283491 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14920/statm: 216119 26491 2564 9 0 210666 0
[pid=14920/tid=14921] ppid=14919 vsize=864476 CPUtime=2.72
/proc/14920/task/14921/stat : 14921 (java) R 14919 14906 13368 0 -1 64 3682 0 1 0 269 3 0 0 25 0 9 0 258283492 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4126593031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14922] ppid=14919 vsize=864476 CPUtime=2.11
/proc/14920/task/14922/stat : 14922 (java) S 14919 14906 13368 0 -1 64 22557 0 0 0 202 9 0 0 16 0 9 0 258283493 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14923] ppid=14919 vsize=864476 CPUtime=0
/proc/14920/task/14923/stat : 14923 (java) S 14919 14906 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258283493 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14924] ppid=14919 vsize=864476 CPUtime=0
/proc/14920/task/14924/stat : 14924 (java) S 14919 14906 13368 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258283493 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14925] ppid=14919 vsize=864476 CPUtime=0
/proc/14920/task/14925/stat : 14925 (java) S 14919 14906 13368 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258283495 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14926] ppid=14919 vsize=864476 CPUtime=0.1
/proc/14920/task/14926/stat : 14926 (java) S 14919 14906 13368 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 258283495 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14927] ppid=14919 vsize=864476 CPUtime=0
/proc/14920/task/14927/stat : 14927 (java) S 14919 14906 13368 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 258283495 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14920/tid=14928] ppid=14919 vsize=864476 CPUtime=0
/proc/14920/task/14928/stat : 14928 (java) S 14919 14906 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258283495 885223424 26491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883432

[startup+12.7018 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 14930
/proc/meminfo: memFree=1354272/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=10592 CPUtime=3.66
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 2541 0 0 0 194 172 0 0 25 0 1 0 258284263 10846208 2527 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 2648 2527 42 102 0 2543 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 29548

[startup+25.5013 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 14930
/proc/meminfo: memFree=1352544/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=11384 CPUtime=16.46
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 2749 0 0 0 1473 173 0 0 25 0 1 0 258284263 11657216 2735 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 2846 2735 42 102 0 2741 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 30340

[startup+51.1013 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 14930
/proc/meminfo: memFree=1349920/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=12968 CPUtime=42.03
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 3160 0 0 0 4030 173 0 0 25 0 1 0 258284263 13279232 3146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 3242 3146 42 102 0 3137 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 31924

[startup+102.306 s]
/proc/loadavg: 2.10 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1507832/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=16504 CPUtime=93.2
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 3887 0 0 0 9145 175 0 0 25 0 1 0 258284263 16900096 3803 996147200 134512640 134931368 4294956256 18446744073709551615 134525862 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 4126 3803 48 102 0 4021 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 35460

[startup+162.302 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1507576/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=16768 CPUtime=153.16
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 4034 0 0 0 15141 175 0 0 25 0 1 0 258284263 17170432 3891 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 4192 3891 48 102 0 4087 0
Current children cumulated CPU time (s) 162.07

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

[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=20324 CPUtime=1232.8
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 5699 0 0 0 123103 177 0 0 25 0 1 0 258284263 20811776 4771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5081 4771 48 102 0 4976 0
Current children cumulated CPU time (s) 1241.71
Current children cumulated vsize (KiB) 39280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1503416/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=20324 CPUtime=1292.78
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 5699 0 0 0 129101 177 0 0 25 0 1 0 258284263 20811776 4771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5081 4771 48 102 0 4976 0
Current children cumulated CPU time (s) 1301.69
Current children cumulated vsize (KiB) 39280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1502968/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=20852 CPUtime=1352.75
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 5865 0 0 0 135098 177 0 0 25 0 1 0 258284263 21352448 4937 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5213 4937 48 102 0 5108 0
Current children cumulated CPU time (s) 1361.66
Current children cumulated vsize (KiB) 39808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1502648/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=20984 CPUtime=1412.73
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 5976 0 0 0 141096 177 0 0 25 0 1 0 258284263 21487616 4947 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5246 4947 48 102 0 5141 0
Current children cumulated CPU time (s) 1421.64
Current children cumulated vsize (KiB) 39940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1502648/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=20984 CPUtime=1472.71
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 5976 0 0 0 147094 177 0 0 25 0 1 0 258284263 21487616 4947 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5246 4947 48 102 0 5141 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 39940

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1502008/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=21512 CPUtime=1532.69
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 6245 0 0 0 153092 177 0 0 25 0 1 0 258284263 22028288 5110 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5378 5110 48 102 0 5273 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 40468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1502008/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=21512 CPUtime=1592.67
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 6245 0 0 0 159090 177 0 0 25 0 1 0 258284263 22028288 5110 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5378 5110 48 102 0 5273 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 40468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1502008/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=21512 CPUtime=1652.65
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 6245 0 0 0 165088 177 0 0 25 0 1 0 258284263 22028288 5110 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5378 5110 48 102 0 5273 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 40468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1501688/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=21776 CPUtime=1712.63
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 6419 0 0 0 171086 177 0 0 25 0 1 0 258284263 22298624 5172 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5444 5172 48 102 0 5339 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 40732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1501624/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=21776 CPUtime=1772.61
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 6419 0 0 0 177084 177 0 0 25 0 1 0 258284263 22298624 5172 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5444 5172 48 102 0 5339 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 40732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14970
/proc/meminfo: memFree=1501624/2055920 swapFree=4180776/4192956
[pid=14906] ppid=14904 vsize=13600 CPUtime=8.91
/proc/14906/stat : 14906 (sugar) S 14904 14906 13368 0 -1 4194304 1022 37140 0 2 3 1 857 30 16 0 1 0 258283360 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14906/statm: 3400 798 370 3 0 500 0
[pid=14929] ppid=14906 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14906 14906 13368 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 258284263 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14929/statm: 1339 232 193 169 0 50 0
[pid=14930] ppid=14929 vsize=21776 CPUtime=1791.1
/proc/14930/stat : 14930 (picosat) R 14929 14906 13368 0 -1 4194304 6419 0 0 0 178933 177 0 0 25 0 1 0 258284263 22298624 5172 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14930/statm: 5444 5172 48 102 0 5339 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 40732

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): 1800.82
CPU time (s): 1800.06
CPU user time (s): 1797.95
CPU system time (s): 2.10668
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 883432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.10668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45213
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= 3229
involuntary context switches= 4945

runsolver used 1.9687 second user time and 4.6233 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 14:10:06
IDJOB=1072337
IDBENCH=56248
IDSOLVER=345
FILE ID=node85/1072337-1215173406
PBS_JOBID= 7881473
Free space on /tmp= 126836 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4bb267344f60d7976c9b2db368cd4363
RANDOM SEED=703557925

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1376336 kB
Buffers:         65008 kB
Cached:         326452 kB
SwapCached:       7020 kB
Active:         389040 kB
Inactive:       242344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376336 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            4196 kB
Writeback:           0 kB
Mapped:         245996 kB
Slab:            33360 kB
Committed_AS:   814252 kB
PageTables:       2000 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= 126852 MiB
End job on node85 at 2008-07-04 14:40:09