Trace number 2068133

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.01 1810.16

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air06.xml
MD5SUM00668b6a7dafa5fe6313e8c116ffb6c0
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 benchmark908.878
Satisfiable
(Un)Satisfiability was proved
Number of variables8627
Number of constraints1640
Maximum constraint arity461
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1640
Global constraints used (with number of constraints)

Solver Data

0.05/0.21	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.22	c 0	BEGIN Sat Jul 11 23:02:55 2009
0.05/0.22	c 0	PID 15733
0.05/0.22	c 0	HOST node63.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-2068133-1247346174.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068133-1247346174.xml' 'HOME/temp.csp'
1.43/1.76	c 2	2 domains, 8627 variables, 450 predicates, 0 relations, 1640 constraints
1.49/1.83	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.49/1.83	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.51/1.91	c 2	Parsing HOME/temp.csp
2.85/3.27	c 3	parsed 10000 expressions
3.05/3.46	c 3	parsed 10719 expressions
3.05/3.47	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.05/3.47	c 3	Converting to clausal form CSP
3.15/3.50	c 4	converted 1072 (10%) expressions
3.15/3.52	c 4	converted 2144 (20%) expressions
3.15/3.52	c 4	converted 3216 (30%) expressions
3.15/3.52	c 4	converted 4288 (40%) expressions
3.15/3.52	c 4	converted 5360 (50%) expressions
3.15/3.52	c 4	converted 6432 (60%) expressions
3.15/3.52	c 4	converted 7504 (70%) expressions
3.15/3.52	c 4	converted 8576 (80%) expressions
4.04/4.47	c 4	converted 9648 (90%) expressions
9.12/9.50	c 9	converted 10719 (100%) expressions
9.12/9.51	c 10	CSP : 43020 integers, 0 booleans, 70414 clauses, largest domain size 155
9.12/9.51	c 10	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.12/9.51	c 10	Propagation in CSP
10.91/11.38	c 11	152467 values, 0 unsatisfiable literals, and 3 valid clauses are removed
10.91/11.39	c 11	CSP : 43020 integers, 0 booleans, 70411 clauses, largest domain size 154
10.91/11.39	c 11	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.01/11.42	c 11	Simplifing CSP by introducing new Boolean variables
11.01/11.45	c 11	CSP : 43020 integers, 0 booleans, 70411 clauses, largest domain size 154
11.01/11.45	c 11	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.31/11.80	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.41/11.84	c 12	4302 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.41/11.84	c 12	8604 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.41/11.87	c 12	12906 (30%) CSP integer variables are encoded (18754 clauses, 279325 bytes)
11.50/11.90	c 12	17208 (40%) CSP integer variables are encoded (38806 clauses, 580105 bytes)
11.50/11.93	c 12	21510 (50%) CSP integer variables are encoded (65246 clauses, 976705 bytes)
11.50/11.97	c 12	25812 (60%) CSP integer variables are encoded (94903 clauses, 1457447 bytes)
11.61/12.01	c 12	30114 (70%) CSP integer variables are encoded (120019 clauses, 1884419 bytes)
11.61/12.05	c 12	34416 (80%) CSP integer variables are encoded (149344 clauses, 2382944 bytes)
11.61/12.09	c 12	38718 (90%) CSP integer variables are encoded (186201 clauses, 3009513 bytes)
11.70/12.14	c 12	43020 (100%) CSP integer variables are encoded (219401 clauses, 3573913 bytes)
25.62/26.15	c 26	7042 (10%) CSP clauses are encoded (891931 clauses, 23344296 bytes)
42.72/43.37	c 43	14083 (20%) CSP clauses are encoded (1633135 clauses, 45986021 bytes)
45.40/46.05	c 46	21124 (30%) CSP clauses are encoded (2035752 clauses, 55504251 bytes)
58.12/58.82	c 59	28165 (40%) CSP clauses are encoded (2957750 clauses, 81096179 bytes)
92.72/93.64	c 94	35206 (50%) CSP clauses are encoded (4405219 clauses, 127469693 bytes)
94.40/95.36	c 95	42247 (60%) CSP clauses are encoded (4793120 clauses, 136756835 bytes)
96.89/97.81	c 98	49288 (70%) CSP clauses are encoded (5318647 clauses, 149679847 bytes)
102.75/103.70	c 104	56329 (80%) CSP clauses are encoded (6121480 clauses, 170849700 bytes)
125.12/126.21	c 126	63370 (90%) CSP clauses are encoded (7553664 clauses, 213569024 bytes)
130.06/131.22	c 131	70411 (100%) CSP clauses are encoded (8435534 clauses, 235907479 bytes)
130.06/131.22	c 131	70411 CSP clauses encoded
130.06/131.23	c 131	Writing map file : HOME/temp.map
130.06/131.26	c 131	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
130.06/131.26	c 131	SAT : 262357 SAT variables, 8435534 SAT clauses, 235907479 bytes
130.06/131.26	c 131	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
130.12/131.33	c 131	SOLVING HOME/temp.cnf
130.12/131.33	c 131	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1810.12	c ERROR INTERRUPTED
1800.01/1810.16	s UNKNOWN
1800.01/1810.16	c 1810	CPU 130.16 (0.07 0.01 128.29 1.79)
1800.01/1810.16	c 1810	END Sat Jul 11 23:33:05 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068133-1247346174/watcher-2068133-1247346174 -o /tmp/evaluation-result-2068133-1247346174/solver-2068133-1247346174 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068133-1247346174.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.73 2.35 2.13 4/74 15733
/proc/meminfo: memFree=1925824/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=18576 CPUtime=0
/proc/15733/stat : 15733 (runsolver) D 15731 15733 13985 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 21680064 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 244276849959 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15733/statm: 4644 284 249 26 0 2626 0

[startup+0.104296 s]
/proc/loadavg: 2.73 2.35 2.13 4/74 15733
/proc/meminfo: memFree=1925824/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=12412 CPUtime=0
/proc/15733/stat : 15733 (sugar) D 15731 15733 13985 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 21680064 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/15733/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.201311 s]
/proc/loadavg: 2.73 2.35 2.13 4/74 15733
/proc/meminfo: memFree=1925824/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16212 CPUtime=0.05
/proc/15733/stat : 15733 (sugar) R 15731 15733 13985 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 21680064 16601088 935 996147200 4194304 4206940 548682068608 18446744073709551615 244294753967 0 0 4224 0 0 0 0 17 0 0 0
/proc/15733/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.301325 s]
/proc/loadavg: 2.73 2.35 2.13 4/74 15733
/proc/meminfo: memFree=1925824/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=0.06
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21680064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70137 s]
/proc/loadavg: 2.73 2.35 2.13 4/74 15733
/proc/meminfo: memFree=1925824/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=0.06
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21680064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 2.73 2.35 2.13 3/85 15745
/proc/meminfo: memFree=1899688/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=0.06
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21680064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1111 409 3 0 796 0
[pid=15736] ppid=15733 vsize=5356 CPUtime=0
/proc/15736/stat : 15736 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 21680086 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15736/statm: 1339 233 193 169 0 50 0
[pid=15737] ppid=15736 vsize=864792 CPUtime=1.18
/proc/15737/stat : 15737 (java) S 15736 15733 13985 0 -1 0 9208 0 1 0 112 6 0 0 18 0 9 0 21680087 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15737/statm: 216198 8252 2557 9 0 210710 0
[pid=15737/tid=15738] ppid=15736 vsize=864792 CPUtime=0.83
/proc/15737/task/15738/stat : 15738 (java) R 15736 15733 13985 0 -1 64 2951 0 1 0 80 3 0 0 20 0 9 0 21680091 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4126809312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15737/tid=15739] ppid=15736 vsize=864792 CPUtime=0.16
/proc/15737/task/15739/stat : 15739 (java) S 15736 15733 13985 0 -1 64 5018 0 0 0 15 1 0 0 16 0 9 0 21680096 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15737/tid=15740] ppid=15736 vsize=864792 CPUtime=0
/proc/15737/task/15740/stat : 15740 (java) S 15736 15733 13985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21680096 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15737/tid=15741] ppid=15736 vsize=864792 CPUtime=0
/proc/15737/task/15741/stat : 15741 (java) S 15736 15733 13985 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21680096 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15737/tid=15742] ppid=15736 vsize=864792 CPUtime=0
/proc/15737/task/15742/stat : 15742 (java) S 15736 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21680098 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15737/tid=15743] ppid=15736 vsize=864792 CPUtime=0.16
/proc/15737/task/15743/stat : 15743 (java) S 15736 15733 13985 0 -1 64 534 0 0 0 16 0 0 0 16 0 9 0 21680098 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15737/tid=15744] ppid=15736 vsize=864792 CPUtime=0
/proc/15737/task/15744/stat : 15744 (java) S 15736 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21680098 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15737/tid=15745] ppid=15736 vsize=864792 CPUtime=0
/proc/15737/task/15745/stat : 15745 (java) S 15736 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21680098 885547008 8252 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 887016

[startup+3.10264 s]
/proc/loadavg: 2.73 2.35 2.13 3/85 15755
/proc/meminfo: memFree=1908392/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=1.51
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1309 9658 0 1 5 1 137 8 15 0 1 0 21680064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1111 409 3 0 796 0
[pid=15746] ppid=15733 vsize=5356 CPUtime=0
/proc/15746/stat : 15746 (sh) S 15733 15733 13985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21680247 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15746/statm: 1339 233 193 169 0 50 0
[pid=15747] ppid=15746 vsize=862288 CPUtime=1.24
/proc/15747/stat : 15747 (java) S 15746 15733 13985 0 -1 0 9107 0 1 0 118 6 0 0 20 0 9 0 21680248 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15747/statm: 215572 8203 2158 9 0 210485 0
[pid=15747/tid=15748] ppid=15746 vsize=862288 CPUtime=0.87
/proc/15747/task/15748/stat : 15748 (java) R 15746 15733 13985 0 -1 64 2222 0 1 0 86 1 0 0 25 0 9 0 21680249 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4126423897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15749] ppid=15746 vsize=862288 CPUtime=0.31
/proc/15747/task/15749/stat : 15749 (java) S 15746 15733 13985 0 -1 64 5880 0 0 0 28 3 0 0 16 0 9 0 21680250 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15750] ppid=15746 vsize=862288 CPUtime=0
/proc/15747/task/15750/stat : 15750 (java) S 15746 15733 13985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21680250 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15751] ppid=15746 vsize=862288 CPUtime=0
/proc/15747/task/15751/stat : 15751 (java) S 15746 15733 13985 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21680250 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15752] ppid=15746 vsize=862288 CPUtime=0
/proc/15747/task/15752/stat : 15752 (java) S 15746 15733 13985 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21680252 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15753] ppid=15746 vsize=862288 CPUtime=0.03
/proc/15747/task/15753/stat : 15753 (java) S 15746 15733 13985 0 -1 64 302 0 0 0 3 0 0 0 16 0 9 0 21680252 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15754] ppid=15746 vsize=862288 CPUtime=0
/proc/15747/task/15754/stat : 15754 (java) S 15746 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21680252 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15755] ppid=15746 vsize=862288 CPUtime=0
/proc/15747/task/15755/stat : 15755 (java) S 15746 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21680252 882982912 8203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 884512

[startup+6.302 s]
/proc/loadavg: 2.75 2.36 2.13 3/85 15755
/proc/meminfo: memFree=1857320/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=1.52
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1309 9658 0 1 6 1 137 8 16 0 1 0 21680064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1111 409 3 0 796 0
[pid=15746] ppid=15733 vsize=5356 CPUtime=0
/proc/15746/stat : 15746 (sh) S 15733 15733 13985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21680247 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15746/statm: 1339 233 193 169 0 50 0
[pid=15747] ppid=15746 vsize=868540 CPUtime=4.42
/proc/15747/stat : 15747 (java) S 15746 15733 13985 0 -1 0 20525 0 1 0 429 13 0 0 20 0 9 0 21680248 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15747/statm: 217135 19435 2567 9 0 211640 0
[pid=15747/tid=15748] ppid=15746 vsize=868540 CPUtime=3.17
/proc/15747/task/15748/stat : 15748 (java) R 15746 15733 13985 0 -1 64 3248 0 1 0 314 3 0 0 25 0 9 0 21680249 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4126573632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15749] ppid=15746 vsize=868540 CPUtime=1.04
/proc/15747/task/15749/stat : 15749 (java) S 15746 15733 13985 0 -1 64 15089 0 0 0 96 8 0 0 16 0 9 0 21680250 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15750] ppid=15746 vsize=868540 CPUtime=0
/proc/15747/task/15750/stat : 15750 (java) S 15746 15733 13985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21680250 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15751] ppid=15746 vsize=868540 CPUtime=0
/proc/15747/task/15751/stat : 15751 (java) S 15746 15733 13985 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21680250 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15752] ppid=15746 vsize=868540 CPUtime=0
/proc/15747/task/15752/stat : 15752 (java) S 15746 15733 13985 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21680252 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15753] ppid=15746 vsize=868540 CPUtime=0.17
/proc/15747/task/15753/stat : 15753 (java) S 15746 15733 13985 0 -1 64 1485 0 0 0 17 0 0 0 16 0 9 0 21680252 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15754] ppid=15746 vsize=868540 CPUtime=0
/proc/15747/task/15754/stat : 15754 (java) S 15746 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21680252 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15755] ppid=15746 vsize=868540 CPUtime=0
/proc/15747/task/15755/stat : 15755 (java) S 15746 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21680252 889384960 19435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 890764

[startup+12.7027 s]
/proc/loadavg: 2.69 2.36 2.13 3/85 15755
/proc/meminfo: memFree=1816936/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=1.52
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1310 9658 0 1 6 1 137 8 16 0 1 0 21680064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1111 409 3 0 796 0
[pid=15746] ppid=15733 vsize=5356 CPUtime=0
/proc/15746/stat : 15746 (sh) S 15733 15733 13985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21680247 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15746/statm: 1339 233 193 169 0 50 0
[pid=15747] ppid=15746 vsize=868704 CPUtime=10.77
/proc/15747/stat : 15747 (java) S 15746 15733 13985 0 -1 0 40241 0 1 0 1053 24 0 0 20 0 9 0 21680248 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15747/statm: 217176 27080 2591 9 0 211653 0
[pid=15747/tid=15748] ppid=15746 vsize=868704 CPUtime=8.17
/proc/15747/task/15748/stat : 15748 (java) R 15746 15733 13985 0 -1 64 3827 0 1 0 812 5 0 0 25 0 9 0 21680249 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4126570923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15749] ppid=15746 vsize=868704 CPUtime=2.36
/proc/15747/task/15749/stat : 15749 (java) S 15746 15733 13985 0 -1 64 34193 0 0 0 219 17 0 0 16 0 9 0 21680250 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15750] ppid=15746 vsize=868704 CPUtime=0
/proc/15747/task/15750/stat : 15750 (java) S 15746 15733 13985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21680250 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15751] ppid=15746 vsize=868704 CPUtime=0
/proc/15747/task/15751/stat : 15751 (java) S 15746 15733 13985 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21680250 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15752] ppid=15746 vsize=868704 CPUtime=0
/proc/15747/task/15752/stat : 15752 (java) S 15746 15733 13985 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21680252 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15753] ppid=15746 vsize=868704 CPUtime=0.22
/proc/15747/task/15753/stat : 15753 (java) S 15746 15733 13985 0 -1 64 1518 0 0 0 21 1 0 0 16 0 9 0 21680252 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15754] ppid=15746 vsize=868704 CPUtime=0
/proc/15747/task/15754/stat : 15754 (java) S 15746 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21680252 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15755] ppid=15746 vsize=868704 CPUtime=0
/proc/15747/task/15755/stat : 15755 (java) S 15746 15733 13985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21680252 889552896 27080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890928

[startup+25.5012 s]
/proc/loadavg: 2.54 2.34 2.13 3/85 15755
/proc/meminfo: memFree=1798184/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=1.52
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1310 9658 0 1 6 1 137 8 16 0 1 0 21680064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1111 409 3 0 796 0
[pid=15746] ppid=15733 vsize=5356 CPUtime=0
/proc/15746/stat : 15746 (sh) S 15733 15733 13985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21680247 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15746/statm: 1339 233 193 169 0 50 0
[pid=15747] ppid=15746 vsize=868704 CPUtime=23.51
/proc/15747/stat : 15747 (java) S 15746 15733 13985 0 -1 0 40390 0 1 0 2316 35 0 0 20 0 9 0 21680248 889552896 27088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15747/statm: 217176 27088 2591 9 0 211653 0
[pid=15747/tid=15748] ppid=15746 vsize=868704 CPUtime=20.81
/proc/15747/task/15748/stat : 15748 (java) R 15746 15733 13985 0 -1 64 3968 0 1 0 2067 14 0 0 25 0 9 0 21680249 889552896 27088 996147200 134512640 134550932 4294955936 18446744073709551615 4126910076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15749] ppid=15746 vsize=868704 CPUtime=2.43
/proc/15747/task/15749/stat : 15749 (java) S 15746 15733 13985 0 -1 64 34193 0 0 0 225 18 0 0 16 0 9 0 21680250 889552896 27088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15750] ppid=15746 vsize=868704 CPUtime=0
/proc/15747/task/15750/stat : 15750 (java) S 15746 15733 13985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21680250 889552896 27088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15751] ppid=15746 vsize=868704 CPUtime=0
/proc/15747/task/15751/stat : 15751 (java) S 15746 15733 13985 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21680250 889552896 27088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15747/tid=15752] ppid=15746 vsize=868704 CPUtime=0

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

/proc/meminfo: memFree=1318496/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1164.14
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85223 0 0 0 111368 5046 0 0 25 0 1 0 21693198 372023296 85159 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85159 48 102 0 90721 0
Current children cumulated CPU time (s) 1294.29
Current children cumulated vsize (KiB) 385528

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 15882
/proc/meminfo: memFree=1318496/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1223.9
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85223 0 0 0 117344 5046 0 0 25 0 1 0 21693198 372023296 85159 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85159 48 102 0 90721 0
Current children cumulated CPU time (s) 1354.05
Current children cumulated vsize (KiB) 385528

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 15882
/proc/meminfo: memFree=1318496/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1283.66
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85223 0 0 0 123319 5047 0 0 25 0 1 0 21693198 372023296 85159 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85159 48 102 0 90721 0
Current children cumulated CPU time (s) 1413.81
Current children cumulated vsize (KiB) 385528

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 15882
/proc/meminfo: memFree=1318432/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1343.41
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85233 0 0 0 129294 5047 0 0 25 0 1 0 21693198 372023296 85169 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85169 48 102 0 90721 0
Current children cumulated CPU time (s) 1473.56
Current children cumulated vsize (KiB) 385528

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 15882
/proc/meminfo: memFree=1318432/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1403.16
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85233 0 0 0 135269 5047 0 0 25 0 1 0 21693198 372023296 85169 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85169 48 102 0 90721 0
Current children cumulated CPU time (s) 1533.31
Current children cumulated vsize (KiB) 385528

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 15882
/proc/meminfo: memFree=1318368/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1462.91
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85233 0 0 0 141244 5047 0 0 25 0 1 0 21693198 372023296 85169 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85169 48 102 0 90721 0
Current children cumulated CPU time (s) 1593.06
Current children cumulated vsize (KiB) 385528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15882
/proc/meminfo: memFree=1318304/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1522.66
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85233 0 0 0 147219 5047 0 0 25 0 1 0 21693198 372023296 85169 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85169 48 102 0 90721 0
Current children cumulated CPU time (s) 1652.81
Current children cumulated vsize (KiB) 385528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15882
/proc/meminfo: memFree=1318304/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=363304 CPUtime=1582.41
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85233 0 0 0 153194 5047 0 0 25 0 1 0 21693198 372023296 85169 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 90826 85169 48 102 0 90721 0
Current children cumulated CPU time (s) 1712.56
Current children cumulated vsize (KiB) 385528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15882
/proc/meminfo: memFree=1316640/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=364856 CPUtime=1642.17
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85617 0 0 0 159169 5048 0 0 25 0 1 0 21693198 373612544 85553 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 91214 85553 48 102 0 91109 0
Current children cumulated CPU time (s) 1772.32
Current children cumulated vsize (KiB) 387080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15882
/proc/meminfo: memFree=1316000/2055920 swapFree=4191904/4192956
[pid=15733] ppid=15731 vsize=16868 CPUtime=130.15
/proc/15733/stat : 15733 (sugar) S 15731 15733 13985 0 -1 4194304 1365 51716 0 2 7 1 12828 179 16 0 1 0 21680064 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15733/statm: 4217 1113 409 3 0 796 0
[pid=15756] ppid=15733 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (sh) S 15733 15733 13985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21693197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15756/statm: 1339 232 193 169 0 50 0
[pid=15757] ppid=15756 vsize=365368 CPUtime=1669.86
/proc/15757/stat : 15757 (picosat) R 15756 15733 13985 0 -1 4194304 85763 0 0 0 161938 5048 0 0 25 0 1 0 21693198 374136832 85699 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15757/statm: 91342 85699 48 102 0 91237 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 387592

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 15733 and gives
#  childrusage.ru_utime.tv_sec=128
#  childrusage.ru_utime.tv_usec=364485
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=820723
# CPU time returned by wait4() is 130.185
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.16
CPU time (s): 1800.01
CPU user time (s): 1747.73
CPU system time (s): 52.28
CPU usage (%): 99.4391
Max. virtual memory (cumulated for all children) (KiB): 911808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.364
system time used= 1.82072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53475
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= 21340
involuntary context switches= 22887

runsolver used 2.10068 second user time and 4.88126 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-11 23:02:55
IDJOB=2068133
IDBENCH=54808
IDSOLVER=738
FILE ID=node63/2068133-1247346174
PBS_JOBID= 9506763
Free space on /tmp= 66216 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air06.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068133-1247346174/watcher-2068133-1247346174 -o /tmp/evaluation-result-2068133-1247346174/solver-2068133-1247346174 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068133-1247346174.xml

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

MD5SUM BENCH= 00668b6a7dafa5fe6313e8c116ffb6c0
RANDOM SEED=62549843

node63.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1926432 kB
Buffers:          3692 kB
Cached:          40816 kB
SwapCached:         32 kB
Active:          69052 kB
Inactive:        12012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1926432 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            5468 kB
Writeback:           0 kB
Mapped:          47412 kB
Slab:            33500 kB
Committed_AS:   177732 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node63 at 2009-07-11 23:33:07