Trace number 2072962

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.05 1802.86

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-71-70.xml
MD5SUM169d5c36ea31b7cbc30dbf69abb51501
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables4970
Number of constraints141
Maximum constraint arity71
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(141)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 02:07:18 2009
0.05/0.08	c 0	PID 15237
0.05/0.08	c 0	HOST node20.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2072962-1247357238.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-2072962-1247357238.xml' 'HOME/temp.csp'
0.07/0.78	c 1	1 domains, 4970 variables, 0 predicates, 0 relations, 141 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	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.07/0.89	c 1	Parsing HOME/temp.csp
0.93/1.06	c 1	parsed 5112 expressions
0.93/1.07	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.07	c 1	Converting to clausal form CSP
0.93/1.10	c 1	converted 512 (10%) expressions
0.93/1.10	c 1	converted 1023 (20%) expressions
1.02/1.11	c 1	converted 1534 (30%) expressions
1.02/1.12	c 1	converted 2045 (40%) expressions
1.02/1.12	c 1	converted 2556 (50%) expressions
1.02/1.12	c 1	converted 3068 (60%) expressions
1.02/1.12	c 1	converted 3579 (70%) expressions
1.02/1.12	c 1	converted 4090 (80%) expressions
1.02/1.12	c 1	converted 4601 (90%) expressions
1.73/1.87	c 2	converted 5112 (100%) expressions
1.73/1.87	c 2	CSP : 7931 integers, 0 booleans, 6063 clauses, largest domain size 25
1.73/1.87	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.87	c 2	Propagation in CSP
1.92/2.01	c 2	8680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.01	c 2	CSP : 7931 integers, 0 booleans, 6063 clauses, largest domain size 25
1.92/2.01	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.02	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.03	c 2	CSP : 7931 integers, 0 booleans, 6063 clauses, largest domain size 25
1.92/2.03	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.08	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.11	c 2	794 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.11	c 2	1587 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.12	c 2	2380 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.12	c 2	3173 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.12	c 2	3966 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.12	c 2	4759 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.13	c 2	5552 (70%) CSP integer variables are encoded (5235 clauses, 69538 bytes)
2.02/2.15	c 2	6345 (80%) CSP integer variables are encoded (12371 clauses, 176578 bytes)
2.02/2.16	c 2	7138 (90%) CSP integer variables are encoded (13419 clauses, 192298 bytes)
2.02/2.16	c 2	7931 (100%) CSP integer variables are encoded (13419 clauses, 192298 bytes)
2.21/2.34	c 2	607 (10%) CSP clauses are encoded (54165 clauses, 968274 bytes)
2.41/2.51	c 3	1213 (20%) CSP clauses are encoded (94848 clauses, 1829755 bytes)
2.51/2.69	c 3	1819 (30%) CSP clauses are encoded (135621 clauses, 2749430 bytes)
2.71/2.86	c 3	2426 (40%) CSP clauses are encoded (176487 clauses, 3671700 bytes)
2.91/3.03	c 3	3032 (50%) CSP clauses are encoded (217155 clauses, 4589311 bytes)
2.91/3.09	c 3	3638 (60%) CSP clauses are encoded (222595 clauses, 4675953 bytes)
3.01/3.16	c 3	4245 (70%) CSP clauses are encoded (226780 clauses, 4734282 bytes)
3.11/3.22	c 3	4851 (80%) CSP clauses are encoded (230964 clauses, 4792714 bytes)
3.11/3.28	c 3	5457 (90%) CSP clauses are encoded (235160 clauses, 4851290 bytes)
3.21/3.35	c 3	6063 (100%) CSP clauses are encoded (239328 clauses, 4909507 bytes)
3.21/3.35	c 3	6063 CSP clauses encoded
3.21/3.35	c 3	Writing map file : HOME/temp.map
3.21/3.37	c 4	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.21/3.37	c 4	SAT : 21350 SAT variables, 239328 SAT clauses, 4909507 bytes
3.21/3.37	c 4	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.28/3.43	c 4	SOLVING HOME/temp.cnf
3.28/3.43	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1802.82	c ERROR INTERRUPTED
1800.05/1802.85	s UNKNOWN
1800.05/1802.85	c 1803	CPU 3.31 (0.06 0.01 3.09 0.15)
1800.05/1802.85	c 1803	END Sun Jul 12 02:37:21 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-2072962-1247357238/watcher-2072962-1247357238 -o /tmp/evaluation-result-2072962-1247357238/solver-2072962-1247357238 -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-2072962-1247357238.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: 1.87 2.04 2.04 4/74 15237
/proc/meminfo: memFree=1467760/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=18576 CPUtime=0
/proc/15237/stat : 15237 (runsolver) R 15235 15237 14276 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22790395 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15237/statm: 4644 284 249 26 0 2626 0

[startup+0.074038 s]
/proc/loadavg: 1.87 2.04 2.04 4/74 15237
/proc/meminfo: memFree=1467760/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16608 CPUtime=0.05
/proc/15237/stat : 15237 (sugar) R 15235 15237 14276 0 -1 4194304 1053 0 0 0 5 0 0 0 20 0 1 0 22790395 17006592 1021 996147200 4194304 4206940 548682068608 18446744073709551615 273966039584 0 0 4224 0 0 0 0 17 1 0 0
/proc/15237/statm: 4152 1021 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.107083 s]
/proc/loadavg: 1.87 2.04 2.04 4/74 15237
/proc/meminfo: memFree=1467760/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=0.07
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22790395 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301059 s]
/proc/loadavg: 1.87 2.04 2.04 4/74 15237
/proc/meminfo: memFree=1467760/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=0.07
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22790395 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701113 s]
/proc/loadavg: 1.87 2.04 2.04 4/74 15237
/proc/meminfo: memFree=1467760/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=0.07
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22790395 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 1.96 2.06 2.04 3/85 15259
/proc/meminfo: memFree=1458008/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=0.76
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1309 5373 0 1 6 1 66 3 15 0 1 0 22790395 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1111 409 3 0 796 0
[pid=15250] ppid=15237 vsize=5356 CPUtime=0
/proc/15250/stat : 15250 (sh) S 15237 15237 14276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22790477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15250/statm: 1339 233 193 169 0 50 0
[pid=15251] ppid=15250 vsize=868592 CPUtime=0.66
/proc/15251/stat : 15251 (java) S 15250 15237 14276 0 -1 0 7149 0 1 0 62 4 0 0 18 0 9 0 22790477 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15251/statm: 217148 6398 2566 9 0 211653 0
[pid=15251/tid=15252] ppid=15250 vsize=868592 CPUtime=0.36
/proc/15251/task/15252/stat : 15252 (java) R 15250 15237 14276 0 -1 64 2671 0 1 0 35 1 0 0 22 0 9 0 22790478 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15253] ppid=15250 vsize=868592 CPUtime=0.08
/proc/15251/task/15253/stat : 15253 (java) S 15250 15237 14276 0 -1 64 2285 0 0 0 7 1 0 0 16 0 9 0 22790479 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15254] ppid=15250 vsize=868592 CPUtime=0
/proc/15251/task/15254/stat : 15254 (java) S 15250 15237 14276 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22790480 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15255] ppid=15250 vsize=868592 CPUtime=0
/proc/15251/task/15255/stat : 15255 (java) S 15250 15237 14276 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22790480 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15256] ppid=15250 vsize=868592 CPUtime=0
/proc/15251/task/15256/stat : 15256 (java) S 15250 15237 14276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22790482 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15257] ppid=15250 vsize=868592 CPUtime=0.19
/proc/15251/task/15257/stat : 15257 (java) R 15250 15237 14276 0 -1 64 1494 0 0 0 18 1 0 0 16 0 9 0 22790482 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 102568654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15258] ppid=15250 vsize=868592 CPUtime=0
/proc/15251/task/15258/stat : 15258 (java) S 15250 15237 14276 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22790482 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15259] ppid=15250 vsize=868592 CPUtime=0
/proc/15251/task/15259/stat : 15259 (java) S 15250 15237 14276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22790482 889438208 6398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890816

[startup+3.10239 s]
/proc/loadavg: 1.96 2.06 2.04 4/85 15259
/proc/meminfo: memFree=1445144/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=0.76
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1310 5373 0 1 6 1 66 3 15 0 1 0 22790395 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1111 409 3 0 796 0
[pid=15250] ppid=15237 vsize=5356 CPUtime=0
/proc/15250/stat : 15250 (sh) S 15237 15237 14276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22790477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15250/statm: 1339 233 193 169 0 50 0
[pid=15251] ppid=15250 vsize=868704 CPUtime=2.25
/proc/15251/stat : 15251 (java) S 15250 15237 14276 0 -1 0 8265 0 1 0 216 9 0 0 18 0 9 0 22790477 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15251/statm: 217176 7275 2590 9 0 211653 0
[pid=15251/tid=15252] ppid=15250 vsize=868704 CPUtime=1.67
/proc/15251/task/15252/stat : 15252 (java) R 15250 15237 14276 0 -1 64 2950 0 1 0 163 4 0 0 25 0 9 0 22790478 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4126550537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15253] ppid=15250 vsize=868704 CPUtime=0.3
/proc/15251/task/15253/stat : 15253 (java) S 15250 15237 14276 0 -1 64 3082 0 0 0 28 2 0 0 16 0 9 0 22790479 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15254] ppid=15250 vsize=868704 CPUtime=0
/proc/15251/task/15254/stat : 15254 (java) S 15250 15237 14276 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22790480 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15255] ppid=15250 vsize=868704 CPUtime=0
/proc/15251/task/15255/stat : 15255 (java) S 15250 15237 14276 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22790480 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15256] ppid=15250 vsize=868704 CPUtime=0
/proc/15251/task/15256/stat : 15256 (java) S 15250 15237 14276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22790482 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15257] ppid=15250 vsize=868704 CPUtime=0.24
/proc/15251/task/15257/stat : 15257 (java) S 15250 15237 14276 0 -1 64 1534 0 0 0 23 1 0 0 16 0 9 0 22790482 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15258] ppid=15250 vsize=868704 CPUtime=0
/proc/15251/task/15258/stat : 15258 (java) S 15250 15237 14276 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22790482 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15259] ppid=15250 vsize=868704 CPUtime=0
/proc/15251/task/15259/stat : 15259 (java) S 15250 15237 14276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22790482 889552896 7275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890928

[startup+6.30276 s]
/proc/loadavg: 1.96 2.06 2.04 3/77 15261
/proc/meminfo: memFree=1450904/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=11284 CPUtime=2.85
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 2468 0 0 0 160 125 0 0 25 0 1 0 22790739 11554816 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134522839 0 0 4096 0 0 0 0 17 1 0 0
/proc/15261/statm: 2821 2452 48 102 0 2716 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 33508

[startup+12.7015 s]
/proc/loadavg: 1.97 2.06 2.04 3/77 15261
/proc/meminfo: memFree=1442008/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=19416 CPUtime=9.21
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 4518 0 0 0 795 126 0 0 25 0 1 0 22790739 19881984 4502 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15261/statm: 4854 4502 48 102 0 4749 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 41640

[startup+25.502 s]
/proc/loadavg: 2.04 2.07 2.04 3/77 15261
/proc/meminfo: memFree=1425560/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=34632 CPUtime=21.95
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 8374 0 0 0 2067 128 0 0 25 0 1 0 22790739 35463168 8314 996147200 134512640 134931368 4294956256 18446744073709551615 134529882 0 0 4096 0 0 0 0 17 1 0 0
/proc/15261/statm: 8658 8314 48 102 0 8553 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 56856

[startup+51.102 s]
/proc/loadavg: 2.23 2.11 2.06 3/77 15261
/proc/meminfo: memFree=1413976/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=47236 CPUtime=47.42
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 11591 0 0 0 4612 130 0 0 25 0 1 0 22790739 48369664 11485 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/15261/statm: 11809 11485 48 102 0 11704 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 69460

[startup+102.307 s]
/proc/loadavg: 2.37 2.17 2.08 3/77 15261
/proc/meminfo: memFree=1398040/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=62132 CPUtime=98.38
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 15453 0 0 0 9706 132 0 0 25 0 1 0 22790739 63623168 15196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15261/statm: 15533 15196 48 102 0 15428 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 84356

[startup+162.302 s]
/proc/loadavg: 2.41 2.21 2.10 3/77 15261
/proc/meminfo: memFree=1378584/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1453472/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=234672 CPUtime=1296.43
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 63668 0 0 0 129474 169 0 0 25 0 1 0 22790739 240304128 58181 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 58668 58181 48 102 0 58563 0
Current children cumulated CPU time (s) 1299.74
Current children cumulated vsize (KiB) 256896

[startup+1362.3 s]
/proc/loadavg: 2.22 2.28 2.22 3/77 15291
/proc/meminfo: memFree=1456024/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=232476 CPUtime=1356.41
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 63681 0 0 0 135471 170 0 0 25 0 1 0 22790739 238055424 57525 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 58119 57525 48 102 0 58014 0
Current children cumulated CPU time (s) 1359.72
Current children cumulated vsize (KiB) 254700

[startup+1422.31 s]
/proc/loadavg: 2.22 2.27 2.22 3/77 15291
/proc/meminfo: memFree=1442072/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=246828 CPUtime=1416.39
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 67266 0 0 0 141467 172 0 0 25 0 1 0 22790739 252751872 61110 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 61707 61110 48 102 0 61602 0
Current children cumulated CPU time (s) 1419.7
Current children cumulated vsize (KiB) 269052

[startup+1482.3 s]
/proc/loadavg: 2.21 2.25 2.21 3/77 15291
/proc/meminfo: memFree=1417688/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=270636 CPUtime=1476.35
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 73349 0 0 0 147458 177 0 0 25 0 1 0 22790739 277131264 67054 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 67659 67054 48 102 0 67554 0
Current children cumulated CPU time (s) 1479.66
Current children cumulated vsize (KiB) 292860

[startup+1542.3 s]
/proc/loadavg: 2.19 2.23 2.21 3/77 15291
/proc/meminfo: memFree=1417688/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=270636 CPUtime=1536.33
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 73349 0 0 0 153456 177 0 0 25 0 1 0 22790739 277131264 67054 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 67659 67054 48 102 0 67554 0
Current children cumulated CPU time (s) 1539.64
Current children cumulated vsize (KiB) 292860

[startup+1602.3 s]
/proc/loadavg: 2.13 2.20 2.20 3/77 15291
/proc/meminfo: memFree=1400664/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=287488 CPUtime=1596.32
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 77722 0 0 0 159451 181 0 0 25 0 1 0 22790739 294387712 71287 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 71872 71287 48 102 0 71767 0
Current children cumulated CPU time (s) 1599.63
Current children cumulated vsize (KiB) 309712

[startup+1662.3 s]
/proc/loadavg: 2.11 2.18 2.18 3/77 15291
/proc/meminfo: memFree=1400472/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=287488 CPUtime=1656.29
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 77722 0 0 0 165448 181 0 0 25 0 1 0 22790739 294387712 71287 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 71872 71287 48 102 0 71767 0
Current children cumulated CPU time (s) 1659.6
Current children cumulated vsize (KiB) 309712

[startup+1722.3 s]
/proc/loadavg: 2.04 2.14 2.17 3/77 15291
/proc/meminfo: memFree=1417688/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=270116 CPUtime=1716.26
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 77732 0 0 0 171445 181 0 0 25 0 1 0 22790739 276598784 66960 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 67529 66960 48 102 0 67424 0
Current children cumulated CPU time (s) 1719.57
Current children cumulated vsize (KiB) 292340

[startup+1782.3 s]
/proc/loadavg: 2.14 2.15 2.17 3/77 15291
/proc/meminfo: memFree=1417624/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=270116 CPUtime=1776.24
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 77732 0 0 0 177443 181 0 0 25 0 1 0 22790739 276598784 66960 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 67529 66960 48 102 0 67424 0
Current children cumulated CPU time (s) 1779.55
Current children cumulated vsize (KiB) 292340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.10 2.14 2.17 3/78 15292
/proc/meminfo: memFree=1417616/2055920 swapFree=4192812/4192956
[pid=15237] ppid=15235 vsize=16868 CPUtime=3.31
/proc/15237/stat : 15237 (sugar) S 15235 15237 14276 0 -1 4194304 1365 13967 0 2 6 1 309 15 16 0 1 0 22790395 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 4217 1113 409 3 0 796 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 14276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22790739 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=270116 CPUtime=1796.74
/proc/15261/stat : 15261 (picosat) R 15260 15237 14276 0 -1 4194304 77732 0 0 0 179493 181 0 0 25 0 1 0 22790739 276598784 66960 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15261/statm: 67529 66960 48 102 0 67424 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 292340

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15237 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=158519
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 3.33149
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.86
CPU time (s): 1800.05
CPU user time (s): 1798.08
CPU system time (s): 1.97
CPU usage (%): 99.8444
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.15852
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15726
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= 3980
involuntary context switches= 3939

runsolver used 2.10868 second user time and 6.10407 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 02:07:18
IDJOB=2072962
IDBENCH=55895
IDSOLVER=738
FILE ID=node20/2072962-1247357238
PBS_JOBID= 9506914
Free space on /tmp= 66080 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-71-70.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-2072962-1247357238/watcher-2072962-1247357238 -o /tmp/evaluation-result-2072962-1247357238/solver-2072962-1247357238 -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-2072962-1247357238.xml

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

MD5SUM BENCH= 169d5c36ea31b7cbc30dbf69abb51501
RANDOM SEED=1159758388

node20.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.236
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.236
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:       1468240 kB
Buffers:         18648 kB
Cached:         288984 kB
SwapCached:          0 kB
Active:         509680 kB
Inactive:        28364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:         241548 kB
Slab:            34536 kB
Committed_AS:   367568 kB
PageTables:       2284 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= 66272 MiB
End job on node20 at 2009-07-12 02:37:23