Trace number 2061841

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

General information on the benchmark

Namecsp/cjss/
normalized-ft10x2-837.xml
MD5SUM5cfa427c258a5a1491bc4b587b0b078f
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints210
Maximum constraint arity20
Maximum domain size838
Number of constraints which are defined in extension0
Number of constraints which are defined in intension200
Global constraints used (with number of constraints)cumulative(10)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:53:34 2009
0.00/0.08	c 0	PID 15128
0.00/0.08	c 0	HOST node61.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061841-1247327614.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061841-1247327614.xml' 'HOME/temp.csp'
0.07/0.40	c 1	2 domains, 201 variables, 1 predicates, 0 relations, 210 constraints
0.07/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.49	c 1	Parsing HOME/temp.csp
0.39/0.54	c 1	parsed 414 expressions
0.39/0.55	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.39/0.55	c 1	Converting to clausal form CSP
0.39/0.57	c 1	converted 42 (10%) expressions
0.39/0.57	c 1	converted 83 (20%) expressions
0.39/0.57	c 1	converted 125 (30%) expressions
0.39/0.58	c 1	converted 166 (40%) expressions
0.39/0.58	c 1	converted 207 (50%) expressions
0.39/0.59	c 1	converted 249 (60%) expressions
0.39/0.60	c 1	converted 290 (70%) expressions
0.39/0.61	c 1	converted 332 (80%) expressions
0.39/0.62	c 1	converted 373 (90%) expressions
25.05/25.31	c 26	converted 414 (100%) expressions
25.05/25.34	c 26	CSP : 165533 integers, 98592 booleans, 506963 clauses, largest domain size 824
25.05/25.34	c 26	Heap : 347 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.05/25.34	c 26	Propagation in CSP
31.12/31.46	c 32	43590 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.12/31.49	c 32	CSP : 165533 integers, 98592 booleans, 506963 clauses, largest domain size 445
31.12/31.49	c 32	Heap : 341 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.32/31.65	c 32	Simplifing CSP by introducing new Boolean variables
31.52/31.89	c 32	CSP : 165533 integers, 98592 booleans, 506963 clauses, largest domain size 445
31.52/31.89	c 32	Heap : 337 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.32/33.68	c 34	Encoding CSP to SAT : HOME/temp.cnf
33.51/33.85	c 34	16554 (10%) CSP integer variables are encoded (67033 clauses, 983411 bytes)
33.51/33.88	c 34	33107 (20%) CSP integer variables are encoded (69115 clauses, 1014641 bytes)
33.61/33.91	c 34	49660 (30%) CSP integer variables are encoded (71019 clauses, 1046871 bytes)
33.61/33.94	c 34	66214 (40%) CSP integer variables are encoded (72934 clauses, 1079426 bytes)
33.61/33.97	c 34	82767 (50%) CSP integer variables are encoded (74488 clauses, 1105844 bytes)
33.61/33.99	c 34	99320 (60%) CSP integer variables are encoded (76180 clauses, 1134608 bytes)
33.71/34.02	c 34	115874 (70%) CSP integer variables are encoded (77863 clauses, 1163219 bytes)
33.71/34.04	c 34	132427 (80%) CSP integer variables are encoded (79528 clauses, 1191524 bytes)
33.71/34.07	c 34	148980 (90%) CSP integer variables are encoded (81259 clauses, 1220951 bytes)
33.71/34.09	c 34	165533 (100%) CSP integer variables are encoded (83032 clauses, 1251092 bytes)
35.59/36.00	c 36	50697 (10%) CSP clauses are encoded (274563 clauses, 4929292 bytes)
37.89/38.26	c 39	101393 (20%) CSP clauses are encoded (422901 clauses, 8050374 bytes)
40.08/40.43	c 41	152089 (30%) CSP clauses are encoded (564693 clauses, 11308759 bytes)
42.56/42.96	c 43	202786 (40%) CSP clauses are encoded (704598 clauses, 14615367 bytes)
44.75/45.20	c 46	253482 (50%) CSP clauses are encoded (834615 clauses, 17653536 bytes)
47.93/48.35	c 49	304178 (60%) CSP clauses are encoded (973065 clauses, 20878877 bytes)
50.61/51.04	c 51	354875 (70%) CSP clauses are encoded (1108997 clauses, 24080807 bytes)
53.89/54.39	c 55	405571 (80%) CSP clauses are encoded (1257069 clauses, 27597493 bytes)
56.78/57.28	c 58	456267 (90%) CSP clauses are encoded (1391712 clauses, 30767108 bytes)
60.86/61.30	c 62	506963 (100%) CSP clauses are encoded (1544984 clauses, 34344409 bytes)
60.86/61.30	c 62	506963 CSP clauses encoded
60.86/61.30	c 62	Writing map file : HOME/temp.map
60.86/61.34	c 62	Heap : 349 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.86/61.34	c 62	SAT : 318864 SAT variables, 1544984 SAT clauses, 34344409 bytes
60.86/61.34	c 62	Heap : 349 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.93/61.45	c 62	SOLVING HOME/temp.cnf
60.93/61.45	c 62	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1809.22	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1809.22	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1809.22	c ERROR INTERRUPTED
1800.02/1809.23	s UNKNOWN
1800.02/1809.23	c 1810	CPU 60.98 (0.06 0.01 59.91 1)
1800.02/1809.23	c 1810	END Sat Jul 11 18:23:44 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-2061841-1247327614/watcher-2061841-1247327614 -o /tmp/evaluation-result-2061841-1247327614/solver-2061841-1247327614 -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-2061841-1247327614.xml 

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


[startup+0 s]
/proc/loadavg: 1.56 1.86 1.87 4/74 15128
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=12268 CPUtime=0
/proc/15128/stat : 15128 (sugar) R 15126 15128 12169 0 -1 4194304 346 0 0 0 0 0 0 0 20 0 1 0 19824882 12562432 314 996147200 4194304 4206940 548682068608 18446744073709551615 246424615712 0 0 4224 0 0 0 0 17 1 0 0
/proc/15128/statm: 3067 314 239 3 0 167 0

[startup+0.0982299 s]
/proc/loadavg: 1.56 1.86 1.87 4/74 15128
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.07
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.108772 s]
/proc/loadavg: 1.56 1.86 1.87 4/74 15128
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.07
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301856 s]
/proc/loadavg: 1.56 1.86 1.87 4/74 15128
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.07
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701892 s]
/proc/loadavg: 1.56 1.86 1.87 4/74 15128
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.39
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1309 4563 0 1 6 1 28 4 15 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16868

[startup+1.50297 s]
/proc/loadavg: 1.56 1.86 1.87 3/85 15150
/proc/meminfo: memFree=1792912/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.39
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1309 4563 0 1 6 1 28 4 15 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
[pid=15141] ppid=15128 vsize=5356 CPUtime=0
/proc/15141/stat : 15141 (sh) S 15128 15128 12169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19824923 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15141/statm: 1339 233 193 169 0 50 0
[pid=15142] ppid=15141 vsize=868496 CPUtime=1.07
/proc/15142/stat : 15142 (java) S 15141 15128 12169 0 -1 0 9059 0 1 0 101 6 0 0 18 0 9 0 19824923 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15142/statm: 217124 8264 2567 9 0 211629 0
[pid=15142/tid=15143] ppid=15141 vsize=868496 CPUtime=0.61
/proc/15142/task/15143/stat : 15143 (java) R 15141 15128 12169 0 -1 64 2718 0 1 0 59 2 0 0 24 0 9 0 19824924 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4126918128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15144] ppid=15141 vsize=868496 CPUtime=0.24
/proc/15142/task/15144/stat : 15144 (java) S 15141 15128 12169 0 -1 64 4146 0 0 0 22 2 0 0 16 0 9 0 19824926 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15141 vsize=868496 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15141 15128 12169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19824926 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15141 vsize=868496 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15141 15128 12169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19824926 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15141 vsize=868496 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15141 15128 12169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19824928 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15141 vsize=868496 CPUtime=0.2
/proc/15142/task/15148/stat : 15148 (java) S 15141 15128 12169 0 -1 64 1497 0 0 0 19 1 0 0 16 0 9 0 19824928 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15149] ppid=15141 vsize=868496 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19824928 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15150] ppid=15141 vsize=868496 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19824928 889339904 8264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 890720

[startup+3.10212 s]
/proc/loadavg: 1.59 1.86 1.87 4/85 15150
/proc/meminfo: memFree=1777680/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.39
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1309 4563 0 1 6 1 28 4 15 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
[pid=15141] ppid=15128 vsize=5356 CPUtime=0
/proc/15141/stat : 15141 (sh) S 15128 15128 12169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19824923 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15141/statm: 1339 233 193 169 0 50 0
[pid=15142] ppid=15141 vsize=869088 CPUtime=2.65
/proc/15142/stat : 15142 (java) S 15141 15128 12169 0 -1 0 15151 0 1 0 255 10 0 0 18 0 9 0 19824923 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15142/statm: 217272 14106 2567 9 0 211777 0
[pid=15142/tid=15143] ppid=15141 vsize=869088 CPUtime=1.52
/proc/15142/task/15143/stat : 15143 (java) R 15141 15128 12169 0 -1 64 3040 0 1 0 150 2 0 0 25 0 9 0 19824924 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15144] ppid=15141 vsize=869088 CPUtime=0.89
/proc/15142/task/15144/stat : 15144 (java) R 15141 15128 12169 0 -1 64 9912 0 0 0 84 5 0 0 16 0 9 0 19824926 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 102331154 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15141 vsize=869088 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15141 15128 12169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19824926 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15141 vsize=869088 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15141 15128 12169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19824926 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15141 vsize=869088 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15141 15128 12169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19824928 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15141 vsize=869088 CPUtime=0.2
/proc/15142/task/15148/stat : 15148 (java) S 15141 15128 12169 0 -1 64 1501 0 0 0 19 1 0 0 16 0 9 0 19824928 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15149] ppid=15141 vsize=869088 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19824928 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15150] ppid=15141 vsize=869088 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19824928 889946112 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 891312

[startup+6.30243 s]
/proc/loadavg: 1.59 1.86 1.87 3/85 15150
/proc/meminfo: memFree=1732048/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.39
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1309 4563 0 1 6 1 28 4 15 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
[pid=15141] ppid=15128 vsize=5356 CPUtime=0
/proc/15141/stat : 15141 (sh) S 15128 15128 12169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19824923 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15141/statm: 1339 233 193 169 0 50 0
[pid=15142] ppid=15141 vsize=868584 CPUtime=5.81
/proc/15142/stat : 15142 (java) S 15141 15128 12169 0 -1 0 27666 0 1 0 564 17 0 0 18 0 9 0 19824923 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15142/statm: 217146 25969 2567 9 0 211651 0
[pid=15142/tid=15143] ppid=15141 vsize=868584 CPUtime=3.53
/proc/15142/task/15143/stat : 15143 (java) R 15141 15128 12169 0 -1 64 3576 0 1 0 350 3 0 0 25 0 9 0 19824924 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4126628137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15144] ppid=15141 vsize=868584 CPUtime=2.03
/proc/15142/task/15144/stat : 15144 (java) S 15141 15128 12169 0 -1 64 21877 0 0 0 192 11 0 0 16 0 9 0 19824926 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15141 15128 12169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19824926 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15141 15128 12169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19824926 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15141 15128 12169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19824928 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15141 vsize=868584 CPUtime=0.22
/proc/15142/task/15148/stat : 15148 (java) S 15141 15128 12169 0 -1 64 1515 0 0 0 21 1 0 0 16 0 9 0 19824928 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15149] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19824928 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15150] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19824928 889430016 25969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890808

[startup+12.701 s]
/proc/loadavg: 1.65 1.87 1.88 4/85 15150
/proc/meminfo: memFree=1643920/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.39
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1309 4563 0 1 6 1 28 4 15 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
[pid=15141] ppid=15128 vsize=5356 CPUtime=0
/proc/15141/stat : 15141 (sh) S 15128 15128 12169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19824923 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15141/statm: 1339 233 193 169 0 50 0
[pid=15142] ppid=15141 vsize=868584 CPUtime=12.14
/proc/15142/stat : 15142 (java) S 15141 15128 12169 0 -1 0 56478 0 1 0 1183 31 0 0 18 0 9 0 19824923 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15142/statm: 217146 46191 2568 9 0 211651 0
[pid=15142/tid=15143] ppid=15141 vsize=868584 CPUtime=6.96
/proc/15142/task/15143/stat : 15143 (java) R 15141 15128 12169 0 -1 64 4852 0 1 0 692 4 0 0 25 0 9 0 19824924 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15144] ppid=15141 vsize=868584 CPUtime=4.93
/proc/15142/task/15144/stat : 15144 (java) R 15141 15128 12169 0 -1 64 49413 0 0 0 468 25 0 0 16 0 9 0 19824926 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 101449008 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15141 15128 12169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19824926 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15141 15128 12169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19824926 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15147/stat : 15147 (java) S 15141 15128 12169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19824928 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15148] ppid=15141 vsize=868584 CPUtime=0.22
/proc/15142/task/15148/stat : 15148 (java) S 15141 15128 12169 0 -1 64 1515 0 0 0 21 1 0 0 17 0 9 0 19824928 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15149] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15149/stat : 15149 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19824928 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15150] ppid=15141 vsize=868584 CPUtime=0
/proc/15142/task/15150/stat : 15150 (java) S 15141 15128 12169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19824928 889430016 46191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890808

[startup+25.5021 s]
/proc/loadavg: 1.78 1.89 1.88 4/85 15150
/proc/meminfo: memFree=1432656/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=0.39
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1310 4563 0 1 6 1 28 4 16 0 1 0 19824882 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1111 409 3 0 796 0
[pid=15141] ppid=15128 vsize=5356 CPUtime=0
/proc/15141/stat : 15141 (sh) S 15128 15128 12169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19824923 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15141/statm: 1339 233 193 169 0 50 0
[pid=15142] ppid=15141 vsize=870588 CPUtime=24.86
/proc/15142/stat : 15142 (java) S 15141 15128 12169 0 -1 0 114209 0 1 0 2424 62 0 0 18 0 9 0 19824923 891482112 98503 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15142/statm: 217647 98503 2568 9 0 212152 0
[pid=15142/tid=15143] ppid=15141 vsize=870588 CPUtime=15.18
/proc/15142/task/15143/stat : 15143 (java) R 15141 15128 12169 0 -1 64 6300 0 1 0 1513 5 0 0 25 0 9 0 19824924 891482112 98503 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15144] ppid=15141 vsize=870588 CPUtime=9.42
/proc/15142/task/15144/stat : 15144 (java) R 15141 15128 12169 0 -1 64 105692 0 0 0 888 54 0 0 16 0 9 0 19824926 891482112 98503 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15145] ppid=15141 vsize=870588 CPUtime=0
/proc/15142/task/15145/stat : 15145 (java) S 15141 15128 12169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19824926 891482112 98503 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15146] ppid=15141 vsize=870588 CPUtime=0
/proc/15142/task/15146/stat : 15146 (java) S 15141 15128 12169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19824926 891482112 98503 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15142/tid=15147] ppid=15141 vsize=870588 CPUtime=0

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

/proc/meminfo: memFree=1620296/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1234.63
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 122713 750 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1295.61
Current children cumulated vsize (KiB) 104788

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 15289
/proc/meminfo: memFree=1620296/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1294.33
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 128683 750 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1355.31
Current children cumulated vsize (KiB) 104788

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 15289
/proc/meminfo: memFree=1620296/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1354.04
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 134654 750 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1415.02
Current children cumulated vsize (KiB) 104788

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 15289
/proc/meminfo: memFree=1620296/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1413.75
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 140624 751 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1474.73
Current children cumulated vsize (KiB) 104788

[startup+1542.3 s]
/proc/loadavg: 2.06 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1617160/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1473.45
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 146594 751 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1534.43
Current children cumulated vsize (KiB) 104788

[startup+1602.3 s]
/proc/loadavg: 2.02 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1613512/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1533.16
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 152565 751 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1594.14
Current children cumulated vsize (KiB) 104788

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1611464/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1592.86
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 158535 751 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1653.84
Current children cumulated vsize (KiB) 104788

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1609160/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1652.57
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 164506 751 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1713.55
Current children cumulated vsize (KiB) 104788

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1605832/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1712.27
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 170476 751 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1773.25
Current children cumulated vsize (KiB) 104788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1603080/2055920 swapFree=4192812/4192956
[pid=15128] ppid=15126 vsize=16868 CPUtime=60.98
/proc/15128/stat : 15128 (sugar) S 15126 15128 12169 0 -1 4194304 1365 131999 0 2 6 1 5991 100 16 0 1 0 19824882 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15128/statm: 4217 1113 409 3 0 796 0
[pid=15151] ppid=15128 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15128 15128 12169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19831027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 232 193 169 0 50 0
[pid=15152] ppid=15151 vsize=82564 CPUtime=1739.04
/proc/15152/stat : 15152 (picosat) R 15151 15128 12169 0 -1 4194304 16727 0 0 0 173153 751 0 0 25 0 1 0 19831028 84545536 16560 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15152/statm: 20641 16560 48 102 0 20536 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 104788

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 15128 and gives
#  childrusage.ru_utime.tv_sec=59
#  childrusage.ru_utime.tv_usec=987880
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=39841
# CPU time returned by wait4() is 61.0277
# 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): 1809.24
CPU time (s): 1800.02
CPU user time (s): 1791.5
CPU system time (s): 8.52
CPU usage (%): 99.4903
Max. virtual memory (cumulated for all children) (KiB): 905060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.9879
system time used= 1.03984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133849
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= 6383
involuntary context switches= 7079

runsolver used 2.56361 second user time and 5.60915 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 17:53:34
IDJOB=2061841
IDBENCH=53845
IDSOLVER=738
FILE ID=node61/2061841-1247327614
PBS_JOBID= 9506508
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-ft10x2-837.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-2061841-1247327614/watcher-2061841-1247327614 -o /tmp/evaluation-result-2061841-1247327614/solver-2061841-1247327614 -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-2061841-1247327614.xml

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

MD5SUM BENCH= 5cfa427c258a5a1491bc4b587b0b078f
RANDOM SEED=26486556

node61.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.229
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.229
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:       1814280 kB
Buffers:          7248 kB
Cached:          72584 kB
SwapCached:          0 kB
Active:         174236 kB
Inactive:        20240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         125896 kB
Slab:            32372 kB
Committed_AS:   258508 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node61 at 2009-07-11 18:23:46