Trace number 2084039

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) 348.653 354.229

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-0.xml
MD5SUMd906e0cdeb61b6e1a4851a754c024184
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 benchmark27.4938
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 08:04:39 2009
0.05/0.08	c 0	PID 23026
0.05/0.08	c 0	HOST node2.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2084039-1247378679.xml TO HOME/temp.csp
0.05/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-2084039-1247378679.xml' 'HOME/temp.csp'
1.36/1.42	c 2	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.36/1.44	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.44	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'
1.40/1.52	c 2	Parsing HOME/temp.csp
1.40/1.70	c 2	parsed 10000 expressions
1.40/1.91	c 2	parsed 20000 expressions
1.40/1.91	c 2	parsed 20634 expressions
1.40/1.92	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.92	c 2	Converting to clausal form CSP
2.03/2.11	c 2	converted 2064 (10%) expressions
6.21/6.35	c 7	converted 4127 (20%) expressions
9.80/9.93	c 10	converted 6191 (30%) expressions
13.27/13.49	c 14	converted 8254 (40%) expressions
16.46/16.69	c 17	converted 10317 (50%) expressions
19.45/19.60	c 20	converted 12381 (60%) expressions
22.83/23.05	c 23	converted 14444 (70%) expressions
25.61/25.82	c 26	converted 16508 (80%) expressions
28.10/28.32	c 28	converted 18571 (90%) expressions
30.28/30.54	c 31	converted 20634 (100%) expressions
30.28/30.54	c 31	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
30.28/30.54	c 31	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.28/30.54	c 31	Propagation in CSP
33.07/33.35	c 34	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.07/33.35	c 34	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
33.07/33.35	c 34	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.17/33.40	c 34	Simplifing CSP by introducing new Boolean variables
34.16/34.40	c 35	CSP : 6108 integers, 94126 booleans, 161056 clauses, largest domain size 2895
34.16/34.40	c 35	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.86/35.13	c 35	Encoding CSP to SAT : HOME/temp.cnf
40.82/41.17	c 41	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
46.79/47.12	c 47	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
52.66/53.07	c 53	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
55.64/56.09	c 56	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
57.53/58.00	c 58	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
59.42/59.89	c 60	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
61.38/61.85	c 62	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
63.37/63.82	c 64	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
65.34/65.87	c 66	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
67.42/67.93	c 68	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
92.01/92.87	c 93	16106 (10%) CSP clauses are encoded (15836050 clauses, 338262795 bytes)
113.82/114.98	c 115	32212 (20%) CSP clauses are encoded (20465181 clauses, 464537032 bytes)
135.65/137.00	c 137	48317 (30%) CSP clauses are encoded (24902592 clauses, 585294039 bytes)
159.85/161.54	c 162	64423 (40%) CSP clauses are encoded (30078997 clauses, 726900099 bytes)
181.28/183.21	c 183	80528 (50%) CSP clauses are encoded (34516996 clauses, 848595496 bytes)
204.19/206.40	c 207	96634 (60%) CSP clauses are encoded (39579782 clauses, 987744929 bytes)
226.01/228.56	c 229	112740 (70%) CSP clauses are encoded (44446672 clauses, 1121756038 bytes)
247.24/250.09	c 250	128845 (80%) CSP clauses are encoded (49119469 clauses, 1251623347 bytes)
269.13/272.26	c 272	144951 (90%) CSP clauses are encoded (54196561 clauses, 1395749480 bytes)
290.43/293.81	c 294	161056 (100%) CSP clauses are encoded (59492427 clauses, 1546737897 bytes)
290.43/293.81	c 294	161056 CSP clauses encoded
290.43/293.81	c 294	Writing map file : HOME/temp.map
290.63/294.03	c 294	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
290.63/294.03	c 294	SAT : 11103085 SAT variables, 59492427 SAT clauses, 1546737897 bytes
290.63/294.03	c 294	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
290.68/294.12	c 294	SOLVING HOME/temp.cnf
290.68/294.12	c 294	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
348.02/352.16	c 352	*** picosat: out of memory in 'realloc'
348.11/352.22	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084039-1247378679/watcher-2084039-1247378679 -o /tmp/evaluation-result-2084039-1247378679/solver-2084039-1247378679 -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-2084039-1247378679.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.00 2.08 2.20 4/72 23026
/proc/meminfo: memFree=1845848/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=4708 CPUtime=0
/proc/23026/stat : 23026 (sugar) R 23024 23026 22727 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24935588 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 206378694025 0 0 4096 0 0 0 0 17 1 0 0
/proc/23026/statm: 1177 43 33 3 0 8 0

[startup+0.0627669 s]
/proc/loadavg: 2.00 2.08 2.20 4/72 23026
/proc/meminfo: memFree=1845848/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16080 CPUtime=0.05
/proc/23026/stat : 23026 (sugar) R 23024 23026 22727 0 -1 4194304 939 0 0 0 4 1 0 0 18 0 1 0 24935588 16465920 907 996147200 4194304 4206940 548682068608 18446744073709551615 206398861760 0 0 4224 0 0 0 0 17 1 0 0
/proc/23026/statm: 4020 907 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.104775 s]
/proc/loadavg: 2.00 2.08 2.20 4/72 23026
/proc/meminfo: memFree=1845848/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=0.07
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30181 s]
/proc/loadavg: 2.00 2.08 2.20 4/72 23026
/proc/meminfo: memFree=1845848/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=0.07
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701885 s]
/proc/loadavg: 2.00 2.08 2.20 4/72 23026
/proc/meminfo: memFree=1845848/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=0.07
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50303 s]
/proc/loadavg: 2.00 2.08 2.19 4/83 23038
/proc/meminfo: memFree=1809912/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=1.4
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1292 13137 0 1 6 1 124 9 16 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 16868

[startup+3.10132 s]
/proc/loadavg: 2.00 2.08 2.19 3/83 23048
/proc/meminfo: memFree=1825912/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=1.4
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1309 13137 0 1 6 1 124 9 15 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
[pid=23039] ppid=23026 vsize=5356 CPUtime=0
/proc/23039/stat : 23039 (sh) S 23026 23026 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24935732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23039/statm: 1339 233 193 169 0 50 0
[pid=23040] ppid=23039 vsize=868560 CPUtime=1.63
/proc/23040/stat : 23040 (java) S 23039 23026 22727 0 -1 0 9041 0 1 0 158 5 0 0 18 0 9 0 24935733 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23040/statm: 217140 8079 2570 9 0 211645 0
[pid=23040/tid=23041] ppid=23039 vsize=868560 CPUtime=1.2
/proc/23040/task/23041/stat : 23041 (java) R 23039 23026 22727 0 -1 64 2675 0 1 0 119 1 0 0 25 0 9 0 24935733 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4126507859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23042] ppid=23039 vsize=868560 CPUtime=0.23
/proc/23040/task/23042/stat : 23042 (java) S 23039 23026 22727 0 -1 64 4174 0 0 0 21 2 0 0 16 0 9 0 24935735 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23039 vsize=868560 CPUtime=0
/proc/23040/task/23043/stat : 23043 (java) S 23039 23026 22727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24935735 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23039 vsize=868560 CPUtime=0
/proc/23040/task/23044/stat : 23044 (java) S 23039 23026 22727 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24935735 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23039 vsize=868560 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24935737 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23039 vsize=868560 CPUtime=0.17
/proc/23040/task/23046/stat : 23046 (java) S 23039 23026 22727 0 -1 64 1488 0 0 0 17 0 0 0 15 0 9 0 24935737 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23047] ppid=23039 vsize=868560 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24935737 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23048] ppid=23039 vsize=868560 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24935737 889405440 8079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890784

[startup+6.30291 s]
/proc/loadavg: 2.00 2.08 2.19 3/83 23048
/proc/meminfo: memFree=1811768/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=1.4
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1309 13137 0 1 6 1 124 9 15 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
[pid=23039] ppid=23026 vsize=5356 CPUtime=0
/proc/23039/stat : 23039 (sh) S 23026 23026 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24935732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23039/statm: 1339 233 193 169 0 50 0
[pid=23040] ppid=23039 vsize=868644 CPUtime=4.81
/proc/23040/stat : 23040 (java) S 23039 23026 22727 0 -1 0 12023 0 1 0 473 8 0 0 18 0 9 0 24935733 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23040/statm: 217161 10740 2567 9 0 211666 0
[pid=23040/tid=23041] ppid=23039 vsize=868644 CPUtime=4.02
/proc/23040/task/23041/stat : 23041 (java) R 23039 23026 22727 0 -1 64 3011 0 1 0 400 2 0 0 25 0 9 0 24935733 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4126584248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23042] ppid=23039 vsize=868644 CPUtime=0.57
/proc/23040/task/23042/stat : 23042 (java) S 23039 23026 22727 0 -1 64 6813 0 0 0 53 4 0 0 16 0 9 0 24935735 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23043/stat : 23043 (java) S 23039 23026 22727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24935735 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23044/stat : 23044 (java) S 23039 23026 22727 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24935735 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24935737 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23039 vsize=868644 CPUtime=0.19
/proc/23040/task/23046/stat : 23046 (java) S 23039 23026 22727 0 -1 64 1495 0 0 0 19 0 0 0 15 0 9 0 24935737 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23047] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24935737 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23048] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24935737 889491456 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890868

[startup+12.7011 s]
/proc/loadavg: 2.00 2.08 2.19 3/83 23048
/proc/meminfo: memFree=1788792/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=1.4
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1309 13137 0 1 6 1 124 9 16 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
[pid=23039] ppid=23026 vsize=5356 CPUtime=0
/proc/23039/stat : 23039 (sh) S 23026 23026 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24935732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23039/statm: 1339 233 193 169 0 50 0
[pid=23040] ppid=23039 vsize=868644 CPUtime=11.18
/proc/23040/stat : 23040 (java) S 23039 23026 22727 0 -1 0 20440 0 1 0 1105 13 0 0 18 0 9 0 24935733 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23040/statm: 217161 16339 2568 9 0 211666 0
[pid=23040/tid=23041] ppid=23039 vsize=868644 CPUtime=9.41
/proc/23040/task/23041/stat : 23041 (java) R 23039 23026 22727 0 -1 64 3696 0 1 0 939 2 0 0 25 0 9 0 24935733 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4126448566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23042] ppid=23039 vsize=868644 CPUtime=1.53
/proc/23040/task/23042/stat : 23042 (java) S 23039 23026 22727 0 -1 64 14537 0 0 0 145 8 0 0 16 0 9 0 24935735 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23043/stat : 23043 (java) S 23039 23026 22727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24935735 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23044/stat : 23044 (java) S 23039 23026 22727 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24935735 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24935737 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23039 vsize=868644 CPUtime=0.2
/proc/23040/task/23046/stat : 23046 (java) S 23039 23026 22727 0 -1 64 1503 0 0 0 20 0 0 0 17 0 9 0 24935737 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23047] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24935737 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23048] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24935737 889491456 16339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890868

[startup+25.5024 s]
/proc/loadavg: 2.08 2.09 2.19 3/83 23048
/proc/meminfo: memFree=1742136/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=1.4
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1309 13137 0 1 6 1 124 9 16 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
[pid=23039] ppid=23026 vsize=5356 CPUtime=0
/proc/23039/stat : 23039 (sh) S 23026 23026 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24935732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23039/statm: 1339 233 193 169 0 50 0
[pid=23040] ppid=23039 vsize=868644 CPUtime=23.9
/proc/23040/stat : 23040 (java) S 23039 23026 22727 0 -1 0 33723 0 1 0 2368 22 0 0 18 0 9 0 24935733 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23040/statm: 217161 27431 2568 9 0 211666 0
[pid=23040/tid=23041] ppid=23039 vsize=868644 CPUtime=20.74
/proc/23040/task/23041/stat : 23041 (java) R 23039 23026 22727 0 -1 64 4427 0 1 0 2071 3 0 0 25 0 9 0 24935733 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4126512254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23042] ppid=23039 vsize=868644 CPUtime=2.93
/proc/23040/task/23042/stat : 23042 (java) S 23039 23026 22727 0 -1 64 27086 0 0 0 276 17 0 0 16 0 9 0 24935735 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23043/stat : 23043 (java) S 23039 23026 22727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24935735 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23044/stat : 23044 (java) S 23039 23026 22727 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24935735 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24935737 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23039 vsize=868644 CPUtime=0.2
/proc/23040/task/23046/stat : 23046 (java) S 23039 23026 22727 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 24935737 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23047] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24935737 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23048] ppid=23039 vsize=868644 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24935737 889491456 27431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 890868

[startup+51.1021 s]
/proc/loadavg: 2.05 2.08 2.18 3/83 23048
/proc/meminfo: memFree=1692536/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=1.4
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1310 13137 0 1 6 1 124 9 16 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
[pid=23039] ppid=23026 vsize=5356 CPUtime=0
/proc/23039/stat : 23039 (sh) S 23026 23026 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24935732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23039/statm: 1339 233 193 169 0 50 0
[pid=23040] ppid=23039 vsize=868756 CPUtime=49.37
/proc/23040/stat : 23040 (java) S 23039 23026 22727 0 -1 0 45641 0 1 0 4903 34 0 0 18 0 9 0 24935733 889606144 37228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23040/statm: 217189 37228 2592 9 0 211666 0

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

[pid=23040/tid=23043] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23043/stat : 23043 (java) S 23039 23026 22727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24935735 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23044/stat : 23044 (java) S 23039 23026 22727 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24935735 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23039 vsize=868756 CPUtime=0.29
/proc/23040/task/23046/stat : 23046 (java) S 23039 23026 22727 0 -1 64 1553 0 0 0 28 1 0 0 15 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23047] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23048] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.89
Current children cumulated vsize (KiB) 890980

[startup+282.301 s]
/proc/loadavg: 2.17 2.14 2.18 3/83 23048
/proc/meminfo: memFree=240632/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=1.4
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1310 13137 0 1 6 1 124 9 16 0 1 0 24935588 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1111 409 3 0 796 0
[pid=23039] ppid=23026 vsize=5356 CPUtime=0
/proc/23039/stat : 23039 (sh) S 23026 23026 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24935732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23039/statm: 1339 233 193 169 0 50 0
[pid=23040] ppid=23039 vsize=868756 CPUtime=277.7
/proc/23040/stat : 23040 (java) S 23039 23026 22727 0 -1 0 48256 0 1 0 26877 893 0 0 18 0 9 0 24935733 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23040/statm: 217189 37245 2593 9 0 211666 0
[pid=23040/tid=23041] ppid=23039 vsize=868756 CPUtime=270.41
/proc/23040/task/23041/stat : 23041 (java) R 23039 23026 22727 0 -1 64 8068 0 1 0 26191 850 0 0 25 0 9 0 24935733 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4126857211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23042] ppid=23039 vsize=868756 CPUtime=6.97
/proc/23040/task/23042/stat : 23042 (java) S 23039 23026 22727 0 -1 64 37931 0 0 0 657 40 0 0 16 0 9 0 24935735 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23043/stat : 23043 (java) S 23039 23026 22727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24935735 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23044/stat : 23044 (java) S 23039 23026 22727 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24935735 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23039 vsize=868756 CPUtime=0.29
/proc/23040/task/23046/stat : 23046 (java) S 23039 23026 22727 0 -1 64 1553 0 0 0 28 1 0 0 15 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23047] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23048] ppid=23039 vsize=868756 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23039 23026 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24935737 889606144 37245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.1
Current children cumulated vsize (KiB) 890980

[startup+342.302 s]
/proc/loadavg: 2.17 2.14 2.18 3/75 23050
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=290.72
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1366 61846 0 2 7 1 28109 955 16 0 1 0 24935588 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1114 409 3 0 796 0
[pid=23049] ppid=23026 vsize=5356 CPUtime=0
/proc/23049/stat : 23049 (sh) S 23026 23026 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24965000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23049/statm: 1339 232 193 169 0 50 0
[pid=23050] ppid=23049 vsize=723668 CPUtime=47.62
/proc/23050/stat : 23050 (picosat) R 23049 23026 22727 0 -1 4194304 158167 0 0 0 2195 2567 0 0 25 0 1 0 24965001 741036032 158153 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23050/statm: 180917 158153 40 102 0 180812 0
Current children cumulated CPU time (s) 338.34
Current children cumulated vsize (KiB) 745892



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+352.202 s]
/proc/loadavg: 2.14 2.13 2.18 3/75 23050
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=290.72
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1377 61846 0 2 7 1 28109 955 16 0 1 0 24935588 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23026/statm: 4217 1114 409 3 0 796 0
[pid=23049] ppid=23026 vsize=5356 CPUtime=0
/proc/23049/stat : 23049 (sh) S 23026 23026 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24965000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23049/statm: 1339 232 193 169 0 50 0
[pid=23050] ppid=23049 vsize=918876 CPUtime=57.39
/proc/23050/stat : 23050 (picosat) R 23049 23026 22727 0 -1 4195840 192541 0 1 0 2636 3103 0 0 21 0 1 0 24965001 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/23050/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 348.11
Current children cumulated vsize (KiB) 941100

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

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

[startup+352.902 s]
/proc/loadavg: 2.14 2.13 2.18 3/75 23050
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=290.72
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1399 61846 0 2 7 1 28109 955 16 0 1 0 24935588 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1114 409 3 0 796 0
[pid=23049] ppid=23026 vsize=0 CPUtime=0
/proc/23049/stat : 23049 (sh) Z 23026 23026 22727 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24965000 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23049/statm: 0 0 0 0 0 0 0
[pid=23050] ppid=1 vsize=918876 CPUtime=57.91
/proc/23050/stat : 23050 (picosat) D 1 23026 22727 0 -1 4195840 192541 0 1 0 2636 3155 0 0 25 0 1 0 24965001 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23050/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 348.63
Current children cumulated vsize (KiB) 935744

[startup+353.001 s]
/proc/loadavg: 2.14 2.13 2.18 3/76 23051
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=290.72
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1399 61846 0 2 7 1 28109 955 16 0 1 0 24935588 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1114 409 3 0 796 0
[pid=23049] ppid=23026 vsize=0 CPUtime=0
/proc/23049/stat : 23049 (sh) Z 23026 23026 22727 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24965000 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.72
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23026

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

[startup+353.401 s]
/proc/loadavg: 2.14 2.13 2.18 3/76 23051
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=290.72
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1399 61846 0 2 7 1 28109 955 16 0 1 0 24935588 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1114 409 3 0 796 0
[pid=23049] ppid=23026 vsize=0 CPUtime=0
/proc/23049/stat : 23049 (sh) Z 23026 23026 22727 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24965000 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.72
Current children cumulated vsize (KiB) 16868

[startup+353.802 s]
/proc/loadavg: 2.14 2.13 2.18 3/76 23051
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=290.72
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1399 61846 0 2 7 1 28109 955 16 0 1 0 24935588 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1114 409 3 0 796 0
[pid=23049] ppid=23026 vsize=0 CPUtime=0
/proc/23049/stat : 23049 (sh) Z 23026 23026 22727 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24965000 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.72
Current children cumulated vsize (KiB) 16868

[startup+354.207 s]
/proc/loadavg: 2.14 2.13 2.18 3/76 23051
/proc/meminfo: memFree=16240/2055920 swapFree=4192812/4192956
[pid=23026] ppid=23024 vsize=16868 CPUtime=290.72
/proc/23026/stat : 23026 (sugar) S 23024 23026 22727 0 -1 4194304 1399 61846 0 2 7 1 28109 955 16 0 1 0 24935588 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23026/statm: 4217 1114 409 3 0 796 0
[pid=23049] ppid=23026 vsize=0 CPUtime=0
/proc/23049/stat : 23049 (sh) Z 23026 23026 22727 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24965000 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.72
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): 57.91
#  lost CPU user time (s): 26.36
#  lost CPU system time (s): 31.55

Real time (s): 354.229
CPU time (s): 348.653
CPU user time (s): 307.527
CPU system time (s): 41.1255
CPU usage (%): 98.4257
Max. virtual memory (cumulated for all children) (KiB): 941100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.167
system time used= 9.57554
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63245
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= 41976
involuntary context switches= 45518

runsolver used 0.505923 second user time and 1.17882 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 08:04:39
IDJOB=2084039
IDBENCH=58018
IDSOLVER=738
FILE ID=node2/2084039-1247378679
PBS_JOBID= 9507183
Free space on /tmp= 66328 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-0.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-2084039-1247378679/watcher-2084039-1247378679 -o /tmp/evaluation-result-2084039-1247378679/solver-2084039-1247378679 -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-2084039-1247378679.xml

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

MD5SUM BENCH= d906e0cdeb61b6e1a4851a754c024184
RANDOM SEED=187810934

node2.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.265
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.265
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:       1846328 kB
Buffers:          5800 kB
Cached:          65464 kB
SwapCached:          0 kB
Active:         134332 kB
Inactive:        27972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4204 kB
Writeback:           0 kB
Mapped:         102608 kB
Slab:            32412 kB
Committed_AS:   278892 kB
PageTables:       2044 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= 64444 MiB
End job on node2 at 2009-07-12 08:10:33