Trace number 2065010

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) 669.13 674.263

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-10-fair.xml
MD5SUM8e002f960ab8680fcf4382a4bf6289df
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables23584
Number of constraints22329
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22329
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:40:59 2009
0.00/0.08	c 0	PID 13983
0.00/0.08	c 0	HOST node2.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065010-1247337658.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065010-1247337658.xml' 'HOME/temp.csp'
2.23/2.40	c 2	3 domains, 23584 variables, 9 predicates, 0 relations, 22329 constraints
2.32/2.46	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.32/2.46	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'
2.34/2.54	c 2	Parsing HOME/temp.csp
2.34/2.82	c 2	parsed 10000 expressions
2.34/2.93	c 3	parsed 20000 expressions
2.34/3.06	c 3	parsed 30000 expressions
2.34/3.16	c 3	parsed 40000 expressions
3.05/3.29	c 3	parsed 45925 expressions
3.15/3.31	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.15/3.31	c 3	Converting to clausal form CSP
3.15/3.37	c 3	converted 4593 (10%) expressions
3.15/3.37	c 3	converted 9185 (20%) expressions
3.15/3.39	c 3	converted 13778 (30%) expressions
3.15/3.40	c 3	converted 18370 (40%) expressions
3.15/3.40	c 3	converted 22963 (50%) expressions
3.54/3.76	c 3	converted 27555 (60%) expressions
4.23/4.50	c 4	converted 32148 (70%) expressions
5.03/5.24	c 5	converted 36740 (80%) expressions
5.52/5.76	c 5	converted 41333 (90%) expressions
6.42/6.66	c 6	converted 45925 (100%) expressions
6.42/6.67	c 6	CSP : 41351 integers, 1390 booleans, 100503 clauses, largest domain size 20001
6.42/6.67	c 6	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.42/6.67	c 6	Propagation in CSP
615.42/619.47	c 619	290505963 values, 0 unsatisfiable literals, and 0 valid clauses are removed
615.42/619.48	c 619	CSP : 41351 integers, 1390 booleans, 100503 clauses, largest domain size 20001
615.42/619.48	c 619	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
615.51/619.51	c 619	Simplifing CSP by introducing new Boolean variables
615.71/619.71	c 619	CSP : 41351 integers, 37340 booleans, 136453 clauses, largest domain size 20001
615.71/619.71	c 619	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
616.20/620.29	c 620	Encoding CSP to SAT : HOME/temp.cnf
616.70/620.74	c 620	4136 (10%) CSP integer variables are encoded (331364 clauses, 5415711 bytes)
619.07/623.13	c 623	8271 (20%) CSP integer variables are encoded (2246312 clauses, 40468088 bytes)
620.07/624.16	c 624	12406 (30%) CSP integer variables are encoded (3067004 clauses, 56061236 bytes)
620.67/624.75	c 624	16541 (40%) CSP integer variables are encoded (3536952 clauses, 64990248 bytes)
621.36/625.41	c 625	20676 (50%) CSP integer variables are encoded (4064069 clauses, 75005471 bytes)
621.36/625.42	c 625	24811 (60%) CSP integer variables are encoded (4064069 clauses, 75005471 bytes)
622.13/626.23	c 626	28946 (70%) CSP integer variables are encoded (4683945 clauses, 86783115 bytes)
622.63/626.71	c 626	33081 (80%) CSP integer variables are encoded (5053871 clauses, 93811709 bytes)
622.73/626.86	c 626	37216 (90%) CSP integer variables are encoded (5163855 clauses, 95901405 bytes)
623.02/627.18	c 627	41351 (100%) CSP integer variables are encoded (5413817 clauses, 100650683 bytes)
653.20/657.95	c 658	13646 (10%) CSP clauses are encoded (22789392 clauses, 470996139 bytes)
653.78/658.54	c 658	27291 (20%) CSP clauses are encoded (23154349 clauses, 478342640 bytes)
655.55/660.36	c 660	40936 (30%) CSP clauses are encoded (24359348 clauses, 503066086 bytes)
657.79/662.67	c 662	54582 (40%) CSP clauses are encoded (25843170 clauses, 534588367 bytes)
659.26/664.12	c 664	68227 (50%) CSP clauses are encoded (26767808 clauses, 554228849 bytes)
659.35/664.20	c 664	81872 (60%) CSP clauses are encoded (26774263 clauses, 554360172 bytes)
659.35/664.28	c 664	95518 (70%) CSP clauses are encoded (26780662 clauses, 554490286 bytes)
660.53/665.48	c 665	109163 (80%) CSP clauses are encoded (27547192 clauses, 570773325 bytes)
661.59/666.60	c 666	122808 (90%) CSP clauses are encoded (28233193 clauses, 585344431 bytes)
661.70/666.70	c 666	136453 (100%) CSP clauses are encoded (28252032 clauses, 585833591 bytes)
661.70/666.70	c 666	136453 CSP clauses encoded
661.70/666.70	c 666	Writing map file : HOME/temp.map
661.80/666.77	c 666	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
661.80/666.77	c 666	SAT : 5462749 SAT variables, 28252032 SAT clauses, 585833591 bytes
661.80/666.77	c 666	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
661.90/666.81	c 666	SOLVING HOME/temp.cnf
661.90/666.81	c 666	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
661.90/666.81	c 666	This is MiniSat 2.0 beta
661.90/666.81	c 666	WARNING: for repeatability, setting FPU to use double precision
661.90/666.81	c 666	============================[ Problem Statistics ]=============================
661.90/666.81	c 666	|                                                                             |
661.90/666.81	c 666	|  Number of variables:  5462749                                              |
661.90/666.81	c 666	|  Number of clauses:    28252032                                             |
669.02/674.12	c ERROR INTERRUPTED
669.13/674.26	s UNKNOWN
669.13/674.26	c 674	CPU 661.92 (0.08 0.01 656.33 5.5)
669.13/674.26	c 674	END Sat Jul 11 20:52:13 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-2065010-1247337658/watcher-2065010-1247337658 -o /tmp/evaluation-result-2065010-1247337658/solver-2065010-1247337658 -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-2065010-1247337658.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13983
/proc/meminfo: memFree=941384/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=12268 CPUtime=0
/proc/13983/stat : 13983 (sugar) R 13981 13983 13604 0 -1 4194304 340 0 0 0 0 0 0 0 22 0 1 0 20833532 12562432 308 996147200 4194304 4206940 548682068608 18446744073709551615 206398959291 0 0 4224 0 0 0 0 17 1 0 0
/proc/13983/statm: 3067 308 233 3 0 167 0

[startup+0.107195 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13983
/proc/meminfo: memFree=941384/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=0.07
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201218 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13983
/proc/meminfo: memFree=941384/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=0.07
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301227 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13983
/proc/meminfo: memFree=941384/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=0.07
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701305 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13983
/proc/meminfo: memFree=941384/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=0.07
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50245 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 13995
/proc/meminfo: memFree=910384/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=0.07
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13986] ppid=13983 vsize=5356 CPUtime=0
/proc/13986/stat : 13986 (sh) S 13983 13983 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833540 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13986/statm: 1339 233 193 169 0 50 0
[pid=13987] ppid=13986 vsize=864768 CPUtime=1.37
/proc/13987/stat : 13987 (java) S 13986 13983 13604 0 -1 0 14544 0 1 0 127 10 0 0 18 0 9 0 20833541 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13987/statm: 216192 12575 2556 9 0 210704 0
[pid=13987/tid=13988] ppid=13986 vsize=864768 CPUtime=0.74
/proc/13987/task/13988/stat : 13988 (java) R 13986 13983 13604 0 -1 64 3053 0 1 0 71 3 0 0 24 0 9 0 20833542 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4126718327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13989] ppid=13986 vsize=864768 CPUtime=0.49
/proc/13987/task/13989/stat : 13989 (java) S 13986 13983 13604 0 -1 64 10271 0 0 0 43 6 0 0 16 0 9 0 20833545 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13990] ppid=13986 vsize=864768 CPUtime=0
/proc/13987/task/13990/stat : 13990 (java) S 13986 13983 13604 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20833545 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13991] ppid=13986 vsize=864768 CPUtime=0
/proc/13987/task/13991/stat : 13991 (java) S 13986 13983 13604 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20833545 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13992] ppid=13986 vsize=864768 CPUtime=0
/proc/13987/task/13992/stat : 13992 (java) S 13986 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20833547 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13993] ppid=13986 vsize=864768 CPUtime=0.12
/proc/13987/task/13993/stat : 13993 (java) S 13986 13983 13604 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 20833547 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13994] ppid=13986 vsize=864768 CPUtime=0
/proc/13987/task/13994/stat : 13994 (java) S 13986 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20833547 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13987/tid=13995] ppid=13986 vsize=864768 CPUtime=0
/proc/13987/task/13995/stat : 13995 (java) S 13986 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833547 885522432 12575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886992

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 13995
/proc/meminfo: memFree=885936/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1309 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30234 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 14005
/proc/meminfo: memFree=877296/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1309 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=869648 CPUtime=3.77
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 22620 0 1 0 363 14 0 0 19 0 9 0 20833779 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13997/statm: 217412 20882 2566 9 0 211917 0
[pid=13997/tid=13998] ppid=13996 vsize=869648 CPUtime=2.01
/proc/13997/task/13998/stat : 13998 (java) R 13996 13983 13604 0 -1 64 3158 0 1 0 198 3 0 0 25 0 9 0 20833780 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=13999] ppid=13996 vsize=869648 CPUtime=1.53
/proc/13997/task/13999/stat : 13999 (java) R 13996 13983 13604 0 -1 64 17263 0 0 0 145 8 0 0 16 0 9 0 20833781 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 104189966 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14000] ppid=13996 vsize=869648 CPUtime=0
/proc/13997/task/14000/stat : 14000 (java) S 13996 13983 13604 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 20833781 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14001] ppid=13996 vsize=869648 CPUtime=0
/proc/13997/task/14001/stat : 14001 (java) S 13996 13983 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20833781 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14002] ppid=13996 vsize=869648 CPUtime=0
/proc/13997/task/14002/stat : 14002 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20833783 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14003] ppid=13996 vsize=869648 CPUtime=0.2
/proc/13997/task/14003/stat : 14003 (java) S 13996 13983 13604 0 -1 64 1496 0 0 0 19 1 0 0 16 0 9 0 20833783 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14004] ppid=13996 vsize=869648 CPUtime=0
/proc/13997/task/14004/stat : 14004 (java) S 13996 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20833783 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14005] ppid=13996 vsize=869648 CPUtime=0
/proc/13997/task/14005/stat : 14005 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833783 890519552 20882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 891872

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14005
/proc/meminfo: memFree=855152/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1310 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=868644 CPUtime=10.11
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 24955 0 1 0 995 16 0 0 19 0 9 0 20833779 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13997/statm: 217161 22836 2566 9 0 211666 0
[pid=13997/tid=13998] ppid=13996 vsize=868644 CPUtime=7.97
/proc/13997/task/13998/stat : 13998 (java) R 13996 13983 13604 0 -1 64 3704 0 1 0 793 4 0 0 25 0 9 0 20833780 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4126517868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=13999] ppid=13996 vsize=868644 CPUtime=1.89
/proc/13997/task/13999/stat : 13999 (java) S 13996 13983 13604 0 -1 64 19048 0 0 0 180 9 0 0 16 0 9 0 20833781 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14000] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14000/stat : 14000 (java) S 13996 13983 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14001] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14001/stat : 14001 (java) S 13996 13983 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14002] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14002/stat : 14002 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20833783 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14003] ppid=13996 vsize=868644 CPUtime=0.21
/proc/13997/task/14003/stat : 14003 (java) S 13996 13983 13604 0 -1 64 1500 0 0 0 20 1 0 0 16 0 9 0 20833783 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14004] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14004/stat : 14004 (java) S 13996 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20833783 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14005] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14005/stat : 14005 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833783 889491456 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890868

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14005
/proc/meminfo: memFree=855216/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1310 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=868644 CPUtime=22.78
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 25227 0 1 0 2260 18 0 0 19 0 9 0 20833779 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13997/statm: 217161 22839 2566 9 0 211666 0
[pid=13997/tid=13998] ppid=13996 vsize=868644 CPUtime=20.49
/proc/13997/task/13998/stat : 13998 (java) R 13996 13983 13604 0 -1 64 3973 0 1 0 2044 5 0 0 25 0 9 0 20833780 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4126572160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=13999] ppid=13996 vsize=868644 CPUtime=2.05
/proc/13997/task/13999/stat : 13999 (java) S 13996 13983 13604 0 -1 64 19051 0 0 0 195 10 0 0 16 0 9 0 20833781 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14000] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14000/stat : 14000 (java) S 13996 13983 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14001] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14001/stat : 14001 (java) S 13996 13983 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14002] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14002/stat : 14002 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20833783 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14003] ppid=13996 vsize=868644 CPUtime=0.21
/proc/13997/task/14003/stat : 14003 (java) S 13996 13983 13604 0 -1 64 1500 0 0 0 20 1 0 0 16 0 9 0 20833783 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14004] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14004/stat : 14004 (java) S 13996 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20833783 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14005] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14005/stat : 14005 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833783 889491456 22839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 890868

[startup+51.1025 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14005
/proc/meminfo: memFree=855024/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1310 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=868644 CPUtime=48.13
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 25770 0 1 0 4788 25 0 0 19 0 9 0 20833779 889491456 22846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=868644 CPUtime=456.77
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 35387 0 1 0 45542 135 0 0 19 0 9 0 20833779 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13997/statm: 217161 22963 2566 9 0 211666 0
[pid=13997/tid=13998] ppid=13996 vsize=868644 CPUtime=449.17
/proc/13997/task/13998/stat : 13998 (java) R 13996 13983 13604 0 -1 64 14009 0 1 0 44864 53 0 0 25 0 9 0 20833780 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4126969172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=13999] ppid=13996 vsize=868644 CPUtime=7.35
/proc/13997/task/13999/stat : 13999 (java) S 13996 13983 13604 0 -1 64 19175 0 0 0 656 79 0 0 16 0 9 0 20833781 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=14000] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14000/stat : 14000 (java) S 13996 13983 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14001] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14001/stat : 14001 (java) S 13996 13983 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14002] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14002/stat : 14002 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20833783 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14003] ppid=13996 vsize=868644 CPUtime=0.21
/proc/13997/task/14003/stat : 14003 (java) S 13996 13983 13604 0 -1 64 1500 0 0 0 20 1 0 0 16 0 9 0 20833783 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14004] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14004/stat : 14004 (java) S 13996 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20833783 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14005] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14005/stat : 14005 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833783 889491456 22963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.11
Current children cumulated vsize (KiB) 890868

[startup+522.303 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 14048
/proc/meminfo: memFree=1161200/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1310 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=868644 CPUtime=516.46
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 36838 0 1 0 51497 149 0 0 19 0 9 0 20833779 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13997/statm: 217161 22981 2566 9 0 211666 0
[pid=13997/tid=13998] ppid=13996 vsize=868644 CPUtime=508.13
/proc/13997/task/13998/stat : 13998 (java) R 13996 13983 13604 0 -1 64 15442 0 1 0 50755 58 0 0 25 0 9 0 20833780 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4126864097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=13999] ppid=13996 vsize=868644 CPUtime=8.09
/proc/13997/task/13999/stat : 13999 (java) S 13996 13983 13604 0 -1 64 19193 0 0 0 721 88 0 0 16 0 9 0 20833781 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=14000] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14000/stat : 14000 (java) S 13996 13983 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14001] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14001/stat : 14001 (java) S 13996 13983 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14002] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14002/stat : 14002 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20833783 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14003] ppid=13996 vsize=868644 CPUtime=0.21
/proc/13997/task/14003/stat : 14003 (java) S 13996 13983 13604 0 -1 64 1500 0 0 0 20 1 0 0 16 0 9 0 20833783 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14004] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14004/stat : 14004 (java) S 13996 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20833783 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14005] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14005/stat : 14005 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833783 889491456 22981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.8
Current children cumulated vsize (KiB) 890868

[startup+582.303 s]
/proc/loadavg: 2.06 2.04 2.00 3/93 14050
/proc/meminfo: memFree=1161008/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1310 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=868644 CPUtime=576.16
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 38289 0 1 0 57454 162 0 0 19 0 9 0 20833779 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13997/statm: 217161 22999 2566 9 0 211666 0
[pid=13997/tid=13998] ppid=13996 vsize=868644 CPUtime=567.05
/proc/13997/task/13998/stat : 13998 (java) R 13996 13983 13604 0 -1 64 16875 0 1 0 56643 62 0 0 25 0 9 0 20833780 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=13999] ppid=13996 vsize=868644 CPUtime=8.86
/proc/13997/task/13999/stat : 13999 (java) S 13996 13983 13604 0 -1 64 19211 0 0 0 789 97 0 0 16 0 9 0 20833781 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=14000] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14000/stat : 14000 (java) S 13996 13983 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14001] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14001/stat : 14001 (java) S 13996 13983 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20833781 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14002] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14002/stat : 14002 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20833783 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14003] ppid=13996 vsize=868644 CPUtime=0.21
/proc/13997/task/14003/stat : 14003 (java) S 13996 13983 13604 0 -1 64 1500 0 0 0 20 1 0 0 16 0 9 0 20833783 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14004] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14004/stat : 14004 (java) S 13996 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20833783 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14005] ppid=13996 vsize=868644 CPUtime=0
/proc/13997/task/14005/stat : 14005 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833783 889491456 22999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.5
Current children cumulated vsize (KiB) 890868

[startup+642.303 s]
/proc/loadavg: 2.24 2.08 2.02 3/93 14050
/proc/meminfo: memFree=778096/2055920 swapFree=4192956/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=2.34
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1310 18345 0 1 6 1 213 14 16 0 1 0 20833532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13983/statm: 4217 1111 409 3 0 796 0
[pid=13996] ppid=13983 vsize=5356 CPUtime=0
/proc/13996/stat : 13996 (sh) S 13983 13983 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20833778 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13996/statm: 1339 233 193 169 0 50 0
[pid=13997] ppid=13996 vsize=868756 CPUtime=635.56
/proc/13997/stat : 13997 (java) S 13996 13983 13604 0 -1 0 47001 0 1 0 63209 347 0 0 19 0 9 0 20833779 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13997/statm: 217189 25177 2591 9 0 211666 0
[pid=13997/tid=13998] ppid=13996 vsize=868756 CPUtime=624.68
/proc/13997/task/13998/stat : 13998 (java) D 13996 13983 13604 0 -1 64 18786 0 1 0 62235 233 0 0 25 0 9 0 20833780 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13997/tid=13999] ppid=13996 vsize=868756 CPUtime=10.57
/proc/13997/task/13999/stat : 13999 (java) S 13996 13983 13604 0 -1 64 25972 0 0 0 946 111 0 0 16 0 9 0 20833781 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=14000] ppid=13996 vsize=868756 CPUtime=0
/proc/13997/task/14000/stat : 14000 (java) S 13996 13983 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20833781 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=14001] ppid=13996 vsize=868756 CPUtime=0
/proc/13997/task/14001/stat : 14001 (java) S 13996 13983 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20833781 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=14002] ppid=13996 vsize=868756 CPUtime=0
/proc/13997/task/14002/stat : 14002 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20833783 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14003] ppid=13996 vsize=868756 CPUtime=0.27
/proc/13997/task/14003/stat : 14003 (java) S 13996 13983 13604 0 -1 64 1540 0 0 0 26 1 0 0 17 0 9 0 20833783 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13997/tid=14004] ppid=13996 vsize=868756 CPUtime=0
/proc/13997/task/14004/stat : 14004 (java) S 13996 13983 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20833783 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13997/tid=14005] ppid=13996 vsize=868756 CPUtime=0
/proc/13997/task/14005/stat : 14005 (java) S 13996 13983 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20833783 889606144 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.9
Current children cumulated vsize (KiB) 890980



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+674.103 s]
/proc/loadavg: 2.63 2.19 2.05 3/85 14052
/proc/meminfo: memFree=15216/2055920 swapFree=4192952/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=661.91
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1376 66724 0 2 8 1 65633 549 16 0 1 0 20833532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13983/statm: 4217 1113 409 3 0 796 0
[pid=14051] ppid=13983 vsize=5356 CPUtime=0
/proc/14051/stat : 14051 (sh) S 13983 13983 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20900213 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14051/statm: 1339 232 193 169 0 50 0
[pid=14052] ppid=14051 vsize=903056 CPUtime=7.11
/proc/14052/stat : 14052 (minisat) R 14051 13983 13604 0 -1 4194304 204251 0 0 0 566 145 0 0 25 0 1 0 20900214 924729344 204237 996147200 134512640 135127466 4294956256 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 1 0 0
/proc/14052/statm: 225764 204237 62 150 0 225611 0
Current children cumulated CPU time (s) 669.02
Current children cumulated vsize (KiB) 925280

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

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

[startup+674.222 s]
/proc/loadavg: 2.63 2.19 2.05 3/85 14052
/proc/meminfo: memFree=15216/2055920 swapFree=4192952/4192956
[pid=13983] ppid=13981 vsize=16868 CPUtime=661.91
/proc/13983/stat : 13983 (sugar) S 13981 13983 13604 0 -1 4194304 1398 66724 0 2 8 1 65633 549 16 0 1 0 20833532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13983/statm: 4217 1113 409 3 0 796 0
[pid=14051] ppid=13983 vsize=0 CPUtime=0
/proc/14051/stat : 14051 (sh) Z 13983 13983 13604 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20900213 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14051/statm: 0 0 0 0 0 0 0
[pid=14052] ppid=1 vsize=0 CPUtime=7.22
/proc/14052/stat : 14052 (minisat) R 1 13983 13604 0 -1 4195332 204251 0 0 0 566 156 0 0 25 0 1 0 20900214 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14052/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 669.13
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13983 and gives
#  childrusage.ru_utime.tv_sec=656
#  childrusage.ru_utime.tv_usec=418209
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=521160
# CPU time returned by wait4() is 661.939
# while last known CPU time is 669.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 674.263
CPU time (s): 669.13
CPU user time (s): 662.07
CPU system time (s): 7.06
CPU usage (%): 99.2387
Max. virtual memory (cumulated for all children) (KiB): 925280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 656.418
system time used= 5.52116
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68483
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= 161283
involuntary context switches= 162064

runsolver used 0.911861 second user time and 2.24766 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-11 20:40:59
IDJOB=2065010
IDBENCH=54251
IDSOLVER=739
FILE ID=node2/2065010-1247337658
PBS_JOBID= 9506730
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= 8e002f960ab8680fcf4382a4bf6289df
RANDOM SEED=1718766495

node2.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        941864 kB
Buffers:         66820 kB
Cached:         917140 kB
SwapCached:          0 kB
Active:         415816 kB
Inactive:       642308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        941864 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5240 kB
Writeback:           0 kB
Mapped:          95316 kB
Slab:            40744 kB
Committed_AS:   236260 kB
PageTables:       2124 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= 66308 MiB
End job on node2 at 2009-07-11 20:52:15