Trace number 2067969

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) 236.924 239.551

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air02.xml
MD5SUM0baa4ee04c786b4ddfb73e2ce079a304
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 benchmark77.3542
Satisfiable
(Un)Satisfiability was proved
Number of variables6774
Number of constraints100
Maximum constraint arity3729
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
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 22:51:39 2009
0.00/0.08	c 0	PID 17659
0.07/0.08	c 0	HOST node37.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2067969-1247345499.xml TO HOME/temp.csp
0.07/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-2067969-1247345499.xml' 'HOME/temp.csp'
1.77/1.83	c 2	1 domains, 6774 variables, 74 predicates, 0 relations, 100 constraints
1.77/1.86	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.77/1.86	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.80/1.94	c 2	Parsing HOME/temp.csp
14.14/14.32	c 15	parsed 6949 expressions
14.14/14.33	c 15	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.14/14.33	c 15	Converting to clausal form CSP
14.14/14.36	c 15	converted 695 (10%) expressions
14.14/14.37	c 15	converted 1390 (20%) expressions
14.14/14.38	c 15	converted 2085 (30%) expressions
14.14/14.38	c 15	converted 2780 (40%) expressions
14.14/14.38	c 15	converted 3475 (50%) expressions
14.14/14.38	c 15	converted 4170 (60%) expressions
14.14/14.38	c 15	converted 4865 (70%) expressions
14.14/14.38	c 15	converted 5560 (80%) expressions
14.14/14.38	c 15	converted 6255 (90%) expressions
20.92/21.14	c 21	converted 6949 (100%) expressions
20.92/21.14	c 21	CSP : 38510 integers, 0 booleans, 63572 clauses, largest domain size 1244
20.92/21.14	c 21	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.92/21.14	c 21	Propagation in CSP
22.52/22.80	c 23	354667 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.62/22.81	c 23	CSP : 38510 integers, 0 booleans, 63572 clauses, largest domain size 1244
22.62/22.81	c 23	Heap : 93 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.62/22.83	c 23	Simplifing CSP by introducing new Boolean variables
22.62/22.86	c 23	CSP : 38510 integers, 0 booleans, 63572 clauses, largest domain size 1244
22.62/22.86	c 23	Heap : 89 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.92/23.16	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.92/23.19	c 23	3851 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
23.01/23.21	c 23	7702 (20%) CSP integer variables are encoded (8215 clauses, 117496 bytes)
23.01/23.26	c 24	11553 (30%) CSP integer variables are encoded (50658 clauses, 754141 bytes)
23.11/23.32	c 24	15404 (40%) CSP integer variables are encoded (95758 clauses, 1451187 bytes)
23.11/23.38	c 24	19255 (50%) CSP integer variables are encoded (143247 clauses, 2258500 bytes)
23.21/23.45	c 24	23106 (60%) CSP integer variables are encoded (200365 clauses, 3229506 bytes)
23.31/23.53	c 24	26957 (70%) CSP integer variables are encoded (263013 clauses, 4294522 bytes)
23.31/23.59	c 24	30808 (80%) CSP integer variables are encoded (312745 clauses, 5139966 bytes)
23.41/23.66	c 24	34659 (90%) CSP integer variables are encoded (365956 clauses, 6044553 bytes)
23.51/23.73	c 24	38510 (100%) CSP integer variables are encoded (416072 clauses, 6896525 bytes)
31.10/31.34	c 32	6358 (10%) CSP clauses are encoded (1899575 clauses, 40104627 bytes)
53.86/54.22	c 54	12715 (20%) CSP clauses are encoded (4708672 clauses, 108680798 bytes)
62.34/62.79	c 63	19072 (30%) CSP clauses are encoded (7138185 clauses, 166567565 bytes)
71.10/71.52	c 72	25429 (40%) CSP clauses are encoded (10348349 clauses, 246037065 bytes)
91.55/92.15	c 92	31786 (50%) CSP clauses are encoded (14995675 clauses, 364817531 bytes)
127.96/128.73	c 129	38144 (60%) CSP clauses are encoded (20422932 clauses, 508115586 bytes)
173.95/174.97	c 175	44501 (70%) CSP clauses are encoded (26585431 clauses, 672573446 bytes)
182.94/184.09	c 184	50858 (80%) CSP clauses are encoded (29884028 clauses, 752891183 bytes)
191.63/192.81	c 193	57215 (90%) CSP clauses are encoded (34137313 clauses, 856769457 bytes)
224.63/226.29	c 227	63572 (100%) CSP clauses are encoded (41661731 clauses, 1048045920 bytes)
224.63/226.29	c 227	63572 CSP clauses encoded
224.63/226.29	c 227	Writing map file : HOME/temp.map
224.73/226.32	c 227	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
224.73/226.32	c 227	SAT : 454582 SAT variables, 41661731 SAT clauses, 1048045920 bytes
224.73/226.32	c 227	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
224.73/226.38	c 227	SOLVING HOME/temp.cnf
224.73/226.38	c 227	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
224.73/226.39	c 227	This is MiniSat 2.0 beta
224.73/226.39	c 227	WARNING: for repeatability, setting FPU to use double precision
224.73/226.39	c 227	============================[ Problem Statistics ]=============================
224.73/226.39	c 227	|                                                                             |
224.73/226.39	c 227	|  Number of variables:  454582                                               |
224.73/226.39	c 227	|  Number of clauses:    41661731                                             |
236.46/238.72	c ERROR INTERRUPTED
236.56/238.85	s UNKNOWN
236.56/238.85	c 239	CPU 224.8 (0.06 0.02 218.07 6.65)
236.56/238.85	c 239	END Sat Jul 11 22:55:38 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-2067969-1247345499/watcher-2067969-1247345499 -o /tmp/evaluation-result-2067969-1247345499/solver-2067969-1247345499 -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-2067969-1247345499.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 1.99 1.94 4/83 17659
/proc/meminfo: memFree=1762144/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=12268 CPUtime=0
/proc/17659/stat : 17659 (sugar) R 17657 17659 15728 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21614097 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213125217278 0 0 4224 0 0 0 0 17 1 0 0
/proc/17659/statm: 3067 316 241 3 0 167 0

[startup+0.082292 s]
/proc/loadavg: 2.00 1.99 1.94 4/83 17659
/proc/meminfo: memFree=1762144/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16740 CPUtime=0.07
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 21614097 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.105616 s]
/proc/loadavg: 2.00 1.99 1.94 4/83 17659
/proc/meminfo: memFree=1762144/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=0.07
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301692 s]
/proc/loadavg: 2.00 1.99 1.94 4/83 17659
/proc/meminfo: memFree=1762144/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=0.07
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70177 s]
/proc/loadavg: 2.00 1.99 1.94 4/83 17659
/proc/meminfo: memFree=1762144/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=0.07
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 2.00 1.99 1.94 3/94 17671
/proc/meminfo: memFree=1735944/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=0.07
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
[pid=17662] ppid=17659 vsize=5356 CPUtime=0
/proc/17662/stat : 17662 (sh) S 17659 17659 15728 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 21614105 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17662/statm: 1339 233 193 169 0 50 0
[pid=17663] ppid=17662 vsize=864800 CPUtime=1.4
/proc/17663/stat : 17663 (java) S 17662 17659 15728 0 -1 0 9952 0 1 0 133 7 0 0 18 0 9 0 21614105 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17663/statm: 216200 9106 2556 9 0 210712 0
[pid=17663/tid=17664] ppid=17662 vsize=864800 CPUtime=1.04
/proc/17663/task/17664/stat : 17664 (java) R 17662 17659 15728 0 -1 64 2955 0 1 0 101 3 0 0 25 0 9 0 21614106 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4126786431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17665] ppid=17662 vsize=864800 CPUtime=0.17
/proc/17663/task/17665/stat : 17665 (java) S 17662 17659 15728 0 -1 64 5759 0 0 0 15 2 0 0 16 0 9 0 21614108 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17666] ppid=17662 vsize=864800 CPUtime=0
/proc/17663/task/17666/stat : 17666 (java) S 17662 17659 15728 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21614108 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17667] ppid=17662 vsize=864800 CPUtime=0
/proc/17663/task/17667/stat : 17667 (java) S 17662 17659 15728 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21614108 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17668] ppid=17662 vsize=864800 CPUtime=0
/proc/17663/task/17668/stat : 17668 (java) S 17662 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614110 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17669] ppid=17662 vsize=864800 CPUtime=0.15
/proc/17663/task/17669/stat : 17669 (java) S 17662 17659 15728 0 -1 64 534 0 0 0 15 0 0 0 16 0 9 0 21614110 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17670] ppid=17662 vsize=864800 CPUtime=0
/proc/17663/task/17670/stat : 17670 (java) S 17662 17659 15728 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21614110 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17663/tid=17671] ppid=17662 vsize=864800 CPUtime=0
/proc/17663/task/17671/stat : 17671 (java) S 17662 17659 15728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21614110 885555200 9106 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 887024

[startup+3.10118 s]
/proc/loadavg: 2.08 2.01 1.95 3/94 17681
/proc/meminfo: memFree=1747656/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=1.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1309 11345 0 1 5 2 164 9 16 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
[pid=17672] ppid=17659 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17659 17659 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 233 193 169 0 50 0
[pid=17673] ppid=17672 vsize=862284 CPUtime=1.22
/proc/17673/stat : 17673 (java) S 17672 17659 15728 0 -1 0 6938 0 1 0 116 6 0 0 18 0 9 0 21614284 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17673/statm: 215571 6091 2158 9 0 210484 0
[pid=17673/tid=17674] ppid=17672 vsize=862284 CPUtime=0.63
/proc/17673/task/17674/stat : 17674 (java) R 17672 17659 15728 0 -1 64 2153 0 1 0 61 2 0 0 25 0 9 0 21614285 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17675] ppid=17672 vsize=862284 CPUtime=0.52
/proc/17673/task/17675/stat : 17675 (java) R 17672 17659 15728 0 -1 64 3775 0 0 0 50 2 0 0 16 0 9 0 21614286 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17676] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17672 17659 15728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21614286 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17677] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17672 17659 15728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21614286 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17678] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614288 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17679] ppid=17672 vsize=862284 CPUtime=0.03
/proc/17673/task/17679/stat : 17679 (java) S 17672 17659 15728 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 21614288 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17680] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21614288 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17681] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21614288 882978816 6091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 884508

[startup+6.30282 s]
/proc/loadavg: 2.08 2.01 1.95 3/94 17681
/proc/meminfo: memFree=1727880/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=1.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1309 11345 0 1 5 2 164 9 16 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
[pid=17672] ppid=17659 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17659 17659 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 233 193 169 0 50 0
[pid=17673] ppid=17672 vsize=862284 CPUtime=4.39
/proc/17673/stat : 17673 (java) S 17672 17659 15728 0 -1 0 11371 0 1 0 427 12 0 0 18 0 9 0 21614284 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17673/statm: 215571 9823 2158 9 0 210484 0
[pid=17673/tid=17674] ppid=17672 vsize=862284 CPUtime=2.28
/proc/17673/task/17674/stat : 17674 (java) R 17672 17659 15728 0 -1 64 2530 0 1 0 225 3 0 0 25 0 9 0 21614285 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4126479323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17675] ppid=17672 vsize=862284 CPUtime=2.05
/proc/17673/task/17675/stat : 17675 (java) S 17672 17659 15728 0 -1 64 7831 0 0 0 198 7 0 0 16 0 9 0 21614286 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17676] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17672 17659 15728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21614286 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17677] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17672 17659 15728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21614286 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17678] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614288 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17679] ppid=17672 vsize=862284 CPUtime=0.03
/proc/17673/task/17679/stat : 17679 (java) S 17672 17659 15728 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 21614288 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17680] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21614288 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17681] ppid=17672 vsize=862284 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21614288 882978816 9823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 884508

[startup+12.702 s]
/proc/loadavg: 2.23 2.04 1.96 4/94 17681
/proc/meminfo: memFree=1704464/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=1.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1309 11345 0 1 5 2 164 9 16 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
[pid=17672] ppid=17659 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17659 17659 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 233 193 169 0 50 0
[pid=17673] ppid=17672 vsize=867412 CPUtime=10.75
/proc/17673/stat : 17673 (java) S 17672 17659 15728 0 -1 0 52456 0 1 0 1040 35 0 0 18 0 9 0 21614284 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17673/statm: 216853 16371 2159 9 0 211766 0
[pid=17673/tid=17674] ppid=17672 vsize=867412 CPUtime=5.42
/proc/17673/task/17674/stat : 17674 (java) R 17672 17659 15728 0 -1 64 2912 0 1 0 537 5 0 0 25 0 9 0 21614285 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17675] ppid=17672 vsize=867412 CPUtime=5.26
/proc/17673/task/17675/stat : 17675 (java) R 17672 17659 15728 0 -1 64 48534 0 0 0 498 28 0 0 16 0 9 0 21614286 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 104188666 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17676] ppid=17672 vsize=867412 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17672 17659 15728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21614286 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17677] ppid=17672 vsize=867412 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17672 17659 15728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21614286 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17678] ppid=17672 vsize=867412 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614288 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17679] ppid=17672 vsize=867412 CPUtime=0.03
/proc/17673/task/17679/stat : 17679 (java) S 17672 17659 15728 0 -1 64 307 0 0 0 3 0 0 0 17 0 9 0 21614288 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17680] ppid=17672 vsize=867412 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21614288 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17681] ppid=17672 vsize=867412 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21614288 888229888 16371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 889636

[startup+25.5024 s]
/proc/loadavg: 2.27 2.06 1.96 3/93 17724
/proc/meminfo: memFree=1657080/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=1.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1310 11345 0 1 5 2 164 9 16 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
[pid=17672] ppid=17659 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17659 17659 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 233 193 169 0 50 0
[pid=17673] ppid=17672 vsize=868640 CPUtime=23.51
/proc/17673/stat : 17673 (java) S 17672 17659 15728 0 -1 0 76154 0 1 0 2296 55 0 0 18 0 9 0 21614284 889487360 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17673/statm: 217160 29908 2591 9 0 211637 0
[pid=17673/tid=17674] ppid=17672 vsize=868640 CPUtime=15.38
/proc/17673/task/17674/stat : 17674 (java) R 17672 17659 15728 0 -1 64 4406 0 1 0 1526 12 0 0 25 0 9 0 21614285 889487360 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4126558007 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17675] ppid=17672 vsize=868640 CPUtime=7.85
/proc/17673/task/17675/stat : 17675 (java) S 17672 17659 15728 0 -1 64 69513 0 0 0 745 40 0 0 16 0 9 0 21614286 889487360 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17676] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17672 17659 15728 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 21614286 889487360 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17672 17659 15728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21614286 889487360 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17678] ppid=17672 vsize=868640 CPUtime=0

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

[pid=17673/tid=17676] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17672 17659 15728 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17672 17659 15728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17678] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17679] ppid=17672 vsize=868640 CPUtime=0.25
/proc/17673/task/17679/stat : 17679 (java) S 17672 17659 15728 0 -1 64 1536 0 0 0 24 1 0 0 17 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17680] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17681] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 890864

[startup+162.302 s]
/proc/loadavg: 2.21 2.12 2.00 4/93 17725
/proc/meminfo: memFree=731776/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=1.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1310 11345 0 1 5 2 164 9 16 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
[pid=17672] ppid=17659 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17659 17659 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 233 193 169 0 50 0
[pid=17673] ppid=17672 vsize=868640 CPUtime=159.61
/proc/17673/stat : 17673 (java) S 17672 17659 15728 0 -1 0 78445 0 1 0 15546 415 0 0 18 0 9 0 21614284 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17673/statm: 217160 29912 2591 9 0 211637 0
[pid=17673/tid=17674] ppid=17672 vsize=868640 CPUtime=150.35
/proc/17673/task/17674/stat : 17674 (java) R 17672 17659 15728 0 -1 64 6693 0 1 0 14678 357 0 0 25 0 9 0 21614285 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4126557374 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17675] ppid=17672 vsize=868640 CPUtime=8.99
/proc/17673/task/17675/stat : 17675 (java) S 17672 17659 15728 0 -1 64 69513 0 0 0 844 55 0 0 16 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17676] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17672 17659 15728 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17672 17659 15728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17678] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17679] ppid=17672 vsize=868640 CPUtime=0.25
/proc/17673/task/17679/stat : 17679 (java) S 17672 17659 15728 0 -1 64 1536 0 0 0 24 1 0 0 17 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17680] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17681] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 890864

[startup+222.302 s]
/proc/loadavg: 2.34 2.18 2.03 3/93 17725
/proc/meminfo: memFree=308288/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=1.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1310 11345 0 1 5 2 164 9 16 0 1 0 21614097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17659/statm: 4217 1111 409 3 0 796 0
[pid=17672] ppid=17659 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (sh) S 17659 17659 15728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 233 193 169 0 50 0
[pid=17673] ppid=17672 vsize=868640 CPUtime=218.94
/proc/17673/stat : 17673 (java) S 17672 17659 15728 0 -1 0 79817 0 1 0 21242 652 0 0 18 0 9 0 21614284 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17673/statm: 217160 29912 2591 9 0 211637 0
[pid=17673/tid=17674] ppid=17672 vsize=868640 CPUtime=209.01
/proc/17673/task/17674/stat : 17674 (java) R 17672 17659 15728 0 -1 64 8065 0 1 0 20316 585 0 0 25 0 9 0 21614285 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4126564072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17675] ppid=17672 vsize=868640 CPUtime=9.65
/proc/17673/task/17675/stat : 17675 (java) S 17672 17659 15728 0 -1 64 69513 0 0 0 901 64 0 0 16 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17676] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17676/stat : 17676 (java) S 17672 17659 15728 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17677] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17677/stat : 17677 (java) S 17672 17659 15728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21614286 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17678] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17678/stat : 17678 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17679] ppid=17672 vsize=868640 CPUtime=0.25
/proc/17673/task/17679/stat : 17679 (java) S 17672 17659 15728 0 -1 64 1536 0 0 0 24 1 0 0 17 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17673/tid=17680] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17680/stat : 17680 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17673/tid=17681] ppid=17672 vsize=868640 CPUtime=0
/proc/17673/task/17681/stat : 17681 (java) S 17672 17659 15728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21614288 889487360 29912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 890864



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+238.707 s]
/proc/loadavg: 2.34 2.19 2.03 3/85 17727
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=224.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1376 91488 0 2 6 2 21807 665 16 0 1 0 21614097 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17659/statm: 4217 1113 409 3 0 796 0
[pid=17726] ppid=17659 vsize=5356 CPUtime=0
/proc/17726/stat : 17726 (sh) S 17659 17659 15728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21636736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17726/statm: 1339 232 193 169 0 50 0
[pid=17727] ppid=17726 vsize=900404 CPUtime=11.66
/proc/17727/stat : 17727 (minisat) R 17726 17659 15728 0 -1 4194304 219190 0 0 0 1025 141 0 0 25 0 1 0 21636736 922013696 219176 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/17727/statm: 225101 219176 62 150 0 224948 0
Current children cumulated CPU time (s) 236.46
Current children cumulated vsize (KiB) 922628

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

############
# WARNING:
# current cumulated CPU time (224.83 s) is less than in the last sample (236.56 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (11.73 s) to the 'lost time'.

[startup+238.821 s]
/proc/loadavg: 2.34 2.19 2.03 3/85 17727
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=224.8
/proc/17659/stat : 17659 (sugar) S 17657 17659 15728 0 -1 4194304 1398 91488 0 2 6 2 21807 665 16 0 1 0 21614097 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17659/statm: 4217 1113 409 3 0 796 0
[pid=17726] ppid=17659 vsize=0 CPUtime=0
/proc/17726/stat : 17726 (sh) Z 17659 17659 15728 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21636736 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17726/statm: 0 0 0 0 0 0 0
[pid=17727] ppid=1 vsize=0 CPUtime=11.76
/proc/17727/stat : 17727 (minisat) R 1 17659 15728 0 -1 4195332 219190 0 0 0 1025 151 0 0 25 0 1 0 21636736 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17727/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 236.56
Current children cumulated vsize (KiB) 16868

[startup+238.902 s]
/proc/loadavg: 2.34 2.19 2.03 3/85 17727
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=224.83
/proc/17659/stat : 17659 (sugar) R 17657 17659 15728 0 -1 4194304 1423 91765 0 2 6 5 21807 665 16 0 1 0 21614097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17659/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 224.83
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+239.002 s]
/proc/loadavg: 2.34 2.19 2.03 3/85 17727
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=224.93
/proc/17659/stat : 17659 (sugar) R 17657 17659 15728 0 -1 4194304 1423 91765 0 2 6 15 21807 665 17 0 1 0 21614097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17659/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 224.93
Current children cumulated vsize (KiB) 16868

[startup+239.402 s]
/proc/loadavg: 2.34 2.19 2.03 3/85 17727
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=225.15
/proc/17659/stat : 17659 (sugar) D 17657 17659 15728 0 -1 4194304 1423 91765 0 2 6 37 21807 665 18 0 1 0 21614097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17659/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 225.15
Current children cumulated vsize (KiB) 16868

[startup+239.504 s]
/proc/loadavg: 2.34 2.19 2.03 3/85 17727
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=16868 CPUtime=225.16
/proc/17659/stat : 17659 (sugar) R 17657 17659 15728 0 -1 4194304 1423 91765 0 2 6 38 21807 665 18 0 1 0 21614097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17659/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 225.16
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.73
#  lost CPU user time (s): 10.25
#  lost CPU system time (s): 1.48

Real time (s): 239.551
CPU time (s): 236.924
CPU user time (s): 228.389
CPU system time (s): 8.53493
CPU usage (%): 98.9034
Max. virtual memory (cumulated for all children) (KiB): 922628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.139
system time used= 7.05493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93247
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= 50283
involuntary context switches= 47414

runsolver used 0.339948 second user time and 1.01385 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-11 22:51:39
IDJOB=2067969
IDBENCH=54761
IDSOLVER=739
FILE ID=node37/2067969-1247345499
PBS_JOBID= 9506695
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air02.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-2067969-1247345499/watcher-2067969-1247345499 -o /tmp/evaluation-result-2067969-1247345499/solver-2067969-1247345499 -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-2067969-1247345499.xml

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

MD5SUM BENCH= 0baa4ee04c786b4ddfb73e2ce079a304
RANDOM SEED=1865285135

node37.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.260
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.260
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:       1762624 kB
Buffers:         17952 kB
Cached:          93568 kB
SwapCached:          0 kB
Active:         214084 kB
Inactive:        31624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6240 kB
Writeback:           0 kB
Mapped:         149836 kB
Slab:            32848 kB
Committed_AS:   878812 kB
PageTables:       1992 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= 66388 MiB
End job on node37 at 2009-07-11 22:55:40