Trace number 2068848

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? 274.512 284.579

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-240.xml
MD5SUMd28497c4d2e2b68c6bf6783191da2ccc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:42:36 2009
0.00/0.08	c 0	PID 16426
0.00/0.08	c 0	HOST node64.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068848-1247348556.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-2068848-1247348556.xml' 'HOME/temp.csp'
1.54/1.63	c 2	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.54/1.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.65	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.59/1.73	c 2	Parsing HOME/temp.csp
1.59/1.99	c 2	parsed 10000 expressions
2.13/2.21	c 2	parsed 20000 expressions
2.13/2.21	c 2	parsed 20099 expressions
2.13/2.22	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.22	c 2	Converting to clausal form CSP
2.51/2.67	c 3	converted 2010 (10%) expressions
2.72/2.83	c 3	converted 4020 (20%) expressions
2.81/2.99	c 3	converted 6030 (30%) expressions
3.01/3.15	c 3	converted 8040 (40%) expressions
3.31/3.46	c 4	converted 10050 (50%) expressions
3.50/3.62	c 4	converted 12060 (60%) expressions
3.60/3.78	c 4	converted 14070 (70%) expressions
3.81/3.94	c 4	converted 16080 (80%) expressions
3.91/4.09	c 4	converted 18090 (90%) expressions
4.10/4.25	c 4	converted 20099 (100%) expressions
4.10/4.25	c 4	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 239
4.10/4.25	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.10/4.25	c 4	Propagation in CSP
4.21/4.31	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.21/4.31	c 4	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 239
4.21/4.31	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.21/4.32	c 4	Simplifing CSP by introducing new Boolean variables
4.80/4.92	c 5	CSP : 971 integers, 76440 booleans, 96682 clauses, largest domain size 239
4.80/4.92	c 5	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.09/5.20	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.09/5.25	c 5	98 (10%) CSP integer variables are encoded (12092 clauses, 159406 bytes)
5.09/5.27	c 5	195 (20%) CSP integer variables are encoded (24417 clauses, 344281 bytes)
5.09/5.28	c 5	292 (30%) CSP integer variables are encoded (36832 clauses, 530506 bytes)
5.20/5.30	c 5	389 (40%) CSP integer variables are encoded (49004 clauses, 713086 bytes)
5.20/5.31	c 5	486 (50%) CSP integer variables are encoded (61411 clauses, 899191 bytes)
5.20/5.33	c 5	583 (60%) CSP integer variables are encoded (73846 clauses, 1085716 bytes)
5.20/5.33	c 5	680 (70%) CSP integer variables are encoded (75698 clauses, 1113496 bytes)
5.20/5.33	c 5	777 (80%) CSP integer variables are encoded (76519 clauses, 1125811 bytes)
5.20/5.34	c 5	874 (90%) CSP integer variables are encoded (77679 clauses, 1143211 bytes)
5.20/5.34	c 5	971 (100%) CSP integer variables are encoded (78492 clauses, 1155406 bytes)
32.88/33.56	c 34	9669 (10%) CSP clauses are encoded (12693603 clauses, 327510121 bytes)
78.14/79.91	c 80	19337 (20%) CSP clauses are encoded (33137017 clauses, 867951232 bytes)
116.77/119.51	c 120	29005 (30%) CSP clauses are encoded (50319562 clauses, 1330988024 bytes)
155.03/158.91	c 159	38673 (40%) CSP clauses are encoded (66620798 clauses, 1793867063 bytes)
193.86/199.26	c 199	48341 (50%) CSP clauses are encoded (83139105 clauses, 2263139672 bytes)
226.60/233.05	c 233	58010 (60%) CSP clauses are encoded (97073084 clauses, 2657616633 bytes)
269.72/277.67	c 278	67678 (70%) CSP clauses are encoded (115372636 clauses, 3178324975 bytes)
273.31/281.34	c 281	ERROR Exception Too large HOME/temp.cnf
273.31/281.34	c 281	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
273.31/281.34	c 281	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
273.31/281.34	c 281	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
273.31/281.34	s UNKNOWN
273.37/281.40	c 281	CPU 273.38 (0.06 0.01 252.17 21.14)
273.37/281.40	c 281	END Sat Jul 11 23:47:17 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-2068848-1247348556/watcher-2068848-1247348556 -o /tmp/evaluation-result-2068848-1247348556/solver-2068848-1247348556 -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-2068848-1247348556.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.07 1.99 1.99 4/76 16426
/proc/meminfo: memFree=1494224/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=18576 CPUtime=0
/proc/16426/stat : 16426 (runsolver) R 16424 16426 14232 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 21918908 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16426/statm: 4644 284 249 26 0 2626 0

[startup+0.091267 s]
/proc/loadavg: 2.07 1.99 1.99 4/76 16426
/proc/meminfo: memFree=1494224/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=0.06
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101251 s]
/proc/loadavg: 2.07 1.99 1.99 4/76 16426
/proc/meminfo: memFree=1494224/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=0.06
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301264 s]
/proc/loadavg: 2.07 1.99 1.99 4/76 16426
/proc/meminfo: memFree=1494224/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=0.06
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70131 s]
/proc/loadavg: 2.07 1.99 1.99 4/76 16426
/proc/meminfo: memFree=1494224/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=0.06
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5024 s]
/proc/loadavg: 2.07 1.99 1.99 3/87 16438
/proc/meminfo: memFree=1467448/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=0.06
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16429] ppid=16426 vsize=5356 CPUtime=0
/proc/16429/stat : 16429 (sh) S 16426 16426 14232 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21918916 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16429/statm: 1339 233 193 169 0 50 0
[pid=16430] ppid=16429 vsize=864788 CPUtime=1.39
/proc/16430/stat : 16430 (java) S 16429 16426 14232 0 -1 0 13165 0 1 0 132 7 0 0 18 0 9 0 21918917 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16430/statm: 216197 11188 2557 9 0 210709 0
[pid=16430/tid=16431] ppid=16429 vsize=864788 CPUtime=0.82
/proc/16430/task/16431/stat : 16431 (java) R 16429 16426 14232 0 -1 64 3067 0 1 0 80 2 0 0 24 0 9 0 21918918 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4126745152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16432] ppid=16429 vsize=864788 CPUtime=0.4
/proc/16430/task/16432/stat : 16432 (java) S 16429 16426 14232 0 -1 64 8866 0 0 0 37 3 0 0 16 0 9 0 21918919 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16433] ppid=16429 vsize=864788 CPUtime=0
/proc/16430/task/16433/stat : 16433 (java) S 16429 16426 14232 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21918919 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16434] ppid=16429 vsize=864788 CPUtime=0
/proc/16430/task/16434/stat : 16434 (java) S 16429 16426 14232 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21918919 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16435] ppid=16429 vsize=864788 CPUtime=0
/proc/16430/task/16435/stat : 16435 (java) S 16429 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21918921 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16436] ppid=16429 vsize=864788 CPUtime=0.14
/proc/16430/task/16436/stat : 16436 (java) S 16429 16426 14232 0 -1 64 528 0 0 0 14 0 0 0 16 0 9 0 21918921 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16437] ppid=16429 vsize=864788 CPUtime=0
/proc/16430/task/16437/stat : 16437 (java) S 16429 16426 14232 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21918921 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16438] ppid=16429 vsize=864788 CPUtime=0
/proc/16430/task/16438/stat : 16438 (java) S 16429 16426 14232 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21918921 885542912 11188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887012

[startup+3.10258 s]
/proc/loadavg: 2.07 1.99 1.99 4/87 16448
/proc/meminfo: memFree=1475640/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.59
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1309 13663 0 1 5 1 145 8 15 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868608 CPUtime=1.42
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 11471 0 1 0 137 5 0 0 18 0 9 0 21919074 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217152 10571 2566 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868608 CPUtime=0.87
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 2715 0 1 0 86 1 0 0 22 0 9 0 21919074 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868608 CPUtime=0.37
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 6580 0 0 0 35 2 0 0 16 0 9 0 21919076 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868608 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868608 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21919076 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868608 CPUtime=0
/proc/16440/task/16445/stat : 16445 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919078 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16446] ppid=16439 vsize=868608 CPUtime=0.15
/proc/16440/task/16446/stat : 16446 (java) S 16439 16426 14232 0 -1 64 1472 0 0 0 15 0 0 0 16 0 9 0 21919078 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16447] ppid=16439 vsize=868608 CPUtime=0
/proc/16440/task/16447/stat : 16447 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21919078 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16448] ppid=16439 vsize=868608 CPUtime=0
/proc/16440/task/16448/stat : 16448 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21919078 889454592 10571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890832

[startup+6.30193 s]
/proc/loadavg: 2.07 1.99 1.99 3/87 16448
/proc/meminfo: memFree=1415992/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.6
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1310 13663 0 1 6 1 145 8 15 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868720 CPUtime=4.59
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 22205 0 1 0 441 18 0 0 18 0 9 0 21919074 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217180 20579 2590 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868720 CPUtime=2.83
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 3351 0 1 0 275 8 0 0 25 0 9 0 21919074 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4126960654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868720 CPUtime=1.49
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 16627 0 0 0 142 7 0 0 16 0 9 0 21919076 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16445/stat : 16445 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919078 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16446] ppid=16439 vsize=868720 CPUtime=0.22
/proc/16440/task/16446/stat : 16446 (java) S 16439 16426 14232 0 -1 64 1523 0 0 0 22 0 0 0 16 0 9 0 21919078 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16447] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16447/stat : 16447 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21919078 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16448] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16448/stat : 16448 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21919078 889569280 20579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890944

[startup+12.7026 s]
/proc/loadavg: 2.06 1.99 1.99 3/87 16448
/proc/meminfo: memFree=1338424/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.6
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1310 13663 0 1 6 1 145 8 15 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868720 CPUtime=10.89
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 22637 0 1 0 1019 70 0 0 18 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217180 20581 2590 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868720 CPUtime=8.91
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 3781 0 1 0 834 57 0 0 25 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4126964642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868720 CPUtime=1.71
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 16627 0 0 0 161 10 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16445/stat : 16445 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16446] ppid=16439 vsize=868720 CPUtime=0.23
/proc/16440/task/16446/stat : 16446 (java) S 16439 16426 14232 0 -1 64 1525 0 0 0 23 0 0 0 17 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16447] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16447/stat : 16447 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16448] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16448/stat : 16448 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890944

[startup+25.503 s]
/proc/loadavg: 2.28 2.04 2.01 3/87 16448
/proc/meminfo: memFree=1186872/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.6
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1310 13663 0 1 6 1 145 8 15 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868720 CPUtime=23.49
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 23472 0 1 0 2180 169 0 0 18 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217180 20581 2590 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868720 CPUtime=21.1
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 4616 0 1 0 1958 152 0 0 25 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 102094004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868720 CPUtime=2.13
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 16627 0 0 0 198 15 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868720 CPUtime=0

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

[startup+51.1028 s]
/proc/loadavg: 2.59 2.13 2.04 3/87 16448
/proc/meminfo: memFree=892024/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.6
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1310 13663 0 1 6 1 145 8 16 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868720 CPUtime=48.46
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 25133 0 1 0 4483 363 0 0 18 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217180 20581 2590 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868720 CPUtime=45.2
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 6277 0 1 0 4188 332 0 0 25 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868720 CPUtime=2.98
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 16627 0 0 0 270 28 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16445/stat : 16445 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16446] ppid=16439 vsize=868720 CPUtime=0.23
/proc/16440/task/16446/stat : 16446 (java) S 16439 16426 14232 0 -1 64 1525 0 0 0 23 0 0 0 17 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16447] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16447/stat : 16447 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16448] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16448/stat : 16448 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 890944

[startup+102.307 s]
/proc/loadavg: 2.95 2.29 2.10 3/87 16448
/proc/meminfo: memFree=285816/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.6
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1310 13663 0 1 6 1 145 8 16 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868720 CPUtime=98.39
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 28464 0 1 0 9089 750 0 0 18 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217180 20581 2590 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868720 CPUtime=93.51
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 9608 0 1 0 8654 697 0 0 25 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4126789863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868720 CPUtime=4.62
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 16627 0 0 0 411 51 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16445/stat : 16445 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16446] ppid=16439 vsize=868720 CPUtime=0.23
/proc/16440/task/16446/stat : 16446 (java) S 16439 16426 14232 0 -1 64 1525 0 0 0 23 0 0 0 17 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16447] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16447/stat : 16447 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16448] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16448/stat : 16448 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (KiB) 890944

[startup+162.303 s]
/proc/loadavg: 2.92 2.40 2.15 3/84 16477
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.6
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1310 13663 0 1 6 1 145 8 16 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868720 CPUtime=156.77
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 32230 0 1 0 14472 1205 0 0 18 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217180 20581 2590 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868720 CPUtime=150.03
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 13374 0 1 0 13876 1127 0 0 25 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4126789863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868720 CPUtime=6.47
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 16627 0 0 0 571 76 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16445/stat : 16445 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16446] ppid=16439 vsize=868720 CPUtime=0.23
/proc/16440/task/16446/stat : 16446 (java) S 16439 16426 14232 0 -1 64 1525 0 0 0 23 0 0 0 17 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16447] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16447/stat : 16447 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16448] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16448/stat : 16448 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.37
Current children cumulated vsize (KiB) 890944

[startup+222.303 s]
/proc/loadavg: 3.03 2.54 2.21 3/84 16477
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=1.6
/proc/16426/stat : 16426 (sugar) S 16424 16426 14232 0 -1 4194304 1310 13663 0 1 6 1 145 8 16 0 1 0 21918908 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16426/statm: 4217 1111 409 3 0 796 0
[pid=16439] ppid=16426 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16426 16426 14232 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21919073 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 233 193 169 0 50 0
[pid=16440] ppid=16439 vsize=868720 CPUtime=214.59
/proc/16440/stat : 16440 (java) S 16439 16426 14232 0 -1 0 35944 0 1 0 19799 1660 0 0 18 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16440/statm: 217180 20581 2590 9 0 211657 0
[pid=16440/tid=16441] ppid=16439 vsize=868720 CPUtime=206
/proc/16440/task/16441/stat : 16441 (java) R 16439 16426 14232 0 -1 64 17088 0 1 0 19044 1556 0 0 25 0 9 0 21919074 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4126960732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16442] ppid=16439 vsize=868720 CPUtime=8.33
/proc/16440/task/16442/stat : 16442 (java) S 16439 16426 14232 0 -1 64 16627 0 0 0 730 103 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16443] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16443/stat : 16443 (java) S 16439 16426 14232 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16444] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16444/stat : 16444 (java) S 16439 16426 14232 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21919076 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16445] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16445/stat : 16445 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16446] ppid=16439 vsize=868720 CPUtime=0.23
/proc/16440/task/16446/stat : 16446 (java) S 16439 16426 14232 0 -1 64 1525 0 0 0 23 0 0 0 17 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16447] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16447/stat : 16447 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16440/tid=16448] ppid=16439 vsize=868720 CPUtime=0
/proc/16440/task/16448/stat : 16448 (java) S 16439 16426 14232 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21919078 889569280 20581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.19
Current children cumulated vsize (KiB) 890944

[startup+282.301 s]
/proc/loadavg: 3.27 2.68 2.28 3/74 16477
/proc/meminfo: memFree=230344/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=274.25
/proc/16426/stat : 16426 (sugar) R 16424 16426 14232 0 -1 4194304 1335 53575 0 2 6 88 25217 2114 17 0 1 0 21918908 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16426/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 274.25
Current children cumulated vsize (KiB) 16868

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

[startup+283.101 s]
/proc/loadavg: 3.27 2.68 2.28 2/74 16477
/proc/meminfo: memFree=1931336/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=274.4
/proc/16426/stat : 16426 (sugar) D 16424 16426 14232 0 -1 4194304 1335 53575 0 2 6 103 25217 2114 15 0 1 0 21918908 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16426/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 274.4
Current children cumulated vsize (KiB) 16868

[startup+283.901 s]
/proc/loadavg: 3.27 2.68 2.28 2/74 16477
/proc/meminfo: memFree=1930952/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=274.44
/proc/16426/stat : 16426 (sugar) D 16424 16426 14232 0 -1 4194304 1335 53575 0 2 6 107 25217 2114 15 0 1 0 21918908 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16426/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 274.44
Current children cumulated vsize (KiB) 16868

[startup+284.301 s]
/proc/loadavg: 3.27 2.68 2.28 2/74 16477
/proc/meminfo: memFree=1930952/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=274.47
/proc/16426/stat : 16426 (sugar) D 16424 16426 14232 0 -1 4194304 1335 53575 0 2 6 110 25217 2114 15 0 1 0 21918908 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16426/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 274.47
Current children cumulated vsize (KiB) 16868

[startup+284.501 s]
/proc/loadavg: 3.27 2.68 2.28 2/74 16477
/proc/meminfo: memFree=1930952/2055920 swapFree=4192812/4192956
[pid=16426] ppid=16424 vsize=16868 CPUtime=274.48
/proc/16426/stat : 16426 (sugar) D 16424 16426 14232 0 -1 4194304 1335 53575 0 2 6 111 25217 2114 15 0 1 0 21918908 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16426/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 274.48
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 284.579
CPU time (s): 274.512
CPU user time (s): 252.245
CPU system time (s): 22.2676
CPU usage (%): 96.4627
Max. virtual memory (cumulated for all children) (KiB): 891836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.245
system time used= 22.2676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54971
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= 164963
involuntary context switches= 168750

runsolver used 0.377942 second user time and 0.991849 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 23:42:36
IDJOB=2068848
IDBENCH=54942
IDSOLVER=738
FILE ID=node64/2068848-1247348556
PBS_JOBID= 9506759
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-240.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-2068848-1247348556/watcher-2068848-1247348556 -o /tmp/evaluation-result-2068848-1247348556/solver-2068848-1247348556 -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-2068848-1247348556.xml

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

MD5SUM BENCH= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=668892673

node64.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.220
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.220
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:       1494704 kB
Buffers:         51864 kB
Cached:         432832 kB
SwapCached:        144 kB
Active:         103584 kB
Inactive:       404936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4576 kB
Writeback:           0 kB
Mapped:          34416 kB
Slab:            37664 kB
Committed_AS:   271668 kB
PageTables:       1768 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= 66320 MiB
End job on node64 at 2009-07-11 23:47:21