Trace number 2063502

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 385.378 406.902

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-3-5.xml
MD5SUMc1092c8d9e64034095c8be22fde7467a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity8
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:10:24 2009
0.00/0.08	c 0	PID 13991
0.00/0.08	c 0	HOST node74.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2063502-1247332224.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-2063502-1247332224.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.06/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.28/0.43	c 1	Parsing HOME/temp.csp
0.28/0.47	c 1	parsed 141 expressions
0.28/0.48	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.48	c 1	Converting to clausal form CSP
0.28/0.50	c 1	converted 15 (10%) expressions
0.28/0.50	c 1	converted 29 (20%) expressions
0.28/0.50	c 1	converted 43 (30%) expressions
0.28/0.50	c 1	converted 57 (40%) expressions
0.28/0.50	c 1	converted 71 (50%) expressions
0.28/0.50	c 1	converted 85 (60%) expressions
0.28/0.50	c 1	converted 99 (70%) expressions
0.28/0.50	c 1	converted 113 (80%) expressions
0.28/0.53	c 1	converted 127 (90%) expressions
0.28/0.61	c 1	converted 141 (100%) expressions
0.28/0.61	c 1	CSP : 200 integers, 0 booleans, 240 clauses, largest domain size 15961
0.28/0.61	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.61	c 1	Propagation in CSP
0.28/0.63	c 1	41508 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.63	c 1	CSP : 200 integers, 0 booleans, 240 clauses, largest domain size 15459
0.28/0.63	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.63	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.63	c 1	CSP : 200 integers, 0 booleans, 240 clauses, largest domain size 15459
0.28/0.63	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.65	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.67	c 1	20 (10%) CSP integer variables are encoded (1837 clauses, 21756 bytes)
0.28/0.68	c 1	40 (20%) CSP integer variables are encoded (3680 clauses, 45715 bytes)
0.28/0.68	c 1	60 (30%) CSP integer variables are encoded (5327 clauses, 67126 bytes)
0.28/0.68	c 1	80 (40%) CSP integer variables are encoded (7169 clauses, 91072 bytes)
0.28/0.68	c 1	100 (50%) CSP integer variables are encoded (8942 clauses, 114121 bytes)
0.29/0.87	c 1	120 (60%) CSP integer variables are encoded (153027 clauses, 2379768 bytes)
0.29/1.08	c 1	140 (70%) CSP integer variables are encoded (305701 clauses, 4975226 bytes)
1.20/1.33	c 1	160 (80%) CSP integer variables are encoded (478731 clauses, 7916736 bytes)
1.40/1.52	c 2	180 (90%) CSP integer variables are encoded (629037 clauses, 10471938 bytes)
1.60/1.77	c 2	200 (100%) CSP integer variables are encoded (819571 clauses, 13711016 bytes)
1.90/2.03	c 2	24 (10%) CSP clauses are encoded (961887 clauses, 16427696 bytes)
4.27/4.50	c 5	48 (20%) CSP clauses are encoded (2321965 clauses, 43152082 bytes)
9.08/9.32	c 9	72 (30%) CSP clauses are encoded (4928235 clauses, 98837255 bytes)
85.41/88.19	c 88	96 (40%) CSP clauses are encoded (46832569 clauses, 1060441711 bytes)
384.00/399.49	c 400	ERROR Exception Too large HOME/temp.cnf
384.08/399.71	c 400	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
384.08/399.71	c 400	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
384.08/399.71	c 400	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
384.08/399.71	s UNKNOWN
384.08/400.14	c 400	CPU 384.1 (0.06 0.01 344.05 39.98)
384.08/400.14	c 400	END Sat Jul 11 19:17:04 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-2063502-1247332224/watcher-2063502-1247332224 -o /tmp/evaluation-result-2063502-1247332224/solver-2063502-1247332224 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063502-1247332224.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.16 2.04 1.83 4/75 13991
/proc/meminfo: memFree=1061248/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=18576 CPUtime=0
/proc/13991/stat : 13991 (runsolver) R 13989 13991 11676 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20288199 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13991/statm: 4644 284 249 26 0 2626 0

[startup+0.105036 s]
/proc/loadavg: 2.16 2.04 1.83 4/75 13991
/proc/meminfo: memFree=1061248/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.06
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201042 s]
/proc/loadavg: 2.16 2.04 1.83 4/75 13991
/proc/meminfo: memFree=1061248/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.06
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301054 s]
/proc/loadavg: 2.16 2.04 1.83 4/75 13991
/proc/meminfo: memFree=1061248/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.06
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701098 s]
/proc/loadavg: 2.16 2.04 1.83 4/75 13991
/proc/meminfo: memFree=1061248/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 15 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 2.16 2.04 1.83 3/86 14013
/proc/meminfo: memFree=1045736/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 15 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=1.11
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 5277 0 1 0 102 9 0 0 18 0 9 0 20288235 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4315 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=0.93
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 2949 0 1 0 86 7 0 0 24 0 9 0 20288236 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4126548122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1304 0 0 0 7 1 0 0 16 0 9 0 20288238 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 325 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886648

[startup+3.10238 s]
/proc/loadavg: 2.16 2.04 1.83 3/86 14013
/proc/meminfo: memFree=1032488/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 15 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=2.7
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 5794 0 1 0 246 24 0 0 18 0 9 0 20288235 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4320 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=2.4
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 3462 0 1 0 221 19 0 0 25 0 9 0 20288236 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=0.19
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1305 0 0 0 15 4 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886648

[startup+6.30174 s]
/proc/loadavg: 2.15 2.04 1.83 3/86 14013
/proc/meminfo: memFree=994344/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 16 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=5.84
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 6791 0 1 0 533 51 0 0 18 0 9 0 20288235 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4320 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=5.33
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 4459 0 1 0 491 42 0 0 25 0 9 0 20288236 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126556704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=0.4
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1305 0 0 0 32 8 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 886648

[startup+12.7025 s]
/proc/loadavg: 2.13 2.04 1.83 3/86 14013
/proc/meminfo: memFree=918696/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 16 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=12.14
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 8807 0 1 0 1102 112 0 0 18 0 9 0 20288235 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4320 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=11.07
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 6475 0 1 0 1015 92 0 0 25 0 9 0 20288236 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126548152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=0.96
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1305 0 0 0 77 19 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 886648

[startup+25.503 s]
/proc/loadavg: 2.25 2.07 1.84 3/86 14013
/proc/meminfo: memFree=755304/2055920 swapFree=4192948/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 16 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=24.65
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 12867 0 1 0 2229 236 0 0 18 0 9 0 20288235 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4320 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=22.62
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 10535 0 1 0 2069 193 0 0 25 0 9 0 20288236 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126482937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=1.92
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1305 0 0 0 150 42 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0

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

[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.54
Current children cumulated vsize (KiB) 886648

[startup+222.308 s]
/proc/loadavg: 3.25 2.65 2.11 3/86 14013
/proc/meminfo: memFree=15912/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 16 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=213.96
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 75728 0 1 0 19180 2216 0 0 18 0 9 0 20288235 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4320 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=196.2
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 73396 0 1 0 17828 1792 0 0 25 0 9 0 20288236 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126546671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=17.65
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1305 0 0 0 1342 423 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.25
Current children cumulated vsize (KiB) 886648

[startup+282.303 s]
/proc/loadavg: 3.13 2.73 2.17 3/86 14013
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 16 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=271.46
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 94915 0 1 0 24338 2808 0 0 18 0 9 0 20288235 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4320 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=248.95
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 92583 0 1 0 22628 2267 0 0 25 0 9 0 20288236 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126478200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=22.39
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1305 0 0 0 1699 540 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271.75
Current children cumulated vsize (KiB) 886648

[startup+342.302 s]
/proc/loadavg: 3.08 2.79 2.23 3/86 14013
/proc/meminfo: memFree=15912/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=0.29
/proc/13991/stat : 13991 (sugar) S 13989 13991 11676 0 -1 4194304 1310 4334 0 1 6 1 19 3 16 0 1 0 20288199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13991/statm: 4217 1111 409 3 0 796 0
[pid=14004] ppid=13991 vsize=5356 CPUtime=0
/proc/14004/stat : 14004 (sh) S 13991 13991 11676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20288235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14004/statm: 1339 233 193 169 0 50 0
[pid=14005] ppid=14004 vsize=864424 CPUtime=328.44
/proc/14005/stat : 14005 (java) S 14004 13991 11676 0 -1 0 114036 0 1 0 29444 3400 0 0 18 0 9 0 20288235 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14005/statm: 216106 4320 2589 9 0 210583 0
[pid=14005/tid=14006] ppid=14004 vsize=864424 CPUtime=301.13
/proc/14005/task/14006/stat : 14006 (java) R 14004 13991 11676 0 -1 64 111704 0 1 0 27367 2746 0 0 25 0 9 0 20288236 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126478071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14007] ppid=14004 vsize=864424 CPUtime=27.19
/proc/14005/task/14007/stat : 14007 (java) S 14004 13991 11676 0 -1 64 1305 0 0 0 2067 652 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14008] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14008/stat : 14008 (java) S 14004 13991 11676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14009] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14009/stat : 14009 (java) S 14004 13991 11676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20288238 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14010] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14010/stat : 14010 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14011] ppid=14004 vsize=864424 CPUtime=0.08
/proc/14005/task/14011/stat : 14011 (java) S 14004 13991 11676 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14012] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14012/stat : 14012 (java) S 14004 13991 11676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14005/tid=14013] ppid=14004 vsize=864424 CPUtime=0
/proc/14005/task/14013/stat : 14013 (java) S 14004 13991 11676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20288240 885170176 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 328.73
Current children cumulated vsize (KiB) 886648

[startup+402.301 s]
/proc/loadavg: 3.52 2.97 2.32 2/76 14013
/proc/meminfo: memFree=1938104/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=385.14
/proc/13991/stat : 13991 (sugar) D 13989 13991 11676 0 -1 4194304 1335 137221 0 4 6 105 34405 3998 15 0 1 0 20288199 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13991/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 385.14
Current children cumulated vsize (KiB) 16868

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

[startup+403.201 s]
/proc/loadavg: 3.47 2.97 2.33 2/76 14013
/proc/meminfo: memFree=1937784/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=385.17
/proc/13991/stat : 13991 (sugar) D 13989 13991 11676 0 -1 4194304 1335 137221 0 4 6 108 34405 3998 15 0 1 0 20288199 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13991/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 385.17
Current children cumulated vsize (KiB) 16868

[startup+404.802 s]
/proc/loadavg: 3.47 2.97 2.33 2/76 14013
/proc/meminfo: memFree=1936632/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=385.24
/proc/13991/stat : 13991 (sugar) D 13989 13991 11676 0 -1 4194304 1335 137221 0 4 6 115 34405 3998 15 0 1 0 20288199 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13991/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 385.24
Current children cumulated vsize (KiB) 16868

[startup+405.602 s]
/proc/loadavg: 3.47 2.97 2.33 2/76 14013
/proc/meminfo: memFree=1936632/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=385.27
/proc/13991/stat : 13991 (sugar) D 13989 13991 11676 0 -1 4194304 1335 137221 0 4 6 118 34405 3998 15 0 1 0 20288199 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13991/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 385.27
Current children cumulated vsize (KiB) 16868

[startup+406.402 s]
/proc/loadavg: 3.47 2.97 2.33 2/76 14013
/proc/meminfo: memFree=1936056/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=385.3
/proc/13991/stat : 13991 (sugar) D 13989 13991 11676 0 -1 4194304 1335 137221 0 4 6 121 34405 3998 15 0 1 0 20288199 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13991/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 385.3
Current children cumulated vsize (KiB) 16868

[startup+406.802 s]
/proc/loadavg: 3.47 2.97 2.33 2/76 14013
/proc/meminfo: memFree=1936056/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=16868 CPUtime=385.32
/proc/13991/stat : 13991 (sugar) D 13989 13991 11676 0 -1 4194304 1335 137221 0 4 6 123 34405 3998 15 0 1 0 20288199 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13991/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 385.32
Current children cumulated vsize (KiB) 16868

[startup+406.902 s]
/proc/loadavg: 3.47 2.97 2.33 2/76 14013
/proc/meminfo: memFree=1936056/2055920 swapFree=4192812/4192956
[pid=13991] ppid=13989 vsize=0 CPUtime=385.36
/proc/13991/stat : 13991 (sugar) R 13989 13991 11676 0 -1 4194308 1396 137221 0 4 6 127 34405 3998 16 0 1 0 20288199 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13991/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 385.36
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 406.902
CPU time (s): 385.378
CPU user time (s): 344.119
CPU system time (s): 41.2597
CPU usage (%): 94.7103
Max. virtual memory (cumulated for all children) (KiB): 886648

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

runsolver used 0.604908 second user time and 1.44978 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-11 19:10:24
IDJOB=2063502
IDBENCH=54034
IDSOLVER=738
FILE ID=node74/2063502-1247332224
PBS_JOBID= 9506485
Free space on /tmp= 103072 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-20-3-5.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063502-1247332224/watcher-2063502-1247332224 -o /tmp/evaluation-result-2063502-1247332224/solver-2063502-1247332224 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063502-1247332224.xml

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

MD5SUM BENCH= c1092c8d9e64034095c8be22fde7467a
RANDOM SEED=356957080

node74.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.234
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.234
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:       1061728 kB
Buffers:         41524 kB
Cached:         859944 kB
SwapCached:          8 kB
Active:         164852 kB
Inactive:       775992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1061728 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          50476 kB
Slab:            38316 kB
Committed_AS:   172612 kB
PageTables:       1920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103068 MiB
End job on node74 at 2009-07-11 19:17:11