Trace number 1092750

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.09 1808.02

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-20.xml
MD5SUMd7708ecaa4b0e9b8ee6812bd6eefd125
Bench Category2-ARY-INT (binary constraints in intension)
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 variables80
Number of constraints3220
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3220
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.05	c 0	BEGIN Sat Jul  5 18:59:40 2008
0.00/0.05	c 0	PID 21438
0.04/0.05	c 0	HOST node68.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1092750-1215277180.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092750-1215277180.xml' 'HOME/temp.csp'
0.04/0.82	c 1	1 domains, 80 variables, 2 predicates, 0 relations, 3220 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	c 1	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'
0.80/0.92	c 1	Parsing HOME/temp.csp
1.23/1.32	c 2	parsed 3303 expressions
1.23/1.33	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.33	c 2	Converting to clausal form CSP
1.34/1.42	c 2	converted 331 (10%) expressions
1.44/1.52	c 2	converted 661 (20%) expressions
1.44/1.55	c 2	converted 991 (30%) expressions
1.44/1.56	c 2	converted 1322 (40%) expressions
1.44/1.57	c 2	converted 1652 (50%) expressions
1.44/1.58	c 2	converted 1982 (60%) expressions
1.44/1.59	c 2	converted 2313 (70%) expressions
1.54/1.60	c 2	converted 2643 (80%) expressions
1.54/1.61	c 2	converted 2973 (90%) expressions
1.54/1.62	c 2	converted 3303 (100%) expressions
1.54/1.62	c 2	CSP : 80 integers, 0 booleans, 3280 clauses, largest domain size 80
1.54/1.62	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.62	c 2	Propagation in CSP
1.64/1.70	c 2	2760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.70	c 2	CSP : 80 integers, 0 booleans, 3280 clauses, largest domain size 74
1.64/1.70	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.70	c 2	Simplifing CSP by introducing new Boolean variables
1.64/1.79	c 2	CSP : 80 integers, 6320 booleans, 9600 clauses, largest domain size 74
1.64/1.79	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.84	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.74/1.85	c 2	8 (10%) CSP integer variables are encoded (492 clauses, 5264 bytes)
1.74/1.86	c 2	16 (20%) CSP integer variables are encoded (792 clauses, 8564 bytes)
1.74/1.86	c 2	24 (30%) CSP integer variables are encoded (1140 clauses, 12717 bytes)
1.74/1.86	c 2	32 (40%) CSP integer variables are encoded (1536 clauses, 17865 bytes)
1.74/1.86	c 2	40 (50%) CSP integer variables are encoded (1740 clauses, 20517 bytes)
1.74/1.86	c 2	48 (60%) CSP integer variables are encoded (2232 clauses, 26913 bytes)
1.74/1.86	c 2	56 (70%) CSP integer variables are encoded (2532 clauses, 30813 bytes)
1.74/1.86	c 2	64 (80%) CSP integer variables are encoded (2880 clauses, 35337 bytes)
1.74/1.86	c 2	72 (90%) CSP integer variables are encoded (3276 clauses, 40485 bytes)
1.74/1.86	c 2	80 (100%) CSP integer variables are encoded (3480 clauses, 43137 bytes)
1.83/1.95	c 2	960 (10%) CSP clauses are encoded (30601 clauses, 505475 bytes)
1.94/2.01	c 2	1920 (20%) CSP clauses are encoded (52508 clauses, 886449 bytes)
1.94/2.05	c 2	2880 (30%) CSP clauses are encoded (67036 clauses, 1138060 bytes)
1.94/2.07	c 2	3840 (40%) CSP clauses are encoded (74734 clauses, 1268565 bytes)
2.04/2.11	c 2	4800 (50%) CSP clauses are encoded (93216 clauses, 1601685 bytes)
2.04/2.17	c 2	5760 (60%) CSP clauses are encoded (116325 clauses, 2031696 bytes)
2.04/2.20	c 2	6720 (70%) CSP clauses are encoded (131507 clauses, 2311344 bytes)
2.13/2.25	c 2	7680 (80%) CSP clauses are encoded (149229 clauses, 2638102 bytes)
2.13/2.29	c 3	8640 (90%) CSP clauses are encoded (170657 clauses, 3033873 bytes)
2.22/2.33	c 3	9600 (100%) CSP clauses are encoded (189074 clauses, 3375266 bytes)
2.22/2.33	c 3	9600 CSP clauses encoded
2.22/2.33	c 3	Writing map file : HOME/temp.map
2.22/2.33	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.33	c 3	SAT : 9880 SAT variables, 189074 SAT clauses, 3375266 bytes
2.22/2.33	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.34	c 3	SOLVING HOME/temp.cnf
2.22/2.34	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1808.01	sh: line 1: 21462 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.05/1808.01	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1808.01	c 1808	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.05/1808.02	c ERROR INTERRUPTED
1800.05/1808.02	s UNKNOWN
1800.05/1808.02	c 1808	CPU 1798.91 (0.03 0.01 1798.88 1.15)
1800.05/1808.02	c 1808	END Sat Jul  5 19:29:48 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-1092750-1215277180/watcher-1092750-1215277180 -o /tmp/evaluation-result-1092750-1215277180/solver-1092750-1215277180 -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-1092750-1215277180.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21438
/proc/meminfo: memFree=1716160/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=12268 CPUtime=0
/proc/21438/stat : 21438 (sugar) R 21436 21438 21238 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006687587 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213112289893 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21438/statm: 3067 316 241 3 0 167 0

[startup+0.050707 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21438
/proc/meminfo: memFree=1716160/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=0.04
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2006687587 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101064 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21438
/proc/meminfo: memFree=1716160/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=0.04
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006687587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30108 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21438
/proc/meminfo: memFree=1716160/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=0.04
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006687587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701154 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21438
/proc/meminfo: memFree=1716160/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=0.04
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006687587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 21460
/proc/meminfo: memFree=1708840/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=0.8
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 973 6677 0 1 3 1 72 4 15 0 1 0 2006687587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 797 370 3 0 500 0
[pid=21451] ppid=21438 vsize=5356 CPUtime=0
/proc/21451/stat : 21451 (sh) S 21438 21438 21238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006687671 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21451/statm: 1339 233 193 169 0 50 0
[pid=21452] ppid=21451 vsize=868372 CPUtime=0.64
/proc/21452/stat : 21452 (java) S 21451 21438 21238 0 -1 0 5082 0 1 0 62 2 0 0 19 0 9 0 2006687671 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21452/statm: 217093 4514 1731 9 0 211668 0
[pid=21452/tid=21453] ppid=21451 vsize=868372 CPUtime=0.45
/proc/21452/task/21453/stat : 21453 (java) R 21451 21438 21238 0 -1 64 2640 0 1 0 44 1 0 0 21 0 9 0 2006687672 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4126370304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21452/tid=21454] ppid=21451 vsize=868372 CPUtime=0.02
/proc/21452/task/21454/stat : 21454 (java) S 21451 21438 21238 0 -1 64 335 0 0 0 2 0 0 0 16 0 9 0 2006687673 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21452/tid=21455] ppid=21451 vsize=868372 CPUtime=0
/proc/21452/task/21455/stat : 21455 (java) S 21451 21438 21238 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006687673 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21452/tid=21456] ppid=21451 vsize=868372 CPUtime=0
/proc/21452/task/21456/stat : 21456 (java) S 21451 21438 21238 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006687673 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21452/tid=21457] ppid=21451 vsize=868372 CPUtime=0
/proc/21452/task/21457/stat : 21457 (java) S 21451 21438 21238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006687675 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21452/tid=21458] ppid=21451 vsize=868372 CPUtime=0.15
/proc/21452/task/21458/stat : 21458 (java) S 21451 21438 21238 0 -1 64 1416 0 0 0 15 0 0 0 17 0 9 0 2006687675 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21452/tid=21459] ppid=21451 vsize=868372 CPUtime=0
/proc/21452/task/21459/stat : 21459 (java) S 21451 21438 21238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006687675 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21452/tid=21460] ppid=21451 vsize=868372 CPUtime=0
/proc/21452/task/21460/stat : 21460 (java) S 21451 21438 21238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006687675 889212928 4514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887328

[startup+3.10156 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 21460
/proc/meminfo: memFree=1696296/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 13600

[startup+6.30111 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 21462
/proc/meminfo: memFree=1702952/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=8620 CPUtime=3.91
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 1876 0 0 0 298 93 0 0 25 0 1 0 2006687822 8826880 1862 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21462/statm: 2155 1862 42 102 0 2050 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27576

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 21462
/proc/meminfo: memFree=1702696/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=8884 CPUtime=10.25
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 1942 0 0 0 932 93 0 0 25 0 1 0 2006687822 9097216 1928 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21462/statm: 2221 1928 42 102 0 2116 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 27840

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 21462
/proc/meminfo: memFree=1702376/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=9280 CPUtime=22.92
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 2061 0 0 0 2199 93 0 0 25 0 1 0 2006687822 9502720 2047 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21462/statm: 2320 2047 42 102 0 2215 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 28236

[startup+51.1017 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 21462
/proc/meminfo: memFree=1701480/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=10072 CPUtime=48.29
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 2286 0 0 0 4735 94 0 0 25 0 1 0 2006687822 10313728 2272 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21462/statm: 2518 2272 42 102 0 2413 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 29028

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 21468
/proc/meminfo: memFree=1699688/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=11788 CPUtime=98.98
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 2725 0 0 0 9804 94 0 0 25 0 1 0 2006687822 12070912 2711 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/21462/statm: 2947 2711 42 102 0 2842 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 30744

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21468
/proc/meminfo: memFree=1699240/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=12188 CPUtime=158.41
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 2863 0 0 0 15747 94 0 0 25 0 1 0 2006687822 12480512 2794 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/21462/statm: 3047 2794 48 102 0 2942 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 31144

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21468
/proc/meminfo: memFree=1698984/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=12320 CPUtime=217.84
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 2963 0 0 0 21690 94 0 0 25 0 1 0 2006687822 12615680 2850 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/21462/statm: 3080 2850 48 102 0 2975 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 31276

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

[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=14688 CPUtime=1232.31
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 3960 0 0 0 123132 99 0 0 25 0 1 0 2006687822 15040512 3405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3672 3405 48 102 0 3567 0
Current children cumulated CPU time (s) 1234.59
Current children cumulated vsize (KiB) 33644

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21607
/proc/meminfo: memFree=1700416/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=14952 CPUtime=1292.29
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4096 0 0 0 129130 99 0 0 25 0 1 0 2006687822 15310848 3473 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3738 3473 48 102 0 3633 0
Current children cumulated CPU time (s) 1294.57
Current children cumulated vsize (KiB) 33908

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21607
/proc/meminfo: memFree=1700416/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=14952 CPUtime=1352.26
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4096 0 0 0 135127 99 0 0 25 0 1 0 2006687822 15310848 3473 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3738 3473 48 102 0 3633 0
Current children cumulated CPU time (s) 1354.54
Current children cumulated vsize (KiB) 33908

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21607
/proc/meminfo: memFree=1700352/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15084 CPUtime=1412.24
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4149 0 0 0 141125 99 0 0 25 0 1 0 2006687822 15446016 3526 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3771 3526 48 102 0 3666 0
Current children cumulated CPU time (s) 1414.52
Current children cumulated vsize (KiB) 34040

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21607
/proc/meminfo: memFree=1699904/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15216 CPUtime=1472.21
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4247 0 0 0 147122 99 0 0 25 0 1 0 2006687822 15581184 3552 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3804 3552 48 102 0 3699 0
Current children cumulated CPU time (s) 1474.49
Current children cumulated vsize (KiB) 34172

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21607
/proc/meminfo: memFree=1699840/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15216 CPUtime=1532.18
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4247 0 0 0 153119 99 0 0 25 0 1 0 2006687822 15581184 3552 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3804 3552 48 102 0 3699 0
Current children cumulated CPU time (s) 1534.46
Current children cumulated vsize (KiB) 34172

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21607
/proc/meminfo: memFree=1699584/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15480 CPUtime=1592.15
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4398 0 0 0 159116 99 0 0 25 0 1 0 2006687822 15851520 3628 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3870 3628 48 102 0 3765 0
Current children cumulated CPU time (s) 1594.43
Current children cumulated vsize (KiB) 34436

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 21607
/proc/meminfo: memFree=1699584/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15480 CPUtime=1652.12
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4398 0 0 0 165113 99 0 0 25 0 1 0 2006687822 15851520 3628 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3870 3628 48 102 0 3765 0
Current children cumulated CPU time (s) 1654.4
Current children cumulated vsize (KiB) 34436

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 21608
/proc/meminfo: memFree=1699576/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15480 CPUtime=1712.11
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4398 0 0 0 171111 100 0 0 25 0 1 0 2006687822 15851520 3628 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3870 3628 48 102 0 3765 0
Current children cumulated CPU time (s) 1714.39
Current children cumulated vsize (KiB) 34436

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 21608
/proc/meminfo: memFree=1699384/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15612 CPUtime=1772.08
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4516 0 0 0 177108 100 0 0 25 0 1 0 2006687822 15986688 3671 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3903 3671 48 102 0 3798 0
Current children cumulated CPU time (s) 1774.36
Current children cumulated vsize (KiB) 34568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 21608
/proc/meminfo: memFree=1699384/2055920 swapFree=4180444/4192956
[pid=21438] ppid=21436 vsize=13600 CPUtime=2.28
/proc/21438/stat : 21438 (sugar) S 21436 21438 21238 0 -1 4194304 1022 14377 0 2 3 1 210 14 16 0 1 0 2006687587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21438/statm: 3400 798 370 3 0 500 0
[pid=21461] ppid=21438 vsize=5356 CPUtime=0
/proc/21461/stat : 21461 (sh) S 21438 21438 21238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006687821 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21461/statm: 1339 232 193 169 0 50 0
[pid=21462] ppid=21461 vsize=15612 CPUtime=1797.77
/proc/21462/stat : 21462 (picosat) R 21461 21438 21238 0 -1 4194304 4516 0 0 0 179677 100 0 0 25 0 1 0 2006687822 15986688 3671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21462/statm: 3903 3671 48 102 0 3798 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 34568

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): 1808.02
CPU time (s): 1800.09
CPU user time (s): 1798.92
CPU system time (s): 1.17082
CPU usage (%): 99.5614
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.17082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20648
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= 2289
involuntary context switches= 22523

runsolver used 2.01169 second user time and 5.29619 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-05 18:59:40
IDJOB=1092750
IDBENCH=58654
IDSOLVER=345
FILE ID=node68/1092750-1215277180
PBS_JOBID= 7882261
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-20.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-1092750-1215277180/watcher-1092750-1215277180 -o /tmp/evaluation-result-1092750-1215277180/solver-1092750-1215277180 -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-1092750-1215277180.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d7708ecaa4b0e9b8ee6812bd6eefd125
RANDOM SEED=635460929

node68.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.261
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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716640 kB
Buffers:         46828 kB
Cached:         221460 kB
SwapCached:       6772 kB
Active:         160564 kB
Inactive:       126116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716640 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          25072 kB
Slab:            38064 kB
Committed_AS:  4416292 kB
PageTables:       1704 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= 66524 MiB
End job on node68 at 2008-07-05 19:29:50