Trace number 2065142

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? (MO) 271.44 274.753

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-6-fair.xml
MD5SUM34fd0241491a8b5b6d88ff3be7e24b8b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark133.392
Satisfiable
(Un)Satisfiability was proved
Number of variables14436
Number of constraints13661
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13661
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 20:45:32 2009
0.00/0.07	c 0	PID 12890
0.00/0.07	c 0	HOST node53.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2065142-1247337932.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-2065142-1247337932.xml' 'HOME/temp.csp'
1.27/1.33	c 2	3 domains, 14436 variables, 9 predicates, 0 relations, 13661 constraints
1.27/1.37	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.27/1.37	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.32/1.45	c 2	Parsing HOME/temp.csp
1.32/1.58	c 2	parsed 10000 expressions
1.32/1.68	c 2	parsed 20000 expressions
1.32/1.81	c 2	parsed 28109 expressions
1.32/1.82	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.82	c 2	Converting to clausal form CSP
1.32/1.86	c 2	converted 2811 (10%) expressions
1.32/1.87	c 2	converted 5622 (20%) expressions
1.32/1.87	c 2	converted 8433 (30%) expressions
1.32/1.88	c 2	converted 11244 (40%) expressions
1.32/1.89	c 2	converted 14055 (50%) expressions
2.03/2.15	c 2	converted 16866 (60%) expressions
2.41/2.56	c 3	converted 19677 (70%) expressions
2.81/2.98	c 3	converted 22488 (80%) expressions
3.11/3.26	c 3	converted 25299 (90%) expressions
3.60/3.76	c 4	converted 28109 (100%) expressions
3.60/3.76	c 4	CSP : 25279 integers, 870 booleans, 61467 clauses, largest domain size 20001
3.60/3.76	c 4	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.60/3.76	c 4	Propagation in CSP
233.32/235.66	c 236	176979931 values, 0 unsatisfiable literals, and 0 valid clauses are removed
233.32/235.66	c 236	CSP : 25279 integers, 870 booleans, 61467 clauses, largest domain size 20001
233.32/235.66	c 236	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
233.32/235.69	c 236	Simplifing CSP by introducing new Boolean variables
233.52/235.82	c 236	CSP : 25279 integers, 22820 booleans, 83417 clauses, largest domain size 20001
233.52/235.82	c 236	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
233.81/236.17	c 236	Encoding CSP to SAT : HOME/temp.cnf
234.12/236.44	c 237	2528 (10%) CSP integer variables are encoded (187855 clauses, 2974288 bytes)
235.60/237.98	c 238	5056 (20%) CSP integer variables are encoded (1464088 clauses, 25601932 bytes)
236.20/238.58	c 239	7584 (30%) CSP integer variables are encoded (1950424 clauses, 34842316 bytes)
236.90/239.28	c 239	10112 (40%) CSP integer variables are encoded (2520361 clauses, 45671119 bytes)
237.48/239.81	c 240	12640 (50%) CSP integer variables are encoded (2947489 clauses, 53786551 bytes)
237.48/239.81	c 240	15168 (60%) CSP integer variables are encoded (2947489 clauses, 53786551 bytes)
237.94/240.34	c 241	17696 (70%) CSP integer variables are encoded (3347409 clauses, 61385031 bytes)
238.24/240.62	c 241	20224 (80%) CSP integer variables are encoded (3577363 clauses, 65754157 bytes)
238.45/240.82	c 241	22752 (90%) CSP integer variables are encoded (3727341 clauses, 68603739 bytes)
238.63/241.08	c 241	25279 (100%) CSP integer variables are encoded (3937309 clauses, 72593131 bytes)
257.59/260.35	c 261	8342 (10%) CSP clauses are encoded (15385170 clauses, 312249313 bytes)
258.16/260.90	c 261	16684 (20%) CSP clauses are encoded (15747984 clauses, 319513507 bytes)
259.16/262.06	c 262	25026 (30%) CSP clauses are encoded (16471216 clauses, 334157028 bytes)
260.43/263.37	c 264	33367 (40%) CSP clauses are encoded (17353552 clauses, 352721024 bytes)
261.31/264.24	c 264	41709 (50%) CSP clauses are encoded (17916396 clauses, 364676536 bytes)
261.31/264.28	c 264	50051 (60%) CSP clauses are encoded (17920325 clauses, 364756422 bytes)
261.42/264.33	c 265	58392 (70%) CSP clauses are encoded (17924219 clauses, 364835560 bytes)
262.56/265.56	c 266	66734 (80%) CSP clauses are encoded (18728216 clauses, 381916980 bytes)
263.55/266.54	c 267	75076 (90%) CSP clauses are encoded (19371665 clauses, 395586091 bytes)
263.65/266.60	c 267	83417 (100%) CSP clauses are encoded (19388764 clauses, 396041403 bytes)
263.65/266.61	c 267	83417 CSP clauses encoded
263.65/266.61	c 267	Writing map file : HOME/temp.map
263.65/266.66	c 267	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
263.65/266.66	c 267	SAT : 3967153 SAT variables, 19388764 SAT clauses, 396041403 bytes
263.65/266.66	c 267	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
263.65/266.68	c 267	SOLVING HOME/temp.cnf
263.65/266.68	c 267	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
263.65/266.69	c 267	This is MiniSat 2.0 beta
263.65/266.69	c 267	WARNING: for repeatability, setting FPU to use double precision
263.65/266.69	c 267	============================[ Problem Statistics ]=============================
263.65/266.69	c 267	|                                                                             |
263.65/266.69	c 267	|  Number of variables:  3967153                                              |
263.65/266.69	c 267	|  Number of clauses:    19388764                                             |
271.32/274.61	c ERROR INTERRUPTED
271.44/274.75	s UNKNOWN
271.44/274.75	c 275	CPU 263.74 (0.07 0.01 260.08 3.58)
271.44/274.75	c 275	END Sat Jul 11 20:50:07 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-2065142-1247337932/watcher-2065142-1247337932 -o /tmp/evaluation-result-2065142-1247337932/solver-2065142-1247337932 -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-2065142-1247337932.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.02 2.17 2.09 4/80 12890
/proc/meminfo: memFree=715424/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=12272 CPUtime=0
/proc/12890/stat : 12890 (sugar) R 12888 12890 12386 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 20857230 12566528 321 996147200 4194304 4206940 548682068608 18446744073709551615 269930105378 0 0 4224 0 0 0 0 17 0 0 0
/proc/12890/statm: 3068 324 244 3 0 168 0

[startup+0.097733 s]
/proc/loadavg: 2.02 2.17 2.09 4/80 12890
/proc/meminfo: memFree=715424/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=0.06
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101771 s]
/proc/loadavg: 2.02 2.17 2.09 4/80 12890
/proc/meminfo: memFree=715424/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=0.06
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301757 s]
/proc/loadavg: 2.02 2.17 2.09 4/80 12890
/proc/meminfo: memFree=715424/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=0.06
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701806 s]
/proc/loadavg: 2.02 2.17 2.09 4/80 12890
/proc/meminfo: memFree=715424/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=0.06
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5019 s]
/proc/loadavg: 2.02 2.17 2.09 4/91 12902
/proc/meminfo: memFree=679304/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1309 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10209 s]
/proc/loadavg: 2.02 2.17 2.09 3/91 12912
/proc/meminfo: memFree=688968/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1309 13277 0 1 5 1 118 8 16 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=1.69
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 13449 0 1 0 163 6 0 0 18 0 9 0 20857368 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 12380 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=0.9
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 2872 0 1 0 89 1 0 0 25 0 9 0 20857369 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4126408617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=0.58
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 8354 0 0 0 55 3 0 0 16 0 9 0 20857370 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.17
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1519 0 0 0 17 0 0 0 16 0 9 0 20857372 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 12380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890860

[startup+6.30148 s]
/proc/loadavg: 2.09 2.18 2.09 3/91 12912
/proc/meminfo: memFree=657480/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1310 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=4.86
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 17497 0 1 0 478 8 0 0 18 0 9 0 20857368 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 15870 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=3.64
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 3246 0 1 0 363 1 0 0 25 0 9 0 20857369 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4126095957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=1.01
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 12025 0 0 0 96 5 0 0 16 0 9 0 20857370 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.18
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1522 0 0 0 18 0 0 0 16 0 9 0 20857372 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 15870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890860

[startup+12.7022 s]
/proc/loadavg: 2.09 2.18 2.09 3/91 12912
/proc/meminfo: memFree=657288/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1310 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=11.19
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 17749 0 1 0 1109 10 0 0 18 0 9 0 20857368 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 15873 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=9.88
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 3495 0 1 0 986 2 0 0 25 0 9 0 20857369 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4126966456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=1.1
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 12028 0 0 0 104 6 0 0 16 0 9 0 20857370 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.18
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1522 0 0 0 18 0 0 0 16 0 9 0 20857372 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 15873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890860

[startup+25.5028 s]
/proc/loadavg: 2.07 2.17 2.09 3/91 12912
/proc/meminfo: memFree=657352/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1310 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=23.87
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 18251 0 1 0 2372 15 0 0 18 0 9 0 20857368 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 15879 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=22.33
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 3991 0 1 0 2229 4 0 0 25 0 9 0 20857369 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4126571414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=1.32
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 12034 0 0 0 123 9 0 0 16 0 9 0 20857370 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.18
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1522 0 0 0 18 0 0 0 16 0 9 0 20857372 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 15879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890860

[startup+51.1028 s]
/proc/loadavg: 2.10 2.17 2.09 3/91 12912
/proc/meminfo: memFree=657288/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1310 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=49.23
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 19259 0 1 0 4898 25 0 0 18 0 9 0 20857368 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 15892 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=47.25
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 4986 0 1 0 4717 8 0 0 25 0 9 0 20857369 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4126571242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=1.76
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 12047 0 0 0 161 15 0 0 16 0 9 0 20857370 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.18
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1522 0 0 0 18 0 0 0 16 0 9 0 20857372 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 15892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 890860

[startup+102.312 s]
/proc/loadavg: 2.17 2.17 2.10 3/91 12912
/proc/meminfo: memFree=657096/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1310 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=99.96
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 21264 0 1 0 9950 46 0 0 18 0 9 0 20857368 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 15916 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=97.08
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 6967 0 1 0 9692 16 0 0 25 0 9 0 20857369 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4126966713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=2.67
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 12071 0 0 0 239 28 0 0 16 0 9 0 20857370 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.18
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1522 0 0 0 18 0 0 0 16 0 9 0 20857372 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 15916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 890860

[startup+162.302 s]
/proc/loadavg: 2.12 2.15 2.09 3/91 12912
/proc/meminfo: memFree=656392/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1310 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=159.39
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 23556 0 1 0 15872 67 0 0 18 0 9 0 20857368 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 15943 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=155.46
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 9232 0 1 0 15523 23 0 0 25 0 9 0 20857369 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4126857679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=3.72
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 12098 0 0 0 330 42 0 0 16 0 9 0 20857370 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.18
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1522 0 0 0 18 0 0 0 16 0 9 0 20857372 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 15943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 890860

[startup+222.302 s]
/proc/loadavg: 2.09 2.14 2.09 3/91 12912
/proc/meminfo: memFree=656264/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=1.32
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1310 13277 0 1 5 1 118 8 15 0 1 0 20857230 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1111 409 3 0 796 0
[pid=12903] ppid=12890 vsize=5356 CPUtime=0
/proc/12903/stat : 12903 (sh) S 12890 12890 12386 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20857368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12903/statm: 1339 233 193 169 0 50 0
[pid=12904] ppid=12903 vsize=868636 CPUtime=218.82
/proc/12904/stat : 12904 (java) S 12903 12890 12386 0 -1 0 25854 0 1 0 21793 89 0 0 18 0 9 0 20857368 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12904/statm: 217159 15970 2566 9 0 211664 0
[pid=12904/tid=12905] ppid=12903 vsize=868636 CPUtime=213.83
/proc/12904/task/12905/stat : 12905 (java) R 12903 12890 12386 0 -1 64 11503 0 1 0 21353 30 0 0 25 0 9 0 20857369 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4126966476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12906] ppid=12903 vsize=868636 CPUtime=4.77
/proc/12904/task/12906/stat : 12906 (java) S 12903 12890 12386 0 -1 64 12125 0 0 0 420 57 0 0 16 0 9 0 20857370 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12907] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12907/stat : 12907 (java) S 12903 12890 12386 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20857370 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12908] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12908/stat : 12908 (java) S 12903 12890 12386 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20857370 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12909] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12909/stat : 12909 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20857372 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12910] ppid=12903 vsize=868636 CPUtime=0.18
/proc/12904/task/12910/stat : 12910 (java) S 12903 12890 12386 0 -1 64 1522 0 0 0 18 0 0 0 16 0 9 0 20857372 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12911] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12911/stat : 12911 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20857372 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12904/tid=12912] ppid=12903 vsize=868636 CPUtime=0
/proc/12904/task/12912/stat : 12912 (java) S 12903 12890 12386 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20857372 889483264 15970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 890860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+274.602 s]
/proc/loadavg: 2.40 2.21 2.11 3/83 12914
/proc/meminfo: memFree=15432/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=263.74
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1376 47965 0 2 7 1 26008 358 16 0 1 0 20857230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1113 409 3 0 796 0
[pid=12913] ppid=12890 vsize=5356 CPUtime=0
/proc/12913/stat : 12913 (sh) S 12890 12890 12386 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20883899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12913/statm: 1339 232 193 169 0 50 0
[pid=12914] ppid=12913 vsize=900228 CPUtime=7.58
/proc/12914/stat : 12914 (minisat) R 12913 12890 12386 0 -1 4194304 211707 0 0 0 633 125 0 0 25 0 1 0 20883899 921833472 211693 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/12914/statm: 225057 211693 62 150 0 224904 0
Current children cumulated CPU time (s) 271.32
Current children cumulated vsize (KiB) 922452

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+274.72 s]
/proc/loadavg: 2.40 2.21 2.11 3/83 12914
/proc/meminfo: memFree=15432/2055920 swapFree=4192956/4192956
[pid=12890] ppid=12888 vsize=16868 CPUtime=263.74
/proc/12890/stat : 12890 (sugar) S 12888 12890 12386 0 -1 4194304 1398 47965 0 2 7 1 26008 358 16 0 1 0 20857230 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12890/statm: 4217 1113 409 3 0 796 0
[pid=12913] ppid=12890 vsize=0 CPUtime=0
/proc/12913/stat : 12913 (sh) Z 12890 12890 12386 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20883899 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12913/statm: 0 0 0 0 0 0 0
[pid=12914] ppid=1 vsize=0 CPUtime=7.7
/proc/12914/stat : 12914 (minisat) R 1 12890 12386 0 -1 4195332 211707 0 0 0 633 137 0 0 25 0 1 0 20883899 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12914/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 271.44
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12890 and gives
#  childrusage.ru_utime.tv_sec=260
#  childrusage.ru_utime.tv_usec=162449
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=605451
# CPU time returned by wait4() is 263.768
# while last known CPU time is 271.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 274.753
CPU time (s): 271.44
CPU user time (s): 266.48
CPU system time (s): 4.96
CPU usage (%): 98.7943
Max. virtual memory (cumulated for all children) (KiB): 922452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.162
system time used= 3.60545
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49724
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107804
involuntary context switches= 115776

runsolver used 0.339948 second user time and 0.944856 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-11 20:45:32
IDJOB=2065142
IDBENCH=54308
IDSOLVER=739
FILE ID=node53/2065142-1247337932
PBS_JOBID= 9506729
Free space on /tmp= 65928 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-9-6-fair.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-2065142-1247337932/watcher-2065142-1247337932 -o /tmp/evaluation-result-2065142-1247337932/solver-2065142-1247337932 -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-2065142-1247337932.xml

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

MD5SUM BENCH= 34fd0241491a8b5b6d88ff3be7e24b8b
RANDOM SEED=2089348803

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        715904 kB
Buffers:         54976 kB
Cached:         702612 kB
SwapCached:          0 kB
Active:         557196 kB
Inactive:       711548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        715904 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:         527928 kB
Slab:            55712 kB
Committed_AS:   892832 kB
PageTables:       2736 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= 65924 MiB
End job on node53 at 2009-07-11 20:50:09