Trace number 1088774

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.06 1813.02

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-2-28.xml
MD5SUMcef54e86dcfce109125762a011634b06
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.12898
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints3541
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3541
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 14:13:56 2008
0.00/0.04	c 0	PID 2444
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088774-1215260036.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-1088774-1215260036.xml' 'HOME/temp.csp'
0.03/0.57	c 0	1 domains, 211 variables, 1 predicates, 0 relations, 3541 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 0	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.54/0.70	c 0	Parsing HOME/temp.csp
0.90/1.08	c 1	parsed 3754 expressions
0.90/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.09	c 1	Converting to clausal form CSP
1.00/1.17	c 1	converted 376 (10%) expressions
1.09/1.29	c 1	converted 751 (20%) expressions
1.20/1.31	c 1	converted 1127 (30%) expressions
1.20/1.32	c 1	converted 1502 (40%) expressions
1.20/1.34	c 1	converted 1877 (50%) expressions
1.20/1.35	c 1	converted 2253 (60%) expressions
1.20/1.35	c 1	converted 2628 (70%) expressions
1.20/1.37	c 1	converted 3004 (80%) expressions
1.20/1.38	c 1	converted 3379 (90%) expressions
1.20/1.39	c 1	converted 3754 (100%) expressions
1.20/1.39	c 1	CSP : 211 integers, 0 booleans, 3541 clauses, largest domain size 28
1.20/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.39	c 1	Propagation in CSP
1.29/1.44	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.44	c 1	CSP : 211 integers, 0 booleans, 3541 clauses, largest domain size 28
1.29/1.44	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.44	c 1	Simplifing CSP by introducing new Boolean variables
1.39/1.54	c 1	CSP : 211 integers, 7082 booleans, 10623 clauses, largest domain size 28
1.39/1.54	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.60	c 1	22 (10%) CSP integer variables are encoded (572 clauses, 6148 bytes)
1.49/1.61	c 1	43 (20%) CSP integer variables are encoded (1118 clauses, 12466 bytes)
1.49/1.61	c 1	64 (30%) CSP integer variables are encoded (1664 clauses, 19564 bytes)
1.49/1.61	c 1	85 (40%) CSP integer variables are encoded (2210 clauses, 26662 bytes)
1.49/1.61	c 1	106 (50%) CSP integer variables are encoded (2756 clauses, 33760 bytes)
1.49/1.62	c 1	127 (60%) CSP integer variables are encoded (3302 clauses, 40858 bytes)
1.49/1.62	c 1	148 (70%) CSP integer variables are encoded (3848 clauses, 47956 bytes)
1.49/1.62	c 1	169 (80%) CSP integer variables are encoded (4394 clauses, 55054 bytes)
1.49/1.62	c 1	190 (90%) CSP integer variables are encoded (4940 clauses, 62152 bytes)
1.49/1.62	c 1	211 (100%) CSP integer variables are encoded (5486 clauses, 69250 bytes)
1.59/1.71	c 1	1063 (10%) CSP clauses are encoded (25692 clauses, 399219 bytes)
1.59/1.76	c 1	2125 (20%) CSP clauses are encoded (45870 clauses, 743688 bytes)
1.69/1.81	c 1	3187 (30%) CSP clauses are encoded (66048 clauses, 1096068 bytes)
1.69/1.85	c 2	4250 (40%) CSP clauses are encoded (86254 clauses, 1449428 bytes)
1.69/1.89	c 2	5312 (50%) CSP clauses are encoded (106432 clauses, 1802780 bytes)
1.78/1.93	c 2	6374 (60%) CSP clauses are encoded (126610 clauses, 2155754 bytes)
1.78/1.98	c 2	7437 (70%) CSP clauses are encoded (146789 clauses, 2523552 bytes)
1.88/2.03	c 2	8499 (80%) CSP clauses are encoded (166967 clauses, 2896950 bytes)
1.88/2.07	c 2	9561 (90%) CSP clauses are encoded (187145 clauses, 3290328 bytes)
1.98/2.12	c 2	10623 (100%) CSP clauses are encoded (207323 clauses, 3683976 bytes)
1.98/2.12	c 2	10623 CSP clauses encoded
1.98/2.12	c 2	Writing map file : HOME/temp.map
1.98/2.13	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.13	c 2	SAT : 12779 SAT variables, 207323 SAT clauses, 3683976 bytes
1.98/2.13	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.14	c 2	SOLVING HOME/temp.cnf
1.98/2.14	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1813.01	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1813.01	c 1813	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1813.01	c ERROR INTERRUPTED
1800.01/1813.01	s UNKNOWN
1800.01/1813.01	c 1813	CPU 1798.78 (0.03 0.01 1798.75 1.25)
1800.01/1813.01	c 1813	END Sat Jul  5 14:44:09 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-1088774-1215260036/watcher-1088774-1215260036 -o /tmp/evaluation-result-1088774-1215260036/solver-1088774-1215260036 -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-1088774-1215260036.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 2444
/proc/meminfo: memFree=1721108/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=12272 CPUtime=0
/proc/2444/stat : 2444 (sugar) R 2442 2444 1178 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 2004976457 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240925702912 0 0 4224 0 0 0 0 17 0 0 0
/proc/2444/statm: 3068 327 246 3 0 168 0

[startup+0.099709 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2444
/proc/meminfo: memFree=1721108/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=0.03
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2004976457 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101704 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2444
/proc/meminfo: memFree=1721108/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=0.03
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2004976457 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30173 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2444
/proc/meminfo: memFree=1721108/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=0.03
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2004976457 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701769 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 2444
/proc/meminfo: memFree=1721108/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=0.54
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 956 6764 0 1 3 0 47 4 17 0 1 0 2004976457 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2444/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 2466
/proc/meminfo: memFree=1712876/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=0.54
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 974 6764 0 1 3 0 47 4 15 0 1 0 2004976457 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 797 370 3 0 500 0
[pid=2457] ppid=2444 vsize=5356 CPUtime=0
/proc/2457/stat : 2457 (sh) S 2444 2444 1178 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004976519 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2457/statm: 1339 233 193 169 0 50 0
[pid=2458] ppid=2457 vsize=868468 CPUtime=0.85
/proc/2458/stat : 2458 (java) S 2457 2444 1178 0 -1 0 6174 0 1 0 82 3 0 0 19 0 9 0 2004976520 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2458/statm: 217117 5549 1843 9 0 211692 0
[pid=2458/tid=2459] ppid=2457 vsize=868468 CPUtime=0.54
/proc/2458/task/2459/stat : 2459 (java) R 2457 2444 1178 0 -1 64 2660 0 1 0 53 1 0 0 21 0 9 0 2004976521 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2458/tid=2460] ppid=2457 vsize=868468 CPUtime=0.08
/proc/2458/task/2460/stat : 2460 (java) R 2457 2444 1178 0 -1 64 1359 0 0 0 8 0 0 0 16 0 9 0 2004976522 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2458/tid=2461] ppid=2457 vsize=868468 CPUtime=0
/proc/2458/task/2461/stat : 2461 (java) S 2457 2444 1178 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2004976522 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2458/tid=2462] ppid=2457 vsize=868468 CPUtime=0
/proc/2458/task/2462/stat : 2462 (java) S 2457 2444 1178 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2004976522 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2458/tid=2463] ppid=2457 vsize=868468 CPUtime=0
/proc/2458/task/2463/stat : 2463 (java) S 2457 2444 1178 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2004976524 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2458/tid=2464] ppid=2457 vsize=868468 CPUtime=0.21
/proc/2458/task/2464/stat : 2464 (java) S 2457 2444 1178 0 -1 64 1464 0 0 0 20 1 0 0 16 0 9 0 2004976524 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2458/tid=2465] ppid=2457 vsize=868468 CPUtime=0
/proc/2458/task/2465/stat : 2465 (java) S 2457 2444 1178 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004976524 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2458/tid=2466] ppid=2457 vsize=868468 CPUtime=0
/proc/2458/task/2466/stat : 2466 (java) S 2457 2444 1178 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004976524 889311232 5549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887424

[startup+3.102 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 2466
/proc/meminfo: memFree=1698028/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 13600

[startup+6.30133 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 2468
/proc/meminfo: memFree=1706036/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=10148 CPUtime=4.1
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 2339 0 0 0 313 97 0 0 25 0 1 0 2004976672 10391552 2313 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 2537 2313 42 102 0 2432 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 29104

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 2468
/proc/meminfo: memFree=1702516/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=13188 CPUtime=10.45
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 3164 0 0 0 947 98 0 0 25 0 1 0 2004976672 13504512 3091 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 3297 3091 48 102 0 3192 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 32144

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 2468
/proc/meminfo: memFree=1701044/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=13452 CPUtime=23.12
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 3286 0 0 0 2214 98 0 0 25 0 1 0 2004976672 13774848 3165 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 3363 3165 48 102 0 3258 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 32408

[startup+51.1018 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 2468
/proc/meminfo: memFree=1698740/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=14376 CPUtime=48.49
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 3720 0 0 0 4750 99 0 0 25 0 1 0 2004976672 14721024 3441 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 3594 3441 48 102 0 3489 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 33332

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 2468
/proc/meminfo: memFree=1693684/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=16480 CPUtime=99.2
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 4451 0 0 0 9821 99 0 0 25 0 1 0 2004976672 16875520 3922 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 4120 3922 48 102 0 4015 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 35436

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2468
/proc/meminfo: memFree=1688692/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=18560 CPUtime=158.64
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 4945 0 0 0 15764 100 0 0 25 0 1 0 2004976672 19005440 4195 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 4640 4195 48 102 0 4535 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 37516

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2468
/proc/meminfo: memFree=1684724/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=19616 CPUtime=218.08
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 5479 0 0 0 21707 101 0 0 25 0 1 0 2004976672 20086784 4474 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 4904 4474 48 102 0 4799 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 38572

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

[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34252 CPUtime=1228.53
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 11585 0 0 0 122746 107 0 0 25 0 1 0 2004976672 35074048 8165 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 8563 8165 48 102 0 8458 0
Current children cumulated CPU time (s) 1230.57
Current children cumulated vsize (KiB) 53208

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 2468
/proc/meminfo: memFree=1606260/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=36628 CPUtime=1287.97
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 12357 0 0 0 128689 108 0 0 25 0 1 0 2004976672 37507072 8769 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2468/statm: 9157 8769 48 102 0 9052 0
Current children cumulated CPU time (s) 1290.01
Current children cumulated vsize (KiB) 55584

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2496
/proc/meminfo: memFree=1743548/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=36628 CPUtime=1347.43
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 12357 0 0 0 134635 108 0 0 25 0 1 0 2004976672 37507072 8769 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 9157 8769 48 102 0 9052 0
Current children cumulated CPU time (s) 1349.47
Current children cumulated vsize (KiB) 55584

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2496
/proc/meminfo: memFree=1744764/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34460 CPUtime=1407.42
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 12549 0 0 0 140633 109 0 0 25 0 1 0 2004976672 35287040 8258 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8615 8258 48 102 0 8510 0
Current children cumulated CPU time (s) 1409.46
Current children cumulated vsize (KiB) 53416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2498
/proc/meminfo: memFree=1744380/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34440 CPUtime=1467.39
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 12727 0 0 0 146630 109 0 0 25 0 1 0 2004976672 35266560 8254 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8610 8254 48 102 0 8505 0
Current children cumulated CPU time (s) 1469.43
Current children cumulated vsize (KiB) 53396

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2498
/proc/meminfo: memFree=1744316/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34440 CPUtime=1527.37
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 12727 0 0 0 152628 109 0 0 25 0 1 0 2004976672 35266560 8254 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8610 8254 48 102 0 8505 0
Current children cumulated CPU time (s) 1529.41
Current children cumulated vsize (KiB) 53396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2498
/proc/meminfo: memFree=1744252/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34416 CPUtime=1587.34
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 12928 0 0 0 158625 109 0 0 25 0 1 0 2004976672 35241984 8264 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8604 8264 48 102 0 8499 0
Current children cumulated CPU time (s) 1589.38
Current children cumulated vsize (KiB) 53372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2498
/proc/meminfo: memFree=1744252/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34416 CPUtime=1647.32
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 13115 0 0 0 164623 109 0 0 25 0 1 0 2004976672 35241984 8266 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8604 8266 48 102 0 8499 0
Current children cumulated CPU time (s) 1649.36
Current children cumulated vsize (KiB) 53372

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2498
/proc/meminfo: memFree=1744188/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34416 CPUtime=1707.3
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 13317 0 0 0 170620 110 0 0 25 0 1 0 2004976672 35241984 8277 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8604 8277 48 102 0 8499 0
Current children cumulated CPU time (s) 1709.34
Current children cumulated vsize (KiB) 53372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2498
/proc/meminfo: memFree=1744124/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34416 CPUtime=1767.28
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 13317 0 0 0 176618 110 0 0 25 0 1 0 2004976672 35241984 8277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8604 8277 48 102 0 8499 0
Current children cumulated CPU time (s) 1769.32
Current children cumulated vsize (KiB) 53372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2498
/proc/meminfo: memFree=1743804/2055920 swapFree=4179028/4192956
[pid=2444] ppid=2442 vsize=13600 CPUtime=2.04
/proc/2444/stat : 2444 (sugar) S 2442 2444 1178 0 -1 4194304 1023 14722 0 2 3 1 187 13 16 0 1 0 2004976457 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2444/statm: 3400 799 370 3 0 500 0
[pid=2467] ppid=2444 vsize=5356 CPUtime=0
/proc/2467/stat : 2467 (sh) S 2444 2444 1178 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004976671 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2467/statm: 1339 232 193 169 0 50 0
[pid=2468] ppid=2467 vsize=34944 CPUtime=1797.97
/proc/2468/stat : 2468 (picosat) R 2467 2444 1178 0 -1 4194304 13436 0 0 0 179687 110 0 0 25 0 1 0 2004976672 35782656 8396 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/2468/statm: 8736 8396 48 102 0 8631 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 53900

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): 1813.02
CPU time (s): 1800.06
CPU user time (s): 1798.8
CPU system time (s): 1.26481
CPU usage (%): 99.2851
Max. virtual memory (cumulated for all children) (KiB): 887476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.26481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29796
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= 2618
involuntary context switches= 33316

runsolver used 2.25766 second user time and 5.99709 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 14:13:56
IDJOB=1088774
IDBENCH=58104
IDSOLVER=345
FILE ID=node36/1088774-1215260036
PBS_JOBID= 7882015
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-2-28.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-1088774-1215260036/watcher-1088774-1215260036 -o /tmp/evaluation-result-1088774-1215260036/solver-1088774-1215260036 -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-1088774-1215260036.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cef54e86dcfce109125762a011634b06
RANDOM SEED=1737732376

node36.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.240
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.240
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:       1721588 kB
Buffers:         19560 kB
Cached:         184492 kB
SwapCached:       7700 kB
Active:         200324 kB
Inactive:        83612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721588 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          86456 kB
Slab:            35844 kB
Committed_AS:  3391956 kB
PageTables:       1836 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= 66552 MiB
End job on node36 at 2008-07-05 14:44:11