Trace number 2083743

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) 283.6 692.673

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-9.xml
MD5SUMcd2c3c12815b02c7c73d42faba495a48
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.0496
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:55:24 2009
0.00/0.08	c 0	PID 25197
0.06/0.08	c 0	HOST node28.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083743-1247378124.xml TO HOME/temp.csp
0.06/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-2083743-1247378124.xml' 'HOME/temp.csp'
1.54/1.69	c 2	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.64/1.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.71	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.64/1.79	c 2	Parsing HOME/temp.csp
1.66/1.96	c 2	parsed 10000 expressions
2.03/2.12	c 2	parsed 20000 expressions
2.03/2.19	c 2	parsed 21230 expressions
2.03/2.20	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.20	c 2	Converting to clausal form CSP
2.12/2.27	c 2	converted 2123 (10%) expressions
5.57/6.51	c 7	converted 4246 (20%) expressions
8.56/10.38	c 11	converted 6369 (30%) expressions
10.78/12.63	c 13	converted 8492 (40%) expressions
13.27/15.15	c 15	converted 10615 (50%) expressions
15.46/17.31	c 17	converted 12738 (60%) expressions
17.97/19.86	c 20	converted 14861 (70%) expressions
20.06/21.91	c 22	converted 16984 (80%) expressions
21.86/23.71	c 24	converted 19107 (90%) expressions
23.46/25.35	c 26	converted 21230 (100%) expressions
23.46/25.35	c 26	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
23.46/25.35	c 26	Heap : 93 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.46/25.35	c 26	Propagation in CSP
25.66/27.53	c 28	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.66/27.53	c 28	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
25.66/27.53	c 28	Heap : 93 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.66/27.58	c 28	Simplifing CSP by introducing new Boolean variables
26.46/28.38	c 29	CSP : 7035 integers, 93534 booleans, 166041 clauses, largest domain size 2821
26.46/28.38	c 29	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.16/29.05	c 29	Encoding CSP to SAT : HOME/temp.cnf
31.14/33.33	c 33	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
35.05/38.31	c 38	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
38.94/43.26	c 43	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
41.51/45.84	c 46	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
43.16/51.81	c 52	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
43.97/54.08	c 54	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
49.13/60.36	c 61	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
51.29/64.32	c 64	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
53.48/66.57	c 67	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
55.74/68.89	c 69	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
75.13/145.85	c 146	16605 (10%) CSP clauses are encoded (18305536 clauses, 394776646 bytes)
96.29/187.86	c 188	33209 (20%) CSP clauses are encoded (23857798 clauses, 547450330 bytes)
120.28/242.38	c 243	49813 (30%) CSP clauses are encoded (29243881 clauses, 695981211 bytes)
147.51/302.39	c 303	66417 (40%) CSP clauses are encoded (34883272 clauses, 851658014 bytes)
169.03/341.79	c 342	83021 (50%) CSP clauses are encoded (40523547 clauses, 1007572660 bytes)
188.15/380.84	c 381	99625 (60%) CSP clauses are encoded (46289430 clauses, 1166725213 bytes)
209.49/447.46	c 448	116229 (70%) CSP clauses are encoded (51822507 clauses, 1323561029 bytes)
224.85/491.06	c 491	132833 (80%) CSP clauses are encoded (56907920 clauses, 1471272787 bytes)
250.18/551.52	c 552	149437 (90%) CSP clauses are encoded (63153408 clauses, 1654443614 bytes)
271.98/601.08	c 601	166041 (100%) CSP clauses are encoded (69327940 clauses, 1835844125 bytes)
271.98/601.08	c 601	166041 CSP clauses encoded
272.06/601.37	c 602	Writing map file : HOME/temp.map
275.88/621.02	c 621	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
275.88/621.02	c 621	SAT : 12983326 SAT variables, 69327940 SAT clauses, 1835844125 bytes
275.88/621.02	c 621	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
276.07/623.60	c 624	SOLVING HOME/temp.cnf
276.07/623.60	c 624	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
276.17/630.44	c 631	This is MiniSat 2.0 beta
276.17/630.44	c 631	WARNING: for repeatability, setting FPU to use double precision
276.17/630.46	c 631	============================[ Problem Statistics ]=============================
276.17/630.46	c 631	|                                                                             |
276.17/630.81	c 631	|  Number of variables:  12983326                                             |
276.17/630.81	c 631	|  Number of clauses:    69327940                                             |
283.34/688.02	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-2083743-1247378124/watcher-2083743-1247378124 -o /tmp/evaluation-result-2083743-1247378124/solver-2083743-1247378124 -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-2083743-1247378124.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.08 2.09 2.08 4/81 25197
/proc/meminfo: memFree=1816864/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=12132 CPUtime=0
/proc/25197/stat : 25197 (sugar) R 25195 25197 20173 0 -1 4194304 217 0 0 0 0 0 0 0 22 0 1 0 24879035 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 217871454945 0 0 4224 0 0 0 0 17 1 0 0
/proc/25197/statm: 3033 185 142 3 0 133 0

[startup+0.082049 s]
/proc/loadavg: 2.08 2.09 2.08 4/81 25197
/proc/meminfo: memFree=1816864/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16740 CPUtime=0.06
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24879035 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102011 s]
/proc/loadavg: 2.08 2.09 2.08 4/81 25197
/proc/meminfo: memFree=1816864/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=0.06
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302961 s]
/proc/loadavg: 2.08 2.09 2.08 4/81 25197
/proc/meminfo: memFree=1816864/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=0.06
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.703009 s]
/proc/loadavg: 2.08 2.09 2.08 4/81 25197
/proc/meminfo: memFree=1816864/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=0.06
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50111 s]
/proc/loadavg: 2.08 2.09 2.08 3/92 25209
/proc/meminfo: memFree=1792008/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=0.06
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
[pid=25200] ppid=25197 vsize=5356 CPUtime=0
/proc/25200/stat : 25200 (sh) S 25197 25197 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24879043 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25200/statm: 1339 233 193 169 0 50 0
[pid=25201] ppid=25200 vsize=864772 CPUtime=1.39
/proc/25201/stat : 25201 (java) S 25200 25197 20173 0 -1 0 12768 0 1 0 133 6 0 0 18 0 9 0 24879044 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216193 10798 2557 9 0 210705 0
[pid=25201/tid=25202] ppid=25200 vsize=864772 CPUtime=0.81
/proc/25201/task/25202/stat : 25202 (java) R 25200 25197 20173 0 -1 64 3043 0 1 0 79 2 0 0 24 0 9 0 24879045 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25203] ppid=25200 vsize=864772 CPUtime=0.41
/proc/25201/task/25203/stat : 25203 (java) S 25200 25197 20173 0 -1 64 8496 0 0 0 38 3 0 0 16 0 9 0 24879046 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25200 vsize=864772 CPUtime=0
/proc/25201/task/25204/stat : 25204 (java) S 25200 25197 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879046 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25200 vsize=864772 CPUtime=0
/proc/25201/task/25205/stat : 25205 (java) S 25200 25197 20173 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24879046 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25200 vsize=864772 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25200 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24879048 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25200 vsize=864772 CPUtime=0.14
/proc/25201/task/25207/stat : 25207 (java) S 25200 25197 20173 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 24879048 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25200 vsize=864772 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25200 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24879048 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25209] ppid=25200 vsize=864772 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25200 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879048 885526528 10798 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10129 s]
/proc/loadavg: 2.08 2.09 2.08 3/92 25219
/proc/meminfo: memFree=1800200/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=1.66
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1309 13289 0 1 5 2 152 7 16 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
[pid=25210] ppid=25197 vsize=5356 CPUtime=0
/proc/25210/stat : 25210 (sh) S 25197 25197 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25210/statm: 1339 233 193 169 0 50 0
[pid=25211] ppid=25210 vsize=868532 CPUtime=1.36
/proc/25211/stat : 25211 (java) S 25210 25197 20173 0 -1 0 8827 0 1 0 131 5 0 0 18 0 9 0 24879207 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25211/statm: 217133 7886 2570 9 0 211638 0
[pid=25211/tid=25212] ppid=25210 vsize=868532 CPUtime=0.95
/proc/25211/task/25212/stat : 25212 (java) R 25210 25197 20173 0 -1 64 2650 0 1 0 94 1 0 0 25 0 9 0 24879208 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 101587370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25213] ppid=25210 vsize=868532 CPUtime=0.2
/proc/25211/task/25213/stat : 25213 (java) S 25210 25197 20173 0 -1 64 3986 0 0 0 19 1 0 0 16 0 9 0 24879209 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25214] ppid=25210 vsize=868532 CPUtime=0
/proc/25211/task/25214/stat : 25214 (java) S 25210 25197 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879209 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25215] ppid=25210 vsize=868532 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25210 25197 20173 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24879209 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25216] ppid=25210 vsize=868532 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25210 25197 20173 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24879211 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25217] ppid=25210 vsize=868532 CPUtime=0.16
/proc/25211/task/25217/stat : 25217 (java) S 25210 25197 20173 0 -1 64 1488 0 0 0 16 0 0 0 16 0 9 0 24879211 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25218] ppid=25210 vsize=868532 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25210 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24879211 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25210 vsize=868532 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25210 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879211 889376768 7886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890756

[startup+6.30248 s]
/proc/loadavg: 2.15 2.10 2.09 2/81 25221
/proc/meminfo: memFree=1807072/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=1.66
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1309 13289 0 1 5 2 152 7 16 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
[pid=25210] ppid=25197 vsize=5356 CPUtime=0
/proc/25210/stat : 25210 (sh) S 25197 25197 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25210/statm: 1339 233 193 169 0 50 0
[pid=25211] ppid=25210 vsize=868620 CPUtime=3.71
/proc/25211/stat : 25211 (java) S 25210 25197 20173 0 -1 0 10891 0 1 0 361 10 0 0 18 0 9 0 24879207 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25211/statm: 217155 9708 2567 9 0 211660 0
[pid=25211/tid=25212] ppid=25210 vsize=868620 CPUtime=2.57
/proc/25211/task/25212/stat : 25212 (java) R 25210 25197 20173 0 -1 64 2923 0 1 0 255 2 0 0 18 0 9 0 24879208 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4126589273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25213] ppid=25210 vsize=868620 CPUtime=0.92
/proc/25211/task/25213/stat : 25213 (java) S 25210 25197 20173 0 -1 64 5769 0 0 0 87 5 0 0 16 0 9 0 24879209 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25214/stat : 25214 (java) S 25210 25197 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879209 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25210 25197 20173 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879209 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25210 25197 20173 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24879211 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25217] ppid=25210 vsize=868620 CPUtime=0.18
/proc/25211/task/25217/stat : 25217 (java) S 25210 25197 20173 0 -1 64 1496 0 0 0 18 0 0 0 16 0 9 0 24879211 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25218] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25210 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24879211 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25210 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24879211 889466880 9708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 890844

[startup+12.7024 s]
/proc/loadavg: 2.54 2.18 2.11 3/92 25260
/proc/meminfo: memFree=1756040/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=1.66
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1309 13289 0 1 5 2 152 7 16 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
[pid=25210] ppid=25197 vsize=5356 CPUtime=0
/proc/25210/stat : 25210 (sh) S 25197 25197 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25210/statm: 1339 233 193 169 0 50 0
[pid=25211] ppid=25210 vsize=868620 CPUtime=9.22
/proc/25211/stat : 25211 (java) S 25210 25197 20173 0 -1 0 17300 0 1 0 894 28 0 0 18 0 9 0 24879207 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25211/statm: 217155 14888 2568 9 0 211660 0
[pid=25211/tid=25212] ppid=25210 vsize=868620 CPUtime=7.31
/proc/25211/task/25212/stat : 25212 (java) R 25210 25197 20173 0 -1 64 3350 0 1 0 725 6 0 0 25 0 9 0 24879208 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25213] ppid=25210 vsize=868620 CPUtime=1.54
/proc/25211/task/25213/stat : 25213 (java) R 25210 25197 20173 0 -1 64 11742 0 0 0 144 10 0 0 15 0 9 0 24879209 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 102758156 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25214/stat : 25214 (java) S 25210 25197 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879209 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25210 25197 20173 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879209 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25210 25197 20173 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24879211 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25217] ppid=25210 vsize=868620 CPUtime=0.19
/proc/25211/task/25217/stat : 25217 (java) S 25210 25197 20173 0 -1 64 1505 0 0 0 19 0 0 0 15 0 9 0 24879211 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25210 25197 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24879211 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25210 vsize=868620 CPUtime=0.13
/proc/25211/task/25219/stat : 25219 (java) S 25210 25197 20173 0 -1 64 1 0 0 0 4 9 0 0 15 0 9 0 24879211 889466880 14888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 890844

[startup+25.5029 s]
/proc/loadavg: 2.49 2.19 2.12 3/93 25261
/proc/meminfo: memFree=1677056/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=1.66
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1310 13289 0 1 5 2 152 7 16 0 1 0 24879035 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25197/statm: 4217 1111 409 3 0 796 0
[pid=25210] ppid=25197 vsize=5356 CPUtime=0
/proc/25210/stat : 25210 (sh) S 25197 25197 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24879207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25210/statm: 1339 233 193 169 0 50 0
[pid=25211] ppid=25210 vsize=868620 CPUtime=22
/proc/25211/stat : 25211 (java) S 25210 25197 20173 0 -1 0 36017 0 1 0 2160 40 0 0 18 0 9 0 24879207 889466880 30124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25211/statm: 217155 30124 2568 9 0 211660 0
[pid=25211/tid=25212] ppid=25210 vsize=868620 CPUtime=18.31
/proc/25211/task/25212/stat : 25212 (java) R 25210 25197 20173 0 -1 64 4329 0 1 0 1824 7 0 0 25 0 9 0 24879208 889466880 30124 996147200 134512640 134550932 4294955936 18446744073709551615 4126509381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25213] ppid=25210 vsize=868620 CPUtime=3.31
/proc/25211/task/25213/stat : 25213 (java) S 25210 25197 20173 0 -1 64 29474 0 0 0 311 20 0 0 16 0 9 0 24879209 889466880 30124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25214/stat : 25214 (java) S 25210 25197 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24879209 889466880 30124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25210 vsize=868620 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25210 25197 20173 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24879209 889466880 30124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25210 vsize=868620 CPUtime=0

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

/proc/25211/task/25219/stat : 25219 (java) S 25210 25197 20173 0 -1 64 1 0 0 0 257 564 0 0 15 0 9 0 24879211 889581568 34006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 263.2
Current children cumulated vsize (KiB) 890956
heavy processes:

[startup+642.323 s]
/proc/loadavg: 4.14 4.16 3.25 4/86 25309
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=276.09
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1377 58676 0 2 6 2 25056 2545 16 0 1 0 24879035 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25197/statm: 4217 1114 409 3 0 796 0
[pid=25308] ppid=25197 vsize=5356 CPUtime=0.08
/proc/25308/stat : 25308 (sh) S 25197 25197 20173 0 -1 4194304 273 0 4 0 0 8 0 0 18 0 1 0 24941395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25308/statm: 1339 232 193 169 0 50 0
[pid=25309] ppid=25308 vsize=211336 CPUtime=1.4
/proc/25309/stat : 25309 (minisat) R 25308 25197 20173 0 -1 4194304 47473 0 6 0 106 34 0 0 18 0 1 0 24942057 216408064 47465 996147200 134512640 135127466 4294956256 18446744073709551615 134705060 0 0 4096 3 0 0 0 17 0 0 0
/proc/25309/statm: 52834 47465 62 150 0 52681 0
Current children cumulated CPU time (s) 277.57
Current children cumulated vsize (KiB) 233560
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+688.005 s]
/proc/loadavg: 3.30 3.94 3.21 3/86 25309
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=276.09
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1377 58676 0 2 6 2 25056 2545 16 0 1 0 24879035 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25197/statm: 4217 1114 409 3 0 796 0
[pid=25308] ppid=25197 vsize=5356 CPUtime=0.08
/proc/25308/stat : 25308 (sh) S 25197 25197 20173 0 -1 4194304 273 0 4 0 0 8 0 0 18 0 1 0 24941395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25308/statm: 1339 232 193 169 0 50 0
[pid=25309] ppid=25308 vsize=970800 CPUtime=7.17
/proc/25309/stat : 25309 (minisat) R 25308 25197 20173 0 -1 4195840 218272 0 6 0 541 176 0 0 18 0 1 0 24942057 994099200 218260 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25309/statm: 242700 218260 62 150 0 242547 0
Current children cumulated CPU time (s) 283.34
Current children cumulated vsize (KiB) 993024
heavy processes:
  %CPU=12 pid=25309 uid=0 cmd=HOME/minisat HOME/temp.cnf HOME/temp.o

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

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

[startup+688.202 s]
/proc/loadavg: 3.30 3.94 3.21 3/86 25309
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=276.09
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1399 58676 0 2 6 2 25056 2545 16 0 1 0 24879035 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1114 409 3 0 796 0
[pid=25308] ppid=25197 vsize=0 CPUtime=0.08
/proc/25308/stat : 25308 (sh) Z 25197 25197 20173 0 -1 4195340 273 0 4 0 0 8 0 0 16 0 1 0 24941395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
[pid=25309] ppid=1 vsize=970800 CPUtime=7.22
/proc/25309/stat : 25309 (minisat) R 1 25197 20173 0 -1 4195840 218272 0 6 0 541 181 0 0 18 0 1 0 24942057 994099200 218260 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25309/statm: 242700 218260 62 150 0 242547 0
Current children cumulated CPU time (s) 283.39
Current children cumulated vsize (KiB) 987668

[startup+688.302 s]
/proc/loadavg: 3.30 3.94 3.21 4/87 25310
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=276.09
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1399 58676 0 2 6 2 25056 2545 16 0 1 0 24879035 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1114 409 3 0 796 0
[pid=25308] ppid=25197 vsize=0 CPUtime=0.08
/proc/25308/stat : 25308 (sh) Z 25197 25197 20173 0 -1 4195340 273 0 4 0 0 8 0 0 16 0 1 0 24941395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.17
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25197

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

[startup+689.001 s]
/proc/loadavg: 3.30 3.94 3.21 4/87 25310
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=276.09
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1399 58676 0 2 6 2 25056 2545 16 0 1 0 24879035 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1114 409 3 0 796 0
[pid=25308] ppid=25197 vsize=0 CPUtime=0.08
/proc/25308/stat : 25308 (sh) Z 25197 25197 20173 0 -1 4195340 273 0 4 0 0 8 0 0 16 0 1 0 24941395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.17
Current children cumulated vsize (KiB) 16868

[startup+690.606 s]
/proc/loadavg: 3.27 3.92 3.21 5/87 25310
/proc/meminfo: memFree=19440/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=276.09
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1399 58676 0 2 6 2 25056 2545 16 0 1 0 24879035 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1114 409 3 0 796 0
[pid=25308] ppid=25197 vsize=0 CPUtime=0.08
/proc/25308/stat : 25308 (sh) Z 25197 25197 20173 0 -1 4195340 273 0 4 0 0 8 0 0 16 0 1 0 24941395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.17
Current children cumulated vsize (KiB) 16868

[startup+691.401 s]
/proc/loadavg: 3.27 3.92 3.21 5/87 25310
/proc/meminfo: memFree=19440/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=16868 CPUtime=276.09
/proc/25197/stat : 25197 (sugar) S 25195 25197 20173 0 -1 4194304 1399 58676 0 2 6 2 25056 2545 16 0 1 0 24879035 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25197/statm: 4217 1114 409 3 0 796 0
[pid=25308] ppid=25197 vsize=0 CPUtime=0.08
/proc/25308/stat : 25308 (sh) Z 25197 25197 20173 0 -1 4195340 273 0 4 0 0 8 0 0 16 0 1 0 24941395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.17
Current children cumulated vsize (KiB) 16868

[startup+692.201 s]
/proc/loadavg: 3.27 3.92 3.21 4/87 25310
/proc/meminfo: memFree=20016/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=0 CPUtime=276.18
/proc/25197/stat : 25197 (sugar) R 25195 25197 20173 0 -1 4195332 1399 58676 0 2 6 11 25056 2545 17 0 1 0 24879035 0 0 996147200 0 0 0 0 0 0 16384 4224 0 0 0 0 17 1 0 0
/proc/25197/statm: 0 0 0 0 0 0 0
[pid=25308] ppid=25197 vsize=0 CPUtime=0.08
/proc/25308/stat : 25308 (sh) Z 25197 25197 20173 0 -1 4195340 273 0 4 0 0 8 0 0 16 0 1 0 24941395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.26
Current children cumulated vsize (KiB) 0

[startup+692.602 s]
/proc/loadavg: 3.27 3.92 3.21 4/87 25310
/proc/meminfo: memFree=20016/2055920 swapFree=4192812/4192956
[pid=25197] ppid=25195 vsize=0 CPUtime=276.3
/proc/25197/stat : 25197 (sugar) R 25195 25197 20173 0 -1 4195332 1399 58676 0 2 6 23 25056 2545 17 0 1 0 24879035 0 0 996147200 0 0 0 0 0 0 16384 4224 0 0 0 0 17 1 0 0
/proc/25197/statm: 0 0 0 0 0 0 0
[pid=25308] ppid=25197 vsize=0 CPUtime=0.08
/proc/25308/stat : 25308 (sh) Z 25197 25197 20173 0 -1 4195340 273 0 4 0 0 8 0 0 16 0 1 0 24941395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25197 and gives
#  childrusage.ru_utime.tv_sec=250
#  childrusage.ru_utime.tv_usec=637897
#  childrusage.ru_stime.tv_sec=25
#  childrusage.ru_stime.tv_usec=697093
# CPU time returned by wait4() is 276.335
# while last known CPU time is 276.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 7.22
#  lost CPU user time (s): 5.41
#  lost CPU system time (s): 1.81

Real time (s): 692.673
CPU time (s): 283.6
CPU user time (s): 256.03
CPU system time (s): 27.57
CPU usage (%): 40.9428
Max. virtual memory (cumulated for all children) (KiB): 993024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.638
system time used= 25.6971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60075
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= 50797
involuntary context switches= 49997

runsolver used 5.19121 second user time and 12.2781 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 07:55:24
IDJOB=2083743
IDBENCH=57914
IDSOLVER=739
FILE ID=node28/2083743-1247378124
PBS_JOBID= 9507099
Free space on /tmp= 66116 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-9.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-2083743-1247378124/watcher-2083743-1247378124 -o /tmp/evaluation-result-2083743-1247378124/solver-2083743-1247378124 -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-2083743-1247378124.xml

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

MD5SUM BENCH= cd2c3c12815b02c7c73d42faba495a48
RANDOM SEED=934644500

node28.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.230
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.230
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:       1817344 kB
Buffers:         20688 kB
Cached:         106404 kB
SwapCached:          0 kB
Active:         135800 kB
Inactive:        48996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3940 kB
Writeback:           0 kB
Mapped:          57376 kB
Slab:            38808 kB
Committed_AS:   215580 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64308 MiB
End job on node28 at 2009-07-12 08:06:59