Trace number 2086316

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.06 1809.03

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-75-40-8-20_glb.xml
MD5SUMf7470a8c664894812a78068eb633ff7c
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 variables9000
Number of constraints8070
Maximum constraint arity75
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7875
Global constraints used (with number of constraints)weightedsum(195)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:23:48 2009
0.00/0.08	c 0	PID 27302
0.00/0.08	c 0	HOST node3.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086316-1247383428.xml TO HOME/temp.csp
0.00/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-2086316-1247383428.xml' 'HOME/temp.csp'
1.08/1.12	c 1	1 domains, 9000 variables, 1 predicates, 0 relations, 8070 constraints
1.08/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.08/1.13	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'
1.10/1.21	c 1	Parsing HOME/temp.csp
1.10/1.35	c 1	parsed 10000 expressions
1.10/1.50	c 1	parsed 17072 expressions
1.10/1.51	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.51	c 1	Converting to clausal form CSP
1.10/1.56	c 2	converted 1708 (10%) expressions
1.10/1.56	c 2	converted 3415 (20%) expressions
1.10/1.56	c 2	converted 5122 (30%) expressions
1.10/1.57	c 2	converted 6829 (40%) expressions
1.10/1.57	c 2	converted 8536 (50%) expressions
2.14/2.28	c 2	converted 10244 (60%) expressions
2.73/2.82	c 3	converted 11951 (70%) expressions
3.14/3.24	c 3	converted 13658 (80%) expressions
3.73/3.88	c 4	converted 15365 (90%) expressions
4.92/5.04	c 5	converted 17072 (100%) expressions
4.92/5.05	c 5	CSP : 30240 integers, 15750 booleans, 90120 clauses, largest domain size 26
4.92/5.05	c 5	Heap : 58 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.92/5.05	c 5	Propagation in CSP
5.51/5.66	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.51/5.67	c 6	CSP : 30240 integers, 15750 booleans, 90120 clauses, largest domain size 26
5.51/5.67	c 6	Heap : 57 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.51/5.70	c 6	Simplifing CSP by introducing new Boolean variables
5.61/5.74	c 6	CSP : 30240 integers, 15750 booleans, 90120 clauses, largest domain size 26
5.61/5.74	c 6	Heap : 57 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.01/6.19	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.11/6.23	c 6	3024 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.23	c 6	6048 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.24	c 6	9072 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.24	c 6	12096 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.24	c 6	15120 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.25	c 6	18144 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.25	c 6	21168 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.26	c 6	24192 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/6.29	c 6	27216 (90%) CSP integer variables are encoded (20889 clauses, 313399 bytes)
6.20/6.33	c 6	30240 (100%) CSP integer variables are encoded (49185 clauses, 737839 bytes)
6.31/6.43	c 6	9012 (10%) CSP clauses are encoded (58197 clauses, 872444 bytes)
6.31/6.50	c 6	18024 (20%) CSP clauses are encoded (67209 clauses, 1013442 bytes)
6.41/6.58	c 7	27036 (30%) CSP clauses are encoded (76221 clauses, 1156326 bytes)
6.51/6.65	c 7	36048 (40%) CSP clauses are encoded (85233 clauses, 1299261 bytes)
6.60/6.72	c 7	45060 (50%) CSP clauses are encoded (94245 clauses, 1442263 bytes)
6.60/6.79	c 7	54072 (60%) CSP clauses are encoded (103257 clauses, 1585293 bytes)
6.70/6.87	c 7	63084 (70%) CSP clauses are encoded (112269 clauses, 1728560 bytes)
6.81/6.94	c 7	72096 (80%) CSP clauses are encoded (121281 clauses, 1872038 bytes)
7.50/7.67	c 8	81108 (90%) CSP clauses are encoded (284285 clauses, 5300200 bytes)
11.08/11.23	c 11	90120 (100%) CSP clauses are encoded (1077585 clauses, 23761562 bytes)
11.08/11.23	c 11	90120 CSP clauses encoded
11.08/11.24	c 11	Writing map file : HOME/temp.map
11.08/11.27	c 11	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.08/11.27	c 11	SAT : 95175 SAT variables, 1077585 SAT clauses, 23761562 bytes
11.08/11.27	c 11	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.16/11.34	c 11	SOLVING HOME/temp.cnf
11.16/11.34	c 11	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1809.01	c ERROR INTERRUPTED
1800.06/1809.03	s UNKNOWN
1800.06/1809.03	c 1809	CPU 11.19 (0.07 0.01 10.77 0.34)
1800.06/1809.03	c 1809	END Sun Jul 12 09:53:57 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-2086316-1247383428/watcher-2086316-1247383428 -o /tmp/evaluation-result-2086316-1247383428/solver-2086316-1247383428 -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-2086316-1247383428.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.99 1.98 1.99 4/72 27302
/proc/meminfo: memFree=1719728/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=12268 CPUtime=0
/proc/27302/stat : 27302 (sugar) R 27300 27302 26776 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25410370 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27302/statm: 3067 316 241 3 0 167 0

[startup+0.0980549 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 27302
/proc/meminfo: memFree=1719728/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25410370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.100844 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 27302
/proc/meminfo: memFree=1719728/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25410370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301881 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 27302
/proc/meminfo: memFree=1719728/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25410370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701946 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 27302
/proc/meminfo: memFree=1719728/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=0.07
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25410370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50108 s]
/proc/loadavg: 1.99 1.98 1.99 3/80 27317
/proc/meminfo: memFree=1706800/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=1.1
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1309 10251 0 1 6 1 96 7 15 0 1 0 25410370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 16868

[startup+3.10234 s]
/proc/loadavg: 1.99 1.98 1.99 3/80 27327
/proc/meminfo: memFree=1704176/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=1.1
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1309 10251 0 1 6 1 96 7 16 0 1 0 25410370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
[pid=27318] ppid=27302 vsize=5356 CPUtime=0
/proc/27318/stat : 27318 (sh) S 27302 27302 26776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25410483 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27318/statm: 1339 233 193 169 0 50 0
[pid=27319] ppid=27318 vsize=868576 CPUtime=1.93
/proc/27319/stat : 27319 (java) S 27318 27302 26776 0 -1 0 13965 0 1 0 187 6 0 0 19 0 9 0 25410483 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27319/statm: 217144 12856 2566 9 0 211649 0
[pid=27319/tid=27320] ppid=27318 vsize=868576 CPUtime=1.11
/proc/27319/task/27320/stat : 27320 (java) R 27318 27302 26776 0 -1 64 2890 0 1 0 109 2 0 0 18 0 9 0 25410484 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4126600219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27321] ppid=27318 vsize=868576 CPUtime=0.6
/proc/27319/task/27321/stat : 27321 (java) S 27318 27302 26776 0 -1 64 8871 0 0 0 58 2 0 0 16 0 9 0 25410486 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27322] ppid=27318 vsize=868576 CPUtime=0
/proc/27319/task/27322/stat : 27322 (java) S 27318 27302 26776 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25410486 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27323] ppid=27318 vsize=868576 CPUtime=0
/proc/27319/task/27323/stat : 27323 (java) S 27318 27302 26776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25410486 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27324] ppid=27318 vsize=868576 CPUtime=0
/proc/27319/task/27324/stat : 27324 (java) S 27318 27302 26776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410488 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27325] ppid=27318 vsize=868576 CPUtime=0.19
/proc/27319/task/27325/stat : 27325 (java) S 27318 27302 26776 0 -1 64 1502 0 0 0 18 1 0 0 15 0 9 0 25410488 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27319/tid=27326] ppid=27318 vsize=868576 CPUtime=0
/proc/27319/task/27326/stat : 27326 (java) S 27318 27302 26776 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410488 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27327] ppid=27318 vsize=868576 CPUtime=0
/proc/27319/task/27327/stat : 27327 (java) S 27318 27302 26776 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410488 889421824 12856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890800

[startup+6.30331 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 27351
/proc/meminfo: memFree=1650520/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=1.1
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1310 10251 0 1 6 1 96 7 16 0 1 0 25410370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1111 409 3 0 796 0
[pid=27318] ppid=27302 vsize=5356 CPUtime=0
/proc/27318/stat : 27318 (sh) S 27302 27302 26776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25410483 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27318/statm: 1339 233 193 169 0 50 0
[pid=27319] ppid=27318 vsize=868688 CPUtime=5.1
/proc/27319/stat : 27319 (java) S 27318 27302 26776 0 -1 0 28739 0 1 0 498 12 0 0 19 0 9 0 25410483 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27319/statm: 217172 21380 2591 9 0 211649 0
[pid=27319/tid=27320] ppid=27318 vsize=868688 CPUtime=2.84
/proc/27319/task/27320/stat : 27320 (java) R 27318 27302 26776 0 -1 64 3671 0 1 0 281 3 0 0 24 0 9 0 25410484 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27321] ppid=27318 vsize=868688 CPUtime=1.98
/proc/27319/task/27321/stat : 27321 (java) S 27318 27302 26776 0 -1 64 22818 0 0 0 190 8 0 0 15 0 9 0 25410486 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27322] ppid=27318 vsize=868688 CPUtime=0
/proc/27319/task/27322/stat : 27322 (java) S 27318 27302 26776 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25410486 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27323] ppid=27318 vsize=868688 CPUtime=0
/proc/27319/task/27323/stat : 27323 (java) S 27318 27302 26776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25410486 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27324] ppid=27318 vsize=868688 CPUtime=0
/proc/27319/task/27324/stat : 27324 (java) S 27318 27302 26776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410488 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27325] ppid=27318 vsize=868688 CPUtime=0.26
/proc/27319/task/27325/stat : 27325 (java) S 27318 27302 26776 0 -1 64 1548 0 0 0 25 1 0 0 16 0 9 0 25410488 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27326] ppid=27318 vsize=868688 CPUtime=0
/proc/27319/task/27326/stat : 27326 (java) S 27318 27302 26776 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410488 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27319/tid=27327] ppid=27318 vsize=868688 CPUtime=0
/proc/27319/task/27327/stat : 27327 (java) S 27318 27302 26776 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410488 889536512 21380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890912

[startup+12.7019 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1692120/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=13452 CPUtime=1.32
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 2753 0 0 0 58 74 0 0 25 0 1 0 25411505 13774848 2728 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 3363 2728 40 102 0 3258 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 35676

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1657496/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=46408 CPUtime=14.06
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 10773 0 0 0 824 582 0 0 25 0 1 0 25411505 47521792 10732 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 11602 10732 42 102 0 11497 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 68632

[startup+51.1011 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1650264/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=53924 CPUtime=39.52
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 12680 0 0 0 3368 584 0 0 25 0 1 0 25411505 55218176 12615 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 13481 12615 48 102 0 13376 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 76148

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1639256/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=64464 CPUtime=90.47
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 15457 0 0 0 8460 587 0 0 25 0 1 0 25411505 66011136 15297 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 16116 15297 48 102 0 16011 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 86688

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1631512/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=73004 CPUtime=150.18
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 17554 0 0 0 14429 589 0 0 25 0 1 0 25411505 74756096 17279 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 18251 17279 48 102 0 18146 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 95228

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

/proc/meminfo: memFree=1572568/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=134276 CPUtime=1284.63
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 34270 0 0 0 127859 604 0 0 25 0 1 0 25411505 137498624 31667 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 33569 31667 48 102 0 33464 0
Current children cumulated CPU time (s) 1295.82
Current children cumulated vsize (KiB) 156500

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1572568/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=134276 CPUtime=1344.34
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 34270 0 0 0 133830 604 0 0 25 0 1 0 25411505 137498624 31667 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 33569 31667 48 102 0 33464 0
Current children cumulated CPU time (s) 1355.53
Current children cumulated vsize (KiB) 156500

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1572440/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=134672 CPUtime=1404.05
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 34353 0 0 0 139801 604 0 0 25 0 1 0 25411505 137904128 31750 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 33668 31750 48 102 0 33563 0
Current children cumulated CPU time (s) 1415.24
Current children cumulated vsize (KiB) 156896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1567064/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=139548 CPUtime=1463.76
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 35843 0 0 0 145770 606 0 0 25 0 1 0 25411505 142897152 33012 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 34887 33012 48 102 0 34782 0
Current children cumulated CPU time (s) 1474.95
Current children cumulated vsize (KiB) 161772

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27353
/proc/meminfo: memFree=1567064/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=139548 CPUtime=1523.47
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 35843 0 0 0 151741 606 0 0 25 0 1 0 25411505 142897152 33012 996147200 134512640 134931368 4294956256 18446744073709551615 134522923 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 34887 33012 48 102 0 34782 0
Current children cumulated CPU time (s) 1534.66
Current children cumulated vsize (KiB) 161772

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27355
/proc/meminfo: memFree=1565528/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=141000 CPUtime=1583.17
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 36449 0 0 0 157711 606 0 0 25 0 1 0 25411505 144384000 33380 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 35250 33380 48 102 0 35145 0
Current children cumulated CPU time (s) 1594.36
Current children cumulated vsize (KiB) 163224

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27355
/proc/meminfo: memFree=1565528/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=141000 CPUtime=1642.88
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 36449 0 0 0 163682 606 0 0 25 0 1 0 25411505 144384000 33380 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 35250 33380 48 102 0 35145 0
Current children cumulated CPU time (s) 1654.07
Current children cumulated vsize (KiB) 163224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27355
/proc/meminfo: memFree=1565528/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=141000 CPUtime=1702.59
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 36449 0 0 0 169653 606 0 0 25 0 1 0 25411505 144384000 33380 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 35250 33380 48 102 0 35145 0
Current children cumulated CPU time (s) 1713.78
Current children cumulated vsize (KiB) 163224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27355
/proc/meminfo: memFree=1560856/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=145352 CPUtime=1762.3
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 37809 0 0 0 175623 607 0 0 25 0 1 0 25411505 148840448 34490 996147200 134512640 134931368 4294956256 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 36338 34490 48 102 0 36233 0
Current children cumulated CPU time (s) 1773.49
Current children cumulated vsize (KiB) 167576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27355
/proc/meminfo: memFree=1560856/2055920 swapFree=4192812/4192956
[pid=27302] ppid=27300 vsize=16868 CPUtime=11.19
/proc/27302/stat : 27302 (sugar) S 27300 27302 26776 0 -1 4194304 1365 39436 0 2 7 1 1077 34 16 0 1 0 25410370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27302/statm: 4217 1113 409 3 0 796 0
[pid=27352] ppid=27302 vsize=5356 CPUtime=0
/proc/27352/stat : 27352 (sh) S 27302 27302 26776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25411505 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27352/statm: 1339 232 193 169 0 50 0
[pid=27353] ppid=27352 vsize=145352 CPUtime=1788.87
/proc/27353/stat : 27353 (picosat) R 27352 27302 26776 0 -1 4194304 37809 0 0 0 178280 607 0 0 25 0 1 0 25411505 148840448 34490 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27353/statm: 36338 34490 48 102 0 36233 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 167576

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 27302 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=852350
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=360945
# CPU time returned by wait4() is 11.2133
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.03
CPU time (s): 1800.06
CPU user time (s): 1793.64
CPU system time (s): 6.42
CPU usage (%): 99.504
Max. virtual memory (cumulated for all children) (KiB): 902052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8523
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41195
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= 4531
involuntary context switches= 4453

runsolver used 2.18867 second user time and 6.05608 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 09:23:48
IDJOB=2086316
IDBENCH=58581
IDSOLVER=738
FILE ID=node3/2086316-1247383428
PBS_JOBID= 9507240
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-75-40-8-20_glb.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-2086316-1247383428/watcher-2086316-1247383428 -o /tmp/evaluation-result-2086316-1247383428/solver-2086316-1247383428 -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-2086316-1247383428.xml

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

MD5SUM BENCH= f7470a8c664894812a78068eb633ff7c
RANDOM SEED=829741536

node3.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.259
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.259
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:       1720208 kB
Buffers:         14284 kB
Cached:          72892 kB
SwapCached:          0 kB
Active:          88232 kB
Inactive:       190904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6880 kB
Writeback:           0 kB
Mapped:          43780 kB
Slab:            41996 kB
Committed_AS:   198448 kB
PageTables:       1728 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= 66404 MiB
End job on node3 at 2009-07-12 09:53:59