Trace number 2062721

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.08 1809.82

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-10.xml
MD5SUM43d9e915e10c026682c4118b31169d3c
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 variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sat Jul 11 18:22:06 2009
0.01/0.07	c 0	PID 15472
0.01/0.07	c 0	HOST node58.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2062721-1247329326.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062721-1247329326.xml' 'HOME/temp.csp'
0.06/0.33	c 1	57 domains, 310 variables, 10 predicates, 0 relations, 219 constraints
0.06/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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.44/0.40	c 1	Parsing HOME/temp.csp
0.44/0.46	c 1	parsed 596 expressions
0.44/0.46	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.46	c 1	Converting to clausal form CSP
0.44/0.48	c 1	converted 60 (10%) expressions
0.44/0.48	c 1	converted 120 (20%) expressions
0.44/0.49	c 1	converted 179 (30%) expressions
0.44/0.49	c 1	converted 239 (40%) expressions
0.44/0.49	c 1	converted 298 (50%) expressions
0.44/0.49	c 1	converted 358 (60%) expressions
0.44/0.54	c 1	converted 418 (70%) expressions
0.44/0.57	c 1	converted 477 (80%) expressions
1.24/1.04	c 1	converted 537 (90%) expressions
1.63/1.46	c 2	converted 596 (100%) expressions
1.63/1.46	c 2	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.63/1.46	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.46	c 2	Propagation in CSP
1.74/1.54	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.74/1.54	c 2	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.74/1.54	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.74/1.55	c 2	Simplifing CSP by introducing new Boolean variables
1.74/1.57	c 2	CSP : 310 integers, 7408 booleans, 22913 clauses, largest domain size 98
1.74/1.57	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.85/1.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.95/1.70	c 2	31 (10%) CSP integer variables are encoded (168 clauses, 1728 bytes)
1.95/1.70	c 2	62 (20%) CSP integer variables are encoded (336 clauses, 3576 bytes)
1.95/1.71	c 2	93 (30%) CSP integer variables are encoded (504 clauses, 5424 bytes)
1.95/1.71	c 2	124 (40%) CSP integer variables are encoded (1623 clauses, 19170 bytes)
1.95/1.72	c 2	155 (50%) CSP integer variables are encoded (2938 clauses, 36265 bytes)
1.95/1.72	c 2	186 (60%) CSP integer variables are encoded (4327 clauses, 54322 bytes)
1.95/1.72	c 2	217 (70%) CSP integer variables are encoded (5731 clauses, 72574 bytes)
1.95/1.72	c 2	248 (80%) CSP integer variables are encoded (7120 clauses, 90631 bytes)
1.95/1.72	c 2	279 (90%) CSP integer variables are encoded (8531 clauses, 108974 bytes)
1.95/1.72	c 2	310 (100%) CSP integer variables are encoded (9718 clauses, 124405 bytes)
2.07/1.85	c 2	2292 (10%) CSP clauses are encoded (32266 clauses, 481843 bytes)
2.07/1.89	c 2	4583 (20%) CSP clauses are encoded (34988 clauses, 524134 bytes)
2.18/1.91	c 2	6874 (30%) CSP clauses are encoded (37261 clauses, 558614 bytes)
2.18/1.94	c 2	9166 (40%) CSP clauses are encoded (39536 clauses, 593052 bytes)
2.18/1.97	c 2	11457 (50%) CSP clauses are encoded (41810 clauses, 627434 bytes)
2.18/1.99	c 2	13748 (60%) CSP clauses are encoded (44085 clauses, 661878 bytes)
2.30/2.02	c 2	16040 (70%) CSP clauses are encoded (46359 clauses, 696266 bytes)
2.30/2.05	c 2	18331 (80%) CSP clauses are encoded (48634 clauses, 730715 bytes)
2.30/2.07	c 2	20622 (90%) CSP clauses are encoded (50907 clauses, 765205 bytes)
2.39/2.10	c 2	22913 (100%) CSP clauses are encoded (53167 clauses, 800901 bytes)
2.39/2.10	c 2	22913 CSP clauses encoded
2.39/2.10	c 2	Writing map file : HOME/temp.map
2.39/2.11	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.39/2.11	c 2	SAT : 17317 SAT variables, 53167 SAT clauses, 800901 bytes
2.39/2.11	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.39/2.17	c 2	SOLVING HOME/temp.cnf
2.39/2.17	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1809.80	sh: line 1: 15496 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1809.81	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1809.81	c 1810	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.04/1809.81	c ERROR INTERRUPTED
1800.04/1809.81	s UNKNOWN
1800.04/1809.81	c 1810	CPU 1800.06 (0.04 0.02 1799.58 0.42)
1800.04/1809.81	c 1810	END Sat Jul 11 18:52: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-2062721-1247329326/watcher-2062721-1247329326 -o /tmp/evaluation-result-2062721-1247329326/solver-2062721-1247329326 -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-2062721-1247329326.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.47 1.86 1.91 3/82 15472
/proc/meminfo: memFree=1737416/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=12272 CPUtime=0
/proc/15472/stat : 15472 (sugar) R 15470 15472 12955 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19995756 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226238364261 0 0 4224 0 0 0 0 17 0 0 0
/proc/15472/statm: 3068 327 246 3 0 168 0

[startup+0.021111 s]
/proc/loadavg: 1.47 1.86 1.91 3/82 15472
/proc/meminfo: memFree=1737416/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=12808 CPUtime=0.01
/proc/15472/stat : 15472 (sugar) R 15470 15472 12955 0 -1 4194304 563 0 0 0 1 0 0 0 18 0 1 0 19995756 13115392 531 996147200 4194304 4206940 548682068608 18446744073709551615 226238042849 0 0 4224 0 0 0 0 17 0 0 0
/proc/15472/statm: 3202 532 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.10112 s]
/proc/loadavg: 1.47 1.86 1.91 3/82 15472
/proc/meminfo: memFree=1737416/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=0.06
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 19995756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301139 s]
/proc/loadavg: 1.47 1.86 1.91 3/82 15472
/proc/meminfo: memFree=1737416/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=0.06
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 19995756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701173 s]
/proc/loadavg: 1.47 1.86 1.91 3/82 15472
/proc/meminfo: memFree=1737416/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=0.44
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1309 4723 0 1 4 2 35 3 16 0 1 0 19995756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 1.47 1.86 1.91 2/93 15494
/proc/meminfo: memFree=1715312/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=0.44
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1310 4723 0 1 4 2 35 3 16 0 1 0 19995756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15472/statm: 4217 1111 409 3 0 796 0
[pid=15485] ppid=15472 vsize=5356 CPUtime=0
/proc/15485/stat : 15485 (sh) S 15472 15472 12955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19995790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15485/statm: 1339 233 193 169 0 50 0
[pid=15486] ppid=15485 vsize=869012 CPUtime=1.3
/proc/15486/stat : 15486 (java) S 15485 15472 12955 0 -1 0 10591 0 1 0 124 6 0 0 18 0 9 0 19995790 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15486/statm: 217253 9712 2567 9 0 211758 0
[pid=15486/tid=15487] ppid=15485 vsize=869012 CPUtime=0.79
/proc/15486/task/15487/stat : 15487 (java) R 15485 15472 12955 0 -1 64 2848 0 1 0 77 2 0 0 16 0 9 0 19995791 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4126489100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15486/tid=15488] ppid=15485 vsize=869012 CPUtime=0.33
/proc/15486/task/15488/stat : 15488 (java) S 15485 15472 12955 0 -1 64 5557 0 0 0 31 2 0 0 16 0 9 0 19995792 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15486/tid=15489] ppid=15485 vsize=869012 CPUtime=0
/proc/15486/task/15489/stat : 15489 (java) S 15485 15472 12955 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19995793 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15486/tid=15490] ppid=15485 vsize=869012 CPUtime=0
/proc/15486/task/15490/stat : 15490 (java) S 15485 15472 12955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19995793 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15486/tid=15491] ppid=15485 vsize=869012 CPUtime=0
/proc/15486/task/15491/stat : 15491 (java) S 15485 15472 12955 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19995794 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15486/tid=15492] ppid=15485 vsize=869012 CPUtime=0.14
/proc/15486/task/15492/stat : 15492 (java) S 15485 15472 12955 0 -1 64 1487 0 0 0 14 0 0 0 15 0 9 0 19995794 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15486/tid=15493] ppid=15485 vsize=869012 CPUtime=0
/proc/15486/task/15493/stat : 15493 (java) S 15485 15472 12955 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19995795 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15486/tid=15494] ppid=15485 vsize=869012 CPUtime=0
/proc/15486/task/15494/stat : 15494 (java) S 15485 15472 12955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19995795 889868288 9712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 891236

[startup+3.10239 s]
/proc/loadavg: 1.43 1.84 1.91 2/93 15494
/proc/meminfo: memFree=1703536/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30166 s]
/proc/loadavg: 1.43 1.84 1.91 2/85 15496
/proc/meminfo: memFree=1729392/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=4940 CPUtime=4.09
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 938 0 0 0 387 22 0 0 25 0 1 0 19995974 5058560 913 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 1235 913 42 102 0 1130 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 27164

[startup+12.7012 s]
/proc/loadavg: 1.37 1.82 1.90 2/85 15496
/proc/meminfo: memFree=1728880/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=5212 CPUtime=10.45
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 1009 0 0 0 1023 22 0 0 25 0 1 0 19995974 5337088 982 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 1303 982 48 102 0 1198 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 27436

[startup+25.5014 s]
/proc/loadavg: 1.31 1.79 1.89 2/85 15496
/proc/meminfo: memFree=1728816/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=5464 CPUtime=23.19
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 1057 0 0 0 2296 23 0 0 25 0 1 0 19995974 5595136 1030 996147200 134512640 134931368 4294956256 18446744073709551615 134522750 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 1366 1030 48 102 0 1261 0
Current children cumulated CPU time (s) 25.62
Current children cumulated vsize (KiB) 27688

[startup+51.1016 s]
/proc/loadavg: 1.20 1.72 1.86 2/85 15496
/proc/meminfo: memFree=1728432/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=5824 CPUtime=48.65
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 1145 0 0 0 4842 23 0 0 25 0 1 0 19995974 5963776 1118 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 1456 1118 48 102 0 1351 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28048

[startup+102.306 s]
/proc/loadavg: 1.08 1.60 1.81 2/85 15496
/proc/meminfo: memFree=1727792/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=6312 CPUtime=99.56
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 1280 0 0 0 9933 23 0 0 25 0 1 0 19995974 6463488 1253 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 1578 1253 48 102 0 1473 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 28536

[startup+162.301 s]
/proc/loadavg: 1.03 1.49 1.76 2/85 15496
/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=6956 CPUtime=159.23
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 1433 0 0 0 15900 23 0 0 25 0 1 0 19995974 7122944 1406 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 1739 1406 48 102 0 1634 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 29180

[startup+222.302 s]
/proc/loadavg: 1.01 1.40 1.71 2/85 15496
/proc/meminfo: memFree=1726704/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=7312 CPUtime=218.89
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 1523 0 0 0 21866 23 0 0 25 0 1 0 19995974 7487488 1496 996147200 134512640 134931368 4294956256 18446744073709551615 134523361 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 1828 1496 48 102 0 1723 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 29536

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

[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=13436 CPUtime=1233.26
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 3348 0 0 0 123298 28 0 0 25 0 1 0 19995974 13758464 3007 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3359 3007 48 102 0 3254 0
Current children cumulated CPU time (s) 1235.69
Current children cumulated vsize (KiB) 35660

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/85 15496
/proc/meminfo: memFree=1720048/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=13568 CPUtime=1292.93
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 3456 0 0 0 129265 28 0 0 25 0 1 0 19995974 13893632 3045 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3392 3045 48 102 0 3287 0
Current children cumulated CPU time (s) 1295.36
Current children cumulated vsize (KiB) 35792

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/85 15496
/proc/meminfo: memFree=1719600/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=13964 CPUtime=1352.59
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 3639 0 0 0 135231 28 0 0 25 0 1 0 19995974 14299136 3154 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3491 3154 48 102 0 3386 0
Current children cumulated CPU time (s) 1355.02
Current children cumulated vsize (KiB) 36188

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.16 2/85 15496
/proc/meminfo: memFree=1719600/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=13964 CPUtime=1412.26
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 3713 0 0 0 141198 28 0 0 25 0 1 0 19995974 14299136 3154 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3491 3154 48 102 0 3386 0
Current children cumulated CPU time (s) 1414.69
Current children cumulated vsize (KiB) 36188

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/85 15496
/proc/meminfo: memFree=1719216/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=14616 CPUtime=1471.93
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 3892 0 0 0 147164 29 0 0 25 0 1 0 19995974 14966784 3257 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3654 3257 48 102 0 3549 0
Current children cumulated CPU time (s) 1474.36
Current children cumulated vsize (KiB) 36840

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/85 15496
/proc/meminfo: memFree=1719152/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=14616 CPUtime=1531.58
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 3970 0 0 0 153129 29 0 0 25 0 1 0 19995974 14966784 3257 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3654 3257 48 102 0 3549 0
Current children cumulated CPU time (s) 1534.01
Current children cumulated vsize (KiB) 36840

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/85 15496
/proc/meminfo: memFree=1718512/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=15144 CPUtime=1591.26
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 4196 0 0 0 159097 29 0 0 25 0 1 0 19995974 15507456 3405 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3786 3405 48 102 0 3681 0
Current children cumulated CPU time (s) 1593.69
Current children cumulated vsize (KiB) 37368

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/85 15496
/proc/meminfo: memFree=1718064/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=15672 CPUtime=1650.92
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 4396 0 0 0 165063 29 0 0 25 0 1 0 19995974 16048128 3525 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3918 3525 48 102 0 3813 0
Current children cumulated CPU time (s) 1653.35
Current children cumulated vsize (KiB) 37896

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/85 15496
/proc/meminfo: memFree=1718000/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=15672 CPUtime=1710.59
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 4478 0 0 0 171030 29 0 0 25 0 1 0 19995974 16048128 3525 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3918 3525 48 102 0 3813 0
Current children cumulated CPU time (s) 1713.02
Current children cumulated vsize (KiB) 37896

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.09 3/85 15498
/proc/meminfo: memFree=1717680/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=15804 CPUtime=1770.26
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 4550 0 0 0 176996 30 0 0 25 0 1 0 19995974 16183296 3556 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3951 3556 48 102 0 3846 0
Current children cumulated CPU time (s) 1772.69
Current children cumulated vsize (KiB) 38028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/85 15498
/proc/meminfo: memFree=1717680/2055920 swapFree=4192812/4192956
[pid=15472] ppid=15470 vsize=16868 CPUtime=2.43
/proc/15472/stat : 15472 (sugar) S 15470 15472 12955 0 -1 4194304 1365 15954 0 2 4 2 226 11 16 0 1 0 19995756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15472/statm: 4217 1113 409 3 0 796 0
[pid=15495] ppid=15472 vsize=5356 CPUtime=0
/proc/15495/stat : 15495 (sh) S 15472 15472 12955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19995973 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15495/statm: 1339 232 193 169 0 50 0
[pid=15496] ppid=15495 vsize=15804 CPUtime=1797.61
/proc/15496/stat : 15496 (picosat) R 15495 15472 12955 0 -1 4194304 4591 0 0 0 179731 30 0 0 25 0 1 0 19995974 16183296 3556 996147200 134512640 134931368 4294956256 18446744073709551615 134524021 0 0 4096 0 0 0 0 17 0 0 0
/proc/15496/statm: 3951 3556 48 102 0 3846 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 38028

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): 1809.82
CPU time (s): 1800.08
CPU user time (s): 1799.63
CPU system time (s): 0.446932
CPU usage (%): 99.4618
Max. virtual memory (cumulated for all children) (KiB): 891488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22692
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= 1019
involuntary context switches= 33199

runsolver used 2.26166 second user time and 5.98909 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-11 18:22:06
IDJOB=2062721
IDBENCH=53925
IDSOLVER=738
FILE ID=node58/2062721-1247329326
PBS_JOBID= 9506514
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-10.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-2062721-1247329326/watcher-2062721-1247329326 -o /tmp/evaluation-result-2062721-1247329326/solver-2062721-1247329326 -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-2062721-1247329326.xml

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

MD5SUM BENCH= 43d9e915e10c026682c4118b31169d3c
RANDOM SEED=2106495008

node58.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1737960 kB
Buffers:         35040 kB
Cached:         194048 kB
SwapCached:        140 kB
Active:         140768 kB
Inactive:       123092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          52824 kB
Slab:            39548 kB
Committed_AS:   201008 kB
PageTables:       1812 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= 66224 MiB
End job on node58 at 2009-07-11 18:52:18