Trace number 2084051

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) 286.659 298.828

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-3.xml
MD5SUM1d1f1cebdc92b091f3f5ffe18a2e82b4
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.3478
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.04/0.23	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.23	c 0	BEGIN Sun Jul 12 08:05:08 2009
0.04/0.23	c 0	PID 25325
0.04/0.23	c 0	HOST node16.alineos.net
0.04/0.23	c 0	CONVERTING HOME/instance-2084051-1247378707.xml TO HOME/temp.csp
0.04/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084051-1247378707.xml' 'HOME/temp.csp'
1.50/1.78	c 1	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.58/1.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.58/1.81	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'
1.58/1.89	c 1	Parsing HOME/temp.csp
1.59/2.07	c 2	parsed 10000 expressions
1.96/2.29	c 2	parsed 20000 expressions
2.05/2.30	c 2	parsed 20634 expressions
2.05/2.31	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.05/2.31	c 2	Converting to clausal form CSP
2.15/2.49	c 2	converted 2064 (10%) expressions
6.50/6.80	c 6	converted 4127 (20%) expressions
10.07/10.43	c 10	converted 6191 (30%) expressions
13.63/14.04	c 13	converted 8254 (40%) expressions
16.81/17.26	c 17	converted 10317 (50%) expressions
19.77/20.21	c 20	converted 12381 (60%) expressions
23.13/23.69	c 23	converted 14444 (70%) expressions
26.01/26.50	c 26	converted 16508 (80%) expressions
28.48/29.05	c 28	converted 18571 (90%) expressions
30.66/31.29	c 31	converted 20634 (100%) expressions
30.66/31.30	c 31	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
30.75/31.30	c 31	Heap : 100 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.75/31.30	c 31	Propagation in CSP
33.53/34.13	c 34	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.53/34.14	c 34	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
33.53/34.14	c 34	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.53/34.18	c 34	Simplifing CSP by introducing new Boolean variables
34.52/35.19	c 35	CSP : 6108 integers, 94134 booleans, 161064 clauses, largest domain size 2895
34.52/35.19	c 35	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.31/35.93	c 35	Encoding CSP to SAT : HOME/temp.cnf
41.36/42.02	c 41	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
47.30/48.08	c 48	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
53.24/54.08	c 54	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
56.31/57.14	c 57	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
58.29/59.10	c 59	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
60.15/61.05	c 60	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
62.13/63.03	c 62	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
64.07/65.05	c 64	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
66.14/67.23	c 67	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
68.21/69.33	c 69	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
91.73/93.29	c 93	16107 (10%) CSP clauses are encoded (15841687 clauses, 338419787 bytes)
112.55/114.50	c 114	32213 (20%) CSP clauses are encoded (20476646 clauses, 464858825 bytes)
133.43/135.81	c 135	48320 (30%) CSP clauses are encoded (24921611 clauses, 585831500 bytes)
156.53/159.30	c 159	64426 (40%) CSP clauses are encoded (30101853 clauses, 727545412 bytes)
176.95/180.45	c 180	80532 (50%) CSP clauses are encoded (34545322 clauses, 849396994 bytes)
198.76/202.65	c 202	96639 (60%) CSP clauses are encoded (39614311 clauses, 988723296 bytes)
219.59/223.88	c 223	112745 (70%) CSP clauses are encoded (44487562 clauses, 1122915704 bytes)
239.92/244.51	c 244	128852 (80%) CSP clauses are encoded (49168949 clauses, 1253033190 bytes)
260.64/265.63	c 265	144958 (90%) CSP clauses are encoded (54250038 clauses, 1397273379 bytes)
280.64/286.04	c 285	161064 (100%) CSP clauses are encoded (59552820 clauses, 1548464022 bytes)
280.64/286.04	c 285	161064 CSP clauses encoded
280.64/286.10	c 286	Writing map file : HOME/temp.map
280.84/286.77	c 286	Heap : 98 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
280.84/286.77	c 286	SAT : 11103093 SAT variables, 59552820 SAT clauses, 1548464022 bytes
280.84/286.77	c 286	Heap : 98 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
280.97/287.20	c 287	SOLVING HOME/temp.cnf
280.97/287.20	c 287	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
280.97/287.45	c 287	This is MiniSat 2.0 beta
280.97/287.45	c 287	WARNING: for repeatability, setting FPU to use double precision
280.97/287.45	c 287	============================[ Problem Statistics ]=============================
280.97/287.46	c 287	|                                                                             |
280.97/287.48	c 287	|  Number of variables:  11103093                                             |
280.97/287.48	c 287	|  Number of clauses:    59552820                                             |
286.64/296.82	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-2084051-1247378707/watcher-2084051-1247378707 -o /tmp/evaluation-result-2084051-1247378707/solver-2084051-1247378707 -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-2084051-1247378707.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.32 2.18 2.13 4/80 25325
/proc/meminfo: memFree=1665048/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=18576 CPUtime=0
/proc/25325/stat : 25325 (runsolver) D 25323 25325 23634 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24937599 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25325/statm: 4644 284 249 26 0 2626 0

[startup+0.041485 s]
/proc/loadavg: 2.32 2.18 2.13 4/80 25325
/proc/meminfo: memFree=1665048/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=2504 CPUtime=0
/proc/25325/stat : 25325 (sugar) D 25323 25325 23634 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 24937599 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959757520 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25325/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101476 s]
/proc/loadavg: 2.32 2.18 2.13 4/80 25325
/proc/meminfo: memFree=1665048/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=12272 CPUtime=0
/proc/25325/stat : 25325 (sugar) R 25323 25325 23634 0 -1 4194304 406 0 3 0 0 0 0 0 18 0 1 0 24937599 12566528 377 996147200 4194304 4206940 548682068608 18446744073709551615 231971273726 0 0 4224 0 0 0 0 17 1 0 0
/proc/25325/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301415 s]
/proc/loadavg: 2.32 2.18 2.13 4/80 25325
/proc/meminfo: memFree=1665048/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=0.07
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1222 128 5 0 5 2 0 0 19 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701299 s]
/proc/loadavg: 2.32 2.18 2.13 4/80 25325
/proc/meminfo: memFree=1665048/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=0.07
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1222 128 5 0 5 2 0 0 19 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 2.32 2.18 2.13 3/91 25337
/proc/meminfo: memFree=1640768/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=0.07
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1222 128 5 0 5 2 0 0 19 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
[pid=25328] ppid=25325 vsize=5356 CPUtime=0
/proc/25328/stat : 25328 (sh) S 25325 25325 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24937623 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25328/statm: 1339 233 193 169 0 50 0
[pid=25329] ppid=25328 vsize=864776 CPUtime=1.23
/proc/25329/stat : 25329 (java) S 25328 25325 23634 0 -1 0 12361 0 1 0 117 6 0 0 18 0 9 0 24937624 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25329/statm: 216194 10393 2556 9 0 210706 0
[pid=25329/tid=25330] ppid=25328 vsize=864776 CPUtime=0.69
/proc/25329/task/25330/stat : 25330 (java) R 25328 25325 23634 0 -1 64 2894 0 1 0 67 2 0 0 23 0 9 0 24937625 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4125965283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25329/tid=25331] ppid=25328 vsize=864776 CPUtime=0.39
/proc/25329/task/25331/stat : 25331 (java) S 25328 25325 23634 0 -1 64 8245 0 0 0 36 3 0 0 17 0 9 0 24937626 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25329/tid=25332] ppid=25328 vsize=864776 CPUtime=0
/proc/25329/task/25332/stat : 25332 (java) S 25328 25325 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937626 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25329/tid=25333] ppid=25328 vsize=864776 CPUtime=0
/proc/25329/task/25333/stat : 25333 (java) S 25328 25325 23634 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24937626 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25329/tid=25334] ppid=25328 vsize=864776 CPUtime=0
/proc/25329/task/25334/stat : 25334 (java) S 25328 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24937628 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25329/tid=25335] ppid=25328 vsize=864776 CPUtime=0.13
/proc/25329/task/25335/stat : 25335 (java) S 25328 25325 23634 0 -1 64 517 0 0 0 13 0 0 0 16 0 9 0 24937628 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25329/tid=25336] ppid=25328 vsize=864776 CPUtime=0
/proc/25329/task/25336/stat : 25336 (java) S 25328 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24937628 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25329/tid=25337] ppid=25328 vsize=864776 CPUtime=0
/proc/25329/task/25337/stat : 25337 (java) S 25328 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24937628 885530624 10393 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 887000

[startup+3.10261 s]
/proc/loadavg: 2.32 2.18 2.13 4/91 25347
/proc/meminfo: memFree=1650432/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=1.59
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1304 13142 5 1 5 2 144 8 15 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
[pid=25338] ppid=25325 vsize=5356 CPUtime=0
/proc/25338/stat : 25338 (sh) S 25325 25325 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937781 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25338/statm: 1339 233 193 169 0 50 0
[pid=25339] ppid=25338 vsize=868668 CPUtime=1.25
/proc/25339/stat : 25339 (java) S 25338 25325 23634 0 -1 0 8778 0 1 0 119 6 0 0 18 0 9 0 24937781 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25339/statm: 217167 7865 2570 9 0 211672 0
[pid=25339/tid=25340] ppid=25338 vsize=868668 CPUtime=0.85
/proc/25339/task/25340/stat : 25340 (java) R 25338 25325 23634 0 -1 64 2636 0 1 0 83 2 0 0 23 0 9 0 24937782 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4126583304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25338 vsize=868668 CPUtime=0.21
/proc/25339/task/25341/stat : 25341 (java) S 25338 25325 23634 0 -1 64 3960 0 0 0 19 2 0 0 16 0 9 0 24937783 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25342] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25338 25325 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937783 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25343] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25338 25325 23634 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24937783 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25344] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25344/stat : 25344 (java) S 25338 25325 23634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24937785 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25345] ppid=25338 vsize=868668 CPUtime=0.17
/proc/25339/task/25345/stat : 25345 (java) S 25338 25325 23634 0 -1 64 1479 0 0 0 16 1 0 0 15 0 9 0 24937785 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25346] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24937785 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25347] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25347/stat : 25347 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24937785 889516032 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 890892

[startup+6.30169 s]
/proc/loadavg: 2.30 2.18 2.13 3/91 25347
/proc/meminfo: memFree=1631808/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=1.59
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1304 13142 5 1 5 2 144 8 15 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
[pid=25338] ppid=25325 vsize=5356 CPUtime=0
/proc/25338/stat : 25338 (sh) S 25325 25325 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937781 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25338/statm: 1339 233 193 169 0 50 0
[pid=25339] ppid=25338 vsize=868668 CPUtime=4.42
/proc/25339/stat : 25339 (java) S 25338 25325 23634 0 -1 0 11512 0 1 0 432 10 0 0 18 0 9 0 24937781 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25339/statm: 217167 10282 2567 9 0 211672 0
[pid=25339/tid=25340] ppid=25338 vsize=868668 CPUtime=3.65
/proc/25339/task/25340/stat : 25340 (java) R 25338 25325 23634 0 -1 64 2983 0 1 0 363 2 0 0 25 0 9 0 24937782 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25338 vsize=868668 CPUtime=0.54
/proc/25339/task/25341/stat : 25341 (java) S 25338 25325 23634 0 -1 64 6336 0 0 0 49 5 0 0 16 0 9 0 24937783 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25342] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25338 25325 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937783 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25343] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25338 25325 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937783 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25344] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25344/stat : 25344 (java) S 25338 25325 23634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24937785 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25345] ppid=25338 vsize=868668 CPUtime=0.2
/proc/25339/task/25345/stat : 25345 (java) S 25338 25325 23634 0 -1 64 1490 0 0 0 19 1 0 0 15 0 9 0 24937785 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25346] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24937785 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25347] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25347/stat : 25347 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24937785 889516032 10282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890892

[startup+12.7029 s]
/proc/loadavg: 2.35 2.19 2.13 3/91 25347
/proc/meminfo: memFree=1609216/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=1.59
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1304 13142 5 1 5 2 144 8 16 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
[pid=25338] ppid=25325 vsize=5356 CPUtime=0
/proc/25338/stat : 25338 (sh) S 25325 25325 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937781 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25338/statm: 1339 233 193 169 0 50 0
[pid=25339] ppid=25338 vsize=868668 CPUtime=10.76
/proc/25339/stat : 25339 (java) S 25338 25325 23634 0 -1 0 18770 0 1 0 1060 16 0 0 18 0 9 0 24937781 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25339/statm: 217167 15665 2568 9 0 211672 0
[pid=25339/tid=25340] ppid=25338 vsize=868668 CPUtime=9.02
/proc/25339/task/25340/stat : 25340 (java) R 25338 25325 23634 0 -1 64 3703 0 1 0 899 3 0 0 25 0 9 0 24937782 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25338 vsize=868668 CPUtime=1.5
/proc/25339/task/25341/stat : 25341 (java) R 25338 25325 23634 0 -1 64 12866 0 0 0 140 10 0 0 16 0 9 0 24937783 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 102759442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25342] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25338 25325 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937783 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25343] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25338 25325 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937783 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25344] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25344/stat : 25344 (java) S 25338 25325 23634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24937785 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25345] ppid=25338 vsize=868668 CPUtime=0.21
/proc/25339/task/25345/stat : 25345 (java) S 25338 25325 23634 0 -1 64 1498 0 0 0 20 1 0 0 17 0 9 0 24937785 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25346] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24937785 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25347] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25347/stat : 25347 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24937785 889516032 15665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 890892

[startup+25.5022 s]
/proc/loadavg: 2.27 2.18 2.13 3/91 25347
/proc/meminfo: memFree=1564096/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=1.59
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1304 13142 5 1 5 2 144 8 16 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
[pid=25338] ppid=25325 vsize=5356 CPUtime=0
/proc/25338/stat : 25338 (sh) S 25325 25325 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937781 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25338/statm: 1339 233 193 169 0 50 0
[pid=25339] ppid=25338 vsize=868668 CPUtime=23.42
/proc/25339/stat : 25339 (java) S 25338 25325 23634 0 -1 0 31870 0 1 0 2316 26 0 0 18 0 9 0 24937781 889516032 26894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25339/statm: 217167 26894 2568 9 0 211672 0
[pid=25339/tid=25340] ppid=25338 vsize=868668 CPUtime=20.26
/proc/25339/task/25340/stat : 25340 (java) R 25338 25325 23634 0 -1 64 4435 0 1 0 2021 5 0 0 25 0 9 0 24937782 889516032 26894 996147200 134512640 134550932 4294955936 18446744073709551615 4126448548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25338 vsize=868668 CPUtime=2.93
/proc/25339/task/25341/stat : 25341 (java) S 25338 25325 23634 0 -1 64 25231 0 0 0 274 19 0 0 16 0 9 0 24937783 889516032 26894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25342] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25338 25325 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937783 889516032 26894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25343] ppid=25338 vsize=868668 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25338 25325 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937783 889516032 26894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25344] ppid=25338 vsize=868668 CPUtime=0

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

/proc/25339/task/25340/stat : 25340 (java) R 25338 25325 23634 0 -1 64 7449 0 2 0 20301 665 0 0 25 0 9 0 24937782 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4126583374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25338 vsize=868780 CPUtime=6.54
/proc/25339/task/25341/stat : 25341 (java) S 25338 25325 23634 0 -1 64 36615 0 0 0 615 39 0 0 16 0 9 0 24937783 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25342] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25338 25325 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937783 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25343] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25338 25325 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937783 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25344] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25344/stat : 25344 (java) S 25338 25325 23634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25345] ppid=25338 vsize=868780 CPUtime=0.29
/proc/25339/task/25345/stat : 25345 (java) S 25338 25325 23634 0 -1 64 1548 0 0 0 28 1 0 0 15 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25346] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25347] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25347/stat : 25347 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.11
Current children cumulated vsize (KiB) 891004

[startup+282.301 s]
/proc/loadavg: 2.24 2.19 2.14 3/91 25347
/proc/meminfo: memFree=13832/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=1.59
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1305 13142 5 1 5 2 144 8 16 0 1 0 24937599 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25325/statm: 4217 1111 409 3 0 796 0
[pid=25338] ppid=25325 vsize=5356 CPUtime=0
/proc/25338/stat : 25338 (sh) S 25325 25325 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937781 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25338/statm: 1339 233 193 169 0 50 0
[pid=25339] ppid=25338 vsize=868780 CPUtime=275.43
/proc/25339/stat : 25339 (java) S 25338 25325 23634 0 -1 0 47031 0 2 0 26589 954 0 0 18 0 9 0 24937781 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25339/statm: 217195 37232 2593 9 0 211672 0
[pid=25339/tid=25340] ppid=25338 vsize=868780 CPUtime=268.03
/proc/25339/task/25340/stat : 25340 (java) R 25338 25325 23634 0 -1 64 8165 0 2 0 25895 908 0 0 25 0 9 0 24937782 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25338 vsize=868780 CPUtime=7.08
/proc/25339/task/25341/stat : 25341 (java) S 25338 25325 23634 0 -1 64 36615 0 0 0 665 43 0 0 16 0 9 0 24937783 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25342] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25338 25325 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937783 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25343] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25338 25325 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937783 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25344] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25344/stat : 25344 (java) S 25338 25325 23634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25345] ppid=25338 vsize=868780 CPUtime=0.29
/proc/25339/task/25345/stat : 25345 (java) S 25338 25325 23634 0 -1 64 1548 0 0 0 28 1 0 0 15 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25346] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25339/tid=25347] ppid=25338 vsize=868780 CPUtime=0
/proc/25339/task/25347/stat : 25347 (java) S 25338 25325 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24937785 889630720 37232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.02
Current children cumulated vsize (KiB) 891004



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+296.802 s]
/proc/loadavg: 2.18 2.18 2.14 4/83 25349
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=280.97
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1372 60531 5 4 7 2 27105 983 16 0 1 0 24937599 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25325/statm: 4217 1114 409 3 0 796 0
[pid=25348] ppid=25325 vsize=5356 CPUtime=0
/proc/25348/stat : 25348 (sh) S 25325 25325 23634 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24966320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25348/statm: 1339 232 193 169 0 50 0
[pid=25349] ppid=25348 vsize=970804 CPUtime=5.67
/proc/25349/stat : 25349 (minisat) R 25348 25325 23634 0 -1 4195840 218275 0 6 0 446 121 0 0 18 0 1 0 24966341 994103296 218263 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25349/statm: 242701 218263 62 150 0 242548 0
Current children cumulated CPU time (s) 286.64
Current children cumulated vsize (KiB) 993028

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

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

[startup+296.802 s]
/proc/loadavg: 2.18 2.18 2.14 4/83 25349
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=280.97
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1372 60531 5 4 7 2 27105 983 16 0 1 0 24937599 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25325/statm: 4217 1114 409 3 0 796 0
[pid=25348] ppid=25325 vsize=5356 CPUtime=0
/proc/25348/stat : 25348 (sh) S 25325 25325 23634 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24966320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25348/statm: 1339 232 193 169 0 50 0
[pid=25349] ppid=25348 vsize=970804 CPUtime=5.67
/proc/25349/stat : 25349 (minisat) R 25348 25325 23634 0 -1 4195840 218275 0 6 0 446 121 0 0 18 0 1 0 24966341 994103296 218263 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25349/statm: 242701 218263 62 150 0 242548 0
Current children cumulated CPU time (s) 286.64
Current children cumulated vsize (KiB) 993028

[startup+296.919 s]
/proc/loadavg: 2.18 2.18 2.14 3/84 25350
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=280.97
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1394 60531 5 4 7 2 27105 983 16 0 1 0 24937599 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25325/statm: 4217 1114 409 3 0 796 0
[pid=25348] ppid=25325 vsize=0 CPUtime=0
/proc/25348/stat : 25348 (sh) Z 25325 25325 23634 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24966320 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25325

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

[startup+297.403 s]
/proc/loadavg: 2.18 2.18 2.14 3/84 25350
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=280.97
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1394 60531 5 4 7 2 27105 983 16 0 1 0 24937599 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25325/statm: 4217 1114 409 3 0 796 0
[pid=25348] ppid=25325 vsize=0 CPUtime=0
/proc/25348/stat : 25348 (sh) Z 25325 25325 23634 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24966320 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 16868

[startup+298.202 s]
/proc/loadavg: 2.18 2.18 2.14 3/84 25350
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=280.97
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1394 60531 5 4 7 2 27105 983 16 0 1 0 24937599 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25325/statm: 4217 1114 409 3 0 796 0
[pid=25348] ppid=25325 vsize=0 CPUtime=0
/proc/25348/stat : 25348 (sh) Z 25325 25325 23634 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24966320 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 16868

[startup+298.602 s]
/proc/loadavg: 2.18 2.18 2.14 3/84 25350
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=280.97
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1394 60531 5 4 7 2 27105 983 16 0 1 0 24937599 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25325/statm: 4217 1114 409 3 0 796 0
[pid=25348] ppid=25325 vsize=0 CPUtime=0
/proc/25348/stat : 25348 (sh) Z 25325 25325 23634 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24966320 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 16868

[startup+298.801 s]
/proc/loadavg: 2.18 2.18 2.14 3/84 25350
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=25325] ppid=25323 vsize=16868 CPUtime=280.97
/proc/25325/stat : 25325 (sugar) S 25323 25325 23634 0 -1 4194304 1394 60531 5 4 7 2 27105 983 16 0 1 0 24937599 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25325/statm: 4217 1114 409 3 0 796 0
[pid=25348] ppid=25325 vsize=0 CPUtime=0
/proc/25348/stat : 25348 (sh) Z 25325 25325 23634 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24966320 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.97
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): 5.66998
#  lost CPU user time (s): 4.45999
#  lost CPU system time (s): 1.21

Real time (s): 298.828
CPU time (s): 286.659
CPU user time (s): 275.594
CPU system time (s): 11.0655
CPU usage (%): 95.9277
Max. virtual memory (cumulated for all children) (KiB): 993028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.134
system time used= 9.8555
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61925
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41772
involuntary context switches= 50350

runsolver used 0.414936 second user time and 0.994848 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 08:05:07
IDJOB=2084051
IDBENCH=58020
IDSOLVER=739
FILE ID=node16/2084051-1247378707
PBS_JOBID= 9507112
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-3.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-2084051-1247378707/watcher-2084051-1247378707 -o /tmp/evaluation-result-2084051-1247378707/solver-2084051-1247378707 -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-2084051-1247378707.xml

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

MD5SUM BENCH= 1d1f1cebdc92b091f3f5ffe18a2e82b4
RANDOM SEED=1566669360

node16.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.231
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.231
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:       1665528 kB
Buffers:          5876 kB
Cached:          63348 kB
SwapCached:          0 kB
Active:         313292 kB
Inactive:        27752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3916 kB
Writeback:           0 kB
Mapped:         289692 kB
Slab:            34100 kB
Committed_AS:   915996 kB
PageTables:       2360 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= 64612 MiB
End job on node16 at 2009-07-12 08:10:06