Trace number 1076891

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

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-05.xml
MD5SUMd74c559f93ee1657fc0d343cc7d6c2bf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.03184
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 18:53:13 2008
0.00/0.04	c 0	PID 5546
0.00/0.04	c 0	HOST node40.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1076891-1215190393.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076891-1215190393.xml' 'HOME/temp.csp'
0.03/0.55	c 0	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
0.03/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.59	c 0	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'
0.68/0.66	c 0	Parsing HOME/temp.csp
1.14/1.02	c 1	parsed 2850 expressions
1.14/1.02	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.02	c 1	Converting to clausal form CSP
1.14/1.05	c 1	converted 285 (10%) expressions
2.66/2.54	c 2	converted 570 (20%) expressions
3.93/3.78	c 4	converted 855 (30%) expressions
4.04/3.80	c 4	converted 1140 (40%) expressions
4.04/3.84	c 4	converted 1425 (50%) expressions
4.04/3.86	c 4	converted 1710 (60%) expressions
4.14/3.90	c 4	converted 1995 (70%) expressions
4.14/3.92	c 4	converted 2280 (80%) expressions
4.14/3.95	c 4	converted 2565 (90%) expressions
4.24/4.00	c 4	converted 2850 (100%) expressions
4.24/4.00	c 4	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
4.24/4.00	c 4	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.24/4.00	c 4	Propagation in CSP
4.24/4.02	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.24/4.02	c 4	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
4.24/4.02	c 4	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.24/4.02	c 4	Simplifing CSP by introducing new Boolean variables
4.24/4.08	c 4	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
4.24/4.08	c 4	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.75/4.55	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.75/4.57	c 4	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
4.75/4.57	c 4	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
4.75/4.57	c 4	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
4.75/4.57	c 4	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
4.75/4.57	c 4	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
4.75/4.57	c 4	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
4.75/4.57	c 4	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
4.75/4.58	c 4	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
4.75/4.58	c 4	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
4.75/4.58	c 4	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
39.10/38.84	c 39	2191 (10%) CSP clauses are encoded (732042 clauses, 28896817 bytes)
141.02/141.05	c 141	4382 (20%) CSP clauses are encoded (1381386 clauses, 62934901 bytes)
141.12/141.14	c 141	6573 (30%) CSP clauses are encoded (1432277 clauses, 63884991 bytes)
141.23/141.23	c 141	8764 (40%) CSP clauses are encoded (1483143 clauses, 64844426 bytes)
141.33/141.33	c 141	10954 (50%) CSP clauses are encoded (1534008 clauses, 65847143 bytes)
141.43/141.42	c 141	13145 (60%) CSP clauses are encoded (1584899 clauses, 66850825 bytes)
141.52/141.51	c 141	15336 (70%) CSP clauses are encoded (1635765 clauses, 67854048 bytes)
141.63/141.61	c 141	17527 (80%) CSP clauses are encoded (1686656 clauses, 68857730 bytes)
141.73/141.70	c 141	19718 (90%) CSP clauses are encoded (1737822 clauses, 69860913 bytes)
142.13/142.15	c 142	21908 (100%) CSP clauses are encoded (1797391 clauses, 71604043 bytes)
142.13/142.15	c 142	21908 CSP clauses encoded
142.13/142.15	c 142	Writing map file : HOME/temp.map
142.13/142.16	c 142	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.13/142.16	c 142	SAT : 26639 SAT variables, 1797391 SAT clauses, 71604043 bytes
142.13/142.16	c 142	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.19/142.24	c 142	SOLVING HOME/temp.cnf
142.19/142.24	c 142	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1800.62	c ERROR INTERRUPTED
1800.06/1800.63	s UNKNOWN
1800.06/1800.63	c 1800	CPU 141.48 (0.03 0 141.45 0.75)
1800.06/1800.63	c 1800	END Fri Jul  4 19:23:13 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-1076891-1215190393/watcher-1076891-1215190393 -o /tmp/evaluation-result-1076891-1215190393/solver-1076891-1215190393 -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-1076891-1215190393.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: 1.00 1.00 1.00 3/64 5546
/proc/meminfo: memFree=1611064/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=12268 CPUtime=0
/proc/5546/stat : 5546 (sugar) R 5544 5546 5201 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1548706945 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264528509950 0 0 4224 0 0 0 0 17 0 0 0
/proc/5546/statm: 3067 316 241 3 0 167 0

[startup+0.0606259 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5546
/proc/meminfo: memFree=1611064/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.03
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1548706945 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102791 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5546
/proc/meminfo: memFree=1611064/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.03
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1548706945 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301661 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5546
/proc/meminfo: memFree=1611064/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.03
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1548706945 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701708 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5546
/proc/meminfo: memFree=1611064/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.68
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 973 7731 0 1 3 0 60 5 15 0 1 0 1548706945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5568
/proc/meminfo: memFree=1597016/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.68
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 973 7731 0 1 3 0 60 5 15 0 1 0 1548706945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 797 370 3 0 500 0
[pid=5559] ppid=5546 vsize=5356 CPUtime=0
/proc/5559/stat : 5559 (sh) S 5546 5546 5201 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548707005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5559/statm: 1339 233 193 169 0 50 0
[pid=5560] ppid=5559 vsize=864848 CPUtime=0.96
/proc/5560/stat : 5560 (java) S 5559 5546 5201 0 -1 0 9477 0 1 0 92 4 0 0 18 0 9 0 1548707005 885604352 8721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5560/statm: 216212 8721 2540 9 0 210787 0
[pid=5560/tid=5561] ppid=5559 vsize=864848 CPUtime=0.53
/proc/5560/task/5561/stat : 5561 (java) S 5559 5546 5201 0 -1 64 2718 0 1 0 52 1 0 0 16 0 9 0 1548707006 885604352 8722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5562] ppid=5559 vsize=864848 CPUtime=0.33
/proc/5560/task/5562/stat : 5562 (java) R 5559 5546 5201 0 -1 64 5718 0 0 0 32 1 0 0 16 0 9 0 1548707007 885604352 8727 996147200 134512640 134550740 4294955952 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5563] ppid=5559 vsize=864848 CPUtime=0
/proc/5560/task/5563/stat : 5563 (java) S 5559 5546 5201 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548707007 885604352 8734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5564] ppid=5559 vsize=864848 CPUtime=0
/proc/5560/task/5564/stat : 5564 (java) S 5559 5546 5201 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1548707007 885604352 8739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5565] ppid=5559 vsize=864848 CPUtime=0
/proc/5560/task/5565/stat : 5565 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548707009 885604352 8740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5566] ppid=5559 vsize=864848 CPUtime=0.07
/proc/5560/task/5566/stat : 5566 (java) S 5559 5546 5201 0 -1 64 348 0 0 0 7 0 0 0 16 0 9 0 1548707009 885604352 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5567] ppid=5559 vsize=864848 CPUtime=0
/proc/5560/task/5567/stat : 5567 (java) S 5559 5546 5201 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1548707009 885604352 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5568] ppid=5559 vsize=864848 CPUtime=0
/proc/5560/task/5568/stat : 5568 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1548707009 885604352 8743 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 883804

[startup+3.10302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5568
/proc/meminfo: memFree=1565016/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.68
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 973 7731 0 1 3 0 60 5 16 0 1 0 1548706945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5546/statm: 3400 797 370 3 0 500 0
[pid=5559] ppid=5546 vsize=5356 CPUtime=0
/proc/5559/stat : 5559 (sh) S 5546 5546 5201 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548707005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5559/statm: 1339 233 193 169 0 50 0
[pid=5560] ppid=5559 vsize=868944 CPUtime=2.66
/proc/5560/stat : 5560 (java) S 5559 5546 5201 0 -1 0 22591 0 1 0 255 11 0 0 18 0 9 0 1548707005 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5560/statm: 217236 21779 2540 9 0 211811 0
[pid=5560/tid=5561] ppid=5559 vsize=868944 CPUtime=1.22
/proc/5560/task/5561/stat : 5561 (java) S 5559 5546 5201 0 -1 64 3210 0 1 0 121 1 0 0 16 0 9 0 1548707006 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5562] ppid=5559 vsize=868944 CPUtime=1.24
/proc/5560/task/5562/stat : 5562 (java) R 5559 5546 5201 0 -1 64 17180 0 0 0 116 8 0 0 17 0 9 0 1548707007 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 102477906 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5563] ppid=5559 vsize=868944 CPUtime=0
/proc/5560/task/5563/stat : 5563 (java) S 5559 5546 5201 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548707007 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5564] ppid=5559 vsize=868944 CPUtime=0
/proc/5560/task/5564/stat : 5564 (java) S 5559 5546 5201 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1548707007 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5565] ppid=5559 vsize=868944 CPUtime=0
/proc/5560/task/5565/stat : 5565 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548707009 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5566] ppid=5559 vsize=868944 CPUtime=0.17
/proc/5560/task/5566/stat : 5566 (java) S 5559 5546 5201 0 -1 64 1503 0 0 0 17 0 0 0 16 0 9 0 1548707009 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5567] ppid=5559 vsize=868944 CPUtime=0
/proc/5560/task/5567/stat : 5567 (java) S 5559 5546 5201 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1548707009 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5568] ppid=5559 vsize=868944 CPUtime=0
/proc/5560/task/5568/stat : 5568 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1548707009 889798656 21779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 887900

[startup+6.30242 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5568
/proc/meminfo: memFree=1507032/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.68
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 974 7731 0 1 3 0 60 5 16 0 1 0 1548706945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5546/statm: 3400 797 370 3 0 500 0
[pid=5559] ppid=5546 vsize=5356 CPUtime=0
/proc/5559/stat : 5559 (sh) S 5546 5546 5201 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548707005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5559/statm: 1339 233 193 169 0 50 0
[pid=5560] ppid=5559 vsize=869080 CPUtime=5.9
/proc/5560/stat : 5560 (java) S 5559 5546 5201 0 -1 0 28284 0 1 0 575 15 0 0 18 0 9 0 1548707005 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5560/statm: 217270 27416 2566 9 0 211817 0
[pid=5560/tid=5561] ppid=5559 vsize=869080 CPUtime=3.3
/proc/5560/task/5561/stat : 5561 (java) R 5559 5546 5201 0 -1 64 3815 0 1 0 327 3 0 0 24 0 9 0 1548707006 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 103568449 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5562] ppid=5559 vsize=869080 CPUtime=2.35
/proc/5560/task/5562/stat : 5562 (java) S 5559 5546 5201 0 -1 64 22228 0 0 0 225 10 0 0 16 0 9 0 1548707007 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5563] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5563/stat : 5563 (java) S 5559 5546 5201 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548707007 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5564] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5564/stat : 5564 (java) S 5559 5546 5201 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1548707007 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5565] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5565/stat : 5565 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548707009 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5566] ppid=5559 vsize=869080 CPUtime=0.22
/proc/5560/task/5566/stat : 5566 (java) S 5559 5546 5201 0 -1 64 1543 0 0 0 22 0 0 0 16 0 9 0 1548707009 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5567] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5567/stat : 5567 (java) S 5559 5546 5201 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1548707009 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5568] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5568/stat : 5568 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1548707009 889937920 27416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 888036

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5568
/proc/meminfo: memFree=1496344/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.68
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 974 7731 0 1 3 0 60 5 16 0 1 0 1548706945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5546/statm: 3400 797 370 3 0 500 0
[pid=5559] ppid=5546 vsize=5356 CPUtime=0
/proc/5559/stat : 5559 (sh) S 5546 5546 5201 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548707005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5559/statm: 1339 233 193 169 0 50 0
[pid=5560] ppid=5559 vsize=869080 CPUtime=12.31
/proc/5560/stat : 5560 (java) S 5559 5546 5201 0 -1 0 28759 0 1 0 1211 20 0 0 18 0 9 0 1548707005 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5560/statm: 217270 27822 2566 9 0 211817 0
[pid=5560/tid=5561] ppid=5559 vsize=869080 CPUtime=9.5
/proc/5560/task/5561/stat : 5561 (java) R 5559 5546 5201 0 -1 64 3885 0 1 0 943 7 0 0 20 0 9 0 1548707006 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5562] ppid=5559 vsize=869080 CPUtime=2.55
/proc/5560/task/5562/stat : 5562 (java) S 5559 5546 5201 0 -1 64 22628 0 0 0 244 11 0 0 15 0 9 0 1548707007 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5563] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5563/stat : 5563 (java) S 5559 5546 5201 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548707007 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5564] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5564/stat : 5564 (java) S 5559 5546 5201 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1548707007 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5565] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5565/stat : 5565 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548707009 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5566] ppid=5559 vsize=869080 CPUtime=0.23
/proc/5560/task/5566/stat : 5566 (java) S 5559 5546 5201 0 -1 64 1548 0 0 0 23 0 0 0 16 0 9 0 1548707009 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5567] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5567/stat : 5567 (java) S 5559 5546 5201 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1548707009 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5568] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5568/stat : 5568 (java) S 5559 5546 5201 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1548707009 889937920 27822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 888036

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5568
/proc/meminfo: memFree=1469080/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=0.68
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 974 7731 0 1 3 0 60 5 16 0 1 0 1548706945 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5546/statm: 3400 797 370 3 0 500 0
[pid=5559] ppid=5546 vsize=5356 CPUtime=0
/proc/5559/stat : 5559 (sh) S 5546 5546 5201 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548707005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5559/statm: 1339 233 193 169 0 50 0
[pid=5560] ppid=5559 vsize=869080 CPUtime=25.12
/proc/5560/stat : 5560 (java) S 5559 5546 5201 0 -1 0 33176 0 1 0 2484 28 0 0 18 0 9 0 1548707005 889937920 32155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5560/statm: 217270 32155 2566 9 0 211817 0
[pid=5560/tid=5561] ppid=5559 vsize=869080 CPUtime=21.91
/proc/5560/task/5561/stat : 5561 (java) R 5559 5546 5201 0 -1 64 3969 0 1 0 2179 12 0 0 25 0 9 0 1548707006 889937920 32155 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5562] ppid=5559 vsize=869080 CPUtime=2.93
/proc/5560/task/5562/stat : 5562 (java) S 5559 5546 5201 0 -1 64 26958 0 0 0 280 13 0 0 16 0 9 0 1548707007 889937920 32155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5560/tid=5563] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5563/stat : 5563 (java) S 5559 5546 5201 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548707007 889937920 32155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5560/tid=5564] ppid=5559 vsize=869080 CPUtime=0
/proc/5560/task/5564/stat : 5564 (java) S 5559 5546 5201 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1548707007 889937920 32155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1433880/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=104652 CPUtime=1159.67
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 27503 0 0 0 114231 1736 0 0 25 0 1 0 1548721170 107163648 25716 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26163 25716 48 102 0 26058 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 123608

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1433880/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=104652 CPUtime=1219.65
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 27503 0 0 0 120229 1736 0 0 25 0 1 0 1548721170 107163648 25716 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26163 25716 48 102 0 26058 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 123608

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1433048/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=105444 CPUtime=1279.64
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 27935 0 0 0 126227 1737 0 0 25 0 1 0 1548721170 107974656 25921 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26361 25921 48 102 0 26256 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 124400

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1433048/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=105444 CPUtime=1339.61
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 27939 0 0 0 132224 1737 0 0 25 0 1 0 1548721170 107974656 25925 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26361 25925 48 102 0 26256 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 124400

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1432792/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=105576 CPUtime=1399.6
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 28228 0 0 0 138222 1738 0 0 25 0 1 0 1548721170 108109824 25978 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26394 25978 48 102 0 26289 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 124532

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1431896/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=106764 CPUtime=1459.58
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 28536 0 0 0 144220 1738 0 0 25 0 1 0 1548721170 109326336 26286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26691 26286 48 102 0 26586 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 125720

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1431192/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=107160 CPUtime=1519.55
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 28881 0 0 0 150217 1738 0 0 25 0 1 0 1548721170 109731840 26382 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26790 26382 48 102 0 26685 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 126116

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1431192/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=107160 CPUtime=1579.55
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 28881 0 0 0 156216 1739 0 0 25 0 1 0 1548721170 109731840 26382 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26790 26382 48 102 0 26685 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 126116

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1431192/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=107972 CPUtime=1639.52
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 29142 0 0 0 162213 1739 0 0 25 0 1 0 1548721170 110563328 26362 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26993 26362 48 102 0 26888 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 126928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5576
/proc/meminfo: memFree=1431192/2055920 swapFree=4095540/4192956
[pid=5546] ppid=5544 vsize=13600 CPUtime=142.23
/proc/5546/stat : 5546 (sugar) S 5544 5546 5201 0 -1 4194304 1023 59839 0 2 3 0 14145 75 16 0 1 0 1548706945 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5546/statm: 3400 799 370 3 0 500 0
[pid=5569] ppid=5546 vsize=5356 CPUtime=0
/proc/5569/stat : 5569 (sh) S 5546 5546 5201 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548721170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5569/statm: 1339 232 193 169 0 50 0
[pid=5570] ppid=5569 vsize=107972 CPUtime=1657.83
/proc/5570/stat : 5570 (picosat) R 5569 5546 5201 0 -1 4194304 29142 0 0 0 164044 1739 0 0 25 0 1 0 1548721170 110563328 26362 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5570/statm: 26993 26362 48 102 0 26888 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 126928

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 5546 and gives
#  childrusage.ru_utime.tv_sec=141
#  childrusage.ru_utime.tv_usec=489490
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=804877
# CPU time returned by wait4() is 142.294
# 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): 1800.66
CPU time (s): 1800.06
CPU user time (s): 1781.92
CPU system time (s): 18.14
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 908776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.489
system time used= 0.804877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61216
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= 5462
involuntary context switches= 2639

runsolver used 2.09468 second user time and 4.42133 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 18:53:13
IDJOB=1076891
IDBENCH=56616
IDSOLVER=345
FILE ID=node40/1076891-1215190393
PBS_JOBID= 7881622
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-05.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-1076891-1215190393/watcher-1076891-1215190393 -o /tmp/evaluation-result-1076891-1215190393/solver-1076891-1215190393 -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-1076891-1215190393.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d74c559f93ee1657fc0d343cc7d6c2bf
RANDOM SEED=438089224

node40.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.209
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.209
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:       1611608 kB
Buffers:         64008 kB
Cached:         241324 kB
SwapCached:      91516 kB
Active:         282764 kB
Inactive:       116592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611608 kB
SwapTotal:     4192956 kB
SwapFree:      4095540 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:          99300 kB
Slab:            30800 kB
Committed_AS:  3000748 kB
PageTables:       1612 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= 66548 MiB
End job on node40 at 2008-07-04 19:23:15