Trace number 2064954

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? (MO) 869.39 872.142

General information on the benchmark

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

Solver Data

0.03/0.55	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.55	c 0	BEGIN Sat Jul 11 20:38:46 2009
0.03/0.55	c 0	PID 14244
0.03/0.56	c 0	HOST node63.alineos.net
0.03/0.56	c 0	CONVERTING HOME/instance-2064954-1247337525.xml TO HOME/temp.csp
0.03/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064954-1247337525.xml' 'HOME/temp.csp'
2.13/2.74	c 2	3 domains, 26283 variables, 9 predicates, 0 relations, 24892 constraints
2.13/2.78	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.13/2.78	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.19/2.85	c 2	Parsing HOME/temp.csp
2.19/3.02	c 3	parsed 10000 expressions
2.19/3.12	c 3	parsed 20000 expressions
2.60/3.23	c 3	parsed 30000 expressions
2.70/3.31	c 3	parsed 40000 expressions
2.79/3.47	c 3	parsed 50000 expressions
2.79/3.48	c 3	parsed 51187 expressions
2.79/3.49	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.79/3.49	c 3	Converting to clausal form CSP
2.89/3.54	c 3	converted 5119 (10%) expressions
2.89/3.55	c 3	converted 10238 (20%) expressions
2.89/3.56	c 3	converted 15357 (30%) expressions
2.89/3.57	c 3	converted 20475 (40%) expressions
2.89/3.58	c 3	converted 25594 (50%) expressions
3.29/3.91	c 4	converted 30713 (60%) expressions
3.89/4.59	c 4	converted 35831 (70%) expressions
4.59/5.30	c 5	converted 40950 (80%) expressions
5.09/5.78	c 5	converted 46069 (90%) expressions
5.99/6.63	c 6	converted 51187 (100%) expressions
5.99/6.64	c 6	CSP : 46121 integers, 1540 booleans, 112117 clauses, largest domain size 20001
5.99/6.64	c 6	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.99/6.64	c 6	Propagation in CSP
732.87/733.86	c 733	323737923 values, 0 unsatisfiable literals, and 0 valid clauses are removed
732.87/733.87	c 733	CSP : 46121 integers, 1540 booleans, 112117 clauses, largest domain size 20001
732.87/733.87	c 733	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
732.97/733.90	c 733	Simplifing CSP by introducing new Boolean variables
733.17/734.13	c 734	CSP : 46121 integers, 41676 booleans, 152253 clauses, largest domain size 20001
733.17/734.13	c 734	Heap : 82 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
733.67/734.68	c 734	Encoding CSP to SAT : HOME/temp.cnf
734.17/735.15	c 735	4613 (10%) CSP integer variables are encoded (367939 clauses, 6037978 bytes)
736.57/737.59	c 737	9225 (20%) CSP integer variables are encoded (2496058 clauses, 45214346 bytes)
737.68/738.65	c 738	13837 (30%) CSP integer variables are encoded (3407539 clauses, 62532485 bytes)
738.35/739.35	c 739	18449 (40%) CSP integer variables are encoded (3977476 clauses, 73361288 bytes)
738.95/739.99	c 740	23061 (50%) CSP integer variables are encoded (4515389 clauses, 83581635 bytes)
738.95/740.00	c 740	27673 (60%) CSP integer variables are encoded (4515389 clauses, 83581635 bytes)
739.84/740.83	c 740	32285 (70%) CSP integer variables are encoded (5215249 clauses, 96878975 bytes)
740.33/741.32	c 741	36897 (80%) CSP integer variables are encoded (5615169 clauses, 104477455 bytes)
740.52/741.50	c 741	41509 (90%) CSP integer variables are encoded (5765147 clauses, 107327037 bytes)
740.72/741.80	c 741	46121 (100%) CSP integer variables are encoded (6015109 clauses, 112076315 bytes)
771.90/773.40	c 773	15226 (10%) CSP clauses are encoded (25319974 clauses, 524884347 bytes)
772.59/774.01	c 774	30451 (20%) CSP clauses are encoded (25725592 clauses, 533053918 bytes)
774.53/776.05	c 776	45676 (30%) CSP clauses are encoded (27131070 clauses, 562089459 bytes)
776.81/778.35	c 778	60902 (40%) CSP clauses are encoded (28735335 clauses, 596170129 bytes)
778.27/779.85	c 779	76127 (50%) CSP clauses are encoded (29740590 clauses, 617522894 bytes)
778.36/779.93	c 780	91352 (60%) CSP clauses are encoded (29747796 clauses, 617669496 bytes)
778.46/780.02	c 780	106578 (70%) CSP clauses are encoded (29754944 clauses, 617814876 bytes)
779.75/781.59	c 781	121803 (80%) CSP clauses are encoded (30682294 clauses, 637514740 bytes)
780.84/782.62	c 782	137028 (90%) CSP clauses are encoded (31368816 clauses, 652095974 bytes)
780.94/782.72	c 782	152253 (100%) CSP clauses are encoded (31389756 clauses, 652639602 bytes)
780.94/782.72	c 782	152253 CSP clauses encoded
780.94/782.73	c 782	Writing map file : HOME/temp.map
780.94/782.80	c 782	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
780.94/782.80	c 782	SAT : 6069656 SAT variables, 31389756 SAT clauses, 652639602 bytes
780.94/782.80	c 782	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
781.04/782.87	c 782	SOLVING HOME/temp.cnf
781.04/782.87	c 782	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
869.28/872.01	c ERROR INTERRUPTED
869.39/872.14	s UNKNOWN
869.39/872.14	c 872	CPU 781.09 (0.07 0.02 775.13 5.87)
869.39/872.14	c 872	END Sat Jul 11 20:53:18 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-2064954-1247337525/watcher-2064954-1247337525 -o /tmp/evaluation-result-2064954-1247337525/solver-2064954-1247337525 -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-2064954-1247337525.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.92 1.98 1.99 4/74 14244
/proc/meminfo: memFree=1687504/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=124 CPUtime=0
/proc/14244/stat : 14244 (sugar) D 14242 14244 14095 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 20815123 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 244274230761 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14244/statm: 31 23 17 3 0 3 0

[startup+0.0936 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 14244
/proc/meminfo: memFree=1687504/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=12268 CPUtime=0
/proc/14244/stat : 14244 (sugar) D 14242 14244 14095 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 20815123 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14244/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101601 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 14244
/proc/meminfo: memFree=1687504/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=12268 CPUtime=0
/proc/14244/stat : 14244 (sugar) D 14242 14244 14095 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 20815123 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14244/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301626 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 14244
/proc/meminfo: memFree=1687504/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=12272 CPUtime=0
/proc/14244/stat : 14244 (sugar) D 14242 14244 14095 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 20815123 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14244/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701683 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 14244
/proc/meminfo: memFree=1687504/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=0.07
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 14256
/proc/meminfo: memFree=1676600/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=0.07
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14247] ppid=14244 vsize=5356 CPUtime=0
/proc/14247/stat : 14247 (sh) S 14244 14244 14095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20815179 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14247/statm: 1339 233 193 169 0 50 0
[pid=14248] ppid=14247 vsize=864768 CPUtime=0.88
/proc/14248/stat : 14248 (java) S 14247 14244 14095 0 -1 0 10670 0 1 0 83 5 0 0 18 0 9 0 20815179 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14248/statm: 216192 9179 2557 9 0 210704 0
[pid=14248/tid=14249] ppid=14247 vsize=864768 CPUtime=0.55
/proc/14248/task/14249/stat : 14249 (java) R 14247 14244 14095 0 -1 64 2857 0 1 0 54 1 0 0 22 0 9 0 20815180 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4126516636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14248/tid=14250] ppid=14247 vsize=864768 CPUtime=0.21
/proc/14248/task/14250/stat : 14250 (java) S 14247 14244 14095 0 -1 64 6608 0 0 0 19 2 0 0 16 0 9 0 20815181 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14248/tid=14251] ppid=14247 vsize=864768 CPUtime=0
/proc/14248/task/14251/stat : 14251 (java) S 14247 14244 14095 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20815182 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14248/tid=14252] ppid=14247 vsize=864768 CPUtime=0
/proc/14248/task/14252/stat : 14252 (java) S 14247 14244 14095 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20815182 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14248/tid=14253] ppid=14247 vsize=864768 CPUtime=0
/proc/14248/task/14253/stat : 14253 (java) S 14247 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20815187 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14248/tid=14254] ppid=14247 vsize=864768 CPUtime=0.08
/proc/14248/task/14254/stat : 14254 (java) S 14247 14244 14095 0 -1 64 499 0 0 0 8 0 0 0 16 0 9 0 20815187 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14248/tid=14255] ppid=14247 vsize=864768 CPUtime=0
/proc/14248/task/14255/stat : 14255 (java) S 14247 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20815187 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14248/tid=14256] ppid=14247 vsize=864768 CPUtime=0
/proc/14248/task/14256/stat : 14256 (java) S 14247 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815187 885522432 9179 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 886992

[startup+3.10195 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 14256
/proc/meminfo: memFree=1630584/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1309 20624 0 1 5 2 201 11 15 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30132 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 14266
/proc/meminfo: memFree=1620536/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1309 20624 0 1 5 2 201 11 16 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14257] ppid=14244 vsize=5356 CPUtime=0
/proc/14257/stat : 14257 (sh) S 14244 14244 14095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20815401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14257/statm: 1339 233 193 169 0 50 0
[pid=14258] ppid=14257 vsize=868648 CPUtime=3.5
/proc/14258/stat : 14258 (java) S 14257 14244 14095 0 -1 0 23790 0 1 0 340 10 0 0 20 0 9 0 20815401 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14258/statm: 217162 21790 2566 9 0 211667 0
[pid=14258/tid=14259] ppid=14257 vsize=868648 CPUtime=1.81
/proc/14258/task/14259/stat : 14259 (java) R 14257 14244 14095 0 -1 64 3635 0 1 0 179 2 0 0 25 0 9 0 20815402 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14260] ppid=14257 vsize=868648 CPUtime=1.48
/proc/14258/task/14260/stat : 14260 (java) R 14257 14244 14095 0 -1 64 17943 0 0 0 141 7 0 0 16 0 9 0 20815403 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 102759522 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14261] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14261/stat : 14261 (java) S 14257 14244 14095 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14262] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14262/stat : 14262 (java) S 14257 14244 14095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14263] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14263/stat : 14263 (java) S 14257 14244 14095 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14264] ppid=14257 vsize=868648 CPUtime=0.18
/proc/14258/task/14264/stat : 14264 (java) S 14257 14244 14095 0 -1 64 1509 0 0 0 18 0 0 0 16 0 9 0 20815405 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14265] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14265/stat : 14265 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14266] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14266/stat : 14266 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815405 889495552 21790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 890872

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 14266
/proc/meminfo: memFree=1593216/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1310 20624 0 1 5 2 201 11 16 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14257] ppid=14244 vsize=5356 CPUtime=0
/proc/14257/stat : 14257 (sh) S 14244 14244 14095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20815401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14257/statm: 1339 233 193 169 0 50 0
[pid=14258] ppid=14257 vsize=868648 CPUtime=9.89
/proc/14258/stat : 14258 (java) S 14257 14244 14095 0 -1 0 26794 0 1 0 976 13 0 0 20 0 9 0 20815401 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14258/statm: 217162 24646 2566 9 0 211667 0
[pid=14258/tid=14259] ppid=14257 vsize=868648 CPUtime=7.92
/proc/14258/task/14259/stat : 14259 (java) R 14257 14244 14095 0 -1 64 3783 0 1 0 790 2 0 0 25 0 9 0 20815402 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4126971368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14260] ppid=14257 vsize=868648 CPUtime=1.76
/proc/14258/task/14260/stat : 14260 (java) S 14257 14244 14095 0 -1 64 20795 0 0 0 167 9 0 0 16 0 9 0 20815403 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14261] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14261/stat : 14261 (java) S 14257 14244 14095 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14262] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14262/stat : 14262 (java) S 14257 14244 14095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14263] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14263/stat : 14263 (java) S 14257 14244 14095 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14264] ppid=14257 vsize=868648 CPUtime=0.19
/proc/14258/task/14264/stat : 14264 (java) S 14257 14244 14095 0 -1 64 1513 0 0 0 19 0 0 0 16 0 9 0 20815405 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14265] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14265/stat : 14265 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14266] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14266/stat : 14266 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815405 889495552 24646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 890872

[startup+25.5025 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 14266
/proc/meminfo: memFree=1593216/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1310 20624 0 1 5 2 201 11 16 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14257] ppid=14244 vsize=5356 CPUtime=0
/proc/14257/stat : 14257 (sh) S 14244 14244 14095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20815401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14257/statm: 1339 233 193 169 0 50 0
[pid=14258] ppid=14257 vsize=868648 CPUtime=22.69
/proc/14258/stat : 14258 (java) S 14257 14244 14095 0 -1 0 27097 0 1 0 2253 16 0 0 20 0 9 0 20815401 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14258/statm: 217162 24650 2566 9 0 211667 0
[pid=14258/tid=14259] ppid=14257 vsize=868648 CPUtime=20.57
/proc/14258/task/14259/stat : 14259 (java) R 14257 14244 14095 0 -1 64 4082 0 1 0 2053 4 0 0 25 0 9 0 20815402 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4126518785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14260] ppid=14257 vsize=868648 CPUtime=1.91
/proc/14258/task/14260/stat : 14260 (java) S 14257 14244 14095 0 -1 64 20799 0 0 0 180 11 0 0 16 0 9 0 20815403 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14261] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14261/stat : 14261 (java) S 14257 14244 14095 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14262] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14262/stat : 14262 (java) S 14257 14244 14095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14263] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14263/stat : 14263 (java) S 14257 14244 14095 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14264] ppid=14257 vsize=868648 CPUtime=0.19
/proc/14258/task/14264/stat : 14264 (java) S 14257 14244 14095 0 -1 64 1513 0 0 0 19 0 0 0 16 0 9 0 20815405 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14265] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14265/stat : 14265 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14266] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14266/stat : 14266 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815405 889495552 24650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 890872

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 14266
/proc/meminfo: memFree=1593280/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1310 20624 0 1 5 2 201 11 16 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14257] ppid=14244 vsize=5356 CPUtime=0
/proc/14257/stat : 14257 (sh) S 14244 14244 14095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20815401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14257/statm: 1339 233 193 169 0 50 0
[pid=14258] ppid=14257 vsize=868648 CPUtime=48.28
/proc/14258/stat : 14258 (java) S 14257 14244 14095 0 -1 0 27703 0 1 0 4805 23 0 0 20 0 9 0 20815401 889495552 24657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/14258/task/14263/stat : 14263 (java) S 14257 14244 14095 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14264] ppid=14257 vsize=868648 CPUtime=0.19
/proc/14258/task/14264/stat : 14264 (java) S 14257 14244 14095 0 -1 64 1513 0 0 0 19 0 0 0 16 0 9 0 20815405 889495552 24801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14265] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14265/stat : 14265 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14266] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14266/stat : 14266 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815405 889495552 24801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.46
Current children cumulated vsize (KiB) 890872

[startup+642.303 s]
/proc/loadavg: 2.10 2.03 2.01 3/87 14268
/proc/meminfo: memFree=1592048/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1310 20624 0 1 5 2 201 11 16 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14257] ppid=14244 vsize=5356 CPUtime=0
/proc/14257/stat : 14257 (sh) S 14244 14244 14095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20815401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14257/statm: 1339 233 193 169 0 50 0
[pid=14258] ppid=14257 vsize=868648 CPUtime=639.25
/proc/14258/stat : 14258 (java) S 14257 14244 14095 0 -1 0 41702 0 1 0 63762 163 0 0 20 0 9 0 20815401 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14258/statm: 217162 24817 2566 9 0 211667 0
[pid=14258/tid=14259] ppid=14257 vsize=868648 CPUtime=629.46
/proc/14258/task/14259/stat : 14259 (java) R 14257 14244 14095 0 -1 64 18520 0 1 0 62892 54 0 0 25 0 9 0 20815402 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14260] ppid=14257 vsize=868648 CPUtime=9.57
/proc/14258/task/14260/stat : 14260 (java) R 14257 14244 14095 0 -1 64 20966 0 0 0 850 107 0 0 15 0 9 0 20815403 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14261] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14261/stat : 14261 (java) S 14257 14244 14095 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14262] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14262/stat : 14262 (java) S 14257 14244 14095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14263] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14263/stat : 14263 (java) S 14257 14244 14095 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14264] ppid=14257 vsize=868648 CPUtime=0.19
/proc/14258/task/14264/stat : 14264 (java) S 14257 14244 14095 0 -1 64 1513 0 0 0 19 0 0 0 16 0 9 0 20815405 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14265] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14265/stat : 14265 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14266] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14266/stat : 14266 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815405 889495552 24817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.44
Current children cumulated vsize (KiB) 890872

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14308
/proc/meminfo: memFree=1747880/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1310 20624 0 1 5 2 201 11 16 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14257] ppid=14244 vsize=5356 CPUtime=0
/proc/14257/stat : 14257 (sh) S 14244 14244 14095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20815401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14257/statm: 1339 233 193 169 0 50 0
[pid=14258] ppid=14257 vsize=868648 CPUtime=699.2
/proc/14258/stat : 14258 (java) S 14257 14244 14095 0 -1 0 43105 0 1 0 69742 178 0 0 20 0 9 0 20815401 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14258/statm: 217162 24833 2566 9 0 211667 0
[pid=14258/tid=14259] ppid=14257 vsize=868648 CPUtime=688.7
/proc/14258/task/14259/stat : 14259 (java) R 14257 14244 14095 0 -1 64 19907 0 1 0 68810 60 0 0 25 0 9 0 20815402 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4126572566 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14260] ppid=14257 vsize=868648 CPUtime=10.28
/proc/14258/task/14260/stat : 14260 (java) S 14257 14244 14095 0 -1 64 20982 0 0 0 912 116 0 0 16 0 9 0 20815403 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14261] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14261/stat : 14261 (java) S 14257 14244 14095 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14262] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14262/stat : 14262 (java) S 14257 14244 14095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20815403 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14263] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14263/stat : 14263 (java) S 14257 14244 14095 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14264] ppid=14257 vsize=868648 CPUtime=0.19
/proc/14258/task/14264/stat : 14264 (java) S 14257 14244 14095 0 -1 64 1513 0 0 0 19 0 0 0 16 0 9 0 20815405 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14265] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14265/stat : 14265 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20815405 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14266] ppid=14257 vsize=868648 CPUtime=0
/proc/14258/task/14266/stat : 14266 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815405 889495552 24833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.39
Current children cumulated vsize (KiB) 890872

[startup+762.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 14310
/proc/meminfo: memFree=1328232/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=2.19
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1310 20624 0 1 5 2 201 11 16 0 1 0 20815123 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1111 409 3 0 796 0
[pid=14257] ppid=14244 vsize=5356 CPUtime=0
/proc/14257/stat : 14257 (sh) S 14244 14244 14095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20815401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14257/statm: 1339 233 193 169 0 50 0
[pid=14258] ppid=14257 vsize=868760 CPUtime=758.87
/proc/14258/stat : 14258 (java) S 14257 14244 14095 0 -1 0 52176 0 2 0 75477 410 0 0 20 0 9 0 20815401 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14258/statm: 217190 27806 2591 9 0 211667 0
[pid=14258/tid=14259] ppid=14257 vsize=868760 CPUtime=746.57
/proc/14258/task/14259/stat : 14259 (java) R 14257 14244 14095 0 -1 64 21879 0 2 0 74381 276 0 0 25 0 9 0 20815402 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14260] ppid=14257 vsize=868760 CPUtime=12.01
/proc/14258/task/14260/stat : 14260 (java) S 14257 14244 14095 0 -1 64 28039 0 0 0 1069 132 0 0 16 0 9 0 20815403 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14261] ppid=14257 vsize=868760 CPUtime=0
/proc/14258/task/14261/stat : 14261 (java) S 14257 14244 14095 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20815403 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14262] ppid=14257 vsize=868760 CPUtime=0
/proc/14258/task/14262/stat : 14262 (java) S 14257 14244 14095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20815403 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14263] ppid=14257 vsize=868760 CPUtime=0
/proc/14258/task/14263/stat : 14263 (java) S 14257 14244 14095 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20815405 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14264] ppid=14257 vsize=868760 CPUtime=0.25
/proc/14258/task/14264/stat : 14264 (java) S 14257 14244 14095 0 -1 64 1555 0 0 0 25 0 0 0 16 0 9 0 20815405 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14265] ppid=14257 vsize=868760 CPUtime=0
/proc/14258/task/14265/stat : 14265 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20815405 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14258/tid=14266] ppid=14257 vsize=868760 CPUtime=0
/proc/14258/task/14266/stat : 14266 (java) S 14257 14244 14095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20815405 889610240 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.06
Current children cumulated vsize (KiB) 890984

[startup+822.302 s]
/proc/loadavg: 2.18 2.07 2.02 3/87 14312
/proc/meminfo: memFree=618536/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=781.09
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1365 73968 0 3 7 2 77513 587 16 0 1 0 20815123 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1113 409 3 0 796 0
[pid=14311] ppid=14244 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (sh) S 14244 14244 14095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20893411 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14311/statm: 1339 232 193 169 0 50 0
[pid=14312] ppid=14311 vsize=693436 CPUtime=39.06
/proc/14312/stat : 14312 (picosat) R 14311 14244 14095 0 -1 4194304 136095 0 0 0 1793 2113 0 0 25 0 1 0 20893411 710078464 136081 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14312/statm: 173359 136081 40 102 0 173254 0
Current children cumulated CPU time (s) 820.15
Current children cumulated vsize (KiB) 715660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+872.002 s]
/proc/loadavg: 2.07 2.05 2.01 3/87 14312
/proc/meminfo: memFree=408040/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=781.09
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1365 73968 0 3 7 2 77513 587 16 0 1 0 20815123 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14244/statm: 4217 1113 409 3 0 796 0
[pid=14311] ppid=14244 vsize=5356 CPUtime=0
/proc/14311/stat : 14311 (sh) S 14244 14244 14095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20893411 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14311/statm: 1339 232 193 169 0 50 0
[pid=14312] ppid=14311 vsize=899548 CPUtime=88.19
/proc/14312/stat : 14312 (picosat) R 14311 14244 14095 0 -1 4194304 186203 0 0 0 4032 4787 0 0 25 0 1 0 20893411 921137152 186189 996147200 134512640 134931368 4294956256 18446744073709551615 134597619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14312/statm: 224887 186189 40 102 0 224782 0
Current children cumulated CPU time (s) 869.28
Current children cumulated vsize (KiB) 921772

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

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

[startup+872.119 s]
/proc/loadavg: 2.07 2.05 2.01 3/87 14312
/proc/meminfo: memFree=408040/2055920 swapFree=4191904/4192956
[pid=14244] ppid=14242 vsize=16868 CPUtime=781.09
/proc/14244/stat : 14244 (sugar) S 14242 14244 14095 0 -1 4194304 1394 73968 0 3 7 2 77513 587 16 0 1 0 20815123 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14244/statm: 4217 1113 409 3 0 796 0
[pid=14311] ppid=14244 vsize=0 CPUtime=0
/proc/14311/stat : 14311 (sh) Z 14244 14244 14095 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20893411 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14311/statm: 0 0 0 0 0 0 0
[pid=14312] ppid=1 vsize=0 CPUtime=88.3
/proc/14312/stat : 14312 (picosat) R 1 14244 14095 0 -1 4195332 186203 0 0 0 4032 4798 0 0 25 0 1 0 20893411 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 869.39
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14244 and gives
#  childrusage.ru_utime.tv_sec=775
#  childrusage.ru_utime.tv_usec=209150
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=904102
# CPU time returned by wait4() is 781.113
# while last known CPU time is 869.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 872.142
CPU time (s): 869.39
CPU user time (s): 815.52
CPU system time (s): 53.87
CPU usage (%): 99.6845
Max. virtual memory (cumulated for all children) (KiB): 921772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 775.209
system time used= 5.9041
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75727
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 188992
involuntary context switches= 191402

runsolver used 1.09183 second user time and 2.83857 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-11 20:38:46
IDJOB=2064954
IDBENCH=54224
IDSOLVER=738
FILE ID=node63/2064954-1247337525
PBS_JOBID= 9506777
Free space on /tmp= 66204 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-10-fair.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-2064954-1247337525/watcher-2064954-1247337525 -o /tmp/evaluation-result-2064954-1247337525/solver-2064954-1247337525 -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-2064954-1247337525.xml

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

MD5SUM BENCH= 02651311f74b6403b76de2f676db8891
RANDOM SEED=410053843

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1687920 kB
Buffers:         10000 kB
Cached:          83512 kB
SwapCached:        260 kB
Active:         293160 kB
Inactive:        27840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687920 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            5708 kB
Writeback:           0 kB
Mapped:         237584 kB
Slab:            31420 kB
Committed_AS:   470124 kB
PageTables:       2552 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= 66216 MiB
End job on node63 at 2009-07-11 20:53:20