Trace number 2067507

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? 303.417 531.722

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-mitre.xml
MD5SUM39a7a69224b1eba0862df4c2e69ad54d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.6383
Satisfiable
(Un)Satisfiability was proved
Number of variables10724
Number of constraints2045
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2045
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 22:41:42 2009
0.00/0.07	c 0	PID 15909
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2067507-1247344902.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067507-1247344902.xml' 'HOME/temp.csp'
0.06/0.98	c 1	1 domains, 10724 variables, 16 predicates, 0 relations, 2045 constraints
0.95/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.02	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.09	c 1	Parsing HOME/temp.csp
0.96/1.27	c 2	parsed 10000 expressions
0.96/1.43	c 2	parsed 12786 expressions
0.96/1.44	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.44	c 2	Converting to clausal form CSP
0.96/1.53	c 2	converted 1279 (10%) expressions
0.96/1.54	c 2	converted 2558 (20%) expressions
0.96/1.54	c 2	converted 3836 (30%) expressions
0.96/1.54	c 2	converted 5115 (40%) expressions
0.96/1.55	c 2	converted 6393 (50%) expressions
0.96/1.55	c 2	converted 7672 (60%) expressions
0.96/1.55	c 2	converted 8951 (70%) expressions
0.96/1.55	c 2	converted 10229 (80%) expressions
0.96/1.80	c 2	converted 11508 (90%) expressions
3.13/3.30	c 4	converted 12786 (100%) expressions
3.23/3.30	c 4	CSP : 16799 integers, 0 booleans, 14195 clauses, largest domain size 16494
3.23/3.31	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.23/3.31	c 4	Propagation in CSP
3.63/3.70	c 4	1064 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.63/3.71	c 4	CSP : 16799 integers, 0 booleans, 14195 clauses, largest domain size 16494
3.63/3.71	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.63/3.72	c 4	Simplifing CSP by introducing new Boolean variables
3.63/3.74	c 4	CSP : 16799 integers, 0 booleans, 14195 clauses, largest domain size 16494
3.63/3.74	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.73/3.84	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.73/3.88	c 4	1680 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.73/3.88	c 4	3360 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.73/3.88	c 4	5040 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.73/3.89	c 4	6720 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.73/3.89	c 4	8400 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.73/3.89	c 4	10080 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.82/3.94	c 4	11760 (70%) CSP integer variables are encoded (40806 clauses, 612154 bytes)
3.93/4.09	c 4	13440 (80%) CSP integer variables are encoded (157327 clauses, 2499594 bytes)
5.62/5.76	c 6	15120 (90%) CSP integer variables are encoded (1531197 clauses, 26947141 bytes)
7.11/7.23	c 8	16799 (100%) CSP integer variables are encoded (2707284 clauses, 49292794 bytes)
7.62/7.72	c 8	1420 (10%) CSP clauses are encoded (2744956 clauses, 50072702 bytes)
17.79/17.92	c 18	2839 (20%) CSP clauses are encoded (3157339 clauses, 62839290 bytes)
30.77/30.99	c 31	4259 (30%) CSP clauses are encoded (3660054 clauses, 79778579 bytes)
43.86/44.04	c 44	5678 (40%) CSP clauses are encoded (4162652 clauses, 97014322 bytes)
56.83/57.04	c 57	7098 (50%) CSP clauses are encoded (4664939 clauses, 114452543 bytes)
302.35/462.33	c 463	ERROR Exception Too large HOME/temp.cnf
302.39/462.83	c 463	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
302.39/462.83	c 463	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
302.39/462.83	c 463	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
302.39/462.83	s UNKNOWN
302.40/463.71	c 464	CPU 302.4 (0.06 0.01 278.47 23.86)
302.40/463.71	c 464	END Sat Jul 11 22:49:26 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-2067507-1247344902/watcher-2067507-1247344902 -o /tmp/evaluation-result-2067507-1247344902/solver-2067507-1247344902 -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-2067507-1247344902.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.05 2.06 2.07 4/75 15909
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=12272 CPUtime=0
/proc/15909/stat : 15909 (sugar) R 15907 15909 14228 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21555207 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/15909/statm: 3068 327 246 3 0 168 0

[startup+0.0972521 s]
/proc/loadavg: 2.05 2.06 2.07 4/75 15909
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.06
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102252 s]
/proc/loadavg: 2.05 2.06 2.07 4/75 15909
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.06
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30128 s]
/proc/loadavg: 2.05 2.06 2.07 4/75 15909
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.06
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701362 s]
/proc/loadavg: 2.05 2.06 2.07 4/75 15909
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.06
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50151 s]
/proc/loadavg: 2.21 2.10 2.08 2/86 15921
/proc/meminfo: memFree=1579280/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.96
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1309 8343 0 1 5 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 16868

[startup+3.10281 s]
/proc/loadavg: 2.21 2.10 2.08 3/86 15931
/proc/meminfo: memFree=1574288/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1309 8343 0 1 6 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868640 CPUtime=2.06
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 11068 0 1 0 199 7 0 0 20 0 9 0 21555309 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217160 10105 2566 9 0 211665 0
[pid=15923/tid=15924] ppid=15922 vsize=868640 CPUtime=1.48
/proc/15923/task/15924/stat : 15924 (java) R 15922 15909 14228 0 -1 64 2816 0 1 0 146 2 0 0 25 0 9 0 21555310 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4126546359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15925] ppid=15922 vsize=868640 CPUtime=0.37
/proc/15923/task/15925/stat : 15925 (java) S 15922 15909 14228 0 -1 64 6054 0 0 0 34 3 0 0 16 0 9 0 21555311 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15926] ppid=15922 vsize=868640 CPUtime=0
/proc/15923/task/15926/stat : 15926 (java) S 15922 15909 14228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21555311 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15927] ppid=15922 vsize=868640 CPUtime=0
/proc/15923/task/15927/stat : 15927 (java) S 15922 15909 14228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21555311 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15928] ppid=15922 vsize=868640 CPUtime=0
/proc/15923/task/15928/stat : 15928 (java) S 15922 15909 14228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21555313 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15929] ppid=15922 vsize=868640 CPUtime=0.17
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1495 0 0 0 17 0 0 0 16 0 9 0 21555313 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868640 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868640 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889487360 10105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890864

[startup+6.30141 s]
/proc/loadavg: 2.27 2.11 2.09 3/86 15931
/proc/meminfo: memFree=1543184/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1310 8343 0 1 6 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868752 CPUtime=5.25
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 12213 0 1 0 493 32 0 0 20 0 9 0 21555309 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217188 10627 2590 9 0 211665 0
[pid=15923/tid=15924] ppid=15922 vsize=868752 CPUtime=4.27
/proc/15923/task/15924/stat : 15924 (java) R 15922 15909 14228 0 -1 64 3399 0 1 0 405 22 0 0 25 0 9 0 21555310 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15925] ppid=15922 vsize=868752 CPUtime=0.73
/proc/15923/task/15925/stat : 15925 (java) S 15922 15909 14228 0 -1 64 6578 0 0 0 65 8 0 0 16 0 9 0 21555311 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15926] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15926/stat : 15926 (java) S 15922 15909 14228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15927] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15927/stat : 15927 (java) S 15922 15909 14228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15928] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15928/stat : 15928 (java) S 15922 15909 14228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21555313 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15929] ppid=15922 vsize=868752 CPUtime=0.23
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1533 0 0 0 22 1 0 0 16 0 9 0 21555313 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889602048 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890976

[startup+12.7026 s]
/proc/loadavg: 2.41 2.14 2.10 3/86 15931
/proc/meminfo: memFree=1509008/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1310 8343 0 1 6 1 84 6 15 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868752 CPUtime=11.63
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 12644 0 1 0 1112 51 0 0 20 0 9 0 21555309 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217188 10635 2590 9 0 211665 0
[pid=15923/tid=15924] ppid=15922 vsize=868752 CPUtime=10.47
/proc/15923/task/15924/stat : 15924 (java) R 15922 15909 14228 0 -1 64 3823 0 1 0 1010 37 0 0 25 0 9 0 21555310 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4127019781 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15925] ppid=15922 vsize=868752 CPUtime=0.88
/proc/15923/task/15925/stat : 15925 (java) S 15922 15909 14228 0 -1 64 6578 0 0 0 77 11 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15926] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15926/stat : 15926 (java) S 15922 15909 14228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15927] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15927/stat : 15927 (java) S 15922 15909 14228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15928] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15928/stat : 15928 (java) S 15922 15909 14228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15929] ppid=15922 vsize=868752 CPUtime=0.24
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1540 0 0 0 23 1 0 0 16 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 890976

[startup+25.503 s]
/proc/loadavg: 2.39 2.15 2.10 3/86 15931
/proc/meminfo: memFree=1493392/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1310 8343 0 1 6 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868752 CPUtime=24.41
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 13168 0 1 0 2376 65 0 0 20 0 9 0 21555309 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217188 10635 2590 9 0 211665 0
[pid=15923/tid=15924] ppid=15922 vsize=868752 CPUtime=23.07
/proc/15923/task/15924/stat : 15924 (java) R 15922 15909 14228 0 -1 64 4347 0 1 0 2258 49 0 0 25 0 9 0 21555310 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4127068096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15925] ppid=15922 vsize=868752 CPUtime=1.07
/proc/15923/task/15925/stat : 15925 (java) S 15922 15909 14228 0 -1 64 6578 0 0 0 93 14 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15926] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15926/stat : 15926 (java) S 15922 15909 14228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15927] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15927/stat : 15927 (java) S 15922 15909 14228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15928] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15928/stat : 15928 (java) S 15922 15909 14228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15929] ppid=15922 vsize=868752 CPUtime=0.24
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1540 0 0 0 23 1 0 0 16 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 890976

[startup+51.1018 s]
/proc/loadavg: 2.25 2.14 2.10 3/86 15931
/proc/meminfo: memFree=1460624/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1310 8343 0 1 6 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868752 CPUtime=49.96
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 14217 0 1 0 4900 96 0 0 20 0 9 0 21555309 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217188 10635 2590 9 0 211665 0

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

[pid=15923/tid=15929] ppid=15922 vsize=868752 CPUtime=0.24
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1540 0 0 0 23 1 0 0 16 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 244.95
Current children cumulated vsize (KiB) 890976

[startup+342.307 s]
/proc/loadavg: 4.34 3.59 2.72 2/86 15937
/proc/meminfo: memFree=17168/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1310 8343 0 1 6 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868752 CPUtime=253.36
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 51750 0 1 0 23391 1945 0 0 20 0 9 0 21555309 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217188 10635 2590 9 0 211665 0
[pid=15923/tid=15924] ppid=15922 vsize=868752 CPUtime=238.54
/proc/15923/task/15924/stat : 15924 (java) D 15922 15909 14228 0 -1 64 42929 0 1 0 22168 1686 0 0 25 0 9 0 21555310 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=15923/tid=15925] ppid=15922 vsize=868752 CPUtime=14.55
/proc/15923/task/15925/stat : 15925 (java) S 15922 15909 14228 0 -1 64 6578 0 0 0 1198 257 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15926] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15926/stat : 15926 (java) S 15922 15909 14228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15927] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15927/stat : 15927 (java) S 15922 15909 14228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15928] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15928/stat : 15928 (java) S 15922 15909 14228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15929] ppid=15922 vsize=868752 CPUtime=0.24
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1540 0 0 0 23 1 0 0 16 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 254.33
Current children cumulated vsize (KiB) 890976
heavy processes:

[startup+402.301 s]
/proc/loadavg: 4.12 3.67 2.80 2/86 15937
/proc/meminfo: memFree=18064/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1310 8343 0 1 6 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868752 CPUtime=253.36
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 51750 0 1 0 23391 1945 0 0 20 0 9 0 21555309 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217188 10635 2590 9 0 211665 0
[pid=15923/tid=15924] ppid=15922 vsize=868752 CPUtime=238.54
/proc/15923/task/15924/stat : 15924 (java) D 15922 15909 14228 0 -1 64 42929 0 1 0 22168 1686 0 0 25 0 9 0 21555310 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=15923/tid=15925] ppid=15922 vsize=868752 CPUtime=14.55
/proc/15923/task/15925/stat : 15925 (java) S 15922 15909 14228 0 -1 64 6578 0 0 0 1198 257 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15926] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15926/stat : 15926 (java) S 15922 15909 14228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15927] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15927/stat : 15927 (java) S 15922 15909 14228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15928] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15928/stat : 15928 (java) S 15922 15909 14228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15929] ppid=15922 vsize=868752 CPUtime=0.24
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1540 0 0 0 23 1 0 0 16 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 254.33
Current children cumulated vsize (KiB) 890976
heavy processes:

[startup+462.302 s]
/proc/loadavg: 4.57 3.86 2.92 3/86 15937
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=0.97
/proc/15909/stat : 15909 (sugar) S 15907 15909 14228 0 -1 4194304 1310 8343 0 1 6 1 84 6 16 0 1 0 21555207 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15909/statm: 4217 1111 409 3 0 796 0
[pid=15922] ppid=15909 vsize=5356 CPUtime=0
/proc/15922/stat : 15922 (sh) S 15909 15909 14228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21555309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15922/statm: 1339 233 193 169 0 50 0
[pid=15923] ppid=15922 vsize=868752 CPUtime=301.38
/proc/15923/stat : 15923 (java) S 15922 15909 14228 0 -1 0 61112 0 1 0 27759 2379 0 0 20 0 9 0 21555309 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15923/statm: 217188 10635 2590 9 0 211665 0
[pid=15923/tid=15924] ppid=15922 vsize=868752 CPUtime=283.29
/proc/15923/task/15924/stat : 15924 (java) R 15922 15909 14228 0 -1 64 52291 0 1 0 26270 2059 0 0 25 0 9 0 21555310 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15925] ppid=15922 vsize=868752 CPUtime=17.83
/proc/15923/task/15925/stat : 15925 (java) S 15922 15909 14228 0 -1 64 6578 0 0 0 1465 318 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15926] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15926/stat : 15926 (java) S 15922 15909 14228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15927] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15927/stat : 15927 (java) S 15922 15909 14228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21555311 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15928] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15928/stat : 15928 (java) S 15922 15909 14228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15929] ppid=15922 vsize=868752 CPUtime=0.24
/proc/15923/task/15929/stat : 15929 (java) S 15922 15909 14228 0 -1 64 1540 0 0 0 23 1 0 0 16 0 9 0 21555313 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15930] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15930/stat : 15930 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15923/tid=15931] ppid=15922 vsize=868752 CPUtime=0
/proc/15923/task/15931/stat : 15931 (java) S 15922 15909 14228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21555314 889602048 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 302.35
Current children cumulated vsize (KiB) 890976
heavy processes:

[startup+522.301 s]
/proc/loadavg: 4.14 3.86 2.97 2/76 15939
/proc/meminfo: memFree=1532640/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=303.13
/proc/15909/stat : 15909 (sugar) D 15907 15909 14228 0 -1 4194304 1335 69756 0 4 6 74 27847 2386 15 0 1 0 21555207 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15909/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 303.13
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+524.906 s]
/proc/loadavg: 4.14 3.86 2.97 2/76 15939
/proc/meminfo: memFree=1548512/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=303.14
/proc/15909/stat : 15909 (sugar) D 15907 15909 14228 0 -1 4194304 1335 69756 0 4 6 75 27847 2386 15 0 1 0 21555207 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15909/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 303.14
Current children cumulated vsize (KiB) 16868

[startup+528.102 s]
/proc/loadavg: 4.04 3.84 2.97 2/76 15939
/proc/meminfo: memFree=1573600/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=303.16
/proc/15909/stat : 15909 (sugar) D 15907 15909 14228 0 -1 4194304 1335 69756 0 4 6 77 27847 2386 15 0 1 0 21555207 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15909/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 303.16
Current children cumulated vsize (KiB) 16868

[startup+529.702 s]
/proc/loadavg: 4.04 3.84 2.97 2/76 15939
/proc/meminfo: memFree=1581984/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=303.32
/proc/15909/stat : 15909 (sugar) D 15907 15909 14228 0 -1 4194304 1335 69756 0 4 6 93 27847 2386 15 0 1 0 21555207 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15909/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 303.32
Current children cumulated vsize (KiB) 16868

[startup+530.501 s]
/proc/loadavg: 3.88 3.81 2.97 2/76 15939
/proc/meminfo: memFree=1625312/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=303.34
/proc/15909/stat : 15909 (sugar) D 15907 15909 14228 0 -1 4194304 1335 69756 0 4 6 95 27847 2386 15 0 1 0 21555207 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15909/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 303.34
Current children cumulated vsize (KiB) 16868

[startup+531.301 s]
/proc/loadavg: 3.88 3.81 2.97 2/76 15939
/proc/meminfo: memFree=1625312/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=303.37
/proc/15909/stat : 15909 (sugar) D 15907 15909 14228 0 -1 4194304 1335 69756 0 4 6 98 27847 2386 15 0 1 0 21555207 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15909/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 303.37
Current children cumulated vsize (KiB) 16868

[startup+531.701 s]
/proc/loadavg: 3.88 3.81 2.97 2/76 15939
/proc/meminfo: memFree=1624672/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=16868 CPUtime=303.39
/proc/15909/stat : 15909 (sugar) D 15907 15909 14228 0 -1 4194304 1335 69756 0 4 6 100 27847 2386 15 0 1 0 21555207 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15909/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 303.39
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 531.722
CPU time (s): 303.417
CPU user time (s): 278.543
CPU system time (s): 24.8742
CPU usage (%): 57.0631
Max. virtual memory (cumulated for all children) (KiB): 891116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.543
system time used= 24.8742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71152
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= 458199
involuntary context switches= 457933

runsolver used 0.664898 second user time and 1.76873 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 22:41:42
IDJOB=2067507
IDBENCH=54666
IDSOLVER=739
FILE ID=node82/2067507-1247344902
PBS_JOBID= 9506765
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-mitre.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-2067507-1247344902/watcher-2067507-1247344902 -o /tmp/evaluation-result-2067507-1247344902/solver-2067507-1247344902 -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-2067507-1247344902.xml

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

MD5SUM BENCH= 39a7a69224b1eba0862df4c2e69ad54d
RANDOM SEED=1631357997

node82.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.265
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1601608 kB
Buffers:         25716 kB
Cached:          95936 kB
SwapCached:          0 kB
Active:         363536 kB
Inactive:        36660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:         289768 kB
Slab:            38928 kB
Committed_AS:   402316 kB
PageTables:       2328 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= 66136 MiB
End job on node82 at 2009-07-11 22:50:34