Trace number 2083742

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 291.415 301.732

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/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:55:19 2009
0.00/0.08	c 0	PID 25601
0.00/0.08	c 0	HOST node51.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083742-1247378119.xml TO HOME/temp.csp
0.00/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-2083742-1247378119.xml' 'HOME/temp.csp'
1.35/1.43	c 2	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.35/1.45	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.45	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.39/1.52	c 2	Parsing HOME/temp.csp
1.39/1.83	c 2	parsed 10000 expressions
1.39/1.99	c 2	parsed 20000 expressions
1.39/2.06	c 2	parsed 21230 expressions
1.39/2.07	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/2.07	c 2	Converting to clausal form CSP
2.02/2.14	c 2	converted 2123 (10%) expressions
4.96/5.13	c 5	converted 4246 (20%) expressions
7.73/7.96	c 8	converted 6369 (30%) expressions
10.11/10.39	c 11	converted 8492 (40%) expressions
12.88/13.16	c 13	converted 10615 (50%) expressions
15.25/15.52	c 16	converted 12738 (60%) expressions
17.92/18.27	c 18	converted 14861 (70%) expressions
20.10/20.46	c 21	converted 16984 (80%) expressions
22.08/22.41	c 23	converted 19107 (90%) expressions
23.77/24.18	c 24	converted 21230 (100%) expressions
23.77/24.19	c 24	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
23.77/24.19	c 24	Heap : 89 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.77/24.19	c 24	Propagation in CSP
26.14/26.57	c 27	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.14/26.58	c 27	CSP : 7035 integers, 50890 booleans, 123397 clauses, largest domain size 2821
26.14/26.58	c 27	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.24/26.62	c 27	Simplifing CSP by introducing new Boolean variables
27.13/27.53	c 28	CSP : 7035 integers, 93534 booleans, 166041 clauses, largest domain size 2821
27.13/27.53	c 28	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.83/28.28	c 28	Encoding CSP to SAT : HOME/temp.cnf
32.18/32.61	c 33	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
36.35/36.83	c 37	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
40.51/41.03	c 41	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
43.07/43.65	c 44	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
45.35/45.93	c 46	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
47.60/48.28	c 48	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
49.92/50.80	c 51	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
52.36/53.23	c 53	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
54.84/55.70	c 56	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
57.26/58.27	c 58	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
75.49/76.88	c 77	16605 (10%) CSP clauses are encoded (18305536 clauses, 394776646 bytes)
93.31/95.05	c 95	33209 (20%) CSP clauses are encoded (23857798 clauses, 547450330 bytes)
110.55/112.67	c 113	49813 (30%) CSP clauses are encoded (29243881 clauses, 695981211 bytes)
128.56/131.34	c 132	66417 (40%) CSP clauses are encoded (34883272 clauses, 851658014 bytes)
146.35/149.84	c 150	83021 (50%) CSP clauses are encoded (40523547 clauses, 1007572660 bytes)
164.34/168.38	c 169	99625 (60%) CSP clauses are encoded (46289430 clauses, 1166725213 bytes)
181.42/186.02	c 186	116229 (70%) CSP clauses are encoded (51822507 clauses, 1323561029 bytes)
197.02/202.11	c 202	132833 (80%) CSP clauses are encoded (56907920 clauses, 1471272787 bytes)
214.99/220.49	c 221	149437 (90%) CSP clauses are encoded (63153408 clauses, 1654443614 bytes)
232.37/238.29	c 238	166041 (100%) CSP clauses are encoded (69327940 clauses, 1835844125 bytes)
232.37/238.29	c 238	166041 CSP clauses encoded
232.47/238.30	c 238	Writing map file : HOME/temp.map
232.60/238.54	c 239	Heap : 88 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
232.60/238.54	c 239	SAT : 12983326 SAT variables, 69327940 SAT clauses, 1835844125 bytes
232.60/238.54	c 239	Heap : 88 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
232.60/238.59	c 239	SOLVING HOME/temp.cnf
232.60/238.59	c 239	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
291.01/299.67	c 300	*** picosat: out of memory in 'realloc'
291.09/299.72	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-2083742-1247378119/watcher-2083742-1247378119 -o /tmp/evaluation-result-2083742-1247378119/solver-2083742-1247378119 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083742-1247378119.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.99 2.01 2.00 4/74 25601
/proc/meminfo: memFree=1200320/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=12268 CPUtime=0
/proc/25601/stat : 25601 (sugar) R 25599 25601 21012 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24875417 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25601/statm: 3067 316 241 3 0 167 0

[startup+0.09785 s]
/proc/loadavg: 1.99 2.01 2.00 4/74 25601
/proc/meminfo: memFree=1200320/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=0.06
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102848 s]
/proc/loadavg: 1.99 2.01 2.00 4/74 25601
/proc/meminfo: memFree=1200320/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=0.06
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301867 s]
/proc/loadavg: 1.99 2.01 2.00 4/74 25601
/proc/meminfo: memFree=1200320/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=0.06
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701908 s]
/proc/loadavg: 1.99 2.01 2.00 4/74 25601
/proc/meminfo: memFree=1200320/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=0.06
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50297 s]
/proc/loadavg: 1.99 2.01 2.00 4/85 25613
/proc/meminfo: memFree=1160352/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=1.39
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1292 13283 0 1 5 1 125 8 16 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 16868

[startup+3.10112 s]
/proc/loadavg: 1.99 2.01 2.00 4/85 25623
/proc/meminfo: memFree=1173088/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=1.39
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1309 13283 0 1 5 1 125 8 15 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
[pid=25614] ppid=25601 vsize=5356 CPUtime=0
/proc/25614/stat : 25614 (sh) S 25601 25601 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24875562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25614/statm: 1339 233 193 169 0 50 0
[pid=25615] ppid=25614 vsize=868548 CPUtime=1.59
/proc/25615/stat : 25615 (java) S 25614 25601 21012 0 -1 0 8906 0 1 0 154 5 0 0 18 0 9 0 24875563 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 217137 7966 2570 9 0 211642 0
[pid=25615/tid=25616] ppid=25614 vsize=868548 CPUtime=1.17
/proc/25615/task/25616/stat : 25616 (java) R 25614 25601 21012 0 -1 64 2659 0 1 0 115 2 0 0 24 0 9 0 24875564 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4126510035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25614 vsize=868548 CPUtime=0.22
/proc/25615/task/25617/stat : 25617 (java) S 25614 25601 21012 0 -1 64 4073 0 0 0 21 1 0 0 16 0 9 0 24875565 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25614 vsize=868548 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25614 25601 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24875565 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25614 vsize=868548 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25614 25601 21012 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24875565 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25614 vsize=868548 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25614 25601 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24875567 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25614 vsize=868548 CPUtime=0.18
/proc/25615/task/25621/stat : 25621 (java) S 25614 25601 21012 0 -1 64 1472 0 0 0 17 1 0 0 15 0 9 0 24875567 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25614 vsize=868548 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24875567 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25614 vsize=868548 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24875567 889393152 7966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890772

[startup+6.30241 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 25623
/proc/meminfo: memFree=1147040/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=1.39
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1309 13283 0 1 5 1 125 8 16 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
[pid=25614] ppid=25601 vsize=5356 CPUtime=0
/proc/25614/stat : 25614 (sh) S 25601 25601 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24875562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25614/statm: 1339 233 193 169 0 50 0
[pid=25615] ppid=25614 vsize=868632 CPUtime=4.76
/proc/25615/stat : 25615 (java) S 25614 25601 21012 0 -1 0 12299 0 1 0 466 10 0 0 18 0 9 0 24875563 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 217158 11035 2567 9 0 211663 0
[pid=25615/tid=25616] ppid=25614 vsize=868632 CPUtime=3.96
/proc/25615/task/25616/stat : 25616 (java) R 25614 25601 21012 0 -1 64 3014 0 1 0 393 3 0 0 25 0 9 0 24875564 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4126512994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25614 vsize=868632 CPUtime=0.57
/proc/25615/task/25617/stat : 25617 (java) S 25614 25601 21012 0 -1 64 7104 0 0 0 53 4 0 0 16 0 9 0 24875565 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25614 25601 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24875565 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25614 25601 21012 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24875565 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25614 25601 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24875567 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25614 vsize=868632 CPUtime=0.19
/proc/25615/task/25621/stat : 25621 (java) S 25614 25601 21012 0 -1 64 1479 0 0 0 18 1 0 0 15 0 9 0 24875567 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24875567 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24875567 889479168 11035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890856

[startup+12.702 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 25623
/proc/meminfo: memFree=1113056/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=1.39
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1309 13283 0 1 5 1 125 8 16 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
[pid=25614] ppid=25601 vsize=5356 CPUtime=0
/proc/25614/stat : 25614 (sh) S 25601 25601 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24875562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25614/statm: 1339 233 193 169 0 50 0
[pid=25615] ppid=25614 vsize=868632 CPUtime=11.1
/proc/25615/stat : 25615 (java) S 25614 25601 21012 0 -1 0 22927 0 1 0 1092 18 0 0 18 0 9 0 24875563 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 217158 17284 2568 9 0 211663 0
[pid=25615/tid=25616] ppid=25614 vsize=868632 CPUtime=9.26
/proc/25615/task/25616/stat : 25616 (java) R 25614 25601 21012 0 -1 64 3669 0 1 0 922 4 0 0 25 0 9 0 24875564 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4126513922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25614 vsize=868632 CPUtime=1.6
/proc/25615/task/25617/stat : 25617 (java) S 25614 25601 21012 0 -1 64 17055 0 0 0 149 11 0 0 16 0 9 0 24875565 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25614 25601 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24875565 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25614 25601 21012 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24875565 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25614 25601 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24875567 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25614 vsize=868632 CPUtime=0.2
/proc/25615/task/25621/stat : 25621 (java) S 25614 25601 21012 0 -1 64 1501 0 0 0 19 1 0 0 15 0 9 0 24875567 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24875567 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24875567 889479168 17284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890856

[startup+25.5021 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 25623
/proc/meminfo: memFree=1058144/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=1.39
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1310 13283 0 1 5 1 125 8 16 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
[pid=25614] ppid=25601 vsize=5356 CPUtime=0
/proc/25614/stat : 25614 (sh) S 25601 25601 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24875562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25614/statm: 1339 233 193 169 0 50 0
[pid=25615] ppid=25614 vsize=868632 CPUtime=23.76
/proc/25615/stat : 25615 (java) S 25614 25601 21012 0 -1 0 37584 0 1 0 2348 28 0 0 18 0 9 0 24875563 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 217158 30088 2568 9 0 211663 0
[pid=25615/tid=25616] ppid=25614 vsize=868632 CPUtime=20.45
/proc/25615/task/25616/stat : 25616 (java) R 25614 25601 21012 0 -1 64 4335 0 1 0 2039 6 0 0 25 0 9 0 24875564 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4126508749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25614 vsize=868632 CPUtime=3.07
/proc/25615/task/25617/stat : 25617 (java) S 25614 25601 21012 0 -1 64 31040 0 0 0 288 19 0 0 16 0 9 0 24875565 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25614 25601 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24875565 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25614 25601 21012 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24875565 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25614 25601 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24875567 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25614 vsize=868632 CPUtime=0.21
/proc/25615/task/25621/stat : 25621 (java) S 25614 25601 21012 0 -1 64 1507 0 0 0 20 1 0 0 15 0 9 0 24875567 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24875567 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25614 vsize=868632 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24875567 889479168 30088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890856

[startup+51.1025 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 25623
/proc/meminfo: memFree=901984/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=1.4
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1310 13283 0 1 6 1 125 8 16 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
[pid=25614] ppid=25601 vsize=5356 CPUtime=0
/proc/25614/stat : 25614 (sh) S 25601 25601 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24875562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25614/statm: 1339 233 193 169 0 50 0
[pid=25615] ppid=25614 vsize=868744 CPUtime=48.92
/proc/25615/stat : 25615 (java) S 25614 25601 21012 0 -1 0 44320 0 1 0 4776 116 0 0 18 0 9 0 24875563 889593856 34255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 217186 34255 2592 9 0 211663 0

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

Current children cumulated CPU time (s) 158.52
Current children cumulated vsize (KiB) 890968

[startup+222.303 s]
/proc/loadavg: 3.06 2.49 2.18 3/83 25660
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=1.4
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1310 13283 0 1 6 1 125 8 16 0 1 0 24875417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1111 409 3 0 796 0
[pid=25614] ppid=25601 vsize=5356 CPUtime=0
/proc/25614/stat : 25614 (sh) S 25601 25601 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24875562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25614/statm: 1339 233 193 169 0 50 0
[pid=25615] ppid=25614 vsize=868744 CPUtime=215.45
/proc/25615/stat : 25615 (java) S 25614 25601 21012 0 -1 0 47081 0 1 0 20494 1051 0 0 18 0 9 0 24875563 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 217186 34272 2593 9 0 211663 0
[pid=25615/tid=25616] ppid=25614 vsize=868744 CPUtime=208.33
/proc/25615/task/25616/stat : 25616 (java) R 25614 25601 21012 0 -1 64 8235 0 1 0 19830 1003 0 0 25 0 9 0 24875564 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4126503938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25614 vsize=868744 CPUtime=6.79
/proc/25615/task/25617/stat : 25617 (java) S 25614 25601 21012 0 -1 64 36595 0 0 0 634 45 0 0 16 0 9 0 24875565 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25614 vsize=868744 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25614 25601 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24875565 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25614 vsize=868744 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25614 25601 21012 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24875565 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25614 vsize=868744 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25614 25601 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24875567 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25614 vsize=868744 CPUtime=0.3
/proc/25615/task/25621/stat : 25621 (java) S 25614 25601 21012 0 -1 64 1549 0 0 0 29 1 0 0 16 0 9 0 24875567 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25614 vsize=868744 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24875567 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25614 vsize=868744 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25614 25601 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24875567 889593856 34272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.85
Current children cumulated vsize (KiB) 890968

[startup+282.302 s]
/proc/loadavg: 2.64 2.49 2.20 3/75 25662
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1366 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25601 25601 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24899277 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=693308 CPUtime=41.25
/proc/25662/stat : 25662 (picosat) R 25661 25601 21012 0 -1 4194304 135919 0 4 0 1888 2237 0 0 25 0 1 0 24899278 709947392 135909 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 173327 135909 40 102 0 173222 0
Current children cumulated CPU time (s) 273.94
Current children cumulated vsize (KiB) 715532



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+299.703 s]
/proc/loadavg: 2.52 2.47 2.20 3/75 25662
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1377 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25601 25601 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24899277 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=918876 CPUtime=58.4
/proc/25662/stat : 25662 (picosat) R 25661 25601 21012 0 -1 4195840 192536 0 5 0 2671 3169 0 0 24 0 1 0 24899278 940929024 192527 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 229719 192527 41 102 0 229614 0
Current children cumulated CPU time (s) 291.09
Current children cumulated vsize (KiB) 941100

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

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

[startup+300.106 s]
/proc/loadavg: 2.52 2.47 2.20 3/75 25662
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1399 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=0 CPUtime=0
/proc/25661/stat : 25661 (sh) Z 25601 25601 21012 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24899277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25661/statm: 0 0 0 0 0 0 0
[pid=25662] ppid=1 vsize=918876 CPUtime=58.7
/proc/25662/stat : 25662 (picosat) R 1 25601 21012 0 -1 4195840 192536 0 5 0 2671 3199 0 0 25 0 1 0 24899278 940929024 192527 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 229719 192527 41 102 0 229614 0
Current children cumulated CPU time (s) 291.39
Current children cumulated vsize (KiB) 935744

[startup+300.202 s]
/proc/loadavg: 2.52 2.47 2.20 4/76 25663
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1399 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=0 CPUtime=0
/proc/25661/stat : 25661 (sh) Z 25601 25601 21012 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24899277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.69
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25601

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

[startup+300.603 s]
/proc/loadavg: 2.52 2.47 2.20 4/76 25663
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1399 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=0 CPUtime=0
/proc/25661/stat : 25661 (sh) Z 25601 25601 21012 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24899277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.69
Current children cumulated vsize (KiB) 16868

[startup+301.408 s]
/proc/loadavg: 2.52 2.47 2.20 2/76 25663
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1399 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=0 CPUtime=0
/proc/25661/stat : 25661 (sh) Z 25601 25601 21012 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24899277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.69
Current children cumulated vsize (KiB) 16868

[startup+301.603 s]
/proc/loadavg: 2.52 2.47 2.20 2/76 25663
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1399 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=0 CPUtime=0
/proc/25661/stat : 25661 (sh) Z 25601 25601 21012 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24899277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.69
Current children cumulated vsize (KiB) 16868

[startup+301.702 s]
/proc/loadavg: 2.52 2.47 2.20 2/76 25663
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=25601] ppid=25599 vsize=16868 CPUtime=232.69
/proc/25601/stat : 25601 (sugar) S 25599 25601 21012 0 -1 4194304 1399 60961 0 2 7 1 22102 1159 16 0 1 0 24875417 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25601/statm: 4217 1114 409 3 0 796 0
[pid=25661] ppid=25601 vsize=0 CPUtime=0
/proc/25661/stat : 25661 (sh) Z 25601 25601 21012 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24899277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.69
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): 58.7
#  lost CPU user time (s): 26.71
#  lost CPU system time (s): 31.99

Real time (s): 301.732
CPU time (s): 291.415
CPU user time (s): 247.811
CPU system time (s): 43.6032
CPU usage (%): 96.5805
Max. virtual memory (cumulated for all children) (KiB): 941100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.101
system time used= 11.6132
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62360
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= 43521
involuntary context switches= 47578

runsolver used 0.408937 second user time and 1.09583 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 07:55:19
IDJOB=2083742
IDBENCH=57914
IDSOLVER=738
FILE ID=node51/2083742-1247378119
PBS_JOBID= 9507098
Free space on /tmp= 66044 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083742-1247378119/watcher-2083742-1247378119 -o /tmp/evaluation-result-2083742-1247378119/solver-2083742-1247378119 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083742-1247378119.xml

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

MD5SUM BENCH= cd2c3c12815b02c7c73d42faba495a48
RANDOM SEED=768089791

node51.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.225
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.225
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:       1200864 kB
Buffers:         57772 kB
Cached:         453860 kB
SwapCached:          0 kB
Active:         576476 kB
Inactive:       194080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1200864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3928 kB
Writeback:           0 kB
Mapped:         270060 kB
Slab:            69300 kB
Committed_AS:   456452 kB
PageTables:       2408 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= 64124 MiB
End job on node51 at 2009-07-12 08:00:21