Trace number 1040809

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.02 1817.28

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-34-34.xml
MD5SUM7e3280ba9dc65b7feb94946bec69bf0a
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 variables2312
Number of constraints2808
Maximum constraint arity34
Maximum domain size117
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)cumulative(2),weightedsum(561)

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 13:42:23 2008
0.00/0.05	c 0	PID 10105
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1040809-1214998943.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-1040809-1214998943.xml' 'HOME/temp.csp'
0.03/0.60	c 0	35 domains, 2312 variables, 2 predicates, 0 relations, 2808 constraints
0.03/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	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.72/0.72	c 0	Parsing HOME/temp.csp
0.72/0.94	c 1	parsed 5157 expressions
0.72/0.94	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.72/0.94	c 1	Converting to clausal form CSP
0.72/0.97	c 1	converted 516 (10%) expressions
0.72/0.97	c 1	converted 1032 (20%) expressions
0.72/0.98	c 1	converted 1548 (30%) expressions
0.72/0.99	c 1	converted 2063 (40%) expressions
1.15/1.07	c 1	converted 2579 (50%) expressions
1.34/1.13	c 1	converted 3095 (60%) expressions
1.34/1.17	c 1	converted 3610 (70%) expressions
1.44/1.21	c 1	converted 4126 (80%) expressions
1.44/1.29	c 1	converted 4642 (90%) expressions
3.07/2.89	c 3	converted 5157 (100%) expressions
3.07/2.89	c 3	CSP : 17756 integers, 5492 booleans, 47072 clauses, largest domain size 315
3.07/2.89	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/2.89	c 3	Propagation in CSP
3.38/3.14	c 3	87259 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.38/3.15	c 3	CSP : 17756 integers, 5492 booleans, 47072 clauses, largest domain size 118
3.38/3.15	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.38/3.17	c 3	Simplifing CSP by introducing new Boolean variables
3.38/3.19	c 3	CSP : 17756 integers, 5492 booleans, 47072 clauses, largest domain size 118
3.38/3.19	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/3.37	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.67/3.42	c 3	1776 (10%) CSP integer variables are encoded (6614 clauses, 83851 bytes)
3.67/3.45	c 3	3552 (20%) CSP integer variables are encoded (32126 clauses, 464492 bytes)
3.67/3.49	c 3	5327 (30%) CSP integer variables are encoded (66937 clauses, 986657 bytes)
3.78/3.53	c 3	7103 (40%) CSP integer variables are encoded (101831 clauses, 1527034 bytes)
3.78/3.57	c 3	8878 (50%) CSP integer variables are encoded (135617 clauses, 2101396 bytes)
3.87/3.62	c 3	10654 (60%) CSP integer variables are encoded (169934 clauses, 2684785 bytes)
3.87/3.66	c 3	12430 (70%) CSP integer variables are encoded (205513 clauses, 3289628 bytes)
3.97/3.70	c 3	14205 (80%) CSP integer variables are encoded (240748 clauses, 3888623 bytes)
3.97/3.75	c 4	15981 (90%) CSP integer variables are encoded (275218 clauses, 4474613 bytes)
3.97/3.79	c 4	17756 (100%) CSP integer variables are encoded (309076 clauses, 5050199 bytes)
4.67/4.43	c 4	4708 (10%) CSP clauses are encoded (675174 clauses, 11675530 bytes)
7.06/6.87	c 7	9415 (20%) CSP clauses are encoded (2117091 clauses, 42138707 bytes)
9.15/8.98	c 9	14122 (30%) CSP clauses are encoded (3355902 clauses, 68421040 bytes)
11.33/11.19	c 11	18829 (40%) CSP clauses are encoded (4594713 clauses, 96107159 bytes)
13.62/13.44	c 13	23536 (50%) CSP clauses are encoded (5848270 clauses, 126408736 bytes)
16.60/16.42	c 16	28244 (60%) CSP clauses are encoded (7478184 clauses, 165749209 bytes)
18.89/18.77	c 19	32951 (70%) CSP clauses are encoded (8778033 clauses, 197164237 bytes)
21.14/21.06	c 21	37658 (80%) CSP clauses are encoded (10016844 clauses, 227104944 bytes)
23.43/23.31	c 23	42365 (90%) CSP clauses are encoded (11236584 clauses, 256587106 bytes)
26.07/26.01	c 26	47072 (100%) CSP clauses are encoded (12696685 clauses, 291831302 bytes)
26.07/26.01	c 26	47072 CSP clauses encoded
26.07/26.01	c 26	Writing map file : HOME/temp.map
26.09/26.49	c 26	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.09/26.49	c 26	SAT : 332240 SAT variables, 12696685 SAT clauses, 291831302 bytes
26.09/26.49	c 26	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.15/26.54	c 26	SOLVING HOME/temp.cnf
26.15/26.54	c 26	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1817.22	c ERROR INTERRUPTED
1800.02/1817.28	s UNKNOWN
1800.02/1817.28	c 1817	CPU 24.22 (0.03 0.01 24.19 1.94)
1800.02/1817.28	c 1817	END Wed Jul  2 14:12:40 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-1040809-1214998943/watcher-1040809-1214998943 -o /tmp/evaluation-result-1040809-1214998943/solver-1040809-1214998943 -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-1040809-1214998943.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.21 2.05 1.70 4/72 10105
/proc/meminfo: memFree=1540832/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=18572 CPUtime=0
/proc/10105/stat : 10105 (runsolver) R 10103 10105 9881 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1978866746 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10105/statm: 4643 292 257 25 0 2626 0

[startup+0.079055 s]
/proc/loadavg: 2.21 2.05 1.70 4/72 10105
/proc/meminfo: memFree=1540832/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.03
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1978866746 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.106304 s]
/proc/loadavg: 2.21 2.05 1.70 4/72 10105
/proc/meminfo: memFree=1540832/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.03
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1978866746 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30132 s]
/proc/loadavg: 2.21 2.05 1.70 4/72 10105
/proc/meminfo: memFree=1540832/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.03
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1978866746 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701355 s]
/proc/loadavg: 2.21 2.05 1.70 4/72 10105
/proc/meminfo: memFree=1540832/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.72
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 956 6946 0 1 3 0 65 4 16 0 1 0 1978866746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 2.12 2.03 1.70 2/81 10128
/proc/meminfo: memFree=1533016/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.73
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 974 6946 0 1 3 1 65 4 16 0 1 0 1978866746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10105/statm: 3400 797 370 3 0 500 0
[pid=10119] ppid=10105 vsize=5356 CPUtime=0
/proc/10119/stat : 10119 (sh) S 10105 10105 9881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978866812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10119/statm: 1339 233 193 169 0 50 0
[pid=10120] ppid=10119 vsize=868964 CPUtime=1.03
/proc/10120/stat : 10120 (java) S 10119 10105 9881 0 -1 0 7904 0 1 0 100 3 0 0 20 0 9 0 1978866812 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10120/statm: 217241 7119 2541 9 0 211816 0
[pid=10120/tid=10121] ppid=10119 vsize=868964 CPUtime=0.62
/proc/10120/task/10121/stat : 10121 (java) R 10119 10105 9881 0 -1 64 2683 0 1 0 61 1 0 0 16 0 9 0 1978866813 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4126648790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10122] ppid=10119 vsize=868964 CPUtime=0.18
/proc/10120/task/10122/stat : 10122 (java) R 10119 10105 9881 0 -1 64 3007 0 0 0 18 0 0 0 16 0 9 0 1978866814 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4159980573 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10123] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10123/stat : 10123 (java) S 10119 10105 9881 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978866814 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10120/tid=10124] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10124/stat : 10124 (java) S 10119 10105 9881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978866814 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10125] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10125/stat : 10125 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978866816 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10126] ppid=10119 vsize=868964 CPUtime=0.2
/proc/10120/task/10126/stat : 10126 (java) S 10119 10105 9881 0 -1 64 1520 0 0 0 20 0 0 0 15 0 9 0 1978866816 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10120/tid=10127] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10127/stat : 10127 (java) S 10119 10105 9881 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1978866816 889819136 7119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10128] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10128/stat : 10128 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978866816 889819136 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 887920

[startup+3.10257 s]
/proc/loadavg: 2.12 2.03 1.70 2/81 10128
/proc/meminfo: memFree=1512536/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.73
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 974 6946 0 1 3 1 65 4 16 0 1 0 1978866746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10105/statm: 3400 797 370 3 0 500 0
[pid=10119] ppid=10105 vsize=5356 CPUtime=0
/proc/10119/stat : 10119 (sh) S 10105 10105 9881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978866812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10119/statm: 1339 233 193 169 0 50 0
[pid=10120] ppid=10119 vsize=868964 CPUtime=2.65
/proc/10120/stat : 10120 (java) S 10119 10105 9881 0 -1 0 14364 0 1 0 258 7 0 0 20 0 9 0 1978866812 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10120/statm: 217241 13399 2541 9 0 211816 0
[pid=10120/tid=10121] ppid=10119 vsize=868964 CPUtime=1.67
/proc/10120/task/10121/stat : 10121 (java) R 10119 10105 9881 0 -1 64 2989 0 1 0 166 1 0 0 21 0 9 0 1978866813 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4127068768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10122] ppid=10119 vsize=868964 CPUtime=0.71
/proc/10120/task/10122/stat : 10122 (java) S 10119 10105 9881 0 -1 64 9127 0 0 0 67 4 0 0 16 0 9 0 1978866814 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10123] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10123/stat : 10123 (java) S 10119 10105 9881 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978866814 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10120/tid=10124] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10124/stat : 10124 (java) S 10119 10105 9881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978866814 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10125] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10125/stat : 10125 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978866816 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10126] ppid=10119 vsize=868964 CPUtime=0.24
/proc/10120/task/10126/stat : 10126 (java) S 10119 10105 9881 0 -1 64 1554 0 0 0 24 0 0 0 16 0 9 0 1978866816 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10127] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10127/stat : 10127 (java) S 10119 10105 9881 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1978866816 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10128] ppid=10119 vsize=868964 CPUtime=0
/proc/10120/task/10128/stat : 10128 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978866816 889819136 13399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 887920

[startup+6.30286 s]
/proc/loadavg: 2.12 2.03 1.70 4/91 10163
/proc/meminfo: memFree=1393800/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.73
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 974 6946 0 1 3 1 65 4 15 0 1 0 1978866746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10105/statm: 3400 797 370 3 0 500 0
[pid=10119] ppid=10105 vsize=5356 CPUtime=0
/proc/10119/stat : 10119 (sh) S 10105 10105 9881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978866812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10119/statm: 1339 233 193 169 0 50 0
[pid=10120] ppid=10119 vsize=869076 CPUtime=5.83
/proc/10120/stat : 10120 (java) S 10119 10105 9881 0 -1 0 15075 0 1 0 554 29 0 0 20 0 9 0 1978866812 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10120/statm: 217269 13629 2565 9 0 211816 0
[pid=10120/tid=10121] ppid=10119 vsize=869076 CPUtime=4.52
/proc/10120/task/10121/stat : 10121 (java) R 10119 10105 9881 0 -1 64 3467 0 1 0 431 21 0 0 25 0 9 0 1978866813 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10122] ppid=10119 vsize=869076 CPUtime=1
/proc/10120/task/10122/stat : 10122 (java) S 10119 10105 9881 0 -1 64 9325 0 0 0 94 6 0 0 16 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10123] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10123/stat : 10123 (java) S 10119 10105 9881 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10120/tid=10124] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10124/stat : 10124 (java) S 10119 10105 9881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10125] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10125/stat : 10125 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10126] ppid=10119 vsize=869076 CPUtime=0.29
/proc/10120/task/10126/stat : 10126 (java) S 10119 10105 9881 0 -1 64 1589 0 0 0 29 0 0 0 16 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10127] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10127/stat : 10127 (java) S 10119 10105 9881 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10128] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10128/stat : 10128 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 888032

[startup+12.7014 s]
/proc/loadavg: 2.25 2.06 1.71 3/91 10163
/proc/meminfo: memFree=1300688/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.73
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 974 6946 0 1 3 1 65 4 16 0 1 0 1978866746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10105/statm: 3400 797 370 3 0 500 0
[pid=10119] ppid=10105 vsize=5356 CPUtime=0
/proc/10119/stat : 10119 (sh) S 10105 10105 9881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978866812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10119/statm: 1339 233 193 169 0 50 0
[pid=10120] ppid=10119 vsize=869076 CPUtime=12.2
/proc/10120/stat : 10120 (java) S 10119 10105 9881 0 -1 0 15674 0 1 0 1142 78 0 0 20 0 9 0 1978866812 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10120/statm: 217269 13629 2565 9 0 211816 0
[pid=10120/tid=10121] ppid=10119 vsize=869076 CPUtime=10.64
/proc/10120/task/10121/stat : 10121 (java) R 10119 10105 9881 0 -1 64 4066 0 1 0 998 66 0 0 25 0 9 0 1978866813 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10122] ppid=10119 vsize=869076 CPUtime=1.24
/proc/10120/task/10122/stat : 10122 (java) S 10119 10105 9881 0 -1 64 9325 0 0 0 114 10 0 0 16 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10123] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10123/stat : 10123 (java) S 10119 10105 9881 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10120/tid=10124] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10124/stat : 10124 (java) S 10119 10105 9881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10125] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10125/stat : 10125 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10126] ppid=10119 vsize=869076 CPUtime=0.29
/proc/10120/task/10126/stat : 10126 (java) S 10119 10105 9881 0 -1 64 1589 0 0 0 29 0 0 0 17 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10127] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10127/stat : 10127 (java) S 10119 10105 9881 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10128] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10128/stat : 10128 (java) S 10119 10105 9881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978866816 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 888032

[startup+25.5026 s]
/proc/loadavg: 2.45 2.11 1.73 3/91 10163
/proc/meminfo: memFree=1123344/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=0.73
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 974 6946 0 1 3 1 65 4 16 0 1 0 1978866746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10105/statm: 3400 797 370 3 0 500 0
[pid=10119] ppid=10105 vsize=5356 CPUtime=0
/proc/10119/stat : 10119 (sh) S 10105 10105 9881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978866812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10119/statm: 1339 233 193 169 0 50 0
[pid=10120] ppid=10119 vsize=869076 CPUtime=24.85
/proc/10120/stat : 10120 (java) S 10119 10105 9881 0 -1 0 16866 0 1 0 2303 182 0 0 20 0 9 0 1978866812 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10120/statm: 217269 13629 2565 9 0 211816 0
[pid=10120/tid=10121] ppid=10119 vsize=869076 CPUtime=22.81
/proc/10120/task/10121/stat : 10121 (java) R 10119 10105 9881 0 -1 64 5258 0 1 0 2120 161 0 0 25 0 9 0 1978866813 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10122] ppid=10119 vsize=869076 CPUtime=1.72
/proc/10120/task/10122/stat : 10122 (java) S 10119 10105 9881 0 -1 64 9325 0 0 0 153 19 0 0 16 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10120/tid=10123] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10123/stat : 10123 (java) S 10119 10105 9881 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10120/tid=10124] ppid=10119 vsize=869076 CPUtime=0
/proc/10120/task/10124/stat : 10124 (java) S 10119 10105 9881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978866814 889933824 13629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=697936/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=494688 CPUtime=1263.69
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115159 0 0 0 120228 6141 0 0 25 0 1 0 1978869401 506560512 115143 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 123672 115143 48 102 0 123567 0
Current children cumulated CPU time (s) 1289.85
Current children cumulated vsize (KiB) 513644

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 10171
/proc/meminfo: memFree=697744/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=495084 CPUtime=1323.12
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115257 0 0 0 126171 6141 0 0 25 0 1 0 1978869401 506966016 115241 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 123771 115241 48 102 0 123666 0
Current children cumulated CPU time (s) 1349.28
Current children cumulated vsize (KiB) 514040

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 10171
/proc/meminfo: memFree=697360/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=495476 CPUtime=1382.56
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115350 0 0 0 132115 6141 0 0 25 0 1 0 1978869401 507367424 115334 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 123869 115334 48 102 0 123764 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 514432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 10171
/proc/meminfo: memFree=697040/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=495872 CPUtime=1442
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115429 0 0 0 138059 6141 0 0 25 0 1 0 1978869401 507772928 115413 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 123968 115413 48 102 0 123863 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 514828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 10171
/proc/meminfo: memFree=696720/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=496136 CPUtime=1501.44
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115509 0 0 0 144003 6141 0 0 25 0 1 0 1978869401 508043264 115493 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 124034 115493 48 102 0 123929 0
Current children cumulated CPU time (s) 1527.6
Current children cumulated vsize (KiB) 515092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 10171
/proc/meminfo: memFree=696336/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=496532 CPUtime=1560.88
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115605 0 0 0 149947 6141 0 0 25 0 1 0 1978869401 508448768 115589 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 124133 115589 48 102 0 124028 0
Current children cumulated CPU time (s) 1587.04
Current children cumulated vsize (KiB) 515488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 10171
/proc/meminfo: memFree=696016/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=496792 CPUtime=1620.31
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115693 0 0 0 155890 6141 0 0 25 0 1 0 1978869401 508715008 115677 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 124198 115677 48 102 0 124093 0
Current children cumulated CPU time (s) 1646.47
Current children cumulated vsize (KiB) 515748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 10171
/proc/meminfo: memFree=695568/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=497320 CPUtime=1679.75
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115796 0 0 0 161834 6141 0 0 25 0 1 0 1978869401 509255680 115780 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 124330 115780 48 102 0 124225 0
Current children cumulated CPU time (s) 1705.91
Current children cumulated vsize (KiB) 516276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 10171
/proc/meminfo: memFree=694992/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=497584 CPUtime=1739.19
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115879 0 0 0 167778 6141 0 0 25 0 1 0 1978869401 509526016 115863 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/10165/statm: 124396 115863 48 102 0 124291 0
Current children cumulated CPU time (s) 1765.35
Current children cumulated vsize (KiB) 516540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.01 2.00 1.91 3/75 10444
/proc/meminfo: memFree=783312/2055920 swapFree=4179456/4192956
[pid=10105] ppid=10103 vsize=13600 CPUtime=26.16
/proc/10105/stat : 10105 (sugar) S 10103 10105 9881 0 -1 4194304 1022 24178 0 2 3 1 2419 193 16 0 1 0 1978866746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10105/statm: 3400 799 370 3 0 500 0
[pid=10164] ppid=10105 vsize=5356 CPUtime=0
/proc/10164/stat : 10164 (sh) S 10105 10105 9881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978869401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10164/statm: 1339 232 193 169 0 50 0
[pid=10165] ppid=10164 vsize=497848 CPUtime=1773.86
/proc/10165/stat : 10165 (picosat) R 10164 10105 9881 0 -1 4194304 115940 0 0 0 171241 6145 0 0 25 0 1 0 1978869401 509796352 115924 996147200 134512640 134931368 4294956256 18446744073709551615 134525924 0 0 4096 0 0 0 0 17 0 0 0
/proc/10165/statm: 124462 115924 48 102 0 124357 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 516804

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 10105 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=237315
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=957702
# CPU time returned by wait4() is 26.195
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.28
CPU time (s): 1800.02
CPU user time (s): 1736.63
CPU system time (s): 63.39
CPU usage (%): 99.0501
Max. virtual memory (cumulated for all children) (KiB): 888424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2373
system time used= 1.9577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25555
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= 17242
involuntary context switches= 16327

runsolver used 2.50862 second user time and 5.75912 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-02 13:42:23
IDJOB=1040809
IDBENCH=53743
IDSOLVER=345
FILE ID=node43/1040809-1214998943
PBS_JOBID= 7870836
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-34-34.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-1040809-1214998943/watcher-1040809-1214998943 -o /tmp/evaluation-result-1040809-1214998943/solver-1040809-1214998943 -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-1040809-1214998943.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7e3280ba9dc65b7feb94946bec69bf0a
RANDOM SEED=851963826

node43.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.230
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.230
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:       1541312 kB
Buffers:         54284 kB
Cached:         375936 kB
SwapCached:       7360 kB
Active:         110780 kB
Inactive:       332480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541312 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:          20228 kB
Slab:            56792 kB
Committed_AS:  3585236 kB
PageTables:       1828 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= 66524 MiB
End job on node43 at 2008-07-02 14:12:42