Trace number 2065186

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) 879.693 888.373

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-9-fair.xml
MD5SUM6fa7172765415230a524481a7e5679c2
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 variables26193
Number of constraints24812
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24812
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:46:54 2009
0.00/0.08	c 0	PID 12659
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065186-1247338013.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065186-1247338013.xml' 'HOME/temp.csp'
2.14/2.27	c 2	3 domains, 26193 variables, 9 predicates, 0 relations, 24812 constraints
2.14/2.29	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.14/2.29	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.23/2.37	c 2	Parsing HOME/temp.csp
2.23/2.65	c 2	parsed 10000 expressions
2.23/2.75	c 3	parsed 20000 expressions
2.24/2.88	c 3	parsed 30000 expressions
2.24/2.97	c 3	parsed 40000 expressions
2.24/3.15	c 3	parsed 50000 expressions
2.24/3.16	c 3	parsed 51017 expressions
2.24/3.17	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/3.17	c 3	Converting to clausal form CSP
3.13/3.23	c 3	converted 5102 (10%) expressions
3.13/3.24	c 3	converted 10204 (20%) expressions
3.13/3.25	c 3	converted 15306 (30%) expressions
3.13/3.27	c 3	converted 20407 (40%) expressions
3.13/3.27	c 3	converted 25509 (50%) expressions
3.52/3.65	c 3	converted 30611 (60%) expressions
4.31/4.41	c 4	converted 35712 (70%) expressions
5.10/5.20	c 5	converted 40814 (80%) expressions
5.59/5.75	c 6	converted 45916 (90%) expressions
6.57/6.71	c 7	converted 51017 (100%) expressions
6.57/6.72	c 7	CSP : 45989 integers, 1532 booleans, 111824 clauses, largest domain size 20001
6.57/6.72	c 7	Heap : 67 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.57/6.72	c 7	Propagation in CSP
821.64/828.55	c 828	322308047 values, 0 unsatisfiable literals, and 0 valid clauses are removed
821.64/828.59	c 828	CSP : 45989 integers, 1532 booleans, 111824 clauses, largest domain size 20001
821.64/828.59	c 828	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
821.73/828.62	c 828	Simplifing CSP by introducing new Boolean variables
821.91/828.84	c 829	CSP : 45989 integers, 41582 booleans, 151874 clauses, largest domain size 20001
821.91/828.84	c 829	Heap : 82 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
822.41/829.39	c 829	Encoding CSP to SAT : HOME/temp.cnf
823.01/830.04	c 830	4599 (10%) CSP integer variables are encoded (397737 clauses, 6544496 bytes)
825.69/832.76	c 833	9198 (20%) CSP integer variables are encoded (2586249 clauses, 46927869 bytes)
826.69/833.78	c 834	13797 (30%) CSP integer variables are encoded (3406941 clauses, 62521017 bytes)
827.68/834.70	c 835	18396 (40%) CSP integer variables are encoded (4106864 clauses, 75819554 bytes)
828.25/835.36	c 835	22995 (50%) CSP integer variables are encoded (4625576 clauses, 85675082 bytes)
828.25/835.36	c 835	27594 (60%) CSP integer variables are encoded (4625576 clauses, 85675082 bytes)
829.21/836.33	c 836	32193 (70%) CSP integer variables are encoded (5345432 clauses, 99352346 bytes)
829.71/837.03	c 837	36792 (80%) CSP integer variables are encoded (5725356 clauses, 106570902 bytes)
829.90/837.27	c 837	41391 (90%) CSP integer variables are encoded (5915328 clauses, 110180370 bytes)
830.23/837.67	c 837	45989 (100%) CSP integer variables are encoded (6165290 clauses, 114929648 bytes)
863.85/871.96	c 872	15188 (10%) CSP clauses are encoded (25588467 clauses, 531055674 bytes)
864.53/872.69	c 872	30375 (20%) CSP clauses are encoded (26034085 clauses, 540035243 bytes)
866.71/874.89	c 875	45563 (30%) CSP clauses are encoded (27479511 clauses, 569958441 bytes)
869.13/877.37	c 877	60750 (40%) CSP clauses are encoded (29043768 clauses, 603188968 bytes)
870.60/878.88	c 879	75937 (50%) CSP clauses are encoded (30009083 clauses, 623693129 bytes)
870.71/878.97	c 879	91125 (60%) CSP clauses are encoded (30016256 clauses, 623839015 bytes)
870.80/879.08	c 879	106312 (70%) CSP clauses are encoded (30023393 clauses, 623984214 bytes)
872.52/881.04	c 881	121500 (80%) CSP clauses are encoded (31110814 clauses, 647085685 bytes)
873.61/882.16	c 882	136687 (90%) CSP clauses are encoded (31797060 clauses, 661660769 bytes)
873.71/882.28	c 882	151874 (100%) CSP clauses are encoded (31819577 clauses, 662248691 bytes)
873.71/882.28	c 882	151874 CSP clauses encoded
873.71/882.29	c 882	Writing map file : HOME/temp.map
873.80/882.36	c 882	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
873.80/882.36	c 882	SAT : 6219628 SAT variables, 31819577 SAT clauses, 662248691 bytes
873.80/882.36	c 882	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
873.86/882.43	c 882	SOLVING HOME/temp.cnf
873.86/882.43	c 882	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
873.86/882.47	c 882	This is MiniSat 2.0 beta
873.86/882.47	c 882	WARNING: for repeatability, setting FPU to use double precision
873.86/882.47	c 882	============================[ Problem Statistics ]=============================
873.86/882.47	c 882	|                                                                             |
873.86/882.48	c 882	|  Number of variables:  6219628                                              |
873.86/882.48	c 882	|  Number of clauses:    31819577                                             |
879.29/887.92	c ERROR INTERRUPTED
879.40/888.04	s UNKNOWN
879.40/888.04	c 888	CPU 873.9 (0.07 0.01 866.67 7.15)
879.40/888.04	c 888	END Sat Jul 11 21:01:42 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-2065186-1247338013/watcher-2065186-1247338013 -o /tmp/evaluation-result-2065186-1247338013/solver-2065186-1247338013 -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-2065186-1247338013.xml 

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


[startup+0 s]
/proc/loadavg: 2.16 2.24 2.13 4/81 12659
/proc/meminfo: memFree=1198904/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=18576 CPUtime=0
/proc/12659/stat : 12659 (runsolver) R 12657 12659 12382 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20867870 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12659/statm: 4644 284 249 26 0 2626 0

[startup+0.00926001 s]
/proc/loadavg: 2.16 2.24 2.13 4/81 12659
/proc/meminfo: memFree=1198904/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=12268 CPUtime=0
/proc/12659/stat : 12659 (sugar) D 12657 12659 12382 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20867870 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/12659/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.100943 s]
/proc/loadavg: 2.16 2.24 2.13 4/81 12659
/proc/meminfo: memFree=1198904/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=0.06
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301968 s]
/proc/loadavg: 2.16 2.24 2.13 4/81 12659
/proc/meminfo: memFree=1198904/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=0.06
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702026 s]
/proc/loadavg: 2.16 2.24 2.13 4/81 12659
/proc/meminfo: memFree=1198904/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=0.06
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50214 s]
/proc/loadavg: 2.15 2.24 2.13 4/92 12671
/proc/meminfo: memFree=1162464/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=0.06
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
[pid=12662] ppid=12659 vsize=5356 CPUtime=0
/proc/12662/stat : 12662 (sh) S 12659 12659 12382 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20867879 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12662/statm: 1339 233 193 169 0 50 0
[pid=12663] ppid=12662 vsize=865032 CPUtime=1.39
/proc/12663/stat : 12663 (java) S 12662 12659 12382 0 -1 0 17750 0 1 0 128 11 0 0 18 0 9 0 20867879 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12663/statm: 216258 15253 2556 9 0 210770 0
[pid=12663/tid=12664] ppid=12662 vsize=865032 CPUtime=0.67
/proc/12663/task/12664/stat : 12664 (java) R 12662 12659 12382 0 -1 64 3104 0 1 0 65 2 0 0 25 0 9 0 20867880 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12663/tid=12665] ppid=12662 vsize=865032 CPUtime=0.56
/proc/12663/task/12665/stat : 12665 (java) R 12662 12659 12382 0 -1 64 13432 0 0 0 49 7 0 0 16 0 9 0 20867882 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 103731995 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12663/tid=12666] ppid=12662 vsize=865032 CPUtime=0
/proc/12663/task/12666/stat : 12666 (java) S 12662 12659 12382 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20867882 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12663/tid=12667] ppid=12662 vsize=865032 CPUtime=0
/proc/12663/task/12667/stat : 12667 (java) S 12662 12659 12382 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20867882 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12663/tid=12668] ppid=12662 vsize=865032 CPUtime=0
/proc/12663/task/12668/stat : 12668 (java) S 12662 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20867884 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12663/tid=12669] ppid=12662 vsize=865032 CPUtime=0.12
/proc/12663/task/12669/stat : 12669 (java) S 12662 12659 12382 0 -1 64 510 0 0 0 12 0 0 0 16 0 9 0 20867884 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12663/tid=12670] ppid=12662 vsize=865032 CPUtime=0
/proc/12663/task/12670/stat : 12670 (java) S 12662 12659 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20867884 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12663/tid=12671] ppid=12662 vsize=865032 CPUtime=0
/proc/12663/task/12671/stat : 12671 (java) S 12662 12659 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20867884 885792768 15253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887256

[startup+3.10237 s]
/proc/loadavg: 2.15 2.24 2.13 3/92 12671
/proc/meminfo: memFree=1137376/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=2.24
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1309 20593 0 1 6 1 203 14 16 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30283 s]
/proc/loadavg: 2.14 2.23 2.13 3/92 12681
/proc/meminfo: memFree=1130080/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=2.24
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1309 20593 0 1 6 1 203 14 16 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
[pid=12672] ppid=12659 vsize=5356 CPUtime=0
/proc/12672/stat : 12672 (sh) S 12659 12659 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20868100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12672/statm: 1339 233 193 169 0 50 0
[pid=12673] ppid=12672 vsize=868644 CPUtime=3.95
/proc/12673/stat : 12673 (java) S 12672 12659 12382 0 -1 0 23556 0 1 0 382 13 0 0 18 0 9 0 20868100 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12673/statm: 217161 21569 2566 9 0 211666 0
[pid=12673/tid=12674] ppid=12672 vsize=868644 CPUtime=2.07
/proc/12673/task/12674/stat : 12674 (java) R 12672 12659 12382 0 -1 64 3636 0 1 0 205 2 0 0 25 0 9 0 20868101 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12675] ppid=12672 vsize=868644 CPUtime=1.65
/proc/12673/task/12675/stat : 12675 (java) R 12672 12659 12382 0 -1 64 17718 0 0 0 157 8 0 0 16 0 9 0 20868103 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 103826448 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12676] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12676/stat : 12676 (java) S 12672 12659 12382 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12677] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12677/stat : 12677 (java) S 12672 12659 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12678] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12678/stat : 12678 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20868105 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12679] ppid=12672 vsize=868644 CPUtime=0.19
/proc/12673/task/12679/stat : 12679 (java) S 12672 12659 12382 0 -1 64 1499 0 0 0 18 1 0 0 17 0 9 0 20868105 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12680] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12680/stat : 12680 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20868105 889491456 21569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12681] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12681/stat : 12681 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20868105 889491456 21569 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) 890868

[startup+12.7028 s]
/proc/loadavg: 2.13 2.23 2.13 3/92 12681
/proc/meminfo: memFree=1103456/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=2.24
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1310 20593 0 1 6 1 203 14 16 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
[pid=12672] ppid=12659 vsize=5356 CPUtime=0
/proc/12672/stat : 12672 (sh) S 12659 12659 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20868100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12672/statm: 1339 233 193 169 0 50 0
[pid=12673] ppid=12672 vsize=868644 CPUtime=10.28
/proc/12673/stat : 12673 (java) S 12672 12659 12382 0 -1 0 26682 0 1 0 1013 15 0 0 18 0 9 0 20868100 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12673/statm: 217161 24566 2566 9 0 211666 0
[pid=12673/tid=12674] ppid=12672 vsize=868644 CPUtime=8.1
/proc/12673/task/12674/stat : 12674 (java) R 12672 12659 12382 0 -1 64 3765 0 1 0 808 2 0 0 25 0 9 0 20868101 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4126562928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12675] ppid=12672 vsize=868644 CPUtime=1.94
/proc/12673/task/12675/stat : 12675 (java) S 12672 12659 12382 0 -1 64 20711 0 0 0 184 10 0 0 16 0 9 0 20868103 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12676] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12676/stat : 12676 (java) S 12672 12659 12382 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12677] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12677/stat : 12677 (java) S 12672 12659 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12678] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12678/stat : 12678 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20868105 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12679] ppid=12672 vsize=868644 CPUtime=0.2
/proc/12673/task/12679/stat : 12679 (java) S 12672 12659 12382 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20868105 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12680] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12680/stat : 12680 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20868105 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12681] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12681/stat : 12681 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20868105 889491456 24566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890868

[startup+25.5026 s]
/proc/loadavg: 2.10 2.22 2.12 3/92 12681
/proc/meminfo: memFree=1101472/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=2.24
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1310 20593 0 1 6 1 203 14 16 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
[pid=12672] ppid=12659 vsize=5356 CPUtime=0
/proc/12672/stat : 12672 (sh) S 12659 12659 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20868100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12672/statm: 1339 233 193 169 0 50 0
[pid=12673] ppid=12672 vsize=868644 CPUtime=22.95
/proc/12673/stat : 12673 (java) S 12672 12659 12382 0 -1 0 26945 0 1 0 2278 17 0 0 18 0 9 0 20868100 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12673/statm: 217161 24569 2566 9 0 211666 0
[pid=12673/tid=12674] ppid=12672 vsize=868644 CPUtime=20.61
/proc/12673/task/12674/stat : 12674 (java) R 12672 12659 12382 0 -1 64 4025 0 1 0 2058 3 0 0 25 0 9 0 20868101 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4126864737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12675] ppid=12672 vsize=868644 CPUtime=2.1
/proc/12673/task/12675/stat : 12675 (java) S 12672 12659 12382 0 -1 64 20714 0 0 0 199 11 0 0 16 0 9 0 20868103 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12676] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12676/stat : 12676 (java) S 12672 12659 12382 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12677] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12677/stat : 12677 (java) S 12672 12659 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12678] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12678/stat : 12678 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20868105 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12679] ppid=12672 vsize=868644 CPUtime=0.2
/proc/12673/task/12679/stat : 12679 (java) S 12672 12659 12382 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20868105 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12680] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12680/stat : 12680 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20868105 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12681] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12681/stat : 12681 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20868105 889491456 24569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890868

[startup+51.1023 s]
/proc/loadavg: 2.26 2.25 2.14 4/93 12682
/proc/meminfo: memFree=1069400/2055920 swapFree=4192952/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=2.24
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1310 20593 0 1 6 1 203 14 16 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
[pid=12672] ppid=12659 vsize=5356 CPUtime=0
/proc/12672/stat : 12672 (sh) S 12659 12659 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20868100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12672/statm: 1339 233 193 169 0 50 0
[pid=12673] ppid=12672 vsize=868644 CPUtime=48.3
/proc/12673/stat : 12673 (java) S 12672 12659 12382 0 -1 0 27465 0 1 0 4808 22 0 0 18 0 9 0 20868100 889491456 24575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/12672/stat : 12672 (sh) S 12659 12659 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20868100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12672/statm: 1339 233 193 169 0 50 0
[pid=12673] ppid=12672 vsize=868644 CPUtime=753.62
/proc/12673/stat : 12673 (java) S 12672 12659 12382 0 -1 0 42284 0 1 0 75118 244 0 0 18 0 9 0 20868100 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12673/statm: 217161 24745 2566 9 0 211666 0
[pid=12673/tid=12674] ppid=12672 vsize=868644 CPUtime=742.31
/proc/12673/task/12674/stat : 12674 (java) R 12672 12659 12382 0 -1 64 19188 0 1 0 74105 126 0 0 25 0 9 0 20868101 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4126975232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12675] ppid=12672 vsize=868644 CPUtime=11.07
/proc/12673/task/12675/stat : 12675 (java) S 12672 12659 12382 0 -1 64 20890 0 0 0 992 115 0 0 16 0 9 0 20868103 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12676] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12676/stat : 12676 (java) S 12672 12659 12382 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12677] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12677/stat : 12677 (java) S 12672 12659 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12678] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12678/stat : 12678 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20868105 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12679] ppid=12672 vsize=868644 CPUtime=0.2
/proc/12673/task/12679/stat : 12679 (java) S 12672 12659 12382 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20868105 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12680] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12680/stat : 12680 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20868105 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12681] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12681/stat : 12681 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20868105 889491456 24745 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.86
Current children cumulated vsize (KiB) 890868

[startup+822.301 s]
/proc/loadavg: 3.69 3.08 2.59 3/93 12769
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=2.24
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1310 20593 0 1 6 1 203 14 16 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
[pid=12672] ppid=12659 vsize=5356 CPUtime=0
/proc/12672/stat : 12672 (sh) S 12659 12659 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20868100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12672/statm: 1339 233 193 169 0 50 0
[pid=12673] ppid=12672 vsize=868644 CPUtime=813.24
/proc/12673/stat : 12673 (java) S 12672 12659 12382 0 -1 0 43559 0 1 0 81046 278 0 0 18 0 9 0 20868100 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12673/statm: 217161 24760 2566 9 0 211666 0
[pid=12673/tid=12674] ppid=12672 vsize=868644 CPUtime=801.18
/proc/12673/task/12674/stat : 12674 (java) R 12672 12659 12382 0 -1 64 20448 0 1 0 79967 151 0 0 25 0 9 0 20868101 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4126568800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12675] ppid=12672 vsize=868644 CPUtime=11.81
/proc/12673/task/12675/stat : 12675 (java) S 12672 12659 12382 0 -1 64 20905 0 0 0 1058 123 0 0 16 0 9 0 20868103 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12676] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12676/stat : 12676 (java) S 12672 12659 12382 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12677] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12677/stat : 12677 (java) S 12672 12659 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20868103 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12678] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12678/stat : 12678 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20868105 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12679] ppid=12672 vsize=868644 CPUtime=0.2
/proc/12673/task/12679/stat : 12679 (java) S 12672 12659 12382 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20868105 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12680] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12680/stat : 12680 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20868105 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12681] ppid=12672 vsize=868644 CPUtime=0
/proc/12673/task/12681/stat : 12681 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20868105 889491456 24760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.48
Current children cumulated vsize (KiB) 890868

[startup+882.303 s]
/proc/loadavg: 3.57 3.16 2.64 3/94 12813
/proc/meminfo: memFree=754336/2055920 swapFree=4192812/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=2.24
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1310 20593 0 1 6 1 203 14 16 0 1 0 20867870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12659/statm: 4217 1111 409 3 0 796 0
[pid=12672] ppid=12659 vsize=5356 CPUtime=0
/proc/12672/stat : 12672 (sh) S 12659 12659 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20868100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12672/statm: 1339 233 193 169 0 50 0
[pid=12673] ppid=12672 vsize=868756 CPUtime=871.56
/proc/12673/stat : 12673 (java) S 12672 12659 12382 0 -1 0 53041 0 7 0 86458 698 0 0 18 0 9 0 20868100 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12673/statm: 217189 27337 2592 9 0 211666 0
[pid=12673/tid=12674] ppid=12672 vsize=868756 CPUtime=857.49
/proc/12673/task/12674/stat : 12674 (java) R 12672 12659 12382 0 -1 64 22733 0 6 0 85196 553 0 0 24 0 9 0 20868101 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12673/tid=12675] ppid=12672 vsize=868756 CPUtime=13.76
/proc/12673/task/12675/stat : 12675 (java) S 12672 12659 12382 0 -1 64 28050 0 1 0 1234 142 0 0 16 0 9 0 20868103 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12676] ppid=12672 vsize=868756 CPUtime=0
/proc/12673/task/12676/stat : 12676 (java) S 12672 12659 12382 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20868103 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12677] ppid=12672 vsize=868756 CPUtime=0
/proc/12673/task/12677/stat : 12677 (java) S 12672 12659 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20868103 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12673/tid=12678] ppid=12672 vsize=868756 CPUtime=0
/proc/12673/task/12678/stat : 12678 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20868105 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12679] ppid=12672 vsize=868756 CPUtime=0.28
/proc/12673/task/12679/stat : 12679 (java) S 12672 12659 12382 0 -1 64 1555 0 0 0 27 1 0 0 16 0 9 0 20868105 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12673/tid=12680] ppid=12672 vsize=868756 CPUtime=0
/proc/12673/task/12680/stat : 12680 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20868105 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12673/tid=12681] ppid=12672 vsize=868756 CPUtime=0
/proc/12673/task/12681/stat : 12681 (java) S 12672 12659 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20868105 889606144 27337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 873.8
Current children cumulated vsize (KiB) 890980



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+887.903 s]
/proc/loadavg: 3.52 3.15 2.64 3/86 12815
/proc/meminfo: memFree=40608/2055920 swapFree=4192812/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=873.9
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1376 73935 0 8 7 1 86667 715 16 0 1 0 20867870 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12659/statm: 4217 1113 409 3 0 796 0
[pid=12814] ppid=12659 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (sh) S 12659 12659 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20956113 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12814/statm: 1339 232 193 169 0 50 0
[pid=12815] ppid=12814 vsize=904788 CPUtime=5.39
/proc/12815/stat : 12815 (minisat) R 12814 12659 12382 0 -1 4194304 194656 0 6 0 432 107 0 0 25 0 1 0 20956114 926502912 194648 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 226197 194648 62 150 0 226044 0
Current children cumulated CPU time (s) 879.29
Current children cumulated vsize (KiB) 927012

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

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

[startup+888.021 s]
/proc/loadavg: 3.52 3.15 2.64 3/86 12815
/proc/meminfo: memFree=40608/2055920 swapFree=4192812/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=873.9
/proc/12659/stat : 12659 (sugar) S 12657 12659 12382 0 -1 4194304 1398 73935 0 8 7 1 86667 715 16 0 1 0 20867870 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/12659/statm: 4217 1113 409 3 0 796 0
[pid=12814] ppid=12659 vsize=0 CPUtime=0
/proc/12814/stat : 12814 (sh) Z 12659 12659 12382 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20956113 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/12814/statm: 0 0 0 0 0 0 0
[pid=12815] ppid=1 vsize=0 CPUtime=5.5
/proc/12815/stat : 12815 (minisat) R 1 12659 12382 0 -1 4195332 194656 0 6 0 432 118 0 0 25 0 1 0 20956114 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12815/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 879.4
Current children cumulated vsize (KiB) 16868

[startup+888.102 s]
/proc/loadavg: 3.52 3.15 2.64 3/86 12815
/proc/meminfo: memFree=40608/2055920 swapFree=4192812/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=873.95
/proc/12659/stat : 12659 (sugar) R 12657 12659 12382 0 -1 4194304 1423 74212 0 8 7 6 86667 715 16 0 1 0 20867870 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12659/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 873.95
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+888.203 s]
/proc/loadavg: 3.52 3.15 2.64 3/86 12815
/proc/meminfo: memFree=40608/2055920 swapFree=4192812/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=874.05
/proc/12659/stat : 12659 (sugar) R 12657 12659 12382 0 -1 4194304 1423 74212 0 8 7 16 86667 715 16 0 1 0 20867870 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12659/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 874.05
Current children cumulated vsize (KiB) 16868

[startup+888.303 s]
/proc/loadavg: 3.52 3.15 2.64 3/86 12815
/proc/meminfo: memFree=40608/2055920 swapFree=4192812/4192956
[pid=12659] ppid=12657 vsize=16868 CPUtime=874.15
/proc/12659/stat : 12659 (sugar) R 12657 12659 12382 0 -1 4194304 1423 74212 0 8 7 26 86667 715 16 0 1 0 20867870 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12659/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 874.15
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): 5.45001
#  lost CPU user time (s): 4.32001
#  lost CPU system time (s): 1.13

Real time (s): 888.373
CPU time (s): 879.693
CPU user time (s): 871.07
CPU system time (s): 8.62286
CPU usage (%): 99.023
Max. virtual memory (cumulated for all children) (KiB): 927012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 866.75
system time used= 7.49286
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75694
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189894
involuntary context switches= 207420

runsolver used 1.13483 second user time and 3.07953 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 20:46:54
IDJOB=2065186
IDBENCH=54323
IDSOLVER=739
FILE ID=node22/2065186-1247338013
PBS_JOBID= 9506799
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-9-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065186-1247338013/watcher-2065186-1247338013 -o /tmp/evaluation-result-2065186-1247338013/solver-2065186-1247338013 -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-2065186-1247338013.xml

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

MD5SUM BENCH= 6fa7172765415230a524481a7e5679c2
RANDOM SEED=847499733

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1199320 kB
Buffers:         52892 kB
Cached:         685312 kB
SwapCached:          4 kB
Active:         213300 kB
Inactive:       589804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1199320 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            5788 kB
Writeback:           0 kB
Mapped:          85304 kB
Slab:            38768 kB
Committed_AS:   210228 kB
PageTables:       1884 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= 66384 MiB
End job on node22 at 2009-07-11 21:01:44