Trace number 1084527

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 1811.23

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-25.xml
MD5SUM2c5f399349a6b384e73a7b5ef5bab743
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 variables50
Number of constraints1250
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1250
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 06:03:13 2008
0.00/0.05	c 0	PID 5074
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1084527-1215230593.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084527-1215230593.xml' 'HOME/temp.csp'
0.03/0.64	c 1	1 domains, 50 variables, 2 predicates, 0 relations, 1250 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.61/0.76	c 1	Parsing HOME/temp.csp
0.61/0.91	c 1	parsed 1303 expressions
0.61/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.92	c 1	Converting to clausal form CSP
0.61/0.97	c 1	converted 131 (10%) expressions
0.91/1.02	c 1	converted 261 (20%) expressions
0.91/1.09	c 1	converted 391 (30%) expressions
1.01/1.11	c 1	converted 522 (40%) expressions
1.01/1.13	c 2	converted 652 (50%) expressions
1.01/1.13	c 2	converted 782 (60%) expressions
1.01/1.15	c 2	converted 913 (70%) expressions
1.01/1.15	c 2	converted 1043 (80%) expressions
1.01/1.16	c 2	converted 1173 (90%) expressions
1.01/1.16	c 2	converted 1303 (100%) expressions
1.01/1.16	c 2	CSP : 50 integers, 0 booleans, 1275 clauses, largest domain size 50
1.01/1.16	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.16	c 2	Propagation in CSP
1.10/1.20	c 2	700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.20	c 2	CSP : 50 integers, 0 booleans, 1275 clauses, largest domain size 48
1.10/1.20	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.21	c 2	Simplifing CSP by introducing new Boolean variables
1.10/1.24	c 2	CSP : 50 integers, 2450 booleans, 3725 clauses, largest domain size 48
1.10/1.24	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.28	c 2	5 (10%) CSP integer variables are encoded (220 clauses, 2274 bytes)
1.10/1.28	c 2	10 (20%) CSP integer variables are encoded (415 clauses, 4419 bytes)
1.10/1.29	c 2	15 (30%) CSP integer variables are encoded (585 clauses, 6289 bytes)
1.10/1.29	c 2	20 (40%) CSP integer variables are encoded (730 clauses, 7884 bytes)
1.10/1.29	c 2	25 (50%) CSP integer variables are encoded (850 clauses, 9204 bytes)
1.10/1.29	c 2	30 (60%) CSP integer variables are encoded (1070 clauses, 11821 bytes)
1.10/1.29	c 2	35 (70%) CSP integer variables are encoded (1265 clauses, 14356 bytes)
1.10/1.29	c 2	40 (80%) CSP integer variables are encoded (1435 clauses, 16566 bytes)
1.10/1.29	c 2	45 (90%) CSP integer variables are encoded (1580 clauses, 18451 bytes)
1.10/1.29	c 2	50 (100%) CSP integer variables are encoded (1700 clauses, 20011 bytes)
1.20/1.33	c 2	373 (10%) CSP clauses are encoded (10579 clauses, 162542 bytes)
1.20/1.36	c 2	745 (20%) CSP clauses are encoded (18745 clauses, 302389 bytes)
1.20/1.38	c 2	1118 (30%) CSP clauses are encoded (26339 clauses, 431823 bytes)
1.30/1.40	c 2	1490 (40%) CSP clauses are encoded (33338 clauses, 550827 bytes)
1.30/1.42	c 2	1863 (50%) CSP clauses are encoded (39701 clauses, 658936 bytes)
1.30/1.44	c 2	2235 (60%) CSP clauses are encoded (44911 clauses, 747123 bytes)
1.30/1.45	c 2	2608 (70%) CSP clauses are encoded (49220 clauses, 819826 bytes)
1.30/1.46	c 2	2980 (80%) CSP clauses are encoded (54684 clauses, 914671 bytes)
1.30/1.48	c 2	3353 (90%) CSP clauses are encoded (62981 clauses, 1068736 bytes)
1.30/1.49	c 2	3725 (100%) CSP clauses are encoded (70189 clauses, 1202712 bytes)
1.30/1.49	c 2	3725 CSP clauses encoded
1.30/1.49	c 2	Writing map file : HOME/temp.map
1.40/1.50	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.50	c 2	SAT : 4200 SAT variables, 70189 SAT clauses, 1202712 bytes
1.40/1.50	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.54	c 2	SOLVING HOME/temp.cnf
1.40/1.54	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1811.20	sh: line 1:  5098 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1811.21	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1811.21	c 1812	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.04/1811.21	c ERROR INTERRUPTED
1800.04/1811.23	s UNKNOWN
1800.04/1811.23	c 1812	CPU 1799.42 (0.03 0 1799.39 0.64)
1800.04/1811.23	c 1812	END Sat Jul  5 06:33:25 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-1084527-1215230593/watcher-1084527-1215230593 -o /tmp/evaluation-result-1084527-1215230593/solver-1084527-1215230593 -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-1084527-1215230593.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/73 5074
/proc/meminfo: memFree=1643160/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=12268 CPUtime=0
/proc/5074/stat : 5074 (sugar) R 5072 5074 3248 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002033374 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5074/statm: 3067 316 241 3 0 167 0

[startup+0.0919661 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5074
/proc/meminfo: memFree=1643160/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=0.03
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002033374 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102964 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5074
/proc/meminfo: memFree=1643160/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=0.03
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002033374 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301987 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5074
/proc/meminfo: memFree=1643160/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=0.03
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002033374 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702022 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5074
/proc/meminfo: memFree=1643160/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=0.61
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 956 4804 0 1 3 0 55 3 16 0 1 0 2002033374 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50109 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5096
/proc/meminfo: memFree=1634560/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=0.61
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 974 4804 0 1 3 0 55 3 15 0 1 0 2002033374 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 797 370 3 0 500 0
[pid=5087] ppid=5074 vsize=5356 CPUtime=0
/proc/5087/stat : 5087 (sh) S 5074 5074 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002033442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5087/statm: 1339 233 193 169 0 50 0
[pid=5088] ppid=5087 vsize=868372 CPUtime=0.79
/proc/5088/stat : 5088 (java) S 5087 5074 3248 0 -1 0 6527 0 1 0 74 5 0 0 18 0 9 0 2002033442 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5088/statm: 217093 5734 2564 9 0 211640 0
[pid=5088/tid=5089] ppid=5087 vsize=868372 CPUtime=0.47
/proc/5088/task/5089/stat : 5089 (java) R 5087 5074 3248 0 -1 64 2741 0 1 0 45 2 0 0 23 0 9 0 2002033443 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4126581705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5088/tid=5090] ppid=5087 vsize=868372 CPUtime=0.06
/proc/5088/task/5090/stat : 5090 (java) S 5087 5074 3248 0 -1 64 1632 0 0 0 6 0 0 0 16 0 9 0 2002033445 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5088/tid=5091] ppid=5087 vsize=868372 CPUtime=0
/proc/5088/task/5091/stat : 5091 (java) S 5087 5074 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002033445 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5088/tid=5092] ppid=5087 vsize=868372 CPUtime=0
/proc/5088/task/5092/stat : 5092 (java) S 5087 5074 3248 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002033445 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5088/tid=5093] ppid=5087 vsize=868372 CPUtime=0
/proc/5088/task/5093/stat : 5093 (java) S 5087 5074 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002033447 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5088/tid=5094] ppid=5087 vsize=868372 CPUtime=0.22
/proc/5088/task/5094/stat : 5094 (java) S 5087 5074 3248 0 -1 64 1460 0 0 0 22 0 0 0 16 0 9 0 2002033447 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5088/tid=5095] ppid=5087 vsize=868372 CPUtime=0
/proc/5088/task/5095/stat : 5095 (java) S 5087 5074 3248 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002033447 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5088/tid=5096] ppid=5087 vsize=868372 CPUtime=0
/proc/5088/task/5096/stat : 5096 (java) S 5087 5074 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002033447 889212928 5734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887328

[startup+3.10124 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1637184/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=3652 CPUtime=1.53
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 814 0 0 0 122 31 0 0 25 0 1 0 2002033528 3739648 797 996147200 134512640 134931368 4294956256 18446744073709551615 134530916 0 0 4096 0 0 0 0 17 1 0 0
/proc/5098/statm: 913 797 42 102 0 808 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 22608

[startup+6.30253 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1636032/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=4568 CPUtime=4.71
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 989 0 0 0 439 32 0 0 25 0 1 0 2002033528 4677632 972 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5098/statm: 1142 972 42 102 0 1037 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23524

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1634816/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=5852 CPUtime=11.05
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 1308 0 0 0 1073 32 0 0 25 0 1 0 2002033528 5992448 1289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5098/statm: 1463 1289 48 102 0 1358 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24808

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1634368/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=6116 CPUtime=23.72
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 1366 0 0 0 2340 32 0 0 25 0 1 0 2002033528 6262784 1347 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5098/statm: 1529 1347 48 102 0 1424 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 25072

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1629440/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=6416 CPUtime=49.09
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 1443 0 0 0 4877 32 0 0 25 0 1 0 2002033528 6569984 1424 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/5098/statm: 1604 1424 48 102 0 1499 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 25372

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1626560/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=7216 CPUtime=99.8
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 1659 0 0 0 9948 32 0 0 25 0 1 0 2002033528 7389184 1640 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5098/statm: 1804 1640 48 102 0 1699 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 26172

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1624320/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=7992 CPUtime=159.24
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 1868 0 0 0 15892 32 0 0 25 0 1 0 2002033528 8183808 1849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5098/statm: 1998 1849 48 102 0 1893 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 26948

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5098
/proc/meminfo: memFree=1623552/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=12768 CPUtime=1230.01
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4079 0 0 0 122963 38 0 0 25 0 1 0 2002033528 13074432 3082 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3192 3082 48 102 0 3087 0
Current children cumulated CPU time (s) 1231.43
Current children cumulated vsize (KiB) 31724

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 5156
/proc/meminfo: memFree=1585504/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14328 CPUtime=1289.97
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4349 0 0 0 128955 42 0 0 25 0 1 0 2002033528 14671872 3286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3582 3286 48 102 0 3477 0
Current children cumulated CPU time (s) 1291.39
Current children cumulated vsize (KiB) 33284

[startup+1362.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 5192
/proc/meminfo: memFree=1419784/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14328 CPUtime=1349.92
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4349 0 0 0 134949 43 0 0 25 0 1 0 2002033528 14671872 3286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3582 3286 48 102 0 3477 0
Current children cumulated CPU time (s) 1351.34
Current children cumulated vsize (KiB) 33284

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 5192
/proc/meminfo: memFree=1419720/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14460 CPUtime=1409.9
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4418 0 0 0 140947 43 0 0 25 0 1 0 2002033528 14807040 3289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3615 3289 48 102 0 3510 0
Current children cumulated CPU time (s) 1411.32
Current children cumulated vsize (KiB) 33416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5192
/proc/meminfo: memFree=1419400/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14592 CPUtime=1469.87
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4538 0 0 0 146944 43 0 0 25 0 1 0 2002033528 14942208 3339 996147200 134512640 134931368 4294956256 18446744073709551615 134525663 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3648 3339 48 102 0 3543 0
Current children cumulated CPU time (s) 1471.29
Current children cumulated vsize (KiB) 33548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5192
/proc/meminfo: memFree=1419400/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14592 CPUtime=1529.85
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4538 0 0 0 152942 43 0 0 25 0 1 0 2002033528 14942208 3339 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3648 3339 48 102 0 3543 0
Current children cumulated CPU time (s) 1531.27
Current children cumulated vsize (KiB) 33548

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/72 5222
/proc/meminfo: memFree=1616096/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14988 CPUtime=1589.83
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4711 0 0 0 158936 47 0 0 25 0 1 0 2002033528 15347712 3442 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3747 3442 48 102 0 3642 0
Current children cumulated CPU time (s) 1591.25
Current children cumulated vsize (KiB) 33944

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 5309
/proc/meminfo: memFree=1411080/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14632 CPUtime=1649.79
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4790 0 0 0 164928 51 0 0 25 0 1 0 2002033528 14983168 3376 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3658 3376 48 102 0 3553 0
Current children cumulated CPU time (s) 1651.21
Current children cumulated vsize (KiB) 33588

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/83 5309
/proc/meminfo: memFree=1410888/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=14632 CPUtime=1709.75
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 4790 0 0 0 170924 51 0 0 25 0 1 0 2002033528 14983168 3376 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3658 3376 48 102 0 3553 0
Current children cumulated CPU time (s) 1711.17
Current children cumulated vsize (KiB) 33588

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 5309
/proc/meminfo: memFree=1410312/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=15292 CPUtime=1769.74
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 5026 0 0 0 176922 52 0 0 25 0 1 0 2002033528 15659008 3539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3823 3539 48 102 0 3718 0
Current children cumulated CPU time (s) 1771.16
Current children cumulated vsize (KiB) 34248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.01 2.00 5/85 5347
/proc/meminfo: memFree=1628920/2055920 swapFree=4180844/4192956
[pid=5074] ppid=5072 vsize=13600 CPUtime=1.42
/proc/5074/stat : 5074 (sugar) S 5072 5074 3248 0 -1 4194304 1022 11629 0 2 3 0 130 9 16 0 1 0 2002033374 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5074/statm: 3400 798 370 3 0 500 0
[pid=5097] ppid=5074 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5074 5074 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002033528 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5097/statm: 1339 232 193 169 0 50 0
[pid=5098] ppid=5097 vsize=15292 CPUtime=1798.62
/proc/5098/stat : 5098 (picosat) R 5097 5074 3248 0 -1 4194304 5026 0 0 0 179808 54 0 0 25 0 1 0 2002033528 15659008 3539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 3823 3539 48 102 0 3718 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 34248

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.23
CPU time (s): 1800.09
CPU user time (s): 1799.43
CPU system time (s): 0.657899
CPU usage (%): 99.3847
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18387
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= 1854
involuntary context switches= 29341

runsolver used 2.17667 second user time and 5.9411 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 06:03:13
IDJOB=1084527
IDBENCH=57570
IDSOLVER=345
FILE ID=node25/1084527-1215230593
PBS_JOBID= 7881822
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-25.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-1084527-1215230593/watcher-1084527-1215230593 -o /tmp/evaluation-result-1084527-1215230593/solver-1084527-1215230593 -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-1084527-1215230593.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c5f399349a6b384e73a7b5ef5bab743
RANDOM SEED=635091367

node25.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.234
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.234
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:       1643640 kB
Buffers:         67740 kB
Cached:         225404 kB
SwapCached:       6260 kB
Active:         248732 kB
Inactive:       106544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643640 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          68152 kB
Slab:            42028 kB
Committed_AS:  3573592 kB
PageTables:       2052 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= 66500 MiB
End job on node25 at 2008-07-05 06:33:27