Trace number 2075250

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.13 1803.13

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-11_ext.xml
MD5SUMe4d4cd01e44f33c30ce76f83077a2ba5
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 benchmark90.8632
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 03:12:33 2009
0.02/0.07	c 0	PID 20721
0.02/0.07	c 1	HOST node80.alineos.net
0.02/0.07	c 1	CONVERTING HOME/instance-2075250-1247361153.xml TO HOME/temp.csp
0.02/0.07	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2075250-1247361153.xml' 'HOME/temp.csp'
1.26/1.31	c 2	1 domains, 24 variables, 0 predicates, 74 relations, 74 constraints
1.26/1.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.34	c 2	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.29/1.42	c 2	Parsing HOME/temp.csp
3.61/3.70	c 4	parsed 173 expressions
3.61/3.71	c 4	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.61/3.71	c 4	Converting to clausal form CSP
3.61/3.73	c 4	converted 18 (10%) expressions
3.61/3.74	c 4	converted 35 (20%) expressions
3.61/3.77	c 4	converted 52 (30%) expressions
3.71/3.80	c 4	converted 70 (40%) expressions
3.71/3.81	c 4	converted 87 (50%) expressions
3.80/3.92	c 4	converted 104 (60%) expressions
4.00/4.15	c 5	converted 122 (70%) expressions
4.60/4.74	c 5	converted 139 (80%) expressions
4.79/4.99	c 5	converted 156 (90%) expressions
4.99/5.20	c 6	converted 173 (100%) expressions
5.09/5.20	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.09/5.20	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.09/5.20	c 6	Propagation in CSP
5.09/5.20	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.09/5.20	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.09/5.20	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.09/5.20	c 6	Simplifing CSP by introducing new Boolean variables
5.09/5.20	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.09/5.20	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.28/5.44	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.28/5.45	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.28/5.45	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.28/5.45	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.28/5.45	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.28/5.45	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.28/5.45	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.28/5.45	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.28/5.46	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.28/5.46	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.28/5.46	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.68/5.86	c 6	8 (10%) CSP clauses are encoded (25166 clauses, 613970 bytes)
5.97/6.17	c 7	15 (20%) CSP clauses are encoded (46779 clauses, 1151523 bytes)
6.37/6.52	c 7	23 (30%) CSP clauses are encoded (71709 clauses, 1778544 bytes)
6.66/6.83	c 7	30 (40%) CSP clauses are encoded (93378 clauses, 2329433 bytes)
6.97/7.13	c 8	37 (50%) CSP clauses are encoded (114928 clauses, 2904756 bytes)
7.26/7.48	c 8	45 (60%) CSP clauses are encoded (139572 clauses, 3573645 bytes)
7.56/7.79	c 8	52 (70%) CSP clauses are encoded (161184 clauses, 4159620 bytes)
7.95/8.13	c 9	60 (80%) CSP clauses are encoded (185842 clauses, 4828586 bytes)
8.25/8.40	c 9	67 (90%) CSP clauses are encoded (205212 clauses, 5348977 bytes)
8.55/8.71	c 9	74 (100%) CSP clauses are encoded (226845 clauses, 5935919 bytes)
8.55/8.71	c 9	74 CSP clauses encoded
8.55/8.71	c 9	Writing map file : HOME/temp.map
8.55/8.71	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.55/8.71	c 9	SAT : 552 SAT variables, 226845 SAT clauses, 5935919 bytes
8.55/8.71	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.55/8.76	c 9	SOLVING HOME/temp.cnf
8.55/8.76	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1803.11	sh: line 1: 20745 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1803.11	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1803.11	c 1804	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.08/1803.12	c ERROR INTERRUPTED
1800.08/1803.12	s UNKNOWN
1800.08/1803.12	c 1804	CPU 1800.1 (0.05 0.01 1797.95 2.09)
1800.08/1803.12	c 1804	END Sun Jul 12 03:42:37 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-2075250-1247361153/watcher-2075250-1247361153 -o /tmp/evaluation-result-2075250-1247361153/solver-2075250-1247361153 -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-2075250-1247361153.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.02 2.04 2.14 4/85 20721
/proc/meminfo: memFree=1587944/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=12268 CPUtime=0
/proc/20721/stat : 20721 (sugar) R 20719 20721 17819 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 23179924 12562432 318 996147200 4194304 4206940 548682068608 18446744073709551615 226705090928 0 0 4224 0 0 0 0 17 0 0 0
/proc/20721/statm: 3067 320 242 3 0 167 0

[startup+0.0348469 s]
/proc/loadavg: 2.02 2.04 2.14 4/85 20721
/proc/meminfo: memFree=1587944/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=13336 CPUtime=0.02
/proc/20721/stat : 20721 (sugar) R 20719 20721 17819 0 -1 4194304 722 0 0 0 2 0 0 0 18 0 1 0 23179924 13656064 690 996147200 4194304 4206940 548682068608 18446744073709551615 226695887870 0 0 4224 0 0 0 0 17 0 0 0
/proc/20721/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102865 s]
/proc/loadavg: 2.02 2.04 2.14 4/85 20721
/proc/meminfo: memFree=1587944/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=0.06
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23179924 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302903 s]
/proc/loadavg: 2.02 2.04 2.14 4/85 20721
/proc/meminfo: memFree=1587944/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=0.06
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23179924 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702987 s]
/proc/loadavg: 2.02 2.04 2.14 4/85 20721
/proc/meminfo: memFree=1587944/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=0.06
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23179924 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50114 s]
/proc/loadavg: 2.02 2.04 2.14 4/96 20733
/proc/meminfo: memFree=1560976/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=1.29
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1309 9644 0 1 5 1 115 8 15 0 1 0 23179924 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10247 s]
/proc/loadavg: 2.02 2.04 2.14 4/96 20743
/proc/meminfo: memFree=1562448/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=1.29
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1309 9644 0 1 5 1 115 8 15 0 1 0 23179924 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1111 409 3 0 796 0
[pid=20734] ppid=20721 vsize=5356 CPUtime=0
/proc/20734/stat : 20734 (sh) S 20721 20721 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23180059 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20734/statm: 1339 233 193 169 0 50 0
[pid=20735] ppid=20734 vsize=862284 CPUtime=1.72
/proc/20735/stat : 20735 (java) S 20734 20721 17819 0 -1 0 12653 0 1 0 166 6 0 0 18 0 9 0 23180059 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20735/statm: 215571 11906 2158 9 0 210484 0
[pid=20735/tid=20736] ppid=20734 vsize=862284 CPUtime=1.07
/proc/20735/task/20736/stat : 20736 (java) R 20734 20721 17819 0 -1 64 2341 0 1 0 106 1 0 0 25 0 9 0 23180060 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4126483252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20737] ppid=20734 vsize=862284 CPUtime=0.61
/proc/20735/task/20737/stat : 20737 (java) S 20734 20721 17819 0 -1 64 9305 0 0 0 57 4 0 0 16 0 9 0 23180061 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20738] ppid=20734 vsize=862284 CPUtime=0
/proc/20735/task/20738/stat : 20738 (java) S 20734 20721 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23180061 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20739] ppid=20734 vsize=862284 CPUtime=0
/proc/20735/task/20739/stat : 20739 (java) S 20734 20721 17819 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23180061 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20740] ppid=20734 vsize=862284 CPUtime=0
/proc/20735/task/20740/stat : 20740 (java) S 20734 20721 17819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23180063 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20741] ppid=20734 vsize=862284 CPUtime=0.03
/proc/20735/task/20741/stat : 20741 (java) S 20734 20721 17819 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23180063 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20742] ppid=20734 vsize=862284 CPUtime=0
/proc/20735/task/20742/stat : 20742 (java) S 20734 20721 17819 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23180063 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20743] ppid=20734 vsize=862284 CPUtime=0
/proc/20735/task/20743/stat : 20743 (java) S 20734 20721 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23180063 882978816 11906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 884508

[startup+6.30267 s]
/proc/loadavg: 2.02 2.04 2.14 4/96 20743
/proc/meminfo: memFree=1488080/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=1.29
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1310 9644 0 1 5 1 115 8 15 0 1 0 23179924 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1111 409 3 0 796 0
[pid=20734] ppid=20721 vsize=5356 CPUtime=0
/proc/20734/stat : 20734 (sh) S 20721 20721 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23180059 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20734/statm: 1339 233 193 169 0 50 0
[pid=20735] ppid=20734 vsize=864488 CPUtime=4.88
/proc/20735/stat : 20735 (java) S 20734 20721 17819 0 -1 0 26454 0 1 0 474 14 0 0 18 0 9 0 23180059 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20735/statm: 216122 25643 2590 9 0 210599 0
[pid=20735/tid=20736] ppid=20734 vsize=864488 CPUtime=2.79
/proc/20735/task/20736/stat : 20736 (java) R 20734 20721 17819 0 -1 64 3757 0 1 0 275 4 0 0 25 0 9 0 23180060 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20737] ppid=20734 vsize=864488 CPUtime=2
/proc/20735/task/20737/stat : 20737 (java) S 20734 20721 17819 0 -1 64 21656 0 0 0 191 9 0 0 15 0 9 0 23180061 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20738] ppid=20734 vsize=864488 CPUtime=0
/proc/20735/task/20738/stat : 20738 (java) S 20734 20721 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23180061 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20739] ppid=20734 vsize=864488 CPUtime=0
/proc/20735/task/20739/stat : 20739 (java) S 20734 20721 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23180061 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20740] ppid=20734 vsize=864488 CPUtime=0
/proc/20735/task/20740/stat : 20740 (java) S 20734 20721 17819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23180063 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20741] ppid=20734 vsize=864488 CPUtime=0.07
/proc/20735/task/20741/stat : 20741 (java) S 20734 20721 17819 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 23180063 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20742] ppid=20734 vsize=864488 CPUtime=0
/proc/20735/task/20742/stat : 20742 (java) S 20734 20721 17819 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23180063 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20735/tid=20743] ppid=20734 vsize=864488 CPUtime=0
/proc/20735/task/20743/stat : 20743 (java) S 20734 20721 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23180063 885235712 25643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886712

[startup+12.7014 s]
/proc/loadavg: 2.02 2.04 2.14 3/88 20745
/proc/meminfo: memFree=1564944/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=10460 CPUtime=3.9
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 2503 0 0 0 218 172 0 0 25 0 1 0 23180800 10711040 2489 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20745/statm: 2615 2489 42 102 0 2510 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 32684

[startup+25.503 s]
/proc/loadavg: 2.01 2.04 2.13 3/88 20745
/proc/meminfo: memFree=1564240/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=11252 CPUtime=16.58
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 2734 0 0 0 1485 173 0 0 25 0 1 0 23180800 11522048 2720 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20745/statm: 2813 2720 42 102 0 2708 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 33476

[startup+51.1022 s]
/proc/loadavg: 2.01 2.04 2.13 3/88 20745
/proc/meminfo: memFree=1562768/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=12836 CPUtime=41.93
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 3134 0 0 0 4019 174 0 0 25 0 1 0 23180800 13144064 3120 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/20745/statm: 3209 3120 42 102 0 3104 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 35060

[startup+102.308 s]
/proc/loadavg: 2.00 2.03 2.12 3/88 20745
/proc/meminfo: memFree=1536848/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=15836 CPUtime=92.65
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 3728 0 0 0 9091 174 0 0 25 0 1 0 23180800 16216064 3630 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20745/statm: 3959 3630 48 102 0 3854 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 38060

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.11 3/88 20745
/proc/meminfo: memFree=1536272/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=16100 CPUtime=152.08
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 3879 0 0 0 15034 174 0 0 25 0 1 0 23180800 16486400 3723 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20745/statm: 4025 3723 48 102 0 3920 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 38324

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

[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20052 CPUtime=1290.92
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 5740 0 0 0 128914 178 0 0 25 0 1 0 23180800 20533248 4714 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5013 4714 48 102 0 4908 0
Current children cumulated CPU time (s) 1299.51
Current children cumulated vsize (KiB) 42276

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20783
/proc/meminfo: memFree=1750440/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20052 CPUtime=1350.88
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 5740 0 0 0 134910 178 0 0 25 0 1 0 23180800 20533248 4714 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5013 4714 48 102 0 4908 0
Current children cumulated CPU time (s) 1359.47
Current children cumulated vsize (KiB) 42276

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20783
/proc/meminfo: memFree=1750248/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20184 CPUtime=1410.87
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 5904 0 0 0 140908 179 0 0 25 0 1 0 23180800 20668416 4773 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5046 4773 48 102 0 4941 0
Current children cumulated CPU time (s) 1419.46
Current children cumulated vsize (KiB) 42408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20783
/proc/meminfo: memFree=1750120/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20184 CPUtime=1470.83
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 5904 0 0 0 146904 179 0 0 25 0 1 0 23180800 20668416 4773 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5046 4773 48 102 0 4941 0
Current children cumulated CPU time (s) 1479.42
Current children cumulated vsize (KiB) 42408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20783
/proc/meminfo: memFree=1750056/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20184 CPUtime=1530.81
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 5904 0 0 0 152902 179 0 0 25 0 1 0 23180800 20668416 4773 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5046 4773 48 102 0 4941 0
Current children cumulated CPU time (s) 1539.4
Current children cumulated vsize (KiB) 42408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20783
/proc/meminfo: memFree=1749480/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20844 CPUtime=1590.78
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 6162 0 0 0 158899 179 0 0 25 0 1 0 23180800 21344256 4921 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5211 4921 48 102 0 5106 0
Current children cumulated CPU time (s) 1599.37
Current children cumulated vsize (KiB) 43068

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20783
/proc/meminfo: memFree=1749480/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20844 CPUtime=1650.75
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 6162 0 0 0 164896 179 0 0 25 0 1 0 23180800 21344256 4921 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5211 4921 48 102 0 5106 0
Current children cumulated CPU time (s) 1659.34
Current children cumulated vsize (KiB) 43068

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 20783
/proc/meminfo: memFree=1749416/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20844 CPUtime=1710.72
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 6162 0 0 0 170893 179 0 0 25 0 1 0 23180800 21344256 4921 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5211 4921 48 102 0 5106 0
Current children cumulated CPU time (s) 1719.31
Current children cumulated vsize (KiB) 43068

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 20783
/proc/meminfo: memFree=1749224/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20844 CPUtime=1770.7
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 6281 0 0 0 176891 179 0 0 25 0 1 0 23180800 21344256 4927 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5211 4927 48 102 0 5106 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 43068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 20783
/proc/meminfo: memFree=1749224/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20844 CPUtime=1791.49
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 6281 0 0 0 178970 179 0 0 25 0 1 0 23180800 21344256 4927 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5211 4927 48 102 0 5106 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 43068

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

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

[startup+1803.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 20783
/proc/meminfo: memFree=1749224/2055920 swapFree=4192812/4192956
[pid=20721] ppid=20719 vsize=16868 CPUtime=8.59
/proc/20721/stat : 20721 (sugar) S 20719 20721 17819 0 -1 4194304 1364 36450 0 2 5 1 824 29 16 0 1 0 23179924 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20721/statm: 4217 1112 409 3 0 796 0
[pid=20744] ppid=20721 vsize=5356 CPUtime=0
/proc/20744/stat : 20744 (sh) S 20721 20721 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23180800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20744/statm: 1339 232 193 169 0 50 0
[pid=20745] ppid=20744 vsize=20844 CPUtime=1791.49
/proc/20745/stat : 20745 (picosat) R 20744 20721 17819 0 -1 4194304 6281 0 0 0 178970 179 0 0 25 0 1 0 23180800 21344256 4927 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/20745/statm: 5211 4927 48 102 0 5106 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 43068

Child status: 0
Real time (s): 1803.13
CPU time (s): 1800.13
CPU user time (s): 1798.01
CPU system time (s): 2.11868
CPU usage (%): 99.8338
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.11868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44852
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= 3793
involuntary context switches= 13462

runsolver used 2.6446 second user time and 5.54516 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 03:12:33
IDJOB=2075250
IDBENCH=56253
IDSOLVER=738
FILE ID=node80/2075250-1247361153
PBS_JOBID= 9506967
Free space on /tmp= 66252 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-11_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-2075250-1247361153/watcher-2075250-1247361153 -o /tmp/evaluation-result-2075250-1247361153/solver-2075250-1247361153 -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-2075250-1247361153.xml

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

MD5SUM BENCH= e4d4cd01e44f33c30ce76f83077a2ba5
RANDOM SEED=840782493

node80.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.285
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.285
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:       1588424 kB
Buffers:         16260 kB
Cached:          97368 kB
SwapCached:          0 kB
Active:         369512 kB
Inactive:        53412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4216 kB
Writeback:           0 kB
Mapped:         324976 kB
Slab:            29264 kB
Committed_AS:   891900 kB
PageTables:       2344 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= 66248 MiB
End job on node80 at 2009-07-12 03:42:39