Trace number 2065009

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) 862.35 871.74

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-10-fair.xml
MD5SUM8e002f960ab8680fcf4382a4bf6289df
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 variables23584
Number of constraints22329
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22329
Global constraints used (with number of constraints)

Solver Data

0.05/0.11	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.11	c 0	BEGIN Sat Jul 11 20:40:55 2009
0.05/0.11	c 0	PID 16599
0.05/0.12	c 0	HOST node33.alineos.net
0.05/0.12	c 0	CONVERTING HOME/instance-2065009-1247337655.xml TO HOME/temp.csp
0.05/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065009-1247337655.xml' 'HOME/temp.csp'
2.00/2.15	c 2	3 domains, 23584 variables, 9 predicates, 0 relations, 22329 constraints
2.00/2.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.00/2.18	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.06/2.25	c 2	Parsing HOME/temp.csp
2.06/2.39	c 3	parsed 10000 expressions
2.06/2.50	c 3	parsed 20000 expressions
2.06/2.62	c 3	parsed 30000 expressions
2.06/2.72	c 3	parsed 40000 expressions
2.06/2.84	c 3	parsed 45925 expressions
2.06/2.85	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.06/2.85	c 3	Converting to clausal form CSP
2.06/2.91	c 3	converted 4593 (10%) expressions
2.06/2.92	c 3	converted 9185 (20%) expressions
2.06/2.93	c 3	converted 13778 (30%) expressions
2.06/2.94	c 3	converted 18370 (40%) expressions
2.06/2.95	c 3	converted 22963 (50%) expressions
3.06/3.30	c 3	converted 27555 (60%) expressions
3.74/4.00	c 4	converted 32148 (70%) expressions
4.54/4.70	c 5	converted 36740 (80%) expressions
4.94/5.19	c 5	converted 41333 (90%) expressions
5.82/6.03	c 6	converted 45925 (100%) expressions
5.82/6.04	c 6	CSP : 41351 integers, 1390 booleans, 100503 clauses, largest domain size 20001
5.82/6.04	c 6	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.82/6.04	c 6	Propagation in CSP
718.61/725.61	c 726	290505963 values, 0 unsatisfiable literals, and 0 valid clauses are removed
718.61/725.62	c 726	CSP : 41351 integers, 1390 booleans, 100503 clauses, largest domain size 20001
718.61/725.62	c 726	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
718.61/725.65	c 726	Simplifing CSP by introducing new Boolean variables
718.81/725.84	c 726	CSP : 41351 integers, 37340 booleans, 136453 clauses, largest domain size 20001
718.81/725.84	c 726	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
719.41/726.41	c 727	Encoding CSP to SAT : HOME/temp.cnf
719.90/726.90	c 727	4136 (10%) CSP integer variables are encoded (331364 clauses, 5415711 bytes)
722.37/729.44	c 730	8271 (20%) CSP integer variables are encoded (2246312 clauses, 40468088 bytes)
723.47/730.54	c 731	12406 (30%) CSP integer variables are encoded (3067004 clauses, 56061236 bytes)
724.13/731.21	c 731	16541 (40%) CSP integer variables are encoded (3536952 clauses, 64990248 bytes)
724.83/731.93	c 732	20676 (50%) CSP integer variables are encoded (4064069 clauses, 75005471 bytes)
724.83/731.94	c 732	24811 (60%) CSP integer variables are encoded (4064069 clauses, 75005471 bytes)
725.61/732.80	c 733	28946 (70%) CSP integer variables are encoded (4683945 clauses, 86783115 bytes)
726.11/733.29	c 733	33081 (80%) CSP integer variables are encoded (5053871 clauses, 93811709 bytes)
726.30/733.44	c 734	37216 (90%) CSP integer variables are encoded (5163855 clauses, 95901405 bytes)
726.60/733.78	c 734	41351 (100%) CSP integer variables are encoded (5413817 clauses, 100650683 bytes)
758.16/766.02	c 766	13646 (10%) CSP clauses are encoded (22789392 clauses, 470996139 bytes)
758.77/766.67	c 767	27291 (20%) CSP clauses are encoded (23154349 clauses, 478342640 bytes)
760.66/768.79	c 769	40936 (30%) CSP clauses are encoded (24359348 clauses, 503066086 bytes)
763.08/771.23	c 771	54582 (40%) CSP clauses are encoded (25843170 clauses, 534588367 bytes)
764.55/772.75	c 773	68227 (50%) CSP clauses are encoded (26767808 clauses, 554228849 bytes)
764.65/772.83	c 773	81872 (60%) CSP clauses are encoded (26774263 clauses, 554360172 bytes)
764.75/772.91	c 773	95518 (70%) CSP clauses are encoded (26780662 clauses, 554490286 bytes)
765.92/774.19	c 774	109163 (80%) CSP clauses are encoded (27547192 clauses, 570773325 bytes)
767.10/775.33	c 775	122808 (90%) CSP clauses are encoded (28233193 clauses, 585344431 bytes)
767.20/775.44	c 776	136453 (100%) CSP clauses are encoded (28252032 clauses, 585833591 bytes)
767.20/775.44	c 776	136453 CSP clauses encoded
767.20/775.44	c 776	Writing map file : HOME/temp.map
767.29/775.51	c 776	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
767.29/775.51	c 776	SAT : 5462749 SAT variables, 28252032 SAT clauses, 585833591 bytes
767.29/775.51	c 776	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
767.29/775.57	c 776	SOLVING HOME/temp.cnf
767.29/775.57	c 776	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
862.24/871.61	c ERROR INTERRUPTED
862.35/871.73	s UNKNOWN
862.35/871.73	c 872	CPU 767.35 (0.08 0.01 761.8 5.46)
862.35/871.73	c 872	END Sat Jul 11 20:55:27 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-2065009-1247337655/watcher-2065009-1247337655 -o /tmp/evaluation-result-2065009-1247337655/solver-2065009-1247337655 -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-2065009-1247337655.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.94 1.98 1.99 4/80 16599
/proc/meminfo: memFree=1423952/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=4708 CPUtime=0
/proc/16599/stat : 16599 (sugar) R 16597 16599 16291 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20831508 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 210821510537 0 0 4096 0 0 0 0 17 1 0 0
/proc/16599/statm: 1177 43 33 3 0 8 0

[startup+0.0451669 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 16599
/proc/meminfo: memFree=1423952/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=12272 CPUtime=0
/proc/16599/stat : 16599 (sugar) D 16597 16599 16291 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 20831508 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16599/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101631 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 16599
/proc/meminfo: memFree=1423952/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16212 CPUtime=0.05
/proc/16599/stat : 16599 (sugar) R 16597 16599 16291 0 -1 4194304 955 0 0 0 5 0 0 0 18 0 1 0 20831508 16601088 923 996147200 4194304 4206940 548682068608 18446744073709551615 210841969736 0 0 4224 0 0 0 0 17 1 0 0
/proc/16599/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.301654 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 16599
/proc/meminfo: memFree=1423952/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=0.07
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701699 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 16599
/proc/meminfo: memFree=1423952/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=0.07
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 2.02 2.00 2.00 4/91 16611
/proc/meminfo: memFree=1389560/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=0.07
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16602] ppid=16599 vsize=5356 CPUtime=0
/proc/16602/stat : 16602 (sh) S 16599 16599 16291 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20831520 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16602/statm: 1339 233 193 169 0 50 0
[pid=16603] ppid=16602 vsize=865780 CPUtime=1.33
/proc/16603/stat : 16603 (java) S 16602 16599 16291 0 -1 0 16484 0 1 0 125 8 0 0 18 0 9 0 20831521 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16603/statm: 216445 14502 2556 9 0 210957 0
[pid=16603/tid=16604] ppid=16602 vsize=865780 CPUtime=0.69
/proc/16603/task/16604/stat : 16604 (java) R 16602 16599 16291 0 -1 64 3068 0 1 0 67 2 0 0 23 0 9 0 20831522 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4125978494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16605] ppid=16602 vsize=865780 CPUtime=0.5
/proc/16603/task/16605/stat : 16605 (java) S 16602 16599 16291 0 -1 64 12196 0 0 0 46 4 0 0 16 0 9 0 20831523 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16606] ppid=16602 vsize=865780 CPUtime=0
/proc/16603/task/16606/stat : 16606 (java) S 16602 16599 16291 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20831523 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16607] ppid=16602 vsize=865780 CPUtime=0
/proc/16603/task/16607/stat : 16607 (java) S 16602 16599 16291 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20831523 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16608] ppid=16602 vsize=865780 CPUtime=0
/proc/16603/task/16608/stat : 16608 (java) S 16602 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 20831527 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16609] ppid=16602 vsize=865780 CPUtime=0.11
/proc/16603/task/16609/stat : 16609 (java) S 16602 16599 16291 0 -1 64 514 0 0 0 11 0 0 0 16 0 9 0 20831527 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16610] ppid=16602 vsize=865780 CPUtime=0
/proc/16603/task/16610/stat : 16610 (java) S 16602 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831527 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16611] ppid=16602 vsize=865780 CPUtime=0
/proc/16603/task/16611/stat : 16611 (java) S 16602 16599 16291 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 20831527 886558720 14502 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 888004

[startup+3.10299 s]
/proc/loadavg: 2.02 2.00 2.00 4/91 16611
/proc/meminfo: memFree=1367800/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1309 18349 0 1 6 1 188 11 15 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.304 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 16621
/proc/meminfo: memFree=1349560/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1310 18349 0 1 6 1 188 11 15 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16612] ppid=16599 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16599 16599 16291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20831726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 233 193 169 0 50 0
[pid=16613] ppid=16612 vsize=868612 CPUtime=4.06
/proc/16613/stat : 16613 (java) S 16612 16599 16291 0 -1 0 24749 0 1 0 393 13 0 0 18 0 9 0 20831727 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16613/statm: 217153 22707 2566 9 0 211658 0
[pid=16613/tid=16614] ppid=16612 vsize=868612 CPUtime=2.17
/proc/16613/task/16614/stat : 16614 (java) R 16612 16599 16291 0 -1 64 3579 0 1 0 215 2 0 0 25 0 9 0 20831727 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16615] ppid=16612 vsize=868612 CPUtime=1.66
/proc/16613/task/16615/stat : 16615 (java) S 16612 16599 16291 0 -1 64 18951 0 0 0 157 9 0 0 15 0 9 0 20831729 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16616] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16616/stat : 16616 (java) S 16612 16599 16291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16617] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16617/stat : 16617 (java) S 16612 16599 16291 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16618] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16618/stat : 16618 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831731 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16619] ppid=16612 vsize=868612 CPUtime=0.2
/proc/16613/task/16619/stat : 16619 (java) S 16612 16599 16291 0 -1 64 1516 0 0 0 19 1 0 0 16 0 9 0 20831731 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16620] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16620/stat : 16620 (java) S 16612 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20831731 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16621] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16621/stat : 16621 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20831731 889458688 22707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890836

[startup+12.7011 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 16621
/proc/meminfo: memFree=1337528/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1310 18349 0 1 6 1 188 11 15 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16612] ppid=16599 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16599 16599 16291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20831726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 233 193 169 0 50 0
[pid=16613] ppid=16612 vsize=868612 CPUtime=10.4
/proc/16613/stat : 16613 (java) S 16612 16599 16291 0 -1 0 24998 0 1 0 1025 15 0 0 18 0 9 0 20831727 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16613/statm: 217153 22827 2566 9 0 211658 0
[pid=16613/tid=16614] ppid=16612 vsize=868612 CPUtime=8.42
/proc/16613/task/16614/stat : 16614 (java) R 16612 16599 16291 0 -1 64 3708 0 1 0 839 3 0 0 25 0 9 0 20831727 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4126970575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16615] ppid=16612 vsize=868612 CPUtime=1.75
/proc/16613/task/16615/stat : 16615 (java) S 16612 16599 16291 0 -1 64 19071 0 0 0 166 9 0 0 16 0 9 0 20831729 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16616] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16616/stat : 16616 (java) S 16612 16599 16291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16617] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16617/stat : 16617 (java) S 16612 16599 16291 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16618] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16618/stat : 16618 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831731 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16619] ppid=16612 vsize=868612 CPUtime=0.2
/proc/16613/task/16619/stat : 16619 (java) S 16612 16599 16291 0 -1 64 1516 0 0 0 19 1 0 0 16 0 9 0 20831731 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16620] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16620/stat : 16620 (java) S 16612 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20831731 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16621] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16621/stat : 16621 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20831731 889458688 22827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890836

[startup+25.5027 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 16621
/proc/meminfo: memFree=1183800/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1310 18349 0 1 6 1 188 11 15 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16612] ppid=16599 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16599 16599 16291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20831726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 233 193 169 0 50 0
[pid=16613] ppid=16612 vsize=868612 CPUtime=23.07
/proc/16613/stat : 16613 (java) S 16612 16599 16291 0 -1 0 25254 0 1 0 2290 17 0 0 18 0 9 0 20831727 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16613/statm: 217153 22830 2566 9 0 211658 0
[pid=16613/tid=16614] ppid=16612 vsize=868612 CPUtime=20.95
/proc/16613/task/16614/stat : 16614 (java) R 16612 16599 16291 0 -1 64 3961 0 1 0 2091 4 0 0 25 0 9 0 20831727 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4126567300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16615] ppid=16612 vsize=868612 CPUtime=1.9
/proc/16613/task/16615/stat : 16615 (java) S 16612 16599 16291 0 -1 64 19074 0 0 0 179 11 0 0 16 0 9 0 20831729 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16616] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16616/stat : 16616 (java) S 16612 16599 16291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16617] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16617/stat : 16617 (java) S 16612 16599 16291 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16618] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16618/stat : 16618 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831731 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16619] ppid=16612 vsize=868612 CPUtime=0.2
/proc/16613/task/16619/stat : 16619 (java) S 16612 16599 16291 0 -1 64 1516 0 0 0 19 1 0 0 16 0 9 0 20831731 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16620] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16620/stat : 16620 (java) S 16612 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20831731 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16621] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16621/stat : 16621 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20831731 889458688 22830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890836

[startup+51.1027 s]
/proc/loadavg: 2.08 2.02 2.00 3/91 16621
/proc/meminfo: memFree=1183736/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1310 18349 0 1 6 1 188 11 15 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16612] ppid=16599 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16599 16599 16291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20831726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 233 193 169 0 50 0
[pid=16613] ppid=16612 vsize=868612 CPUtime=48.43
/proc/16613/stat : 16613 (java) S 16612 16599 16291 0 -1 0 25762 0 1 0 4820 23 0 0 18 0 9 0 20831727 889458688 22836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/16613/task/16618/stat : 16618 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831731 889458688 22966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16619] ppid=16612 vsize=868612 CPUtime=0.2
/proc/16613/task/16619/stat : 16619 (java) S 16612 16599 16291 0 -1 64 1516 0 0 0 19 1 0 0 16 0 9 0 20831731 889458688 22966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16620] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16620/stat : 16620 (java) S 16612 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20831731 889458688 22966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16621] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16621/stat : 16621 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20831731 889458688 22966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 576.67
Current children cumulated vsize (KiB) 890836

[startup+642.303 s]
/proc/loadavg: 2.09 2.03 2.01 3/91 16623
/proc/meminfo: memFree=1181112/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1310 18349 0 1 6 1 188 11 15 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16612] ppid=16599 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16599 16599 16291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20831726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 233 193 169 0 50 0
[pid=16613] ppid=16612 vsize=868612 CPUtime=634.05
/proc/16613/stat : 16613 (java) S 16612 16599 16291 0 -1 0 37563 0 1 0 63257 148 0 0 18 0 9 0 20831727 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16613/statm: 217153 22980 2566 9 0 211658 0
[pid=16613/tid=16614] ppid=16612 vsize=868612 CPUtime=624.86
/proc/16613/task/16614/stat : 16614 (java) R 16612 16599 16291 0 -1 64 16120 0 1 0 62435 51 0 0 25 0 9 0 20831727 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4126571374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16615] ppid=16612 vsize=868612 CPUtime=8.95
/proc/16613/task/16615/stat : 16615 (java) S 16612 16599 16291 0 -1 64 19224 0 0 0 802 93 0 0 16 0 9 0 20831729 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16616] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16616/stat : 16616 (java) S 16612 16599 16291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16617] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16617/stat : 16617 (java) S 16612 16599 16291 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16618] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16618/stat : 16618 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831731 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16619] ppid=16612 vsize=868612 CPUtime=0.2
/proc/16613/task/16619/stat : 16619 (java) S 16612 16599 16291 0 -1 64 1516 0 0 0 19 1 0 0 16 0 9 0 20831731 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16620] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16620/stat : 16620 (java) S 16612 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20831731 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16621] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16621/stat : 16621 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20831731 889458688 22980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 636.11
Current children cumulated vsize (KiB) 890836

[startup+702.303 s]
/proc/loadavg: 2.08 2.04 2.01 3/91 16623
/proc/meminfo: memFree=1180984/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1310 18349 0 1 6 1 188 11 15 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16612] ppid=16599 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16599 16599 16291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20831726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 233 193 169 0 50 0
[pid=16613] ppid=16612 vsize=868612 CPUtime=693.47
/proc/16613/stat : 16613 (java) S 16612 16599 16291 0 -1 0 38750 0 1 0 69188 159 0 0 18 0 9 0 20831727 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16613/statm: 217153 22995 2566 9 0 211658 0
[pid=16613/tid=16614] ppid=16612 vsize=868612 CPUtime=683.61
/proc/16613/task/16614/stat : 16614 (java) R 16612 16599 16291 0 -1 64 17292 0 1 0 68306 55 0 0 25 0 9 0 20831727 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16615] ppid=16612 vsize=868612 CPUtime=9.63
/proc/16613/task/16615/stat : 16615 (java) S 16612 16599 16291 0 -1 64 19239 0 0 0 862 101 0 0 16 0 9 0 20831729 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16616] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16616/stat : 16616 (java) S 16612 16599 16291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16617] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16617/stat : 16617 (java) S 16612 16599 16291 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20831729 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16618] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16618/stat : 16618 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831731 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16619] ppid=16612 vsize=868612 CPUtime=0.2
/proc/16613/task/16619/stat : 16619 (java) S 16612 16599 16291 0 -1 64 1516 0 0 0 19 1 0 0 16 0 9 0 20831731 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16620] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16620/stat : 16620 (java) S 16612 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20831731 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16621] ppid=16612 vsize=868612 CPUtime=0
/proc/16613/task/16621/stat : 16621 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20831731 889458688 22995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 695.53
Current children cumulated vsize (KiB) 890836

[startup+762.308 s]
/proc/loadavg: 2.16 2.06 2.01 3/91 16623
/proc/meminfo: memFree=745912/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=2.06
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1310 18349 0 1 6 1 188 11 16 0 1 0 20831508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1111 409 3 0 796 0
[pid=16612] ppid=16599 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16599 16599 16291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20831726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 233 193 169 0 50 0
[pid=16613] ppid=16612 vsize=868724 CPUtime=752.51
/proc/16613/stat : 16613 (java) S 16612 16599 16291 0 -1 0 46881 0 1 0 74818 433 0 0 18 0 9 0 20831727 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16613/statm: 217181 25053 2591 9 0 211658 0
[pid=16613/tid=16614] ppid=16612 vsize=868724 CPUtime=740.71
/proc/16613/task/16614/stat : 16614 (java) R 16612 16599 16291 0 -1 64 19310 0 1 0 73760 311 0 0 25 0 9 0 20831727 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 102093965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16615] ppid=16612 vsize=868724 CPUtime=11.49
/proc/16613/task/16615/stat : 16615 (java) S 16612 16599 16291 0 -1 64 25310 0 0 0 1030 119 0 0 16 0 9 0 20831729 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16616] ppid=16612 vsize=868724 CPUtime=0
/proc/16613/task/16616/stat : 16616 (java) S 16612 16599 16291 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20831729 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16617] ppid=16612 vsize=868724 CPUtime=0
/proc/16613/task/16617/stat : 16617 (java) S 16612 16599 16291 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20831729 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16618] ppid=16612 vsize=868724 CPUtime=0
/proc/16613/task/16618/stat : 16618 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20831731 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16619] ppid=16612 vsize=868724 CPUtime=0.27
/proc/16613/task/16619/stat : 16619 (java) S 16612 16599 16291 0 -1 64 1558 0 0 0 26 1 0 0 17 0 9 0 20831731 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16620] ppid=16612 vsize=868724 CPUtime=0
/proc/16613/task/16620/stat : 16620 (java) S 16612 16599 16291 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20831731 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16613/tid=16621] ppid=16612 vsize=868724 CPUtime=0
/proc/16613/task/16621/stat : 16621 (java) S 16612 16599 16291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20831731 889573376 25053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 754.57
Current children cumulated vsize (KiB) 890948

[startup+822.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/83 16625
/proc/meminfo: memFree=159160/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=767.35
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1365 66078 0 2 8 1 76180 546 16 0 1 0 20831508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1113 409 3 0 796 0
[pid=16624] ppid=16599 vsize=5356 CPUtime=0
/proc/16624/stat : 16624 (sh) S 16599 16599 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20909066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16624/statm: 1339 232 193 169 0 50 0
[pid=16625] ppid=16624 vsize=702420 CPUtime=46.24
/proc/16625/stat : 16625 (picosat) R 16624 16599 16291 0 -1 4194304 130302 0 0 0 2106 2518 0 0 25 0 1 0 20909067 719278080 130288 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16625/statm: 175605 130288 40 102 0 175500 0
Current children cumulated CPU time (s) 813.59
Current children cumulated vsize (KiB) 724644



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+871.601 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 16625
/proc/meminfo: memFree=18360/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=767.35
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1365 66078 0 2 8 1 76180 546 16 0 1 0 20831508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1113 409 3 0 796 0
[pid=16624] ppid=16599 vsize=5356 CPUtime=0
/proc/16624/stat : 16624 (sh) S 16599 16599 16291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20909066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16624/statm: 1339 232 193 169 0 50 0
[pid=16625] ppid=16624 vsize=899524 CPUtime=94.89
/proc/16625/stat : 16625 (picosat) R 16624 16599 16291 0 -1 4194304 177660 0 0 0 4313 5176 0 0 25 0 1 0 20909067 921112576 177646 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16625/statm: 224881 177646 40 102 0 224776 0
Current children cumulated CPU time (s) 862.24
Current children cumulated vsize (KiB) 921748

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

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

[startup+871.719 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 16625
/proc/meminfo: memFree=18360/2055920 swapFree=4192812/4192956
[pid=16599] ppid=16597 vsize=16868 CPUtime=767.35
/proc/16599/stat : 16599 (sugar) S 16597 16599 16291 0 -1 4194304 1394 66078 0 2 8 1 76180 546 16 0 1 0 20831508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16599/statm: 4217 1113 409 3 0 796 0
[pid=16624] ppid=16599 vsize=0 CPUtime=0
/proc/16624/stat : 16624 (sh) Z 16599 16599 16291 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20909066 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16624/statm: 0 0 0 0 0 0 0
[pid=16625] ppid=1 vsize=0 CPUtime=95
/proc/16625/stat : 16625 (picosat) R 1 16599 16291 0 -1 4195332 177660 0 0 0 4313 5187 0 0 25 0 1 0 20909067 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16625/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 862.35
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16599 and gives
#  childrusage.ru_utime.tv_sec=761
#  childrusage.ru_utime.tv_usec=893174
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=477167
# CPU time returned by wait4() is 767.37
# while last known CPU time is 862.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 871.74
CPU time (s): 862.35
CPU user time (s): 805.01
CPU system time (s): 57.34
CPU usage (%): 98.9229
Max. virtual memory (cumulated for all children) (KiB): 921748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 761.893
system time used= 5.47717
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67837
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163812
involuntary context switches= 181235

runsolver used 1.06784 second user time and 2.97655 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-11 20:40:55
IDJOB=2065009
IDBENCH=54251
IDSOLVER=738
FILE ID=node33/2065009-1247337655
PBS_JOBID= 9506768
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= 8e002f960ab8680fcf4382a4bf6289df
RANDOM SEED=1172349088

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1424432 kB
Buffers:         45800 kB
Cached:         285964 kB
SwapCached:        144 kB
Active:         297468 kB
Inactive:       276424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1424432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12116 kB
Writeback:           0 kB
Mapped:         259756 kB
Slab:            42424 kB
Committed_AS:   898936 kB
PageTables:       2228 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= 66424 MiB
End job on node33 at 2009-07-11 20:55:29