Trace number 2083666

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) 368.85 391.374

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-1.xml
MD5SUM5b6f3d81a66e437062b2495198dba4e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.041
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
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 Sun Jul 12 07:52:29 2009
0.00/0.08	c 0	PID 23596
0.00/0.08	c 0	HOST node27.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083666-1247377949.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-2083666-1247377949.xml' 'HOME/temp.csp'
0.07/0.92	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.07/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.96/1.01	c 1	Parsing HOME/temp.csp
1.06/1.19	c 1	parsed 10000 expressions
1.06/1.19	c 1	parsed 10027 expressions
1.15/1.20	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.20	c 1	Converting to clausal form CSP
3.24/3.33	c 3	converted 1003 (10%) expressions
6.40/6.51	c 7	converted 2006 (20%) expressions
8.96/9.13	c 9	converted 3009 (30%) expressions
11.23/11.44	c 11	converted 4011 (40%) expressions
13.60/13.87	c 14	converted 5014 (50%) expressions
16.08/16.32	c 16	converted 6017 (60%) expressions
18.24/18.58	c 19	converted 7019 (70%) expressions
20.53/20.83	c 21	converted 8022 (80%) expressions
22.92/23.25	c 23	converted 9025 (90%) expressions
25.13/25.47	c 25	converted 10027 (100%) expressions
25.13/25.47	c 25	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
25.13/25.47	c 25	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.13/25.47	c 25	Propagation in CSP
25.92/26.30	c 26	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.92/26.30	c 26	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
25.92/26.30	c 26	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.03/26.32	c 26	Simplifing CSP by introducing new Boolean variables
26.13/26.43	c 26	CSP : 1092 integers, 46739 booleans, 76687 clauses, largest domain size 4101
26.13/26.43	c 26	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.32/26.69	c 27	Encoding CSP to SAT : HOME/temp.cnf
30.72/31.01	c 31	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
34.88/35.23	c 35	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
39.35/39.75	c 40	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
43.44/43.87	c 44	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
47.94/48.32	c 48	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
48.52/48.97	c 49	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
49.13/49.51	c 49	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
49.62/50.02	c 50	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
50.11/50.56	c 51	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
50.57/51.10	c 51	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
87.61/88.79	c 89	7669 (10%) CSP clauses are encoded (6201429 clauses, 139470859 bytes)
124.94/126.55	c 127	15338 (20%) CSP clauses are encoded (10405372 clauses, 249759195 bytes)
154.32/156.32	c 156	23007 (30%) CSP clauses are encoded (14360487 clauses, 355302529 bytes)
181.47/183.91	c 184	30675 (40%) CSP clauses are encoded (18214012 clauses, 457876400 bytes)
210.38/213.47	c 213	38344 (50%) CSP clauses are encoded (22371606 clauses, 568545420 bytes)
242.29/245.85	c 246	46013 (60%) CSP clauses are encoded (26506436 clauses, 678886150 bytes)
270.83/274.74	c 275	53681 (70%) CSP clauses are encoded (30346420 clauses, 781826826 bytes)
299.43/304.03	c 304	61350 (80%) CSP clauses are encoded (34357336 clauses, 888666921 bytes)
328.05/334.44	c 334	69019 (90%) CSP clauses are encoded (38285200 clauses, 992932909 bytes)
356.94/364.15	c 364	76687 (100%) CSP clauses are encoded (42259455 clauses, 1098982626 bytes)
356.94/364.15	c 364	76687 CSP clauses encoded
356.94/364.18	c 364	Writing map file : HOME/temp.map
357.07/364.34	c 364	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
357.07/364.34	c 364	SAT : 2536833 SAT variables, 42259455 SAT clauses, 1098982626 bytes
357.07/364.34	c 364	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
357.12/364.42	c 364	SOLVING HOME/temp.cnf
357.12/364.42	c 364	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
357.14/364.55	c 365	This is MiniSat 2.0 beta
357.14/364.55	c 365	WARNING: for repeatability, setting FPU to use double precision
357.14/364.56	c 365	============================[ Problem Statistics ]=============================
357.14/364.56	c 365	|                                                                             |
357.14/364.60	c 365	|  Number of variables:  2536833                                              |
357.14/364.60	c 365	|  Number of clauses:    42259455                                             |
368.51/390.21	c ERROR INTERRUPTED
368.62/390.36	s UNKNOWN
368.62/390.36	c 390	CPU 357.15 (0.06 0.02 349.21 7.86)
368.62/390.36	c 390	END Sun Jul 12 07:58:59 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-2083666-1247377949/watcher-2083666-1247377949 -o /tmp/evaluation-result-2083666-1247377949/solver-2083666-1247377949 -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-2083666-1247377949.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.23 2.34 2.39 4/82 23596
/proc/meminfo: memFree=973472/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=8540 CPUtime=0
/proc/23596/stat : 23596 (sugar) R 23594 23596 23313 0 -1 4194304 70 0 0 0 0 0 0 0 20 0 1 0 24861151 8744960 55 996147200 4194304 4206940 548682068608 18446744073709551615 233586095497 0 0 4096 0 0 0 0 17 1 0 0
/proc/23596/statm: 2135 55 41 3 0 55 0

[startup+0.094862 s]
/proc/loadavg: 2.23 2.34 2.39 4/82 23596
/proc/meminfo: memFree=973472/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.07
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102868 s]
/proc/loadavg: 2.23 2.34 2.39 4/82 23596
/proc/meminfo: memFree=973472/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.07
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302904 s]
/proc/loadavg: 2.23 2.34 2.39 4/82 23596
/proc/meminfo: memFree=973472/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.07
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702977 s]
/proc/loadavg: 2.23 2.34 2.39 4/82 23596
/proc/meminfo: memFree=973472/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.07
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50112 s]
/proc/loadavg: 2.23 2.34 2.39 3/93 23618
/proc/meminfo: memFree=950472/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.9
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1309 9072 0 1 5 2 76 7 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
[pid=23609] ppid=23596 vsize=5356 CPUtime=0
/proc/23609/stat : 23609 (sh) S 23596 23596 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24861244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23609/statm: 1339 233 193 169 0 50 0
[pid=23610] ppid=23609 vsize=864192 CPUtime=0.55
/proc/23610/stat : 23610 (java) S 23609 23596 23313 0 -1 0 6160 0 1 0 52 3 0 0 18 0 9 0 24861245 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23610/statm: 216048 5393 2565 9 0 210553 0
[pid=23610/tid=23611] ppid=23609 vsize=864192 CPUtime=0.37
/proc/23610/task/23611/stat : 23611 (java) R 23609 23596 23313 0 -1 64 2665 0 1 0 36 1 0 0 22 0 9 0 24861246 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4126540216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23612] ppid=23609 vsize=864192 CPUtime=0.09
/proc/23610/task/23612/stat : 23612 (java) S 23609 23596 23313 0 -1 64 2470 0 0 0 9 0 0 0 16 0 9 0 24861247 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23613] ppid=23609 vsize=864192 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23614] ppid=23609 vsize=864192 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24861247 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=864192 CPUtime=0
/proc/23610/task/23615/stat : 23615 (java) S 23609 23596 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24861249 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23616] ppid=23609 vsize=864192 CPUtime=0.06
/proc/23610/task/23616/stat : 23616 (java) S 23609 23596 23313 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 24861249 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23617] ppid=23609 vsize=864192 CPUtime=0
/proc/23610/task/23617/stat : 23617 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24861249 884932608 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23618] ppid=23609 vsize=864192 CPUtime=0
/proc/23610/task/23618/stat : 23618 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24861249 884932608 5393 996147200 134512640 134550932 4294955936 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) 886416

[startup+3.10241 s]
/proc/loadavg: 2.23 2.34 2.39 3/93 23618
/proc/meminfo: memFree=920904/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.9
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1309 9072 0 1 5 2 76 7 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
[pid=23609] ppid=23596 vsize=5356 CPUtime=0
/proc/23609/stat : 23609 (sh) S 23596 23596 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24861244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23609/statm: 1339 233 193 169 0 50 0
[pid=23610] ppid=23609 vsize=868488 CPUtime=2.15
/proc/23610/stat : 23610 (java) S 23609 23596 23313 0 -1 0 7793 0 1 0 208 7 0 0 18 0 9 0 24861245 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23610/statm: 217122 6829 2566 9 0 211627 0
[pid=23610/tid=23611] ppid=23609 vsize=868488 CPUtime=1.76
/proc/23610/task/23611/stat : 23611 (java) R 23609 23596 23313 0 -1 64 2837 0 1 0 173 3 0 0 25 0 9 0 24861246 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4126505561 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23612] ppid=23609 vsize=868488 CPUtime=0.19
/proc/23610/task/23612/stat : 23612 (java) S 23609 23596 23313 0 -1 64 2780 0 0 0 17 2 0 0 16 0 9 0 24861247 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23613] ppid=23609 vsize=868488 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23614] ppid=23609 vsize=868488 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24861247 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=868488 CPUtime=0
/proc/23610/task/23615/stat : 23615 (java) S 23609 23596 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24861249 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23616] ppid=23609 vsize=868488 CPUtime=0.16
/proc/23610/task/23616/stat : 23616 (java) S 23609 23596 23313 0 -1 64 1477 0 0 0 16 0 0 0 15 0 9 0 24861249 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23617] ppid=23609 vsize=868488 CPUtime=0
/proc/23610/task/23617/stat : 23617 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24861249 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23618] ppid=23609 vsize=868488 CPUtime=0
/proc/23610/task/23618/stat : 23618 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24861249 889331712 6829 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 890712

[startup+6.30199 s]
/proc/loadavg: 2.29 2.36 2.39 3/93 23618
/proc/meminfo: memFree=868552/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.9
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1309 9072 0 1 5 2 76 7 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
[pid=23609] ppid=23596 vsize=5356 CPUtime=0
/proc/23609/stat : 23609 (sh) S 23596 23596 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24861244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23609/statm: 1339 233 193 169 0 50 0
[pid=23610] ppid=23609 vsize=868572 CPUtime=5.3
/proc/23610/stat : 23610 (java) S 23609 23596 23313 0 -1 0 9304 0 1 0 517 13 0 0 18 0 9 0 24861245 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23610/statm: 217143 7976 2566 9 0 211648 0
[pid=23610/tid=23611] ppid=23609 vsize=868572 CPUtime=4.63
/proc/23610/task/23611/stat : 23611 (java) R 23609 23596 23313 0 -1 64 3185 0 1 0 458 5 0 0 25 0 9 0 24861246 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4126537398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23612] ppid=23609 vsize=868572 CPUtime=0.45
/proc/23610/task/23612/stat : 23612 (java) S 23609 23596 23313 0 -1 64 3936 0 0 0 40 5 0 0 16 0 9 0 24861247 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23613] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23614] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24861247 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23615/stat : 23615 (java) S 23609 23596 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24861249 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23616] ppid=23609 vsize=868572 CPUtime=0.17
/proc/23610/task/23616/stat : 23616 (java) S 23609 23596 23313 0 -1 64 1484 0 0 0 17 0 0 0 15 0 9 0 24861249 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23617] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23617/stat : 23617 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24861249 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23618] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23618/stat : 23618 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24861249 889417728 7976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890796

[startup+12.7022 s]
/proc/loadavg: 2.35 2.37 2.40 3/93 23618
/proc/meminfo: memFree=760840/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.9
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1309 9072 0 1 5 2 76 7 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
[pid=23609] ppid=23596 vsize=5356 CPUtime=0
/proc/23609/stat : 23609 (sh) S 23596 23596 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24861244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23609/statm: 1339 233 193 169 0 50 0
[pid=23610] ppid=23609 vsize=868572 CPUtime=11.61
/proc/23610/stat : 23610 (java) S 23609 23596 23313 0 -1 0 12279 0 1 0 1142 19 0 0 18 0 9 0 24861245 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23610/statm: 217143 9753 2567 9 0 211648 0
[pid=23610/tid=23611] ppid=23609 vsize=868572 CPUtime=10.45
/proc/23610/task/23611/stat : 23611 (java) R 23609 23596 23313 0 -1 64 3789 0 1 0 1038 7 0 0 25 0 9 0 24861246 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4126448586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23612] ppid=23609 vsize=868572 CPUtime=0.95
/proc/23610/task/23612/stat : 23612 (java) S 23609 23596 23313 0 -1 64 6306 0 0 0 85 10 0 0 16 0 9 0 24861247 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23613] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23614] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24861247 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23615/stat : 23615 (java) S 23609 23596 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24861249 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23616] ppid=23609 vsize=868572 CPUtime=0.18
/proc/23610/task/23616/stat : 23616 (java) S 23609 23596 23313 0 -1 64 1485 0 0 0 18 0 0 0 15 0 9 0 24861249 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23617] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23617/stat : 23617 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24861249 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23618] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23618/stat : 23618 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24861249 889417728 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890796

[startup+25.5025 s]
/proc/loadavg: 2.27 2.35 2.39 3/93 23618
/proc/meminfo: memFree=607240/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.9
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1310 9072 0 1 5 2 76 7 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
[pid=23609] ppid=23596 vsize=5356 CPUtime=0
/proc/23609/stat : 23609 (sh) S 23596 23596 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24861244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23609/statm: 1339 233 193 169 0 50 0
[pid=23610] ppid=23609 vsize=868572 CPUtime=24.33
/proc/23610/stat : 23610 (java) S 23609 23596 23313 0 -1 0 18526 0 1 0 2400 33 0 0 18 0 9 0 24861245 889417728 14083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23610/statm: 217143 14083 2567 9 0 211648 0
[pid=23610/tid=23611] ppid=23609 vsize=868572 CPUtime=22.09
/proc/23610/task/23611/stat : 23611 (java) R 23609 23596 23313 0 -1 64 4758 0 1 0 2197 12 0 0 25 0 9 0 24861246 889417728 14083 996147200 134512640 134550932 4294955936 18446744073709551615 4126562907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23612] ppid=23609 vsize=868572 CPUtime=2.02
/proc/23610/task/23612/stat : 23612 (java) S 23609 23596 23313 0 -1 64 11581 0 0 0 183 19 0 0 16 0 9 0 24861247 889417728 14083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23613] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 889417728 14083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23614] ppid=23609 vsize=868572 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24861247 889417728 14083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=868572 CPUtime=0

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

[pid=23610/tid=23613] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23614] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23615/stat : 23615 (java) S 23609 23596 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23616] ppid=23609 vsize=868684 CPUtime=0.26
/proc/23610/task/23616/stat : 23616 (java) S 23609 23596 23313 0 -1 64 1536 0 0 0 25 1 0 0 15 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23617] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23617/stat : 23617 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23618] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23618/stat : 23618 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.16
Current children cumulated vsize (KiB) 890908

[startup+282.303 s]
/proc/loadavg: 2.31 2.27 2.34 3/93 23618
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.9
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1310 9072 0 1 5 2 76 7 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
[pid=23609] ppid=23596 vsize=5356 CPUtime=0
/proc/23609/stat : 23609 (sh) S 23596 23596 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24861244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23609/statm: 1339 233 193 169 0 50 0
[pid=23610] ppid=23609 vsize=868684 CPUtime=277.34
/proc/23610/stat : 23610 (java) S 23609 23596 23313 0 -1 0 25163 0 1 0 27150 584 0 0 18 0 9 0 24861245 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23610/statm: 217171 15420 2593 9 0 211648 0
[pid=23610/tid=23611] ppid=23609 vsize=868684 CPUtime=272.22
/proc/23610/task/23611/stat : 23611 (java) R 23609 23596 23313 0 -1 64 10105 0 1 0 26696 526 0 0 25 0 9 0 24861246 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4127057537 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23612] ppid=23609 vsize=868684 CPUtime=4.83
/proc/23610/task/23612/stat : 23612 (java) S 23609 23596 23313 0 -1 64 12823 0 0 0 427 56 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23613] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23614] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23615/stat : 23615 (java) S 23609 23596 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23616] ppid=23609 vsize=868684 CPUtime=0.26
/proc/23610/task/23616/stat : 23616 (java) S 23609 23596 23313 0 -1 64 1536 0 0 0 25 1 0 0 15 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23617] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23617/stat : 23617 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23618] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23618/stat : 23618 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.24
Current children cumulated vsize (KiB) 890908

[startup+342.302 s]
/proc/loadavg: 2.16 2.23 2.32 3/93 23618
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=0.9
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1310 9072 0 1 5 2 76 7 16 0 1 0 24861151 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1111 409 3 0 796 0
[pid=23609] ppid=23596 vsize=5356 CPUtime=0
/proc/23609/stat : 23609 (sh) S 23596 23596 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24861244 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23609/statm: 1339 233 193 169 0 50 0
[pid=23610] ppid=23609 vsize=868684 CPUtime=334.87
/proc/23610/stat : 23610 (java) S 23609 23596 23313 0 -1 0 26527 0 1 0 32759 728 0 0 18 0 9 0 24861245 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23610/statm: 217171 15420 2593 9 0 211648 0
[pid=23610/tid=23611] ppid=23609 vsize=868684 CPUtime=329.12
/proc/23610/task/23611/stat : 23611 (java) R 23609 23596 23313 0 -1 64 11469 0 1 0 32251 661 0 0 25 0 9 0 24861246 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4126537398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23612] ppid=23609 vsize=868684 CPUtime=5.47
/proc/23610/task/23612/stat : 23612 (java) S 23609 23596 23313 0 -1 64 12823 0 0 0 482 65 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23613] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23613/stat : 23613 (java) S 23609 23596 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23614] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23614/stat : 23614 (java) S 23609 23596 23313 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24861247 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23615] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23615/stat : 23615 (java) S 23609 23596 23313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23616] ppid=23609 vsize=868684 CPUtime=0.26
/proc/23610/task/23616/stat : 23616 (java) S 23609 23596 23313 0 -1 64 1536 0 0 0 25 1 0 0 15 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23610/tid=23617] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23617/stat : 23617 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23610/tid=23618] ppid=23609 vsize=868684 CPUtime=0
/proc/23610/task/23618/stat : 23618 (java) S 23609 23596 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24861249 889532416 15420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 335.77
Current children cumulated vsize (KiB) 890908



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+390.201 s]
/proc/loadavg: 2.18 2.22 2.31 2/85 23620
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=357.14
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1378 36407 0 3 6 2 34921 785 16 0 1 0 24861151 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1115 409 3 0 796 0
[pid=23619] ppid=23596 vsize=5356 CPUtime=0
/proc/23619/stat : 23619 (sh) S 23596 23596 23313 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24897593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23619/statm: 1339 232 193 169 0 50 0
[pid=23620] ppid=23619 vsize=912624 CPUtime=11.37
/proc/23620/stat : 23620 (minisat) D 23619 23596 23313 0 -1 4194304 211604 0 6 0 957 180 0 0 18 0 1 0 24897601 934526976 211596 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/23620/statm: 228156 211596 62 150 0 228003 0
Current children cumulated CPU time (s) 368.51
Current children cumulated vsize (KiB) 934848

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

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

[startup+390.319 s]
/proc/loadavg: 2.18 2.22 2.31 2/85 23620
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=357.14
/proc/23596/stat : 23596 (sugar) S 23594 23596 23313 0 -1 4194304 1400 36407 0 3 6 2 34921 785 16 0 1 0 24861151 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23596/statm: 4217 1115 409 3 0 796 0
[pid=23619] ppid=23596 vsize=0 CPUtime=0
/proc/23619/stat : 23619 (sh) Z 23596 23596 23313 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24897593 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23619/statm: 0 0 0 0 0 0 0
[pid=23620] ppid=1 vsize=0 CPUtime=11.48
/proc/23620/stat : 23620 (minisat) R 1 23596 23313 0 -1 4195332 211604 0 6 0 957 191 0 0 18 0 1 0 24897601 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23620/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 368.62
Current children cumulated vsize (KiB) 16868

[startup+390.402 s]
/proc/loadavg: 2.18 2.22 2.31 3/84 23621
/proc/meminfo: memFree=961424/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=357.18
/proc/23596/stat : 23596 (sugar) R 23594 23596 23313 0 -1 4194304 1425 36683 0 4 6 5 34921 786 16 0 1 0 24861151 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23596/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 357.18
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+391.002 s]
/proc/loadavg: 2.18 2.22 2.31 3/84 23621
/proc/meminfo: memFree=961424/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=357.35
/proc/23596/stat : 23596 (sugar) D 23594 23596 23313 0 -1 4194304 1425 36683 0 4 6 22 34921 786 18 0 1 0 24861151 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23596/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 357.35
Current children cumulated vsize (KiB) 16868

[startup+391.202 s]
/proc/loadavg: 2.18 2.22 2.31 3/84 23621
/proc/meminfo: memFree=961424/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=357.36
/proc/23596/stat : 23596 (sugar) R 23594 23596 23313 0 -1 4194304 1425 36683 0 4 6 23 34921 786 18 0 1 0 24861151 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23596/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 357.36
Current children cumulated vsize (KiB) 16868

[startup+391.302 s]
/proc/loadavg: 2.18 2.22 2.31 3/84 23621
/proc/meminfo: memFree=961424/2055920 swapFree=4192812/4192956
[pid=23596] ppid=23594 vsize=16868 CPUtime=357.36
/proc/23596/stat : 23596 (sugar) D 23594 23596 23313 0 -1 4194304 1425 36683 0 4 6 23 34921 786 18 0 1 0 24861151 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23596/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 357.36
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 391.374
CPU time (s): 368.85
CPU user time (s): 358.85
CPU system time (s): 9.99976
CPU usage (%): 94.2449
Max. virtual memory (cumulated for all children) (KiB): 934848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.28
system time used= 8.12976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38167
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89059
involuntary context switches= 93570

runsolver used 0.526919 second user time and 1.45478 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 07:52:29
IDJOB=2083666
IDBENCH=57890
IDSOLVER=739
FILE ID=node27/2083666-1247377949
PBS_JOBID= 9507159
Free space on /tmp= 65740 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-1.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-2083666-1247377949/watcher-2083666-1247377949 -o /tmp/evaluation-result-2083666-1247377949/solver-2083666-1247377949 -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-2083666-1247377949.xml

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

MD5SUM BENCH= 5b6f3d81a66e437062b2495198dba4e6
RANDOM SEED=638380222

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:        974016 kB
Buffers:          6424 kB
Cached:         647056 kB
SwapCached:          0 kB
Active:         996600 kB
Inactive:        19668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        974016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          205828 kB
Writeback:           0 kB
Mapped:         384088 kB
Slab:            50084 kB
Committed_AS:   742712 kB
PageTables:       2568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64356 MiB
End job on node27 at 2009-07-12 07:59:01