Trace number 2070719

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? 249.361 1360.85

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-3-7.xml
MD5SUM9e4bb50a7af28d831ae36f0bf52a2b8d
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.029994
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size70
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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 00:34:12 2009
0.06/0.07	c 0	PID 17935
0.06/0.07	c 0	HOST node76.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2070719-1247351652.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070719-1247351652.xml' 'HOME/temp.csp'
0.06/0.28	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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.41	c 0	Parsing HOME/temp.csp
0.28/0.44	c 1	parsed 141 expressions
0.28/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.47	c 1	Converting to clausal form CSP
0.28/0.49	c 1	converted 15 (10%) expressions
0.28/0.49	c 1	converted 29 (20%) expressions
0.28/0.49	c 1	converted 43 (30%) expressions
0.28/0.49	c 1	converted 57 (40%) expressions
0.28/0.49	c 1	converted 71 (50%) expressions
0.28/0.49	c 1	converted 85 (60%) expressions
0.28/0.49	c 1	converted 99 (70%) expressions
0.28/0.49	c 1	converted 113 (80%) expressions
0.28/0.52	c 1	converted 127 (90%) expressions
0.28/0.61	c 1	converted 141 (100%) expressions
0.28/0.61	c 1	CSP : 264 integers, 0 booleans, 368 clauses, largest domain size 11317
0.28/0.61	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.61	c 1	Propagation in CSP
0.28/0.62	c 1	17933 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.62	c 1	CSP : 264 integers, 0 booleans, 368 clauses, largest domain size 11317
0.28/0.62	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.62	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.62	c 1	CSP : 264 integers, 0 booleans, 368 clauses, largest domain size 11317
0.28/0.62	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.64	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.66	c 1	27 (10%) CSP integer variables are encoded (1786 clauses, 21103 bytes)
0.28/0.66	c 1	53 (20%) CSP integer variables are encoded (3497 clauses, 43346 bytes)
0.28/0.67	c 1	80 (30%) CSP integer variables are encoded (5291 clauses, 66668 bytes)
0.28/0.69	c 1	106 (40%) CSP integer variables are encoded (21868 clauses, 306112 bytes)
0.28/0.82	c 1	132 (50%) CSP integer variables are encoded (134410 clauses, 2063311 bytes)
0.28/0.98	c 1	159 (60%) CSP integer variables are encoded (258068 clauses, 4165497 bytes)
1.02/1.20	c 1	185 (70%) CSP integer variables are encoded (426019 clauses, 7020664 bytes)
1.22/1.35	c 1	212 (80%) CSP integer variables are encoded (554757 clauses, 9209210 bytes)
1.42/1.55	c 2	238 (90%) CSP integer variables are encoded (715032 clauses, 11933885 bytes)
1.62/1.73	c 2	264 (100%) CSP integer variables are encoded (864068 clauses, 14467497 bytes)
2.31/2.41	c 2	37 (10%) CSP clauses are encoded (1283869 clauses, 22557680 bytes)
98.81/446.94	c 447	74 (20%) CSP clauses are encoded (60617889 clauses, 1245158735 bytes)
230.09/930.05	c 930	111 (30%) CSP clauses are encoded (139298652 clauses, 3053042538 bytes)
248.23/1286.42	c 1286	ERROR Exception Too large HOME/temp.cnf
248.23/1286.42	c 1286	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
248.23/1286.42	c 1286	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
248.23/1286.42	c 1286	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
248.23/1286.42	s UNKNOWN
248.26/1288.82	c 1289	CPU 248.27 (0.05 0.01 222.27 25.94)
248.26/1288.82	c 1289	END Sun Jul 12 00:55:41 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-2070719-1247351652/watcher-2070719-1247351652 -o /tmp/evaluation-result-2070719-1247351652/solver-2070719-1247351652 -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-2070719-1247351652.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: 1.99 2.81 3.29 4/74 17935
/proc/meminfo: memFree=1919176/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=12268 CPUtime=0
/proc/17935/stat : 17935 (sugar) R 17933 17935 17203 0 -1 4194304 336 0 0 0 0 0 0 0 20 0 1 0 22230542 12562432 304 996147200 4194304 4206940 548682068608 18446744073709551615 265691781120 0 0 4224 0 0 0 0 17 1 0 0
/proc/17935/statm: 3067 304 230 3 0 167 0

[startup+0.074231 s]
/proc/loadavg: 1.99 2.81 3.29 4/74 17935
/proc/meminfo: memFree=1919176/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16740 CPUtime=0.06
/proc/17935/stat : 17935 (sugar) R 17933 17935 17203 0 -1 4194304 1125 0 0 0 5 1 0 0 20 0 1 0 22230542 17141760 1093 996147200 4194304 4206940 548682068608 18446744073709551615 265682989010 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17935/statm: 4185 1093 392 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102116 s]
/proc/loadavg: 1.99 2.81 3.29 4/74 17935
/proc/meminfo: memFree=1919176/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.06
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301151 s]
/proc/loadavg: 1.99 2.81 3.29 4/74 17935
/proc/meminfo: memFree=1919176/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.06
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702235 s]
/proc/loadavg: 1.99 2.81 3.29 4/74 17935
/proc/meminfo: memFree=1919176/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 15 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.5024 s]
/proc/loadavg: 1.99 2.81 3.29 3/85 17957
/proc/meminfo: memFree=1904304/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 15 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
[pid=17948] ppid=17935 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (sh) S 17935 17935 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22230577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 233 193 169 0 50 0
[pid=17949] ppid=17948 vsize=864428 CPUtime=1.14
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 5326 0 1 0 104 10 0 0 20 0 9 0 22230577 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4337 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=0.97
/proc/17949/task/17950/stat : 17950 (java) R 17948 17935 17203 0 -1 64 2977 0 1 0 90 7 0 0 25 0 9 0 22230578 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4126568446 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=0.07
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1322 0 0 0 6 1 0 0 16 0 9 0 22230579 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17954/stat : 17954 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17955] ppid=17948 vsize=864428 CPUtime=0.07
/proc/17949/task/17955/stat : 17955 (java) S 17948 17935 17203 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 22230581 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17956] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17956/stat : 17956 (java) S 17948 17935 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17957] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17957/stat : 17957 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22230581 885174272 4337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886652

[startup+3.10169 s]
/proc/loadavg: 1.99 2.81 3.29 3/85 17957
/proc/meminfo: memFree=1889904/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 15 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
[pid=17948] ppid=17935 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (sh) S 17935 17935 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22230577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 233 193 169 0 50 0
[pid=17949] ppid=17948 vsize=864428 CPUtime=2.73
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 5886 0 1 0 250 23 0 0 20 0 9 0 22230577 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4342 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=2.42
/proc/17949/task/17950/stat : 17950 (java) R 17948 17935 17203 0 -1 64 3533 0 1 0 224 18 0 0 25 0 9 0 22230578 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4126564736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=0.2
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1322 0 0 0 16 4 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17954/stat : 17954 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17955] ppid=17948 vsize=864428 CPUtime=0.08
/proc/17949/task/17955/stat : 17955 (java) S 17948 17935 17203 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17956] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17956/stat : 17956 (java) S 17948 17935 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17957] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17957/stat : 17957 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886652

[startup+6.30231 s]
/proc/loadavg: 2.15 2.83 3.29 3/85 17957
/proc/meminfo: memFree=1848688/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 15 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
[pid=17948] ppid=17935 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (sh) S 17935 17935 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22230577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 233 193 169 0 50 0
[pid=17949] ppid=17948 vsize=864428 CPUtime=5.89
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 6996 0 1 0 539 50 0 0 20 0 9 0 22230577 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4342 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=5.32
/proc/17949/task/17950/stat : 17950 (java) R 17948 17935 17203 0 -1 64 4643 0 1 0 492 40 0 0 25 0 9 0 22230578 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4126457768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=0.47
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1322 0 0 0 38 9 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17954/stat : 17954 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17955] ppid=17948 vsize=864428 CPUtime=0.08
/proc/17949/task/17955/stat : 17955 (java) S 17948 17935 17203 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17956] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17956/stat : 17956 (java) S 17948 17935 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17957] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17957/stat : 17957 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886652

[startup+12.7015 s]
/proc/loadavg: 2.22 2.83 3.29 3/85 17957
/proc/meminfo: memFree=1766064/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 15 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
[pid=17948] ppid=17935 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (sh) S 17935 17935 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22230577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 233 193 169 0 50 0
[pid=17949] ppid=17948 vsize=864428 CPUtime=12.26
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 9229 0 1 0 1119 107 0 0 20 0 9 0 22230577 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4342 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=11.18
/proc/17949/task/17950/stat : 17950 (java) R 17948 17935 17203 0 -1 64 6876 0 1 0 1032 86 0 0 25 0 9 0 22230578 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4126467738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=0.98
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1322 0 0 0 78 20 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17954/stat : 17954 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17955] ppid=17948 vsize=864428 CPUtime=0.08
/proc/17949/task/17955/stat : 17955 (java) S 17948 17935 17203 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17956] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17956/stat : 17956 (java) S 17948 17935 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17957] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17957/stat : 17957 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22230581 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886652

[startup+25.503 s]
/proc/loadavg: 2.39 2.84 3.28 3/85 17957
/proc/meminfo: memFree=1623600/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 15 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
[pid=17948] ppid=17935 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (sh) S 17935 17935 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22230577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 233 193 169 0 50 0
[pid=17949] ppid=17948 vsize=864428 CPUtime=22.84
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 12995 0 1 0 2076 208 0 0 20 0 9 0 22230577 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4342 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=20.89
/proc/17949/task/17950/stat : 17950 (java) D 17948 17935 17203 0 -1 64 10642 0 1 0 1924 165 0 0 25 0 9 0 22230578 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=1.85
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1322 0 0 0 143 42 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0

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

[pid=17949] ppid=17948 vsize=864428 CPUtime=233.21
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 87489 0 1 0 20888 2433 0 0 20 0 9 0 22230577 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4343 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=213.75
/proc/17949/task/17950/stat : 17950 (java) D 17948 17935 17203 0 -1 64 85135 0 1 0 19401 1974 0 0 25 0 9 0 22230578 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=19.34
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1323 0 0 0 1477 457 0 0 16 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17954/stat : 17954 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17955] ppid=17948 vsize=864428 CPUtime=0.08
/proc/17949/task/17955/stat : 17955 (java) S 17948 17935 17203 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17956] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17956/stat : 17956 (java) S 17948 17935 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17957] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17957/stat : 17957 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 233.49
Current children cumulated vsize (KiB) 886652
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 5.34 5.45 4.91 1/86 17993
/proc/meminfo: memFree=41904/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 16 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
[pid=17948] ppid=17935 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (sh) S 17935 17935 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22230577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 233 193 169 0 50 0
[pid=17949] ppid=17948 vsize=864428 CPUtime=233.21
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 87489 0 1 0 20888 2433 0 0 20 0 9 0 22230577 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4343 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=213.75
/proc/17949/task/17950/stat : 17950 (java) D 17948 17935 17203 0 -1 64 85135 0 1 0 19401 1974 0 0 25 0 9 0 22230578 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=19.34
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1323 0 0 0 1477 457 0 0 16 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17954/stat : 17954 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17955] ppid=17948 vsize=864428 CPUtime=0.08
/proc/17949/task/17955/stat : 17955 (java) S 17948 17935 17203 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17956] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17956/stat : 17956 (java) S 17948 17935 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17957] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17957/stat : 17957 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 233.49
Current children cumulated vsize (KiB) 886652
heavy processes:

[startup+1242.3 s]
/proc/loadavg: 5.44 5.47 4.95 1/86 18008
/proc/meminfo: memFree=43944/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=0.28
/proc/17935/stat : 17935 (sugar) S 17933 17935 17203 0 -1 4194304 1310 4343 0 1 5 1 20 2 16 0 1 0 22230542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17935/statm: 4217 1111 409 3 0 796 0
[pid=17948] ppid=17935 vsize=5356 CPUtime=0
/proc/17948/stat : 17948 (sh) S 17935 17935 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22230577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17948/statm: 1339 233 193 169 0 50 0
[pid=17949] ppid=17948 vsize=864428 CPUtime=233.21
/proc/17949/stat : 17949 (java) S 17948 17935 17203 0 -1 0 87489 0 1 0 20888 2433 0 0 20 0 9 0 22230577 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17949/statm: 216107 4343 2589 9 0 210584 0
[pid=17949/tid=17950] ppid=17948 vsize=864428 CPUtime=213.75
/proc/17949/task/17950/stat : 17950 (java) D 17948 17935 17203 0 -1 64 85135 0 1 0 19401 1974 0 0 25 0 9 0 22230578 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=17949/tid=17951] ppid=17948 vsize=864428 CPUtime=19.34
/proc/17949/task/17951/stat : 17951 (java) S 17948 17935 17203 0 -1 64 1323 0 0 0 1477 457 0 0 16 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17952] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17952/stat : 17952 (java) S 17948 17935 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17953] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17953/stat : 17953 (java) S 17948 17935 17203 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22230579 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17954] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17954/stat : 17954 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17955] ppid=17948 vsize=864428 CPUtime=0.08
/proc/17949/task/17955/stat : 17955 (java) S 17948 17935 17203 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17956] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17956/stat : 17956 (java) S 17948 17935 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17949/tid=17957] ppid=17948 vsize=864428 CPUtime=0
/proc/17949/task/17957/stat : 17957 (java) S 17948 17935 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22230581 885174272 4343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 233.49
Current children cumulated vsize (KiB) 886652
heavy processes:

[startup+1302.3 s]
/proc/loadavg: 4.70 5.27 4.91 2/86 18041
/proc/meminfo: memFree=1764392/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.04
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 78 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.04
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+1321.8 s]
/proc/loadavg: 4.56 5.20 4.89 2/84 18041
/proc/meminfo: memFree=1723704/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.07
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 81 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.07
Current children cumulated vsize (KiB) 16868

[startup+1347.4 s]
/proc/loadavg: 4.16 5.05 4.85 2/84 18041
/proc/meminfo: memFree=1806712/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.27
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 101 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.27
Current children cumulated vsize (KiB) 16868

[startup+1353.81 s]
/proc/loadavg: 3.98 4.99 4.83 2/84 18041
/proc/meminfo: memFree=1803256/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.28
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 102 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.28
Current children cumulated vsize (KiB) 16868

[startup+1357 s]
/proc/loadavg: 3.98 4.99 4.83 2/84 18041
/proc/meminfo: memFree=1802616/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.29
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 103 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.29
Current children cumulated vsize (KiB) 16868

[startup+1358.6 s]
/proc/loadavg: 3.98 4.99 4.83 2/84 18041
/proc/meminfo: memFree=1802616/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.29
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 103 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.29
Current children cumulated vsize (KiB) 16868

[startup+1360.2 s]
/proc/loadavg: 3.90 4.95 4.82 2/84 18041
/proc/meminfo: memFree=1802616/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.3
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 104 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.3
Current children cumulated vsize (KiB) 16868

[startup+1360.6 s]
/proc/loadavg: 3.90 4.95 4.82 3/84 18041
/proc/meminfo: memFree=1802040/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.31
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 105 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.31
Current children cumulated vsize (KiB) 16868

[startup+1360.8 s]
/proc/loadavg: 3.90 4.95 4.82 3/84 18041
/proc/meminfo: memFree=1802040/2055920 swapFree=4192812/4192956
[pid=17935] ppid=17933 vsize=16868 CPUtime=249.34
/proc/17935/stat : 17935 (sugar) D 17933 17935 17203 0 -1 4194304 1335 97335 0 2 5 108 22227 2594 15 0 1 0 22230542 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17935/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 249.34
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1360.85
CPU time (s): 249.361
CPU user time (s): 222.329
CPU system time (s): 27.0319
CPU usage (%): 18.3239
Max. virtual memory (cumulated for all children) (KiB): 886652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.329
system time used= 27.0319
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98731
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= 783525
involuntary context switches= 759843

runsolver used 1.57276 second user time and 3.80142 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 00:34:12
IDJOB=2070719
IDBENCH=55385
IDSOLVER=739
FILE ID=node76/2070719-1247351652
PBS_JOBID= 9506828
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-3-7.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-2070719-1247351652/watcher-2070719-1247351652 -o /tmp/evaluation-result-2070719-1247351652/solver-2070719-1247351652 -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-2070719-1247351652.xml

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

MD5SUM BENCH= 9e4bb50a7af28d831ae36f0bf52a2b8d
RANDOM SEED=711341278

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1919656 kB
Buffers:          4532 kB
Cached:          59456 kB
SwapCached:          0 kB
Active:          67084 kB
Inactive:        17236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          31032 kB
Slab:            37248 kB
Committed_AS:   213868 kB
PageTables:       1804 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= 66344 MiB
End job on node76 at 2009-07-12 00:56:53