Trace number 2086888

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.13 1802.83

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-25.xml
MD5SUMf28667d5c0e930a5c10077f974b3889b
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 variables100
Number of constraints5025
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5025
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 09:43:13 2009
0.05/0.07	c 0	PID 24970
0.05/0.08	c 0	HOST node27.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2086888-1247384593.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086888-1247384593.xml' 'HOME/temp.csp'
0.06/0.85	c 1	1 domains, 100 variables, 2 predicates, 0 relations, 5025 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.95	c 1	Parsing HOME/temp.csp
1.02/1.11	c 1	parsed 5128 expressions
1.02/1.11	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.11	c 1	Converting to clausal form CSP
1.21/1.32	c 2	converted 513 (10%) expressions
1.21/1.36	c 2	converted 1026 (20%) expressions
1.21/1.38	c 2	converted 1539 (30%) expressions
1.32/1.40	c 2	converted 2052 (40%) expressions
1.32/1.42	c 2	converted 2564 (50%) expressions
1.32/1.43	c 2	converted 3077 (60%) expressions
1.32/1.45	c 2	converted 3590 (70%) expressions
1.41/1.51	c 2	converted 4103 (80%) expressions
1.41/1.53	c 2	converted 4616 (90%) expressions
1.41/1.54	c 2	converted 5128 (100%) expressions
1.41/1.54	c 2	CSP : 100 integers, 0 booleans, 5100 clauses, largest domain size 98
1.41/1.54	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.54	c 2	Propagation in CSP
1.51/1.60	c 2	1050 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.60	c 2	CSP : 100 integers, 0 booleans, 5100 clauses, largest domain size 94
1.51/1.60	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.61	c 2	Simplifing CSP by introducing new Boolean variables
1.61/1.72	c 2	CSP : 100 integers, 9900 booleans, 15000 clauses, largest domain size 94
1.61/1.72	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.78	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.80	c 2	10 (10%) CSP integer variables are encoded (785 clauses, 8487 bytes)
1.71/1.80	c 2	20 (20%) CSP integer variables are encoded (1270 clauses, 14391 bytes)
1.71/1.80	c 2	30 (30%) CSP integer variables are encoded (1830 clauses, 21671 bytes)
1.71/1.80	c 2	40 (40%) CSP integer variables are encoded (2465 clauses, 29926 bytes)
1.71/1.80	c 2	50 (50%) CSP integer variables are encoded (2800 clauses, 34281 bytes)
1.71/1.81	c 2	60 (60%) CSP integer variables are encoded (3585 clauses, 44486 bytes)
1.71/1.81	c 2	70 (70%) CSP integer variables are encoded (4070 clauses, 50791 bytes)
1.71/1.81	c 2	80 (80%) CSP integer variables are encoded (4630 clauses, 58071 bytes)
1.71/1.81	c 2	90 (90%) CSP integer variables are encoded (5265 clauses, 66326 bytes)
1.71/1.81	c 2	100 (100%) CSP integer variables are encoded (5600 clauses, 70681 bytes)
1.81/1.95	c 2	1500 (10%) CSP clauses are encoded (59808 clauses, 1012045 bytes)
1.91/2.05	c 2	3000 (20%) CSP clauses are encoded (104116 clauses, 1793303 bytes)
2.01/2.12	c 2	4500 (30%) CSP clauses are encoded (134218 clauses, 2337179 bytes)
2.01/2.16	c 2	6000 (40%) CSP clauses are encoded (150178 clauses, 2628609 bytes)
2.12/2.24	c 3	7500 (50%) CSP clauses are encoded (186690 clauses, 3342616 bytes)
2.21/2.33	c 3	9000 (60%) CSP clauses are encoded (233350 clauses, 4259433 bytes)
2.21/2.39	c 3	10500 (70%) CSP clauses are encoded (264012 clauses, 4859015 bytes)
2.31/2.46	c 3	12000 (80%) CSP clauses are encoded (299737 clauses, 5557118 bytes)
2.41/2.56	c 3	13500 (90%) CSP clauses are encoded (342431 clauses, 6391706 bytes)
2.51/2.63	c 3	15000 (100%) CSP clauses are encoded (379632 clauses, 7122555 bytes)
2.51/2.63	c 3	15000 CSP clauses encoded
2.51/2.63	c 3	Writing map file : HOME/temp.map
2.51/2.64	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.51/2.64	c 3	SAT : 15600 SAT variables, 379632 SAT clauses, 7122555 bytes
2.51/2.64	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.51/2.65	c 3	SOLVING HOME/temp.cnf
2.51/2.65	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1802.81	sh: line 1: 24994 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1802.81	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1802.81	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1802.82	c ERROR INTERRUPTED
1800.08/1802.82	s UNKNOWN
1800.08/1802.82	c 1803	CPU 1800.11 (0.05 0.02 1797.97 2.07)
1800.08/1802.82	c 1803	END Sun Jul 12 10:13:16 2009

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24970
/proc/meminfo: memFree=1851544/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=3672 CPUtime=0
/proc/24970/stat : 24970 (sugar) R 24968 24970 24332 0 -1 4194304 49 0 0 0 0 0 0 0 20 0 1 0 25525579 3760128 34 996147200 4194304 4206940 548682068608 18446744073709551615 233586096172 0 0 4096 0 0 0 0 17 1 0 0
/proc/24970/statm: 918 34 26 3 0 6 0

[startup+0.070203 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24970
/proc/meminfo: memFree=1851544/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16476 CPUtime=0.05
/proc/24970/stat : 24970 (sugar) R 24968 24970 24332 0 -1 4194304 1019 0 0 0 4 1 0 0 20 0 1 0 25525579 16871424 987 996147200 4194304 4206940 548682068608 18446744073709551615 233606336672 0 0 4224 0 0 0 0 17 0 0 0
/proc/24970/statm: 4119 987 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.102202 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24970
/proc/meminfo: memFree=1851544/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=0.06
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25525579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302239 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24970
/proc/meminfo: memFree=1851544/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=0.06
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25525579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70231 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24970
/proc/meminfo: memFree=1851544/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=0.06
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25525579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 24992
/proc/meminfo: memFree=1843648/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=0.81
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1309 7361 0 1 5 1 71 4 15 0 1 0 25525579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1111 409 3 0 796 0
[pid=24983] ppid=24970 vsize=5356 CPUtime=0
/proc/24983/stat : 24983 (sh) S 24970 24970 24332 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25525667 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24983/statm: 1339 233 193 169 0 50 0
[pid=24984] ppid=24983 vsize=868512 CPUtime=0.6
/proc/24984/stat : 24984 (java) S 24983 24970 24332 0 -1 0 7027 0 1 0 56 4 0 0 20 0 9 0 25525667 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24984/statm: 217128 6322 2595 9 0 211633 0
[pid=24984/tid=24985] ppid=24983 vsize=868512 CPUtime=0.35
/proc/24984/task/24985/stat : 24985 (java) R 24983 24970 24332 0 -1 64 2670 0 1 0 34 1 0 0 25 0 9 0 25525668 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24984/tid=24986] ppid=24983 vsize=868512 CPUtime=0.07
/proc/24984/task/24986/stat : 24986 (java) R 24983 24970 24332 0 -1 64 2198 0 0 0 7 0 0 0 16 0 9 0 25525669 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24984/tid=24987] ppid=24983 vsize=868512 CPUtime=0
/proc/24984/task/24987/stat : 24987 (java) S 24983 24970 24332 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 25525669 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24984/tid=24988] ppid=24983 vsize=868512 CPUtime=0
/proc/24984/task/24988/stat : 24988 (java) S 24983 24970 24332 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 25525669 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24984/tid=24989] ppid=24983 vsize=868512 CPUtime=0
/proc/24984/task/24989/stat : 24989 (java) S 24983 24970 24332 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25525671 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24984/tid=24990] ppid=24983 vsize=868512 CPUtime=0.14
/proc/24984/task/24990/stat : 24990 (java) S 24983 24970 24332 0 -1 64 1465 0 0 0 14 0 0 0 16 0 9 0 25525672 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24984/tid=24991] ppid=24983 vsize=868512 CPUtime=0
/proc/24984/task/24991/stat : 24991 (java) S 24983 24970 24332 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25525672 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24984/tid=24992] ppid=24983 vsize=868512 CPUtime=0
/proc/24984/task/24992/stat : 24992 (java) S 24983 24970 24332 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25525672 889356288 6322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890736

[startup+3.10174 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 24992
/proc/meminfo: memFree=1826752/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 16868

[startup+6.30133 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 24994
/proc/meminfo: memFree=1828992/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=15376 CPUtime=3.62
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 3558 0 0 0 182 180 0 0 25 0 1 0 25525845 15745024 3544 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 3844 3544 42 102 0 3739 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 37600

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 24994
/proc/meminfo: memFree=1826496/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=15508 CPUtime=9.98
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 3598 0 0 0 818 180 0 0 25 0 1 0 25525845 15880192 3584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 3877 3584 42 102 0 3772 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 37732

[startup+25.5028 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 24994
/proc/meminfo: memFree=1826304/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=15772 CPUtime=22.73
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 3681 0 0 0 2092 181 0 0 25 0 1 0 25525845 16150528 3667 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 3943 3667 42 102 0 3838 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 37996

[startup+51.1024 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 24994
/proc/meminfo: memFree=1825728/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=16432 CPUtime=48.19
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 3837 0 0 0 4638 181 0 0 25 0 1 0 25525845 16826368 3823 996147200 134512640 134931368 4294956256 18446744073709551615 134529296 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 4108 3823 42 102 0 4003 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 38656

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 24994
/proc/meminfo: memFree=1824320/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=17620 CPUtime=99.14
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 4151 0 0 0 9732 182 0 0 25 0 1 0 25525845 18042880 4137 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 4405 4137 42 102 0 4300 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 39844

[startup+162.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 25036
/proc/meminfo: memFree=1717336/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=18940 CPUtime=158.94
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 4508 0 0 0 15711 183 0 0 25 0 1 0 25525845 19394560 4494 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 4735 4494 42 102 0 4630 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 41164

[startup+222.301 s]
/proc/loadavg: 2.20 2.07 2.02 3/87 25036
/proc/meminfo: memFree=1702168/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=20260 CPUtime=218.91
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 4831 0 0 0 21708 183 0 0 25 0 1 0 25525845 20746240 4817 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 5065 4817 42 102 0 4960 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 42484


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

[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25536 CPUtime=1238.56
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6467 0 0 0 123669 187 0 0 25 0 1 0 25525845 26148864 6170 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 6384 6170 48 102 0 6279 0
Current children cumulated CPU time (s) 1241.13
Current children cumulated vsize (KiB) 47760

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1675024/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25536 CPUtime=1298.55
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6467 0 0 0 129668 187 0 0 25 0 1 0 25525845 26148864 6170 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 6384 6170 48 102 0 6279 0
Current children cumulated CPU time (s) 1301.12
Current children cumulated vsize (KiB) 47760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1674832/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25536 CPUtime=1358.52
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6467 0 0 0 135665 187 0 0 25 0 1 0 25525845 26148864 6170 996147200 134512640 134931368 4294956256 18446744073709551615 134531040 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 6384 6170 48 102 0 6279 0
Current children cumulated CPU time (s) 1361.09
Current children cumulated vsize (KiB) 47760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1674840/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25536 CPUtime=1418.51
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6467 0 0 0 141664 187 0 0 25 0 1 0 25525845 26148864 6170 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 6384 6170 48 102 0 6279 0
Current children cumulated CPU time (s) 1421.08
Current children cumulated vsize (KiB) 47760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1674776/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25536 CPUtime=1478.48
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6467 0 0 0 147661 187 0 0 25 0 1 0 25525845 26148864 6170 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 6384 6170 48 102 0 6279 0
Current children cumulated CPU time (s) 1481.05
Current children cumulated vsize (KiB) 47760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1674776/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25536 CPUtime=1538.46
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6467 0 0 0 153659 187 0 0 25 0 1 0 25525845 26148864 6170 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 6384 6170 48 102 0 6279 0
Current children cumulated CPU time (s) 1541.03
Current children cumulated vsize (KiB) 47760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1674776/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25536 CPUtime=1598.44
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6467 0 0 0 159657 187 0 0 25 0 1 0 25525845 26148864 6170 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24994/statm: 6384 6170 48 102 0 6279 0
Current children cumulated CPU time (s) 1601.01
Current children cumulated vsize (KiB) 47760

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25932 CPUtime=1658.35
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6684 0 0 0 165648 187 0 0 25 0 1 0 25525845 26554368 6287 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 6483 6287 48 102 0 6378 0
Current children cumulated CPU time (s) 1660.92
Current children cumulated vsize (KiB) 48156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25932 CPUtime=1717.78
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6684 0 0 0 171591 187 0 0 25 0 1 0 25525845 26554368 6287 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 6483 6287 48 102 0 6378 0
Current children cumulated CPU time (s) 1720.35
Current children cumulated vsize (KiB) 48156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25044
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25932 CPUtime=1777.2
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6684 0 0 0 177533 187 0 0 25 0 1 0 25525845 26554368 6287 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 6483 6287 48 102 0 6378 0
Current children cumulated CPU time (s) 1779.77
Current children cumulated vsize (KiB) 48156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 25044
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=24970] ppid=24968 vsize=16868 CPUtime=2.57
/proc/24970/stat : 24970 (sugar) S 24968 24970 24332 0 -1 4194304 1365 15985 0 2 5 2 233 17 16 0 1 0 25525579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24970/statm: 4217 1113 409 3 0 796 0
[pid=24993] ppid=24970 vsize=5356 CPUtime=0
/proc/24993/stat : 24993 (sh) S 24970 24970 24332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25525844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24993/statm: 1339 232 193 169 0 50 0
[pid=24994] ppid=24993 vsize=25932 CPUtime=1797.51
/proc/24994/stat : 24994 (picosat) R 24993 24970 24332 0 -1 4194304 6684 0 0 0 179563 188 0 0 25 0 1 0 25525845 26554368 6287 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24994/statm: 6483 6287 48 102 0 6378 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 48156

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): 1802.83
CPU time (s): 1800.13
CPU user time (s): 1798.03
CPU system time (s): 2.10368
CPU usage (%): 99.8504
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.10368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24720
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= 3811
involuntary context switches= 15555

runsolver used 2.03669 second user time and 6.17406 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 09:43:13
IDJOB=2086888
IDBENCH=58655
IDSOLVER=738
FILE ID=node27/2086888-1247384593
PBS_JOBID= 9507312
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-25.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086888-1247384593/watcher-2086888-1247384593 -o /tmp/evaluation-result-2086888-1247384593/solver-2086888-1247384593 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2086888-1247384593.xml

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

MD5SUM BENCH= f28667d5c0e930a5c10077f974b3889b
RANDOM SEED=1564705904

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1852024 kB
Buffers:          9724 kB
Cached:          70040 kB
SwapCached:          0 kB
Active:         130968 kB
Inactive:        24408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          93468 kB
Slab:            33680 kB
Committed_AS:   925100 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node27 at 2009-07-12 10:13:18