Trace number 2084040

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) 278.321 286.951

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.06/0.20	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.20	c 0	BEGIN Sun Jul 12 08:04:42 2009
0.06/0.20	c 0	PID 23347
0.06/0.20	c 0	HOST node53.alineos.net
0.06/0.20	c 0	CONVERTING HOME/instance-2084040-1247378682.xml TO HOME/temp.csp
0.06/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084040-1247378682.xml' 'HOME/temp.csp'
1.30/1.53	c 1	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.30/1.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.30/1.55	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.34/1.62	c 1	Parsing HOME/temp.csp
1.34/1.79	c 2	parsed 10000 expressions
1.34/1.98	c 2	parsed 20000 expressions
1.34/1.99	c 2	parsed 20634 expressions
1.34/2.00	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/2.00	c 2	Converting to clausal form CSP
1.88/2.17	c 2	converted 2064 (10%) expressions
5.83/6.18	c 6	converted 4127 (20%) expressions
9.20/9.57	c 9	converted 6191 (30%) expressions
12.57/12.94	c 13	converted 8254 (40%) expressions
15.54/15.93	c 16	converted 10317 (50%) expressions
18.22/18.64	c 18	converted 12381 (60%) expressions
21.39/21.85	c 22	converted 14444 (70%) expressions
23.96/24.46	c 24	converted 16508 (80%) expressions
26.34/26.84	c 27	converted 18571 (90%) expressions
28.42/28.94	c 29	converted 20634 (100%) expressions
28.42/28.94	c 29	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
28.42/28.94	c 29	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.42/28.94	c 29	Propagation in CSP
31.10/31.60	c 31	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.10/31.61	c 31	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
31.10/31.61	c 31	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.10/31.65	c 32	Simplifing CSP by introducing new Boolean variables
32.09/32.61	c 32	CSP : 6108 integers, 94126 booleans, 161056 clauses, largest domain size 2895
32.09/32.61	c 32	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.78/33.30	c 33	Encoding CSP to SAT : HOME/temp.cnf
38.34/38.92	c 39	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
43.88/44.50	c 44	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
49.43/50.12	c 50	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
52.20/52.94	c 53	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
54.00/54.72	c 55	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
55.68/56.49	c 56	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
57.47/58.50	c 58	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
59.34/60.34	c 60	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
61.20/62.26	c 62	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
63.09/64.18	c 64	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
86.22/87.62	c 87	16106 (10%) CSP clauses are encoded (15836050 clauses, 338262795 bytes)
106.59/108.37	c 108	32212 (20%) CSP clauses are encoded (20465181 clauses, 464537032 bytes)
126.98/129.04	c 129	48317 (30%) CSP clauses are encoded (24902592 clauses, 585294039 bytes)
149.60/152.08	c 152	64423 (40%) CSP clauses are encoded (30078997 clauses, 726900099 bytes)
169.66/172.41	c 172	80528 (50%) CSP clauses are encoded (34516996 clauses, 848595496 bytes)
191.01/194.19	c 194	96634 (60%) CSP clauses are encoded (39579782 clauses, 987744929 bytes)
211.48/214.99	c 215	112740 (70%) CSP clauses are encoded (44446672 clauses, 1121756038 bytes)
231.39/235.38	c 235	128845 (80%) CSP clauses are encoded (49119469 clauses, 1251623347 bytes)
251.82/256.39	c 256	144951 (90%) CSP clauses are encoded (54196561 clauses, 1395749480 bytes)
271.84/276.85	c 277	161056 (100%) CSP clauses are encoded (59492427 clauses, 1546737897 bytes)
271.84/276.85	c 277	161056 CSP clauses encoded
271.84/276.85	c 277	Writing map file : HOME/temp.map
272.04/277.07	c 277	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
272.04/277.07	c 277	SAT : 11103085 SAT variables, 59492427 SAT clauses, 1546737897 bytes
272.04/277.07	c 277	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
272.10/277.15	c 277	SOLVING HOME/temp.cnf
272.10/277.15	c 277	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
272.10/277.15	c 277	This is MiniSat 2.0 beta
272.10/277.15	c 277	WARNING: for repeatability, setting FPU to use double precision
272.10/277.15	c 277	============================[ Problem Statistics ]=============================
272.10/277.15	c 277	|                                                                             |
272.10/277.16	c 277	|  Number of variables:  11103085                                             |
272.10/277.16	c 277	|  Number of clauses:    59492427                                             |
277.61/284.94	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-2084040-1247378682/watcher-2084040-1247378682 -o /tmp/evaluation-result-2084040-1247378682/solver-2084040-1247378682 -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-2084040-1247378682.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.85 1.97 1.99 4/72 23347
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=18576 CPUtime=0
/proc/23347/stat : 23347 (runsolver) D 23345 23347 23310 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24932197 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269930261799 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23347/statm: 4644 284 249 26 0 2626 0

[startup+0.0613601 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 23347
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=12268 CPUtime=0
/proc/23347/stat : 23347 (sugar) D 23345 23347 23310 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 24932197 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23347/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101363 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 23347
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=12412 CPUtime=0
/proc/23347/stat : 23347 (sugar) D 23345 23347 23310 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 24932197 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23347/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301388 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 23347
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=0.06
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70143 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 23347
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=0.06
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50153 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 23359
/proc/meminfo: memFree=1842616/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=0.06
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
[pid=23350] ppid=23347 vsize=5356 CPUtime=0
/proc/23350/stat : 23350 (sh) S 23347 23347 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24932217 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23350/statm: 1339 233 193 169 0 50 0
[pid=23351] ppid=23350 vsize=864760 CPUtime=1.24
/proc/23351/stat : 23351 (java) S 23350 23347 23310 0 -1 0 12709 0 1 0 116 8 0 0 19 0 9 0 24932217 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23351/statm: 216190 10737 2557 9 0 210702 0
[pid=23351/tid=23352] ppid=23350 vsize=864760 CPUtime=0.67
/proc/23351/task/23352/stat : 23352 (java) R 23350 23347 23310 0 -1 64 3039 0 1 0 65 2 0 0 25 0 9 0 24932220 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23351/tid=23353] ppid=23350 vsize=864760 CPUtime=0.39
/proc/23351/task/23353/stat : 23353 (java) S 23350 23347 23310 0 -1 64 8428 0 0 0 35 4 0 0 16 0 9 0 24932223 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23351/tid=23354] ppid=23350 vsize=864760 CPUtime=0
/proc/23351/task/23354/stat : 23354 (java) S 23350 23347 23310 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24932223 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23351/tid=23355] ppid=23350 vsize=864760 CPUtime=0
/proc/23351/task/23355/stat : 23355 (java) S 23350 23347 23310 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24932223 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23351/tid=23356] ppid=23350 vsize=864760 CPUtime=0
/proc/23351/task/23356/stat : 23356 (java) S 23350 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 24932225 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23351/tid=23357] ppid=23350 vsize=864760 CPUtime=0.14
/proc/23351/task/23357/stat : 23357 (java) S 23350 23347 23310 0 -1 64 538 0 0 0 14 0 0 0 16 0 9 0 24932225 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23351/tid=23358] ppid=23350 vsize=864760 CPUtime=0
/proc/23351/task/23358/stat : 23358 (java) S 23350 23347 23310 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24932225 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23351/tid=23359] ppid=23350 vsize=864760 CPUtime=0
/proc/23351/task/23359/stat : 23359 (java) S 23350 23347 23310 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24932225 885514240 10737 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 886984

[startup+3.10272 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 23369
/proc/meminfo: memFree=1852600/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=1.34
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1309 13135 0 1 5 1 119 9 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
[pid=23360] ppid=23347 vsize=5356 CPUtime=0
/proc/23360/stat : 23360 (sh) S 23347 23347 23310 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23360/statm: 1339 233 193 169 0 50 0
[pid=23361] ppid=23360 vsize=868668 CPUtime=1.52
/proc/23361/stat : 23361 (java) S 23360 23347 23310 0 -1 0 9031 0 1 0 148 4 0 0 18 0 9 0 24932352 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23361/statm: 217167 8080 2570 9 0 211672 0
[pid=23361/tid=23362] ppid=23360 vsize=868668 CPUtime=1.11
/proc/23361/task/23362/stat : 23362 (java) R 23360 23347 23310 0 -1 64 2674 0 1 0 110 1 0 0 25 0 9 0 24932353 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4126509382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23363] ppid=23360 vsize=868668 CPUtime=0.22
/proc/23361/task/23363/stat : 23363 (java) S 23360 23347 23310 0 -1 64 4170 0 0 0 22 0 0 0 16 0 9 0 24932354 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23364] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23364/stat : 23364 (java) S 23360 23347 23310 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24932354 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23365] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23365/stat : 23365 (java) S 23360 23347 23310 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24932354 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23366] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23366/stat : 23366 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932356 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23367] ppid=23360 vsize=868668 CPUtime=0.16
/proc/23361/task/23367/stat : 23367 (java) S 23360 23347 23310 0 -1 64 1484 0 0 0 15 1 0 0 15 0 9 0 24932356 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23368] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23368/stat : 23368 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24932356 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23369] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23369/stat : 23369 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932356 889516032 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 890892

[startup+6.30209 s]
/proc/loadavg: 1.86 1.97 1.99 3/83 23369
/proc/meminfo: memFree=1838008/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=1.34
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1309 13135 0 1 5 1 119 9 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
[pid=23360] ppid=23347 vsize=5356 CPUtime=0
/proc/23360/stat : 23360 (sh) S 23347 23347 23310 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23360/statm: 1339 233 193 169 0 50 0
[pid=23361] ppid=23360 vsize=868668 CPUtime=4.69
/proc/23361/stat : 23361 (java) S 23360 23347 23310 0 -1 0 12134 0 1 0 462 7 0 0 18 0 9 0 24932352 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23361/statm: 217167 10863 2567 9 0 211672 0
[pid=23361/tid=23362] ppid=23360 vsize=868668 CPUtime=3.93
/proc/23361/task/23362/stat : 23362 (java) R 23360 23347 23310 0 -1 64 3024 0 1 0 391 2 0 0 25 0 9 0 24932353 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4126507859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23363] ppid=23360 vsize=868668 CPUtime=0.56
/proc/23361/task/23363/stat : 23363 (java) S 23360 23347 23310 0 -1 64 6916 0 0 0 53 3 0 0 16 0 9 0 24932354 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23364] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23364/stat : 23364 (java) S 23360 23347 23310 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24932354 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23365] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23365/stat : 23365 (java) S 23360 23347 23310 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932354 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23366] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23366/stat : 23366 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932356 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23367] ppid=23360 vsize=868668 CPUtime=0.18
/proc/23361/task/23367/stat : 23367 (java) S 23360 23347 23310 0 -1 64 1491 0 0 0 17 1 0 0 15 0 9 0 24932356 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23368] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23368/stat : 23368 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24932356 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23369] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23369/stat : 23369 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932356 889516032 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 890892

[startup+12.7029 s]
/proc/loadavg: 1.87 1.97 1.99 3/83 23369
/proc/meminfo: memFree=1813560/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=1.34
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1309 13135 0 1 5 1 119 9 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
[pid=23360] ppid=23347 vsize=5356 CPUtime=0
/proc/23360/stat : 23360 (sh) S 23347 23347 23310 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23360/statm: 1339 233 193 169 0 50 0
[pid=23361] ppid=23360 vsize=868668 CPUtime=11.03
/proc/23361/stat : 23361 (java) S 23360 23347 23310 0 -1 0 20450 0 1 0 1090 13 0 0 18 0 9 0 24932352 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23361/statm: 217167 16680 2568 9 0 211672 0
[pid=23361/tid=23362] ppid=23360 vsize=868668 CPUtime=9.31
/proc/23361/task/23362/stat : 23362 (java) R 23360 23347 23310 0 -1 64 3711 0 1 0 928 3 0 0 25 0 9 0 24932353 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4126584852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23363] ppid=23360 vsize=868668 CPUtime=1.5
/proc/23361/task/23363/stat : 23363 (java) S 23360 23347 23310 0 -1 64 14536 0 0 0 143 7 0 0 16 0 9 0 24932354 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23364] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23364/stat : 23364 (java) S 23360 23347 23310 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24932354 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23365] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23365/stat : 23365 (java) S 23360 23347 23310 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932354 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23366] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23366/stat : 23366 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932356 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23367] ppid=23360 vsize=868668 CPUtime=0.19
/proc/23361/task/23367/stat : 23367 (java) S 23360 23347 23310 0 -1 64 1500 0 0 0 18 1 0 0 16 0 9 0 24932356 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23368] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23368/stat : 23368 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24932356 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23369] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23369/stat : 23369 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932356 889516032 16680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 890892

[startup+25.5014 s]
/proc/loadavg: 1.90 1.97 1.99 3/83 23369
/proc/meminfo: memFree=1763448/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=1.34
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1309 13135 0 1 5 1 119 9 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
[pid=23360] ppid=23347 vsize=5356 CPUtime=0
/proc/23360/stat : 23360 (sh) S 23347 23347 23310 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23360/statm: 1339 233 193 169 0 50 0
[pid=23361] ppid=23360 vsize=868668 CPUtime=23.71
/proc/23361/stat : 23361 (java) S 23360 23347 23310 0 -1 0 34478 0 1 0 2349 22 0 0 18 0 9 0 24932352 889516032 28831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23361/statm: 217167 28831 2568 9 0 211672 0
[pid=23361/tid=23362] ppid=23360 vsize=868668 CPUtime=20.59
/proc/23361/task/23362/stat : 23362 (java) R 23360 23347 23310 0 -1 64 4449 0 1 0 2055 4 0 0 25 0 9 0 24932353 889516032 28831 996147200 134512640 134550932 4294955936 18446744073709551615 4126507853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23363] ppid=23360 vsize=868668 CPUtime=2.89
/proc/23361/task/23363/stat : 23363 (java) S 23360 23347 23310 0 -1 64 27824 0 0 0 274 15 0 0 16 0 9 0 24932354 889516032 28831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23364] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23364/stat : 23364 (java) S 23360 23347 23310 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24932354 889516032 28831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23365] ppid=23360 vsize=868668 CPUtime=0
/proc/23361/task/23365/stat : 23365 (java) S 23360 23347 23310 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932354 889516032 28831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23366] ppid=23360 vsize=868668 CPUtime=0

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

Current children cumulated CPU time (s) 159.72
Current children cumulated vsize (KiB) 891004

[startup+222.301 s]
/proc/loadavg: 3.08 2.44 2.16 3/83 23369
/proc/meminfo: memFree=558968/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=1.34
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1310 13135 0 1 5 1 119 9 16 0 1 0 24932197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1111 409 3 0 796 0
[pid=23360] ppid=23347 vsize=5356 CPUtime=0
/proc/23360/stat : 23360 (sh) S 23347 23347 23310 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23360/statm: 1339 233 193 169 0 50 0
[pid=23361] ppid=23360 vsize=868780 CPUtime=217.27
/proc/23361/stat : 23361 (java) S 23360 23347 23310 0 -1 0 47555 0 1 0 21034 693 0 0 18 0 9 0 24932352 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23361/statm: 217195 37250 2593 9 0 211672 0
[pid=23361/tid=23362] ppid=23360 vsize=868780 CPUtime=210.72
/proc/23361/task/23362/stat : 23362 (java) D 23360 23347 23310 0 -1 64 7549 0 1 0 20417 655 0 0 25 0 9 0 24932353 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=23361/tid=23363] ppid=23360 vsize=868780 CPUtime=6.23
/proc/23361/task/23363/stat : 23363 (java) S 23360 23347 23310 0 -1 64 37755 0 0 0 589 34 0 0 16 0 9 0 24932354 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23364] ppid=23360 vsize=868780 CPUtime=0
/proc/23361/task/23364/stat : 23364 (java) S 23360 23347 23310 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24932354 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23365] ppid=23360 vsize=868780 CPUtime=0
/proc/23361/task/23365/stat : 23365 (java) S 23360 23347 23310 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24932354 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23366] ppid=23360 vsize=868780 CPUtime=0
/proc/23361/task/23366/stat : 23366 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932356 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23367] ppid=23360 vsize=868780 CPUtime=0.27
/proc/23361/task/23367/stat : 23367 (java) S 23360 23347 23310 0 -1 64 1548 0 0 0 26 1 0 0 16 0 9 0 24932356 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23368] ppid=23360 vsize=868780 CPUtime=0
/proc/23361/task/23368/stat : 23368 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24932356 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23361/tid=23369] ppid=23360 vsize=868780 CPUtime=0
/proc/23361/task/23369/stat : 23369 (java) S 23360 23347 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24932356 889630720 37250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.61
Current children cumulated vsize (KiB) 891004

[startup+282.302 s]
/proc/loadavg: 3.12 2.57 2.22 3/77 23542
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1377 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (sh) S 23347 23347 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24959912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 232 193 169 0 50 0
[pid=23540] ppid=23539 vsize=799296 CPUtime=4.18
/proc/23540/stat : 23540 (minisat) R 23539 23347 23310 0 -1 4194304 169470 0 0 0 328 90 0 0 18 0 1 0 24959912 818479104 169456 996147200 134512640 135127466 4294956256 18446744073709551615 134706254 0 0 4096 3 0 0 0 17 1 0 0
/proc/23540/statm: 199824 169456 62 150 0 199671 0
Current children cumulated CPU time (s) 276.34
Current children cumulated vsize (KiB) 821520



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+284.906 s]
/proc/loadavg: 3.03 2.56 2.22 2/70 23569
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1377 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=5356 CPUtime=0
/proc/23539/stat : 23539 (sh) S 23347 23347 23310 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24959912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23539/statm: 1339 232 193 169 0 50 0
[pid=23540] ppid=23539 vsize=970804 CPUtime=5.45
/proc/23540/stat : 23540 (minisat) R 23539 23347 23310 0 -1 4195840 218281 0 0 0 425 120 0 0 18 0 1 0 24959912 994103296 218263 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 0 0 0
/proc/23540/statm: 242701 218263 62 150 0 242548 0
Current children cumulated CPU time (s) 277.61
Current children cumulated vsize (KiB) 993028

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

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

[startup+285.802 s]
/proc/loadavg: 3.03 2.56 2.22 2/70 23569
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1399 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=0 CPUtime=0
/proc/23539/stat : 23539 (sh) Z 23347 23347 23310 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24959912 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23539/statm: 0 0 0 0 0 0 0
[pid=23540] ppid=1 vsize=970804 CPUtime=6.14
/proc/23540/stat : 23540 (minisat) R 1 23347 23310 0 -1 4195840 218281 0 0 0 425 189 0 0 23 0 1 0 24959912 994103296 218263 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 0 0 0
/proc/23540/statm: 242701 218263 62 150 0 242548 0
Current children cumulated CPU time (s) 278.3
Current children cumulated vsize (KiB) 987672

[startup+285.902 s]
/proc/loadavg: 3.03 2.56 2.22 2/71 23572
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1399 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=0 CPUtime=0
/proc/23539/stat : 23539 (sh) Z 23347 23347 23310 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24959912 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23539/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.16
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23347

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

[startup+286.201 s]
/proc/loadavg: 3.03 2.56 2.22 2/71 23572
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1399 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=0 CPUtime=0
/proc/23539/stat : 23539 (sh) Z 23347 23347 23310 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24959912 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23539/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.16
Current children cumulated vsize (KiB) 16868

[startup+286.603 s]
/proc/loadavg: 3.03 2.56 2.22 2/71 23572
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1399 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=0 CPUtime=0
/proc/23539/stat : 23539 (sh) Z 23347 23347 23310 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24959912 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23539/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.16
Current children cumulated vsize (KiB) 16868

[startup+286.801 s]
/proc/loadavg: 3.03 2.56 2.22 2/71 23572
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1399 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=0 CPUtime=0
/proc/23539/stat : 23539 (sh) Z 23347 23347 23310 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24959912 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23539/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.16
Current children cumulated vsize (KiB) 16868

[startup+286.901 s]
/proc/loadavg: 3.03 2.56 2.22 2/71 23572
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23347] ppid=23345 vsize=16868 CPUtime=272.16
/proc/23347/stat : 23347 (sugar) S 23345 23347 23310 0 -1 4194304 1399 61663 0 2 6 2 26291 917 16 0 1 0 24932197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23347/statm: 4217 1114 409 3 0 796 0
[pid=23539] ppid=23347 vsize=0 CPUtime=0
/proc/23539/stat : 23539 (sh) Z 23347 23347 23310 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24959912 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23539/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 272.16
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): 6.13998
#  lost CPU user time (s): 4.25
#  lost CPU system time (s): 1.89

Real time (s): 286.951
CPU time (s): 278.321
CPU user time (s): 267.23
CPU system time (s): 11.0906
CPU usage (%): 96.9924
Max. virtual memory (cumulated for all children) (KiB): 993028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.98
system time used= 9.2006
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63062
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= 41543
involuntary context switches= 47342

runsolver used 0.32595 second user time and 1.03784 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 08:04:42
IDJOB=2084040
IDBENCH=58018
IDSOLVER=739
FILE ID=node53/2084040-1247378682
PBS_JOBID= 9507213
Free space on /tmp= 65972 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084040-1247378682/watcher-2084040-1247378682 -o /tmp/evaluation-result-2084040-1247378682/solver-2084040-1247378682 -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-2084040-1247378682.xml

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

MD5SUM BENCH= d906e0cdeb61b6e1a4851a754c024184
RANDOM SEED=1904983175

node53.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.232
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.232
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:       1874416 kB
Buffers:          5252 kB
Cached:          49556 kB
SwapCached:          0 kB
Active:          99936 kB
Inactive:        29896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4080 kB
Writeback:           0 kB
Mapped:          86528 kB
Slab:            37008 kB
Committed_AS:   289364 kB
PageTables:       1912 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= 64100 MiB
End job on node53 at 2009-07-12 08:09:29