Trace number 1042269

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.18 1808.73

General information on the benchmark

Namecsp/allsquares/
normalized-squares-38-38.xml
MD5SUM8beb85ceff4b90efe0bf9dde7a9a15a1
Bench CategoryGLOBAL (global constraints)
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 variables2888
Number of constraints3518
Maximum constraint arity38
Maximum domain size139
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2813
Global constraints used (with number of constraints)cumulative(2),weightedsum(703)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 14:48:35 2008
0.00/0.05	c 0	PID 19408
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042269-1215002915.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042269-1215002915.xml' 'HOME/temp.csp'
0.96/1.03	c 1	39 domains, 2888 variables, 2 predicates, 0 relations, 3518 constraints
0.96/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.00/1.13	c 2	Parsing HOME/temp.csp
1.00/1.55	c 2	parsed 6447 expressions
1.00/1.55	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.55	c 2	Converting to clausal form CSP
1.00/1.59	c 2	converted 645 (10%) expressions
1.00/1.59	c 2	converted 1290 (20%) expressions
1.00/1.61	c 2	converted 1935 (30%) expressions
1.00/1.61	c 2	converted 2579 (40%) expressions
1.00/1.78	c 2	converted 3224 (50%) expressions
1.00/1.84	c 2	converted 3869 (60%) expressions
1.00/1.94	c 2	converted 4513 (70%) expressions
1.00/1.98	c 2	converted 5158 (80%) expressions
1.00/2.03	c 2	converted 5803 (90%) expressions
4.31/4.43	c 5	converted 6447 (100%) expressions
4.31/4.44	c 5	CSP : 23460 integers, 7498 booleans, 62644 clauses, largest domain size 389
4.31/4.44	c 5	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.31/4.44	c 5	Propagation in CSP
4.70/4.80	c 5	136678 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.70/4.81	c 5	CSP : 23460 integers, 7498 booleans, 62644 clauses, largest domain size 140
4.70/4.81	c 5	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.83	c 5	Simplifing CSP by introducing new Boolean variables
4.70/4.86	c 5	CSP : 23460 integers, 7498 booleans, 62644 clauses, largest domain size 140
4.70/4.86	c 5	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.00/5.12	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.00/5.17	c 6	2346 (10%) CSP integer variables are encoded (8904 clauses, 113619 bytes)
5.10/5.22	c 6	4692 (20%) CSP integer variables are encoded (51055 clauses, 745884 bytes)
5.10/5.29	c 6	7038 (30%) CSP integer variables are encoded (105647 clauses, 1589069 bytes)
5.20/5.36	c 6	9384 (40%) CSP integer variables are encoded (159811 clauses, 2509857 bytes)
5.30/5.43	c 6	11730 (50%) CSP integer variables are encoded (211358 clauses, 3386156 bytes)
5.41/5.50	c 6	14076 (60%) CSP integer variables are encoded (265056 clauses, 4299022 bytes)
5.41/5.57	c 6	16422 (70%) CSP integer variables are encoded (319486 clauses, 5224332 bytes)
5.50/5.65	c 6	18768 (80%) CSP integer variables are encoded (372837 clauses, 6131299 bytes)
5.60/5.72	c 6	21114 (90%) CSP integer variables are encoded (426043 clauses, 7035801 bytes)
5.60/5.79	c 6	23460 (100%) CSP integer variables are encoded (478811 clauses, 7932857 bytes)
6.68/6.83	c 7	6265 (10%) CSP clauses are encoded (1037979 clauses, 18438347 bytes)
11.54/11.78	c 12	12529 (20%) CSP clauses are encoded (3711430 clauses, 75257804 bytes)
15.69/15.94	c 16	18794 (30%) CSP clauses are encoded (5859555 clauses, 123866863 bytes)
19.95/20.24	c 21	25058 (40%) CSP clauses are encoded (8003945 clauses, 175778764 bytes)
24.40/24.74	c 25	31322 (50%) CSP clauses are encoded (10249049 clauses, 230136995 bytes)
30.07/30.50	c 31	37587 (60%) CSP clauses are encoded (13099882 clauses, 299081106 bytes)
34.58/35.11	c 35	43851 (70%) CSP clauses are encoded (15375962 clauses, 354183297 bytes)
38.86/39.62	c 40	50116 (80%) CSP clauses are encoded (17524087 clauses, 406186101 bytes)
43.17/44.07	c 44	56380 (90%) CSP clauses are encoded (19713936 clauses, 459204662 bytes)
48.25/49.21	c 50	62644 (100%) CSP clauses are encoded (22270035 clauses, 521019372 bytes)
48.25/49.21	c 50	62644 CSP clauses encoded
48.25/49.21	c 50	Writing map file : HOME/temp.map
48.25/49.26	c 50	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.25/49.26	c 50	SAT : 509667 SAT variables, 22270035 SAT clauses, 521019372 bytes
48.25/49.26	c 50	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.35/49.30	c 50	SOLVING HOME/temp.cnf
48.35/49.30	c 50	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1808.61	c ERROR INTERRUPTED
1800.18/1808.72	s UNKNOWN
1800.18/1808.72	c 1809	CPU 44.81 (0.03 0.01 44.78 3.53)
1800.18/1808.72	c 1809	END Wed Jul  2 15:18:44 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042269-1215002915/watcher-1042269-1215002915 -o /tmp/evaluation-result-1042269-1215002915/solver-1042269-1215002915 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1042269-1215002915.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 19408
/proc/meminfo: memFree=1903144/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=18572 CPUtime=0
/proc/19408/stat : 19408 (runsolver) R 19406 19408 17728 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 623228669 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19408/statm: 4643 292 257 25 0 2626 0

[startup+0.0972501 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 19408
/proc/meminfo: memFree=1903144/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=0.04
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 623228669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101243 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 19408
/proc/meminfo: memFree=1903144/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=0.04
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 623228669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301281 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 19408
/proc/meminfo: memFree=1903144/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=0.04
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 623228669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701371 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 19408
/proc/meminfo: memFree=1903144/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=0.04
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 623228669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19420
/proc/meminfo: memFree=1886416/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=1
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 973 7318 0 1 3 1 91 5 16 0 1 0 623228669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10483 s]
/proc/loadavg: 2.00 2.00 1.95 4/83 19430
/proc/meminfo: memFree=1882128/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=1
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 974 7318 0 1 3 1 91 5 15 0 1 0 623228669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 797 370 3 0 500 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 17728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623228774 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=868384 CPUtime=2.02
/proc/19422/stat : 19422 (java) S 19421 19408 17728 0 -1 0 11643 0 1 0 194 8 0 0 18 0 9 0 623228774 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 217096 10737 2541 9 0 211671 0
[pid=19422/tid=19423] ppid=19421 vsize=868384 CPUtime=1.28
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 17728 0 -1 64 2880 0 1 0 126 2 0 0 25 0 9 0 623228775 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=868384 CPUtime=0.47
/proc/19422/task/19424/stat : 19424 (java) R 19421 19408 17728 0 -1 64 6566 0 0 0 43 4 0 0 16 0 9 0 623228776 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=868384 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 17728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623228776 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=868384 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 17728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 623228776 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=868384 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 623228778 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=868384 CPUtime=0.23
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 17728 0 -1 64 1505 0 0 0 23 0 0 0 16 0 9 0 623228778 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=868384 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 623228779 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=868384 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 17728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 623228779 889225216 10737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887340

[startup+6.30225 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19430
/proc/meminfo: memFree=1840848/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=1
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 974 7318 0 1 3 1 91 5 15 0 1 0 623228669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 797 370 3 0 500 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 17728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623228774 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=868496 CPUtime=5.19
/proc/19422/stat : 19422 (java) S 19421 19408 17728 0 -1 0 18500 0 1 0 498 21 0 0 18 0 9 0 623228774 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 217124 16701 2565 9 0 211671 0
[pid=19422/tid=19423] ppid=19421 vsize=868496 CPUtime=3.44
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 17728 0 -1 64 3437 0 1 0 333 11 0 0 25 0 9 0 623228775 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=868496 CPUtime=1.4
/proc/19422/task/19424/stat : 19424 (java) S 19421 19408 17728 0 -1 64 12810 0 0 0 132 8 0 0 16 0 9 0 623228776 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 17728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623228776 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 17728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 623228776 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 623228778 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=868496 CPUtime=0.32
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 17728 0 -1 64 1561 0 0 0 31 1 0 0 16 0 9 0 623228778 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 623228779 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 17728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 623228779 889339904 16701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887452

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19430
/proc/meminfo: memFree=1766480/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=1
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 974 7318 0 1 3 1 91 5 16 0 1 0 623228669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 797 370 3 0 500 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 17728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623228774 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=868496 CPUtime=11.53
/proc/19422/stat : 19422 (java) S 19421 19408 17728 0 -1 0 18913 0 1 0 1089 64 0 0 18 0 9 0 623228774 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 217124 16702 2565 9 0 211671 0
[pid=19422/tid=19423] ppid=19421 vsize=868496 CPUtime=9.56
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 17728 0 -1 64 3849 0 1 0 905 51 0 0 25 0 9 0 623228775 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=868496 CPUtime=1.62
/proc/19422/task/19424/stat : 19424 (java) S 19421 19408 17728 0 -1 64 12810 0 0 0 152 10 0 0 16 0 9 0 623228776 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 17728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623228776 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 17728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 623228776 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 623228778 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=868496 CPUtime=0.32
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 17728 0 -1 64 1562 0 0 0 31 1 0 0 17 0 9 0 623228778 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 623228779 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 17728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 623228779 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887452

[startup+25.5019 s]
/proc/loadavg: 2.15 2.03 1.96 3/83 19430
/proc/meminfo: memFree=1606544/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=1
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 974 7318 0 1 3 1 91 5 16 0 1 0 623228669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 797 370 3 0 500 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 17728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623228774 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=868496 CPUtime=24.19
/proc/19422/stat : 19422 (java) S 19421 19408 17728 0 -1 0 19723 0 1 0 2258 161 0 0 18 0 9 0 623228774 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 217124 16702 2565 9 0 211671 0
[pid=19422/tid=19423] ppid=19421 vsize=868496 CPUtime=21.82
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 17728 0 -1 64 4659 0 1 0 2039 143 0 0 25 0 9 0 623228775 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4126839808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=868496 CPUtime=2.02
/proc/19422/task/19424/stat : 19424 (java) S 19421 19408 17728 0 -1 64 12810 0 0 0 186 16 0 0 16 0 9 0 623228776 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 17728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623228776 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 17728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 623228776 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 623228778 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=868496 CPUtime=0.32
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 17728 0 -1 64 1562 0 0 0 31 1 0 0 17 0 9 0 623228778 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 17728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 623228779 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=868496 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 17728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 623228779 889339904 16702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887452

[startup+51.1019 s]
/proc/loadavg: 2.50 2.12 1.99 3/75 19432
/proc/meminfo: memFree=1362512/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=40172 CPUtime=1.78
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 6107 0 0 0 79 99 0 0 25 0 1 0 623233599 41136128 6093 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/meminfo: memFree=518656/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=856732 CPUtime=1307.25
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200122 0 0 0 119886 10839 0 0 25 0 1 0 623233599 877293568 200106 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214183 200106 48 102 0 214078 0
Current children cumulated CPU time (s) 1355.6
Current children cumulated vsize (KiB) 875688

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=518336/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=856996 CPUtime=1367.01
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200192 0 0 0 125861 10840 0 0 25 0 1 0 623233599 877563904 200176 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214249 200176 48 102 0 214144 0
Current children cumulated CPU time (s) 1415.36
Current children cumulated vsize (KiB) 875952

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=518016/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=857392 CPUtime=1426.76
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200262 0 0 0 131836 10840 0 0 25 0 1 0 623233599 877969408 200246 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214348 200246 48 102 0 214243 0
Current children cumulated CPU time (s) 1475.11
Current children cumulated vsize (KiB) 876348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=517696/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=857656 CPUtime=1486.51
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200333 0 0 0 137811 10840 0 0 25 0 1 0 623233599 878239744 200317 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214414 200317 48 102 0 214309 0
Current children cumulated CPU time (s) 1534.86
Current children cumulated vsize (KiB) 876612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=517376/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=857920 CPUtime=1546.26
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200401 0 0 0 143786 10840 0 0 25 0 1 0 623233599 878510080 200385 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214480 200385 48 102 0 214375 0
Current children cumulated CPU time (s) 1594.61
Current children cumulated vsize (KiB) 876876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=516928/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=858184 CPUtime=1606.02
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200467 0 0 0 149761 10841 0 0 25 0 1 0 623233599 878780416 200451 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214546 200451 48 102 0 214441 0
Current children cumulated CPU time (s) 1654.37
Current children cumulated vsize (KiB) 877140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=516544/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=858444 CPUtime=1665.77
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200547 0 0 0 155736 10841 0 0 25 0 1 0 623233599 879046656 200531 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214611 200531 48 102 0 214506 0
Current children cumulated CPU time (s) 1714.12
Current children cumulated vsize (KiB) 877400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=516096/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=858836 CPUtime=1725.52
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200647 0 0 0 161711 10841 0 0 25 0 1 0 623233599 879448064 200631 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214709 200631 48 102 0 214604 0
Current children cumulated CPU time (s) 1773.87
Current children cumulated vsize (KiB) 877792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=515968/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1022 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=5356 CPUtime=0
/proc/19431/stat : 19431 (sh) S 19408 19408 17728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623233599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19431/statm: 1339 232 193 169 0 50 0
[pid=19432] ppid=19431 vsize=858968 CPUtime=1751.71
/proc/19432/stat : 19432 (picosat) R 19431 19408 17728 0 -1 4194304 200672 0 0 0 164330 10841 0 0 25 0 1 0 623233599 879583232 200656 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 214742 200656 48 102 0 214637 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 877924

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

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

[startup+1808.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19476
/proc/meminfo: memFree=515968/2055920 swapFree=4175520/4192956
[pid=19408] ppid=19406 vsize=13600 CPUtime=48.35
/proc/19408/stat : 19408 (sugar) S 19406 19408 17728 0 -1 4194304 1041 28835 0 2 3 1 4478 353 16 0 1 0 623228669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/19408/statm: 3400 799 370 3 0 500 0
[pid=19431] ppid=19408 vsize=0 CPUtime=0
/proc/19431/stat : 19431 (sh) Z 19408 19408 17728 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 623233599 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/19431/statm: 0 0 0 0 0 0 0
[pid=19432] ppid=1 vsize=0 CPUtime=1751.83
/proc/19432/stat : 19432 (picosat) R 1 19408 17728 0 -1 4195332 200672 0 0 0 164330 10853 0 0 25 0 1 0 623233599 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/19432/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19408 and gives
#  childrusage.ru_utime.tv_sec=44
#  childrusage.ru_utime.tv_usec=825185
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=550460
# CPU time returned by wait4() is 48.3756
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.73
CPU time (s): 1800.18
CPU user time (s): 1688.11
CPU system time (s): 112.07
CPU usage (%): 99.5273
Max. virtual memory (cumulated for all children) (KiB): 888344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8252
system time used= 3.55046
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30212
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= 23682
involuntary context switches= 24242

runsolver used 1.73773 second user time and 4.90025 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-02 14:48:35
IDJOB=1042269
IDBENCH=53889
IDSOLVER=345
FILE ID=node5/1042269-1215002915
PBS_JOBID= 7870913
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-38-38.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042269-1215002915/watcher-1042269-1215002915 -o /tmp/evaluation-result-1042269-1215002915/solver-1042269-1215002915 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1042269-1215002915.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8beb85ceff4b90efe0bf9dde7a9a15a1
RANDOM SEED=1452113133

node5.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.279
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.279
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:       1903624 kB
Buffers:          9008 kB
Cached:          58980 kB
SwapCached:      11096 kB
Active:          79912 kB
Inactive:        11808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903624 kB
SwapTotal:     4192956 kB
SwapFree:      4175520 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          26684 kB
Slab:            45936 kB
Committed_AS:   788616 kB
PageTables:       1732 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= 66536 MiB
End job on node5 at 2008-07-02 15:18:46