Trace number 2072424

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+minisat? 1596.2 1732.69

General information on the benchmark

Namecsp/pseudoGLB/
normalized-reduced-prob2.xml
MD5SUMffd653c8001636260000bdff15bbd884
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008998
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints2
Maximum constraint arity68
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:54:35 2009
0.00/0.08	c 0	PID 14731
0.07/0.08	c 0	HOST node9.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2072424-1247356475.xml TO HOME/temp.csp
0.07/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-2072424-1247356475.xml' 'HOME/temp.csp'
0.07/0.23	c 0	1 domains, 68 variables, 0 predicates, 0 relations, 2 constraints
0.07/0.24	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.24	c 0	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.21/0.31	c 1	Parsing HOME/temp.csp
0.21/0.34	c 1	parsed 71 expressions
0.21/0.35	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.35	c 1	Converting to clausal form CSP
0.21/0.37	c 1	converted 8 (10%) expressions
0.21/0.37	c 1	converted 15 (20%) expressions
0.21/0.37	c 1	converted 22 (30%) expressions
0.21/0.37	c 1	converted 29 (40%) expressions
0.21/0.37	c 1	converted 36 (50%) expressions
0.21/0.37	c 1	converted 43 (60%) expressions
0.21/0.37	c 1	converted 50 (70%) expressions
0.21/0.37	c 1	converted 57 (80%) expressions
0.21/0.37	c 1	converted 64 (90%) expressions
0.21/0.47	c 1	converted 71 (100%) expressions
0.21/0.47	c 1	CSP : 110 integers, 0 booleans, 86 clauses, largest domain size 173686
0.21/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.47	c 1	Propagation in CSP
0.21/0.48	c 1	275322 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.21/0.48	c 1	CSP : 110 integers, 0 booleans, 86 clauses, largest domain size 173686
0.21/0.48	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.49	c 1	Simplifing CSP by introducing new Boolean variables
0.21/0.49	c 1	CSP : 110 integers, 0 booleans, 86 clauses, largest domain size 173686
0.21/0.49	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.21/0.51	c 1	11 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.51	c 1	22 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.51	c 1	33 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.51	c 1	44 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.51	c 1	55 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.51	c 1	66 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.01	c 1	77 (70%) CSP integer variables are encoded (356002 clauses, 5830458 bytes)
1.45/1.52	c 2	88 (80%) CSP integer variables are encoded (753299 clauses, 12584507 bytes)
2.43/2.51	c 3	99 (90%) CSP integer variables are encoded (1500668 clauses, 26291303 bytes)
3.32/3.47	c 4	110 (100%) CSP integer variables are encoded (2221242 clauses, 39982209 bytes)
1594.28/1666.72	c 1667	ERROR Exception Too large HOME/temp.cnf
1594.28/1666.78	c 1667	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1594.28/1666.78	c 1667	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1594.28/1666.78	c 1667	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1594.28/1666.78	s UNKNOWN
1594.30/1667.39	c 1668	CPU 1594.31 (0.06 0.01 1431.52 162.72)
1594.30/1667.39	c 1668	END Sun Jul 12 02:22:23 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-2072424-1247356475/watcher-2072424-1247356475 -o /tmp/evaluation-result-2072424-1247356475/solver-2072424-1247356475 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2072424-1247356475.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.00 2.00 2.00 4/73 14731
/proc/meminfo: memFree=1714308/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=18576 CPUtime=0
/proc/14731/stat : 14731 (runsolver) R 14729 14731 12944 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22714636 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14731/statm: 4644 284 249 26 0 2626 0

[startup+0.0811459 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14731
/proc/meminfo: memFree=1714308/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16740 CPUtime=0.07
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 22714636 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101606 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14731
/proc/meminfo: memFree=1714308/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.07
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301629 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14731
/proc/meminfo: memFree=1714308/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1292 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 16868

[startup+0.701673 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14731
/proc/meminfo: memFree=1714308/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 15 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14753
/proc/meminfo: memFree=1698348/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 15 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=1.24
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 5303 0 1 0 112 12 0 0 18 0 9 0 22714660 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4280 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=1.03
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 3001 0 1 0 95 8 0 0 25 0 9 0 22714661 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=0.1
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1280 0 0 0 8 2 0 0 16 0 9 0 22714662 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.07
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 323 0 0 0 7 0 0 0 16 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886512

[startup+3.10194 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14753
/proc/meminfo: memFree=1683436/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=2.82
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 5805 0 1 0 255 27 0 0 18 0 9 0 22714660 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4280 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=2.5
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 3503 0 1 0 229 21 0 0 25 0 9 0 22714661 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4126536433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=0.21
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1280 0 0 0 17 4 0 0 16 0 9 0 22714662 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.07
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 323 0 0 0 7 0 0 0 16 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886512

[startup+6.3023 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14753
/proc/meminfo: memFree=1638252/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=5.96
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 6857 0 1 0 537 59 0 0 18 0 9 0 22714660 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4285 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=5.36
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 4551 0 1 0 490 46 0 0 25 0 9 0 22714661 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4126477214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=0.49
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1280 0 0 0 38 11 0 0 16 0 9 0 22714662 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.08
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22714664 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886512

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14753
/proc/meminfo: memFree=1558188/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=12.26
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 8987 0 1 0 1100 126 0 0 18 0 9 0 22714660 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4286 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=11.12
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 6680 0 1 0 1012 100 0 0 25 0 9 0 22714661 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4126536152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=1.03
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1281 0 0 0 79 24 0 0 16 0 9 0 22714662 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.08
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22714664 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 886512

[startup+25.5024 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 14753
/proc/meminfo: memFree=1389868/2055920 swapFree=4192952/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=24.76
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 13219 0 1 0 2218 258 0 0 18 0 9 0 22714660 885030912 4287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4287 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=22.53
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 10911 0 1 0 2050 203 0 0 25 0 9 0 22714661 885030912 4287 996147200 134512640 134550932 4294955936 18446744073709551615 4126536240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=2.12
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1282 0 0 0 159 53 0 0 16 0 9 0 22714662 885030912 4287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0

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

[pid=14745] ppid=14744 vsize=864288 CPUtime=1424.13
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 490826 0 1 0 127689 14724 0 0 18 0 9 0 22714660 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4383 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=1308.49
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 488422 0 1 0 118920 11929 0 0 17 0 9 0 22714661 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=115.53
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1378 0 0 0 8760 2793 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.08
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1424.34
Current children cumulated vsize (KiB) 886512

[startup+1542.3 s]
/proc/loadavg: 3.80 3.33 2.86 3/93 14875
/proc/meminfo: memFree=15076/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=1477.67
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 507144 0 1 0 132536 15231 0 0 18 0 9 0 22714660 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4383 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=1358.02
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 504740 0 1 0 123466 12336 0 0 25 0 9 0 22714661 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4126536308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=119.54
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1378 0 0 0 9061 2893 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.08
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.88
Current children cumulated vsize (KiB) 886512

[startup+1602.3 s]
/proc/loadavg: 4.69 3.67 3.01 3/93 14892
/proc/meminfo: memFree=16228/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=1532.09
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 523040 0 1 0 137472 15737 0 0 18 0 9 0 22714660 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4383 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=1408.65
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 520636 0 1 0 128114 12751 0 0 18 0 9 0 22714661 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=123.33
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1378 0 0 0 9349 2984 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.08
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.3
Current children cumulated vsize (KiB) 886512

[startup+1662.3 s]
/proc/loadavg: 3.78 3.61 3.03 3/93 14894
/proc/meminfo: memFree=15908/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=0.21
/proc/14731/stat : 14731 (sugar) S 14729 14731 12944 0 -1 4194304 1310 4078 0 1 6 1 11 3 16 0 1 0 22714636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14731/statm: 4217 1111 409 3 0 796 0
[pid=14744] ppid=14731 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14731 14731 12944 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22714660 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 233 193 169 0 50 0
[pid=14745] ppid=14744 vsize=864288 CPUtime=1589.75
/proc/14745/stat : 14745 (java) S 14744 14731 12944 0 -1 0 539053 0 1 0 142743 16232 0 0 18 0 9 0 22714660 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14745/statm: 216072 4383 2589 9 0 210549 0
[pid=14745/tid=14746] ppid=14744 vsize=864288 CPUtime=1462.37
/proc/14745/task/14746/stat : 14746 (java) R 14744 14731 12944 0 -1 64 536649 0 1 0 133091 13146 0 0 22 0 9 0 22714661 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4126537712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14745/tid=14747] ppid=14744 vsize=864288 CPUtime=127.27
/proc/14745/task/14747/stat : 14747 (java) S 14744 14731 12944 0 -1 64 1378 0 0 0 9643 3084 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14745/tid=14748] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14748/stat : 14748 (java) S 14744 14731 12944 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14749] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14749/stat : 14749 (java) S 14744 14731 12944 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22714662 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14750] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14750/stat : 14750 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14751] ppid=14744 vsize=864288 CPUtime=0.08
/proc/14745/task/14751/stat : 14751 (java) S 14744 14731 12944 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14752] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14752/stat : 14752 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14745/tid=14753] ppid=14744 vsize=864288 CPUtime=0
/proc/14745/task/14753/stat : 14753 (java) S 14744 14731 12944 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22714664 885030912 4383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.96
Current children cumulated vsize (KiB) 886512

[startup+1722.3 s]
/proc/loadavg: 3.40 3.53 3.03 2/83 14894
/proc/meminfo: memFree=212980/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=1595.83
/proc/14731/stat : 14731 (sugar) D 14729 14731 12944 0 -1 4194304 1335 544583 0 4 6 153 143152 16272 15 0 1 0 22714636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14731/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1595.83
Current children cumulated vsize (KiB) 16868

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

[startup+1728.2 s]
/proc/loadavg: 3.18 3.48 3.02 2/83 14894
/proc/meminfo: memFree=150132/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=1596.06
/proc/14731/stat : 14731 (sugar) D 14729 14731 12944 0 -1 4194304 1335 544583 0 4 6 176 143152 16272 15 0 1 0 22714636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14731/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1596.06
Current children cumulated vsize (KiB) 16868

[startup+1729.8 s]
/proc/loadavg: 3.18 3.48 3.02 2/83 14894
/proc/meminfo: memFree=123188/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=1596.1
/proc/14731/stat : 14731 (sugar) D 14729 14731 12944 0 -1 4194304 1335 544583 0 4 6 180 143152 16272 15 0 1 0 22714636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14731/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1596.1
Current children cumulated vsize (KiB) 16868

[startup+1731.4 s]
/proc/loadavg: 3.18 3.48 3.02 2/83 14894
/proc/meminfo: memFree=110772/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=1596.11
/proc/14731/stat : 14731 (sugar) D 14729 14731 12944 0 -1 4194304 1335 544583 0 4 6 181 143152 16272 15 0 1 0 22714636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14731/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1596.11
Current children cumulated vsize (KiB) 16868

[startup+1732.2 s]
/proc/loadavg: 3.18 3.48 3.02 2/83 14894
/proc/meminfo: memFree=98228/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=1596.14
/proc/14731/stat : 14731 (sugar) D 14729 14731 12944 0 -1 4194304 1335 544583 0 4 6 184 143152 16272 15 0 1 0 22714636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14731/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1596.14
Current children cumulated vsize (KiB) 16868

[startup+1732.6 s]
/proc/loadavg: 3.18 3.48 3.02 2/83 14894
/proc/meminfo: memFree=98228/2055920 swapFree=4192812/4192956
[pid=14731] ppid=14729 vsize=16868 CPUtime=1596.17
/proc/14731/stat : 14731 (sugar) D 14729 14731 12944 0 -1 4194304 1335 544583 0 4 6 187 143152 16272 15 0 1 0 22714636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14731/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1596.17
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1732.69
CPU time (s): 1596.2
CPU user time (s): 1431.59
CPU system time (s): 164.608
CPU usage (%): 92.1225
Max. virtual memory (cumulated for all children) (KiB): 886512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1431.59
system time used= 164.608
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545979
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4786066
involuntary context switches= 4753543

runsolver used 2.20267 second user time and 5.9091 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 01:54:35
IDJOB=2072424
IDBENCH=55702
IDSOLVER=739
FILE ID=node9/2072424-1247356475
PBS_JOBID= 9506826
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-reduced-prob2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072424-1247356475/watcher-2072424-1247356475 -o /tmp/evaluation-result-2072424-1247356475/solver-2072424-1247356475 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2072424-1247356475.xml

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

MD5SUM BENCH= ffd653c8001636260000bdff15bbd884
RANDOM SEED=1839941182

node9.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.216
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.216
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:       1714788 kB
Buffers:         41744 kB
Cached:         226172 kB
SwapCached:          4 kB
Active:          99708 kB
Inactive:       189960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714788 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          32416 kB
Slab:            36708 kB
Committed_AS:   215208 kB
PageTables:       1740 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 57648 MiB
End job on node9 at 2009-07-12 02:23:28