Trace number 2083676

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) 500.196 510.411

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-4.xml
MD5SUMb49d49cefe14b8da913a5e29ecc6d023
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 benchmark25.986
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.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 07:53:12 2009
0.02/0.07	c 0	PID 26955
0.02/0.07	c 0	HOST node92.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2083676-1247377992.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083676-1247377992.xml' 'HOME/temp.csp'
0.06/0.86	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.06/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	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.06/0.98	c 1	Parsing HOME/temp.csp
1.10/1.21	c 1	parsed 10000 expressions
1.10/1.21	c 1	parsed 10027 expressions
1.10/1.22	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.22	c 1	Converting to clausal form CSP
3.10/3.22	c 3	converted 1003 (10%) expressions
5.98/6.12	c 6	converted 2006 (20%) expressions
8.37/8.53	c 8	converted 3009 (30%) expressions
10.46/10.66	c 11	converted 4011 (40%) expressions
12.65/12.90	c 13	converted 5014 (50%) expressions
14.94/15.18	c 15	converted 6017 (60%) expressions
17.02/17.28	c 17	converted 7019 (70%) expressions
19.21/19.41	c 19	converted 8022 (80%) expressions
21.51/21.75	c 22	converted 9025 (90%) expressions
23.59/23.89	c 24	converted 10027 (100%) expressions
23.59/23.89	c 24	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
23.59/23.89	c 24	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.59/23.89	c 24	Propagation in CSP
24.39/24.68	c 25	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.39/24.68	c 25	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
24.39/24.68	c 25	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.49/24.70	c 25	Simplifing CSP by introducing new Boolean variables
24.58/24.81	c 25	CSP : 1092 integers, 46739 booleans, 76687 clauses, largest domain size 4101
24.58/24.81	c 25	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.78/25.07	c 25	Encoding CSP to SAT : HOME/temp.cnf
28.87/29.19	c 29	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
32.84/33.12	c 33	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
37.02/37.39	c 37	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
41.00/41.32	c 41	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
45.18/45.55	c 45	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
45.78/46.17	c 46	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
46.27/46.68	c 47	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
46.77/47.16	c 47	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
47.26/47.69	c 48	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
47.76/48.16	c 48	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
82.98/84.29	c 84	7669 (10%) CSP clauses are encoded (6203765 clauses, 139532295 bytes)
118.51/120.04	c 120	15338 (20%) CSP clauses are encoded (10410642 clauses, 249898245 bytes)
146.39/148.57	c 148	23007 (30%) CSP clauses are encoded (14368199 clauses, 355507775 bytes)
172.18/175.23	c 175	30675 (40%) CSP clauses are encoded (18224484 clauses, 458156143 bytes)
199.73/203.01	c 203	38344 (50%) CSP clauses are encoded (22385071 clauses, 568905926 bytes)
230.07/234.15	c 234	46013 (60%) CSP clauses are encoded (26522813 clauses, 679325520 bytes)
257.31/262.18	c 262	53681 (70%) CSP clauses are encoded (30365957 clauses, 782351900 bytes)
284.69/290.13	c 290	61350 (80%) CSP clauses are encoded (34379998 clauses, 889276118 bytes)
312.02/317.70	c 318	69019 (90%) CSP clauses are encoded (38311642 clauses, 993644133 bytes)
339.46/345.44	c 345	76687 (100%) CSP clauses are encoded (42289380 clauses, 1099788003 bytes)
339.46/345.44	c 345	76687 CSP clauses encoded
339.46/345.44	c 345	Writing map file : HOME/temp.map
339.55/345.57	c 346	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
339.55/345.57	c 346	SAT : 2536833 SAT variables, 42289380 SAT clauses, 1099788003 bytes
339.55/345.57	c 346	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
339.63/345.61	c 346	SOLVING HOME/temp.cnf
339.63/345.62	c 346	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
500.06/507.61	c ERROR INTERRUPTED
500.18/507.74	s UNKNOWN
500.18/507.74	c 508	CPU 339.67 (0.06 0.02 332.58 7.01)
500.18/507.74	c 508	END Sun Jul 12 08:01:40 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-2083676-1247377992/watcher-2083676-1247377992 -o /tmp/evaluation-result-2083676-1247377992/solver-2083676-1247377992 -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-2083676-1247377992.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.91 1.98 1.99 4/81 26955
/proc/meminfo: memFree=1248680/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=12272 CPUtime=0
/proc/26955/stat : 26955 (sugar) R 26953 26955 25722 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24864219 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251279407717 0 0 4224 0 0 0 0 17 1 0 0
/proc/26955/statm: 3068 327 246 3 0 168 0

[startup+0.032093 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 26955
/proc/meminfo: memFree=1248680/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=13204 CPUtime=0.02
/proc/26955/stat : 26955 (sugar) R 26953 26955 25722 0 -1 4194304 698 0 0 0 2 0 0 0 18 0 1 0 24864219 13520896 666 996147200 4194304 4206940 548682068608 18446744073709551615 251279086305 0 0 4224 0 0 0 0 17 1 0 0
/proc/26955/statm: 3301 667 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.1011 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 26955
/proc/meminfo: memFree=1248680/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.06
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301126 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 26955
/proc/meminfo: memFree=1248680/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.06
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701175 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 26955
/proc/meminfo: memFree=1248680/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.06
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50127 s]
/proc/loadavg: 1.91 1.98 1.99 4/92 26977
/proc/meminfo: memFree=1240784/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.84
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1309 9072 0 1 5 1 72 6 15 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
[pid=26968] ppid=26955 vsize=5356 CPUtime=0
/proc/26968/stat : 26968 (sh) S 26955 26955 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24864310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26968/statm: 1339 233 193 169 0 50 0
[pid=26969] ppid=26968 vsize=864364 CPUtime=0.57
/proc/26969/stat : 26969 (java) S 26968 26955 25722 0 -1 0 6157 0 1 0 54 3 0 0 20 0 9 0 24864310 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26969/statm: 216091 5432 2565 9 0 210596 0
[pid=26969/tid=26970] ppid=26968 vsize=864364 CPUtime=0.39
/proc/26969/task/26970/stat : 26970 (java) R 26968 26955 25722 0 -1 64 2665 0 1 0 38 1 0 0 25 0 9 0 24864311 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4126501901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26971] ppid=26968 vsize=864364 CPUtime=0.09
/proc/26969/task/26971/stat : 26971 (java) S 26968 26955 25722 0 -1 64 2473 0 0 0 9 0 0 0 16 0 9 0 24864312 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26972] ppid=26968 vsize=864364 CPUtime=0
/proc/26969/task/26972/stat : 26972 (java) S 26968 26955 25722 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24864312 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26973] ppid=26968 vsize=864364 CPUtime=0
/proc/26969/task/26973/stat : 26973 (java) S 26968 26955 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24864312 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26974] ppid=26968 vsize=864364 CPUtime=0
/proc/26969/task/26974/stat : 26974 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26975] ppid=26968 vsize=864364 CPUtime=0.06
/proc/26969/task/26975/stat : 26975 (java) S 26968 26955 25722 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 24864314 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26976] ppid=26968 vsize=864364 CPUtime=0
/proc/26969/task/26976/stat : 26976 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26977] ppid=26968 vsize=864364 CPUtime=0
/proc/26969/task/26977/stat : 26977 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24864314 885108736 5432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886588

[startup+3.10248 s]
/proc/loadavg: 1.91 1.98 1.99 3/92 26977
/proc/meminfo: memFree=1228496/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.84
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1309 9072 0 1 5 1 72 6 15 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
[pid=26968] ppid=26955 vsize=5356 CPUtime=0
/proc/26968/stat : 26968 (sh) S 26955 26955 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24864310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26968/statm: 1339 233 193 169 0 50 0
[pid=26969] ppid=26968 vsize=868516 CPUtime=2.16
/proc/26969/stat : 26969 (java) S 26968 26955 25722 0 -1 0 7785 0 1 0 211 5 0 0 20 0 9 0 24864310 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26969/statm: 217129 6852 2566 9 0 211634 0
[pid=26969/tid=26970] ppid=26968 vsize=868516 CPUtime=1.79
/proc/26969/task/26970/stat : 26970 (java) R 26968 26955 25722 0 -1 64 2849 0 1 0 177 2 0 0 25 0 9 0 24864311 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4126505878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26971] ppid=26968 vsize=868516 CPUtime=0.19
/proc/26969/task/26971/stat : 26971 (java) S 26968 26955 25722 0 -1 64 2803 0 0 0 18 1 0 0 16 0 9 0 24864312 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26972] ppid=26968 vsize=868516 CPUtime=0
/proc/26969/task/26972/stat : 26972 (java) S 26968 26955 25722 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24864312 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26973] ppid=26968 vsize=868516 CPUtime=0
/proc/26969/task/26973/stat : 26973 (java) S 26968 26955 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24864312 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26974] ppid=26968 vsize=868516 CPUtime=0
/proc/26969/task/26974/stat : 26974 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26975] ppid=26968 vsize=868516 CPUtime=0.15
/proc/26969/task/26975/stat : 26975 (java) S 26968 26955 25722 0 -1 64 1434 0 0 0 15 0 0 0 15 0 9 0 24864314 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26976] ppid=26968 vsize=868516 CPUtime=0
/proc/26969/task/26976/stat : 26976 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26977] ppid=26968 vsize=868516 CPUtime=0
/proc/26969/task/26977/stat : 26977 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24864314 889360384 6852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890740

[startup+6.30288 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 26977
/proc/meminfo: memFree=1223568/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.84
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1309 9072 0 1 5 1 72 6 16 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
[pid=26968] ppid=26955 vsize=5356 CPUtime=0
/proc/26968/stat : 26968 (sh) S 26955 26955 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24864310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26968/statm: 1339 233 193 169 0 50 0
[pid=26969] ppid=26968 vsize=868600 CPUtime=5.34
/proc/26969/stat : 26969 (java) S 26968 26955 25722 0 -1 0 9518 0 1 0 526 8 0 0 20 0 9 0 24864310 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26969/statm: 217150 8189 2566 9 0 211655 0
[pid=26969/tid=26970] ppid=26968 vsize=868600 CPUtime=4.69
/proc/26969/task/26970/stat : 26970 (java) R 26968 26955 25722 0 -1 64 3229 0 1 0 466 3 0 0 25 0 9 0 24864311 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4126506091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26971] ppid=26968 vsize=868600 CPUtime=0.46
/proc/26969/task/26971/stat : 26971 (java) S 26968 26955 25722 0 -1 64 4148 0 0 0 43 3 0 0 16 0 9 0 24864312 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26972] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26972/stat : 26972 (java) S 26968 26955 25722 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24864312 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26973] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26973/stat : 26973 (java) S 26968 26955 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24864312 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26974] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26974/stat : 26974 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26975] ppid=26968 vsize=868600 CPUtime=0.16
/proc/26969/task/26975/stat : 26975 (java) S 26968 26955 25722 0 -1 64 1442 0 0 0 16 0 0 0 16 0 9 0 24864314 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26976] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26976/stat : 26976 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26977] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26977/stat : 26977 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24864314 889446400 8189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890824

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 26977
/proc/meminfo: memFree=1215248/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.84
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1309 9072 0 1 5 1 72 6 16 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
[pid=26968] ppid=26955 vsize=5356 CPUtime=0
/proc/26968/stat : 26968 (sh) S 26955 26955 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24864310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26968/statm: 1339 233 193 169 0 50 0
[pid=26969] ppid=26968 vsize=868600 CPUtime=11.71
/proc/26969/stat : 26969 (java) S 26968 26955 25722 0 -1 0 11989 0 1 0 1156 15 0 0 20 0 9 0 24864310 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26969/statm: 217150 10080 2567 9 0 211655 0
[pid=26969/tid=26970] ppid=26968 vsize=868600 CPUtime=10.4
/proc/26969/task/26970/stat : 26970 (java) R 26968 26955 25722 0 -1 64 3954 0 1 0 1035 5 0 0 25 0 9 0 24864311 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4126506560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26971] ppid=26968 vsize=868600 CPUtime=1.12
/proc/26969/task/26971/stat : 26971 (java) S 26968 26955 25722 0 -1 64 5894 0 0 0 104 8 0 0 16 0 9 0 24864312 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26972] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26972/stat : 26972 (java) S 26968 26955 25722 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24864312 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26973] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26973/stat : 26973 (java) S 26968 26955 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24864312 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26974] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26974/stat : 26974 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26975] ppid=26968 vsize=868600 CPUtime=0.16
/proc/26969/task/26975/stat : 26975 (java) S 26968 26955 25722 0 -1 64 1442 0 0 0 16 0 0 0 15 0 9 0 24864314 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26976] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26976/stat : 26976 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26977] ppid=26968 vsize=868600 CPUtime=0
/proc/26969/task/26977/stat : 26977 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24864314 889446400 10080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890824

[startup+25.5023 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 26977
/proc/meminfo: memFree=1193360/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.84
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1310 9072 0 1 5 1 72 6 15 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
[pid=26968] ppid=26955 vsize=5356 CPUtime=0
/proc/26968/stat : 26968 (sh) S 26955 26955 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24864310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26968/statm: 1339 233 193 169 0 50 0
[pid=26969] ppid=26968 vsize=868712 CPUtime=24.44
/proc/26969/stat : 26969 (java) S 26968 26955 25722 0 -1 0 18210 0 1 0 2421 23 0 0 20 0 9 0 24864310 889561088 15344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26969/statm: 217178 15344 2592 9 0 211655 0
[pid=26969/tid=26970] ppid=26968 vsize=868712 CPUtime=21.91
/proc/26969/task/26970/stat : 26970 (java) R 26968 26955 25722 0 -1 64 4826 0 1 0 2184 7 0 0 25 0 9 0 24864311 889561088 15344 996147200 134512640 134550932 4294955936 18446744073709551615 4126990053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26971] ppid=26968 vsize=868712 CPUtime=2.29
/proc/26969/task/26971/stat : 26971 (java) S 26968 26955 25722 0 -1 64 11211 0 0 0 215 14 0 0 15 0 9 0 24864312 889561088 15344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26972] ppid=26968 vsize=868712 CPUtime=0
/proc/26969/task/26972/stat : 26972 (java) S 26968 26955 25722 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24864312 889561088 15344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26973] ppid=26968 vsize=868712 CPUtime=0
/proc/26969/task/26973/stat : 26973 (java) S 26968 26955 25722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24864312 889561088 15344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26974] ppid=26968 vsize=868712 CPUtime=0

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

Current children cumulated CPU time (s) 276.95
Current children cumulated vsize (KiB) 890936

[startup+342.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/92 26977
/proc/meminfo: memFree=104336/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=0.85
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1310 9072 0 1 6 1 72 6 16 0 1 0 24864219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26955/statm: 4217 1111 409 3 0 796 0
[pid=26968] ppid=26955 vsize=5356 CPUtime=0
/proc/26968/stat : 26968 (sh) S 26955 26955 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24864310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26968/statm: 1339 233 193 169 0 50 0
[pid=26969] ppid=26968 vsize=868712 CPUtime=335.54
/proc/26969/stat : 26969 (java) S 26968 26955 25722 0 -1 0 25278 0 1 0 32870 684 0 0 20 0 9 0 24864310 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26969/statm: 217178 15372 2593 9 0 211655 0
[pid=26969/tid=26970] ppid=26968 vsize=868712 CPUtime=329.57
/proc/26969/task/26970/stat : 26970 (java) R 26968 26955 25722 0 -1 64 11869 0 1 0 32333 624 0 0 25 0 9 0 24864311 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4126537910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26969/tid=26971] ppid=26968 vsize=868712 CPUtime=5.69
/proc/26969/task/26971/stat : 26971 (java) S 26968 26955 25722 0 -1 64 11216 0 0 0 512 57 0 0 16 0 9 0 24864312 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26969/tid=26972] ppid=26968 vsize=868712 CPUtime=0
/proc/26969/task/26972/stat : 26972 (java) S 26968 26955 25722 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24864312 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26973] ppid=26968 vsize=868712 CPUtime=0
/proc/26969/task/26973/stat : 26973 (java) S 26968 26955 25722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24864312 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26974] ppid=26968 vsize=868712 CPUtime=0
/proc/26969/task/26974/stat : 26974 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26975] ppid=26968 vsize=868712 CPUtime=0.24
/proc/26969/task/26975/stat : 26975 (java) S 26968 26955 25722 0 -1 64 1494 0 0 0 24 0 0 0 16 0 9 0 24864314 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26976] ppid=26968 vsize=868712 CPUtime=0
/proc/26969/task/26976/stat : 26976 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24864314 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26969/tid=26977] ppid=26968 vsize=868712 CPUtime=0
/proc/26969/task/26977/stat : 26977 (java) S 26968 26955 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24864314 889561088 15372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.39
Current children cumulated vsize (KiB) 890936

[startup+402.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 26979
/proc/meminfo: memFree=16336/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.66
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1367 34743 0 2 6 2 33257 701 16 0 1 0 24864219 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26955/statm: 4217 1115 409 3 0 796 0
[pid=26978] ppid=26955 vsize=5356 CPUtime=0
/proc/26978/stat : 26978 (sh) S 26955 26955 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24898781 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26978/statm: 1339 232 193 169 0 50 0
[pid=26979] ppid=26978 vsize=502404 CPUtime=56.13
/proc/26979/stat : 26979 (picosat) R 26978 26955 25722 0 -1 4194304 96184 0 0 0 2586 3027 0 0 25 0 1 0 24898781 514461696 96170 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/26979/statm: 125601 96170 40 102 0 125496 0
Current children cumulated CPU time (s) 395.79
Current children cumulated vsize (KiB) 524628

[startup+462.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 26979
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.66
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1367 34743 0 2 6 2 33257 701 16 0 1 0 24864219 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26955/statm: 4217 1115 409 3 0 796 0
[pid=26978] ppid=26955 vsize=5356 CPUtime=0
/proc/26978/stat : 26978 (sh) S 26955 26955 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24898781 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26978/statm: 1339 232 193 169 0 50 0
[pid=26979] ppid=26978 vsize=741620 CPUtime=115.51
/proc/26979/stat : 26979 (picosat) R 26978 26955 25722 0 -1 4194304 154262 0 0 0 5340 6211 0 0 25 0 1 0 24898781 759418880 154248 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/26979/statm: 185405 154248 40 102 0 185300 0
Current children cumulated CPU time (s) 455.17
Current children cumulated vsize (KiB) 763844



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+507.602 s]
/proc/loadavg: 2.08 2.04 2.00 3/86 27069
/proc/meminfo: memFree=229248/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.66
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1367 34743 0 2 6 2 33257 701 16 0 1 0 24864219 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26955/statm: 4217 1115 409 3 0 796 0
[pid=26978] ppid=26955 vsize=5356 CPUtime=0
/proc/26978/stat : 26978 (sh) S 26955 26955 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24898781 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26978/statm: 1339 232 193 169 0 50 0
[pid=26979] ppid=26978 vsize=899624 CPUtime=160.4
/proc/26979/stat : 26979 (picosat) R 26978 26955 25722 0 -1 4194304 198707 0 0 0 7420 8620 0 0 25 0 1 0 24898781 921214976 198693 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/26979/statm: 224906 198693 40 102 0 224801 0
Current children cumulated CPU time (s) 500.06
Current children cumulated vsize (KiB) 921848

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

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

[startup+507.72 s]
/proc/loadavg: 2.08 2.04 2.00 3/86 27069
/proc/meminfo: memFree=229248/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.66
/proc/26955/stat : 26955 (sugar) S 26953 26955 25722 0 -1 4194304 1396 34743 0 2 6 2 33257 701 16 0 1 0 24864219 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26955/statm: 4217 1115 409 3 0 796 0
[pid=26978] ppid=26955 vsize=0 CPUtime=0
/proc/26978/stat : 26978 (sh) Z 26955 26955 25722 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24898781 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26978/statm: 0 0 0 0 0 0 0
[pid=26979] ppid=1 vsize=0 CPUtime=160.52
/proc/26979/stat : 26979 (picosat) R 1 26955 25722 0 -1 4195332 198707 0 0 0 7420 8632 0 0 25 0 1 0 24898781 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/26979/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 500.18
Current children cumulated vsize (KiB) 16868

[startup+507.802 s]
/proc/loadavg: 2.08 2.04 2.00 3/86 27069
/proc/meminfo: memFree=229248/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.67
/proc/26955/stat : 26955 (sugar) D 26953 26955 25722 0 -1 4194304 1425 35020 0 2 6 2 33258 701 15 0 1 0 24864219 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26955/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -26955

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

[startup+508.602 s]
/proc/loadavg: 2.08 2.04 2.00 2/85 27070
/proc/meminfo: memFree=1021448/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.67
/proc/26955/stat : 26955 (sugar) D 26953 26955 25722 0 -1 4194304 1425 35020 0 2 6 2 33258 701 16 0 1 0 24864219 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26955/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 16868

[startup+509.401 s]
/proc/loadavg: 2.08 2.04 2.00 2/85 27070
/proc/meminfo: memFree=1013448/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.67
/proc/26955/stat : 26955 (sugar) D 26953 26955 25722 0 -1 4194304 1425 35020 0 2 6 2 33258 701 16 0 1 0 24864219 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26955/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 16868

[startup+510.201 s]
/proc/loadavg: 2.08 2.04 2.00 2/85 27070
/proc/meminfo: memFree=1013448/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.67
/proc/26955/stat : 26955 (sugar) D 26953 26955 25722 0 -1 4194304 1425 35020 0 2 6 2 33258 701 16 0 1 0 24864219 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26955/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 16868

[startup+510.406 s]
/proc/loadavg: 2.15 2.05 2.01 2/84 27070
/proc/meminfo: memFree=1005776/2055920 swapFree=4192812/4192956
[pid=26955] ppid=26953 vsize=16868 CPUtime=339.67
/proc/26955/stat : 26955 (sugar) D 26953 26955 25722 0 -1 4194304 1425 35020 0 2 6 2 33258 701 16 0 1 0 24864219 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26955/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 160.51
#  lost CPU user time (s): 74.19
#  lost CPU system time (s): 86.32

Real time (s): 510.411
CPU time (s): 500.196
CPU user time (s): 406.837
CPU system time (s): 93.3589
CPU usage (%): 97.9988
Max. virtual memory (cumulated for all children) (KiB): 921848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 332.647
system time used= 7.03893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36445
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= 88691
involuntary context switches= 91218

runsolver used 0.612906 second user time and 1.63975 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 07:53:12
IDJOB=2083676
IDBENCH=57895
IDSOLVER=738
FILE ID=node92/2083676-1247377992
PBS_JOBID= 9507137
Free space on /tmp= 66332 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-4.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-2083676-1247377992/watcher-2083676-1247377992 -o /tmp/evaluation-result-2083676-1247377992/solver-2083676-1247377992 -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-2083676-1247377992.xml

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

MD5SUM BENCH= b49d49cefe14b8da913a5e29ecc6d023
RANDOM SEED=356741579

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1249160 kB
Buffers:         28516 kB
Cached:         178136 kB
SwapCached:          0 kB
Active:         647760 kB
Inactive:        98784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         557748 kB
Slab:            44508 kB
Committed_AS:   902504 kB
PageTables:       2912 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= 65196 MiB
End job on node92 at 2009-07-12 08:01:42