Trace number 2075228

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.14 1811.62

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-30_ext.xml
MD5SUM9b31209915af4ea1186b01688152c5d5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark134.938
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

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 03:11:24 2009
0.00/0.07	c 0	PID 18686
0.06/0.08	c 0	HOST node90.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2075228-1247361083.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2075228-1247361083.xml' 'HOME/temp.csp'
1.16/1.23	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.16/1.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.28	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.19/1.35	c 1	Parsing HOME/temp.csp
3.29/3.44	c 3	parsed 169 expressions
3.29/3.45	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.29/3.45	c 3	Converting to clausal form CSP
3.29/3.46	c 3	converted 17 (10%) expressions
3.29/3.48	c 3	converted 34 (20%) expressions
3.39/3.51	c 3	converted 51 (30%) expressions
3.39/3.54	c 3	converted 68 (40%) expressions
3.39/3.54	c 3	converted 85 (50%) expressions
3.49/3.65	c 3	converted 102 (60%) expressions
3.69/3.84	c 4	converted 119 (70%) expressions
4.18/4.31	c 4	converted 136 (80%) expressions
4.49/4.62	c 4	converted 153 (90%) expressions
4.68/4.81	c 5	converted 169 (100%) expressions
4.68/4.81	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.68/4.81	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/4.81	c 5	Propagation in CSP
4.68/4.81	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.68/4.81	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.68/4.81	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/4.82	c 5	Simplifing CSP by introducing new Boolean variables
4.68/4.82	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.68/4.82	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.88/5.02	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.88/5.02	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
4.88/5.02	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
4.88/5.03	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
4.88/5.03	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
4.88/5.03	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
4.88/5.03	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
4.88/5.03	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
4.88/5.03	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
4.88/5.03	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
4.88/5.03	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.28/5.43	c 5	8 (10%) CSP clauses are encoded (25288 clauses, 598483 bytes)
5.59/5.72	c 5	15 (20%) CSP clauses are encoded (46797 clauses, 1124660 bytes)
5.88/6.01	c 6	22 (30%) CSP clauses are encoded (68351 clauses, 1668641 bytes)
6.08/6.28	c 6	29 (40%) CSP clauses are encoded (88749 clauses, 2188845 bytes)
6.39/6.56	c 6	36 (50%) CSP clauses are encoded (109195 clauses, 2732022 bytes)
6.69/6.89	c 7	44 (60%) CSP clauses are encoded (133952 clauses, 3403631 bytes)
6.99/7.17	c 7	51 (70%) CSP clauses are encoded (154391 clauses, 3955566 bytes)
7.29/7.46	c 7	58 (80%) CSP clauses are encoded (175991 clauses, 4541618 bytes)
7.59/7.73	c 7	65 (90%) CSP clauses are encoded (196378 clauses, 5091977 bytes)
7.90/8.02	c 8	72 (100%) CSP clauses are encoded (217929 clauses, 5676401 bytes)
7.90/8.02	c 8	72 CSP clauses encoded
7.90/8.02	c 8	Writing map file : HOME/temp.map
7.90/8.03	c 8	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.90/8.03	c 8	SAT : 552 SAT variables, 217929 SAT clauses, 5676401 bytes
7.90/8.03	c 8	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.90/8.06	c 8	SOLVING HOME/temp.cnf
7.90/8.06	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1811.61	sh: line 1: 18710 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1811.61	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1811.61	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1811.61	c ERROR INTERRUPTED
1800.09/1811.62	s UNKNOWN
1800.09/1811.62	c 1811	CPU 1800.11 (0.06 0.01 1798.04 2)
1800.09/1811.62	c 1811	END Sun Jul 12 03:41:35 2009

Verifier Data

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

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18686
/proc/meminfo: memFree=1825028/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=124 CPUtime=0
/proc/18686/stat : 18686 (sugar) R 18684 18686 16451 0 -1 4194304 33 0 0 0 0 0 0 0 20 0 1 0 23173036 126976 18 996147200 4194304 4206940 548682068608 18446744073709551615 256362214985 0 0 4096 0 0 0 0 17 1 0 0
/proc/18686/statm: 31 18 12 3 0 3 0

[startup+0.0764799 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18686
/proc/meminfo: memFree=1825028/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16740 CPUtime=0.06
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 23173036 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18686/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10159 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18686
/proc/meminfo: memFree=1825028/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=0.06
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23173036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301607 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18686
/proc/meminfo: memFree=1825028/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=0.06
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23173036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701648 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18686
/proc/meminfo: memFree=1825028/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=0.06
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23173036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50173 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 18698
/proc/meminfo: memFree=1797868/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=1.19
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1309 9320 0 1 5 1 107 6 15 0 1 0 23173036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 16868

[startup+3.1029 s]
/proc/loadavg: 1.93 1.99 1.99 4/92 18708
/proc/meminfo: memFree=1797228/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=1.19
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1309 9320 0 1 5 1 107 6 15 0 1 0 23173036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1111 409 3 0 796 0
[pid=18699] ppid=18686 vsize=5356 CPUtime=0
/proc/18699/stat : 18699 (sh) S 18686 18686 16451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23173165 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18699/statm: 1339 233 193 169 0 50 0
[pid=18700] ppid=18699 vsize=862284 CPUtime=1.8
/proc/18700/stat : 18700 (java) S 18699 18686 16451 0 -1 0 13734 0 1 0 172 8 0 0 18 0 9 0 23173165 882978816 12984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18700/statm: 215571 12985 2158 9 0 210484 0
[pid=18700/tid=18701] ppid=18699 vsize=862284 CPUtime=1.15
/proc/18700/task/18701/stat : 18701 (java) R 18699 18686 16451 0 -1 64 2345 0 1 0 113 2 0 0 25 0 9 0 23173166 882978816 12986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18702] ppid=18699 vsize=862284 CPUtime=0.59
/proc/18700/task/18702/stat : 18702 (java) R 18699 18686 16451 0 -1 64 10387 0 0 0 55 4 0 0 16 0 9 0 23173167 882978816 12988 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18703] ppid=18699 vsize=862284 CPUtime=0
/proc/18700/task/18703/stat : 18703 (java) S 18699 18686 16451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23173167 882978816 12988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18704] ppid=18699 vsize=862284 CPUtime=0
/proc/18700/task/18704/stat : 18704 (java) S 18699 18686 16451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23173167 882978816 12988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18705] ppid=18699 vsize=862284 CPUtime=0
/proc/18700/task/18705/stat : 18705 (java) S 18699 18686 16451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23173169 882978816 12988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18706] ppid=18699 vsize=862284 CPUtime=0.03
/proc/18700/task/18706/stat : 18706 (java) S 18699 18686 16451 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23173169 882978816 12988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18707] ppid=18699 vsize=862284 CPUtime=0
/proc/18700/task/18707/stat : 18707 (java) S 18699 18686 16451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23173169 882978816 12990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18708] ppid=18699 vsize=862284 CPUtime=0
/proc/18700/task/18708/stat : 18708 (java) S 18699 18686 16451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23173169 882978816 12991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 884508

[startup+6.30123 s]
/proc/loadavg: 1.93 1.99 1.99 3/92 18708
/proc/meminfo: memFree=1727724/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=1.19
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1310 9320 0 1 5 1 107 6 15 0 1 0 23173036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1111 409 3 0 796 0
[pid=18699] ppid=18686 vsize=5356 CPUtime=0
/proc/18699/stat : 18699 (sh) S 18686 18686 16451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23173165 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18699/statm: 1339 233 193 169 0 50 0
[pid=18700] ppid=18699 vsize=864488 CPUtime=4.99
/proc/18700/stat : 18700 (java) S 18699 18686 16451 0 -1 0 25584 0 1 0 485 14 0 0 18 0 9 0 23173165 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18700/statm: 216122 24764 2590 9 0 210599 0
[pid=18700/tid=18701] ppid=18699 vsize=864488 CPUtime=3.04
/proc/18700/task/18701/stat : 18701 (java) R 18699 18686 16451 0 -1 64 3751 0 1 0 300 4 0 0 25 0 9 0 23173166 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 103199477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18702] ppid=18699 vsize=864488 CPUtime=1.85
/proc/18700/task/18702/stat : 18702 (java) S 18699 18686 16451 0 -1 64 20793 0 0 0 176 9 0 0 16 0 9 0 23173167 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18703] ppid=18699 vsize=864488 CPUtime=0
/proc/18700/task/18703/stat : 18703 (java) S 18699 18686 16451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23173167 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18704] ppid=18699 vsize=864488 CPUtime=0
/proc/18700/task/18704/stat : 18704 (java) S 18699 18686 16451 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23173167 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18705] ppid=18699 vsize=864488 CPUtime=0
/proc/18700/task/18705/stat : 18705 (java) S 18699 18686 16451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23173169 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18706] ppid=18699 vsize=864488 CPUtime=0.08
/proc/18700/task/18706/stat : 18706 (java) S 18699 18686 16451 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23173169 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18707] ppid=18699 vsize=864488 CPUtime=0
/proc/18700/task/18707/stat : 18707 (java) S 18699 18686 16451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23173169 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18700/tid=18708] ppid=18699 vsize=864488 CPUtime=0
/proc/18700/task/18708/stat : 18708 (java) S 18699 18686 16451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23173169 885235712 24764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886712

[startup+12.7029 s]
/proc/loadavg: 2.25 2.06 2.02 3/84 18710
/proc/meminfo: memFree=1802604/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=10064 CPUtime=4.62
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 2412 0 0 0 299 163 0 0 25 0 1 0 23173843 10305536 2398 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18710/statm: 2516 2398 42 102 0 2411 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 32288

[startup+25.5017 s]
/proc/loadavg: 2.52 2.12 2.04 3/84 18710
/proc/meminfo: memFree=1801772/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=10988 CPUtime=17.4
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 2643 0 0 0 1577 163 0 0 25 0 1 0 23173843 11251712 2629 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/18710/statm: 2747 2629 42 102 0 2642 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 33212

[startup+51.1019 s]
/proc/loadavg: 2.96 2.25 2.08 3/84 18710
/proc/meminfo: memFree=1800428/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=12572 CPUtime=42.57
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 3073 0 0 0 4093 164 0 0 25 0 1 0 23173843 12873728 3059 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 3143 3059 42 102 0 3038 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 34796

[startup+102.301 s]
/proc/loadavg: 2.38 2.21 2.08 3/84 18710
/proc/meminfo: memFree=1798188/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=15784 CPUtime=93.31
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 3700 0 0 0 9167 164 0 0 25 0 1 0 23173843 16162816 3605 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 3946 3605 48 102 0 3841 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 38008

[startup+162.306 s]
/proc/loadavg: 2.14 2.17 2.07 3/84 18710
/proc/meminfo: memFree=1797868/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=16048 CPUtime=152.78
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 3823 0 0 0 15114 164 0 0 25 0 1 0 23173843 16433152 3672 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 4012 3672 48 102 0 3907 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 38272

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

[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=19604 CPUtime=1226.53
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 5488 0 0 0 122483 170 0 0 25 0 1 0 23173843 20074496 4596 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 4901 4596 48 102 0 4796 0
Current children cumulated CPU time (s) 1234.48
Current children cumulated vsize (KiB) 41828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18932
/proc/meminfo: memFree=1410028/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=19736 CPUtime=1286.25
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 5624 0 0 0 128454 171 0 0 25 0 1 0 23173843 20209664 4636 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 4934 4636 48 102 0 4829 0
Current children cumulated CPU time (s) 1294.2
Current children cumulated vsize (KiB) 41960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18932
/proc/meminfo: memFree=1410028/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=19736 CPUtime=1345.97
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 5624 0 0 0 134426 171 0 0 25 0 1 0 23173843 20209664 4636 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 4934 4636 48 102 0 4829 0
Current children cumulated CPU time (s) 1353.92
Current children cumulated vsize (KiB) 41960

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18932
/proc/meminfo: memFree=1409516/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=20396 CPUtime=1405.68
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 5893 0 0 0 140397 171 0 0 25 0 1 0 23173843 20885504 4804 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5099 4804 48 102 0 4994 0
Current children cumulated CPU time (s) 1413.63
Current children cumulated vsize (KiB) 42620

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18932
/proc/meminfo: memFree=1409260/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=20396 CPUtime=1465.42
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 5893 0 0 0 146370 172 0 0 25 0 1 0 23173843 20885504 4804 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5099 4804 48 102 0 4994 0
Current children cumulated CPU time (s) 1473.37
Current children cumulated vsize (KiB) 42620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18932
/proc/meminfo: memFree=1409260/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=20396 CPUtime=1525.14
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 5893 0 0 0 152342 172 0 0 25 0 1 0 23173843 20885504 4804 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5099 4804 48 102 0 4994 0
Current children cumulated CPU time (s) 1533.09
Current children cumulated vsize (KiB) 42620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18932
/proc/meminfo: memFree=1408492/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=21056 CPUtime=1584.85
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 6173 0 0 0 158313 172 0 0 25 0 1 0 23173843 21561344 4978 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5264 4978 48 102 0 5159 0
Current children cumulated CPU time (s) 1592.8
Current children cumulated vsize (KiB) 43280

[startup+1662.3 s]
/proc/loadavg: 2.21 2.05 2.01 4/85 18973
/proc/meminfo: memFree=1396076/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=21056 CPUtime=1644.22
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 6173 0 0 0 164249 173 0 0 25 0 1 0 23173843 21561344 4978 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5264 4978 48 102 0 5159 0
Current children cumulated CPU time (s) 1652.17
Current children cumulated vsize (KiB) 43280

[startup+1722.3 s]
/proc/loadavg: 2.24 2.09 2.03 3/85 18973
/proc/meminfo: memFree=1386732/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=21056 CPUtime=1703.64
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 6173 0 0 0 170191 173 0 0 25 0 1 0 23173843 21561344 4978 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5264 4978 48 102 0 5159 0
Current children cumulated CPU time (s) 1711.59
Current children cumulated vsize (KiB) 43280

[startup+1782.3 s]
/proc/loadavg: 2.28 2.14 2.05 3/85 18974
/proc/meminfo: memFree=1386084/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=21320 CPUtime=1763.1
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 6246 0 0 0 176137 173 0 0 25 0 1 0 23173843 21831680 5051 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5330 5051 48 102 0 5225 0
Current children cumulated CPU time (s) 1771.05
Current children cumulated vsize (KiB) 43544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 2.17 2.13 2.05 3/85 18974
/proc/meminfo: memFree=1385508/2055920 swapFree=4192812/4192956
[pid=18686] ppid=18684 vsize=16868 CPUtime=7.95
/proc/18686/stat : 18686 (sugar) S 18684 18686 16451 0 -1 4194304 1364 35244 0 2 6 1 762 26 16 0 1 0 23173036 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18686/statm: 4217 1112 409 3 0 796 0
[pid=18709] ppid=18686 vsize=5356 CPUtime=0
/proc/18709/stat : 18709 (sh) S 18686 18686 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173843 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18709/statm: 1339 232 193 169 0 50 0
[pid=18710] ppid=18709 vsize=21584 CPUtime=1792.14
/proc/18710/stat : 18710 (picosat) R 18709 18686 16451 0 -1 4194304 6409 0 0 0 179041 173 0 0 25 0 1 0 23173843 22102016 5103 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18710/statm: 5396 5103 48 102 0 5291 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 43808

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): 1811.62
CPU time (s): 1800.14
CPU user time (s): 1798.11
CPU system time (s): 2.02669
CPU usage (%): 99.3658
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.02669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43797
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= 3708
involuntary context switches= 34237

runsolver used 2.38764 second user time and 5.78312 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 03:11:24
IDJOB=2075228
IDBENCH=56249
IDSOLVER=738
FILE ID=node90/2075228-1247361083
PBS_JOBID= 9506975
Free space on /tmp= 66224 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-30_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075228-1247361083/watcher-2075228-1247361083 -o /tmp/evaluation-result-2075228-1247361083/solver-2075228-1247361083 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2075228-1247361083.xml

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

MD5SUM BENCH= 9b31209915af4ea1186b01688152c5d5
RANDOM SEED=53453824

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825508 kB
Buffers:         18504 kB
Cached:         103352 kB
SwapCached:          0 kB
Active:         122964 kB
Inactive:        57988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825508 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3964 kB
Writeback:           0 kB
Mapped:          73360 kB
Slab:            34608 kB
Committed_AS:   231828 kB
PageTables:       1960 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= 66228 MiB
End job on node90 at 2009-07-12 03:41:37