Trace number 1086423

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.13+minisat? (MO) 200.797 220.024

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-10.xml
MD5SUM68a6e67c26555a55d1774467340b6ea2
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.6525
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:27:53 2008
0.00/0.04	c 0	PID 24834
0.03/0.04	c 0	HOST node89.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1086423-1215239273.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086423-1215239273.xml' 'HOME/temp.csp'
0.04/0.82	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.91	c 1	Parsing HOME/temp.csp
1.25/1.31	c 2	parsed 9353 expressions
1.25/1.31	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.31	c 2	Converting to clausal form CSP
1.94/2.03	c 2	converted 936 (10%) expressions
3.43/3.53	c 4	converted 1871 (20%) expressions
4.71/4.85	c 5	converted 2806 (30%) expressions
5.81/5.95	c 6	converted 3742 (40%) expressions
7.20/7.33	c 8	converted 4677 (50%) expressions
8.28/8.40	c 9	converted 5612 (60%) expressions
9.37/9.53	c 10	converted 6548 (70%) expressions
10.65/10.88	c 11	converted 7483 (80%) expressions
11.64/11.88	c 12	converted 8418 (90%) expressions
12.73/12.91	c 13	converted 9353 (100%) expressions
12.73/12.91	c 13	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
12.73/12.91	c 13	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.73/12.91	c 13	Propagation in CSP
13.42/13.67	c 14	17684 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.42/13.68	c 14	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
13.42/13.68	c 14	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.52/13.70	c 14	Simplifing CSP by introducing new Boolean variables
13.62/13.80	c 14	CSP : 1292 integers, 42155 booleans, 70000 clauses, largest domain size 3209
13.62/13.80	c 14	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.02/14.27	c 15	Encoding CSP to SAT : HOME/temp.cnf
15.49/15.71	c 16	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
16.78/17.04	c 17	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
18.07/18.38	c 19	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
19.36/19.66	c 20	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
20.55/20.90	c 21	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
21.04/21.37	c 22	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
21.44/21.78	c 22	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
21.93/22.22	c 23	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
22.23/22.58	c 23	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
22.62/22.94	c 23	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
71.47/74.16	c 75	7000 (10%) CSP clauses are encoded (6992940 clauses, 149120396 bytes)
98.55/101.54	c 102	14000 (20%) CSP clauses are encoded (10881740 clauses, 243601082 bytes)
115.75/121.11	c 122	21000 (30%) CSP clauses are encoded (13937262 clauses, 319965373 bytes)
128.54/135.14	c 136	28000 (40%) CSP clauses are encoded (16578415 clauses, 387778833 bytes)
140.74/147.59	c 148	35000 (50%) CSP clauses are encoded (19433327 clauses, 462180401 bytes)
150.86/158.21	c 159	42000 (60%) CSP clauses are encoded (21752994 clauses, 521983667 bytes)
160.88/168.36	c 169	49000 (70%) CSP clauses are encoded (24066110 clauses, 581969475 bytes)
169.95/177.41	c 178	56000 (80%) CSP clauses are encoded (26340785 clauses, 641258124 bytes)
179.92/187.52	c 188	63000 (90%) CSP clauses are encoded (28870855 clauses, 707592788 bytes)
188.62/196.24	c 197	70000 (100%) CSP clauses are encoded (31168294 clauses, 767673074 bytes)
188.62/196.24	c 197	70000 CSP clauses encoded
188.62/196.24	c 197	Writing map file : HOME/temp.map
188.73/196.33	c 197	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
188.73/196.33	c 197	SAT : 1858893 SAT variables, 31168294 SAT clauses, 767673074 bytes
188.73/196.33	c 197	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
188.73/196.35	c 197	SOLVING HOME/temp.cnf
188.73/196.35	c 197	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
188.73/196.36	c 197	This is MiniSat 2.0 beta
188.73/196.36	c 197	WARNING: for repeatability, setting FPU to use double precision
188.73/196.36	c 197	============================[ Problem Statistics ]=============================
188.73/196.36	c 197	|                                                                             |
188.73/196.36	c 197	|  Number of variables:  1858893                                              |
188.73/196.36	c 197	|  Number of clauses:    31168294                                             |
200.24/208.12	c ERROR INTERRUPTED
200.35/208.24	s UNKNOWN
200.35/208.24	c 209	CPU 183.44 (0.03 0.01 183.41 5.33)
200.35/208.24	c 209	END Sat Jul  5 08:31:22 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086423-1215239273/watcher-1086423-1215239273 -o /tmp/evaluation-result-1086423-1215239273/solver-1086423-1215239273 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086423-1215239273.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.07 1.94 3/73 24834
/proc/meminfo: memFree=1372520/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=2504 CPUtime=0
/proc/24834/stat : 24834 (sugar) R 24832 24834 23935 0 -1 4194304 41 0 0 0 0 0 0 0 21 0 1 0 679654963 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 249067271445 0 0 4096 0 0 0 0 17 1 0 0
/proc/24834/statm: 626 26 19 3 0 5 0

[startup+0.0477971 s]
/proc/loadavg: 2.09 2.07 1.94 3/73 24834
/proc/meminfo: memFree=1372520/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.03
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 679654963 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102115 s]
/proc/loadavg: 2.09 2.07 1.94 3/73 24834
/proc/meminfo: memFree=1372520/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.04
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 679654963 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301058 s]
/proc/loadavg: 2.09 2.07 1.94 3/73 24834
/proc/meminfo: memFree=1372520/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.04
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 679654963 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701098 s]
/proc/loadavg: 2.09 2.07 1.94 3/73 24834
/proc/meminfo: memFree=1372520/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.04
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 679654963 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 2.08 2.07 1.94 4/84 24856
/proc/meminfo: memFree=1364560/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.81
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 974 8755 0 1 3 1 71 6 15 0 1 0 679654963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 797 370 3 0 500 0
[pid=24847] ppid=24834 vsize=5356 CPUtime=0
/proc/24847/stat : 24847 (sh) S 24834 24834 23935 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 679655047 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24847/statm: 1339 233 193 169 0 50 0
[pid=24848] ppid=24847 vsize=864160 CPUtime=0.64
/proc/24848/stat : 24848 (java) S 24847 24834 23935 0 -1 0 6045 0 1 0 61 3 0 0 20 0 9 0 679655047 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24848/statm: 216040 5240 2540 9 0 210615 0
[pid=24848/tid=24849] ppid=24847 vsize=864160 CPUtime=0.41
/proc/24848/task/24849/stat : 24849 (java) R 24847 24834 23935 0 -1 64 2688 0 1 0 40 1 0 0 25 0 9 0 679655048 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4125966833 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24850] ppid=24847 vsize=864160 CPUtime=0.1
/proc/24848/task/24850/stat : 24850 (java) S 24847 24834 23935 0 -1 64 2310 0 0 0 10 0 0 0 16 0 9 0 679655049 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24851] ppid=24847 vsize=864160 CPUtime=0
/proc/24848/task/24851/stat : 24851 (java) S 24847 24834 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679655049 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24852] ppid=24847 vsize=864160 CPUtime=0
/proc/24848/task/24852/stat : 24852 (java) S 24847 24834 23935 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679655049 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24853] ppid=24847 vsize=864160 CPUtime=0
/proc/24848/task/24853/stat : 24853 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 679655051 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24854] ppid=24847 vsize=864160 CPUtime=0.09
/proc/24848/task/24854/stat : 24854 (java) S 24847 24834 23935 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 679655051 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24855] ppid=24847 vsize=864160 CPUtime=0
/proc/24848/task/24855/stat : 24855 (java) S 24847 24834 23935 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 679655051 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24856] ppid=24847 vsize=864160 CPUtime=0
/proc/24848/task/24856/stat : 24856 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679655051 884899840 5240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883116

[startup+3.10233 s]
/proc/loadavg: 2.08 2.07 1.94 4/84 24856
/proc/meminfo: memFree=1353040/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.81
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 974 8755 0 1 3 1 71 6 15 0 1 0 679654963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 797 370 3 0 500 0
[pid=24847] ppid=24834 vsize=5356 CPUtime=0
/proc/24847/stat : 24847 (sh) S 24834 24834 23935 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 679655047 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24847/statm: 1339 233 193 169 0 50 0
[pid=24848] ppid=24847 vsize=868364 CPUtime=2.23
/proc/24848/stat : 24848 (java) S 24847 24834 23935 0 -1 0 8439 0 1 0 216 7 0 0 20 0 9 0 679655047 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24848/statm: 217091 7430 2540 9 0 211666 0
[pid=24848/tid=24849] ppid=24847 vsize=868364 CPUtime=1.71
/proc/24848/task/24849/stat : 24849 (java) R 24847 24834 23935 0 -1 64 2852 0 1 0 169 2 0 0 25 0 9 0 679655048 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4126568603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24850] ppid=24847 vsize=868364 CPUtime=0.29
/proc/24848/task/24850/stat : 24850 (java) S 24847 24834 23935 0 -1 64 3421 0 0 0 27 2 0 0 16 0 9 0 679655049 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24851] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24851/stat : 24851 (java) S 24847 24834 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679655049 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24852] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24852/stat : 24852 (java) S 24847 24834 23935 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679655049 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24853] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24853/stat : 24853 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 679655051 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24854] ppid=24847 vsize=868364 CPUtime=0.19
/proc/24848/task/24854/stat : 24854 (java) S 24847 24834 23935 0 -1 64 1472 0 0 0 18 1 0 0 16 0 9 0 679655051 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24855] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24855/stat : 24855 (java) S 24847 24834 23935 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 679655051 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24856] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24856/stat : 24856 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679655051 889204736 7430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887320

[startup+6.30265 s]
/proc/loadavg: 2.07 2.06 1.94 3/84 24856
/proc/meminfo: memFree=1341264/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.81
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 974 8755 0 1 3 1 71 6 16 0 1 0 679654963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 797 370 3 0 500 0
[pid=24847] ppid=24834 vsize=5356 CPUtime=0
/proc/24847/stat : 24847 (sh) S 24834 24834 23935 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 679655047 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24847/statm: 1339 233 193 169 0 50 0
[pid=24848] ppid=24847 vsize=868364 CPUtime=5.39
/proc/24848/stat : 24848 (java) S 24847 24834 23935 0 -1 0 11709 0 1 0 528 11 0 0 20 0 9 0 679655047 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24848/statm: 217091 10414 2540 9 0 211666 0
[pid=24848/tid=24849] ppid=24847 vsize=868364 CPUtime=4.49
/proc/24848/task/24849/stat : 24849 (java) R 24847 24834 23935 0 -1 64 3235 0 1 0 446 3 0 0 25 0 9 0 679655048 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4126569840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24850] ppid=24847 vsize=868364 CPUtime=0.67
/proc/24848/task/24850/stat : 24850 (java) S 24847 24834 23935 0 -1 64 6307 0 0 0 62 5 0 0 16 0 9 0 679655049 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24851] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24851/stat : 24851 (java) S 24847 24834 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679655049 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24852] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24852/stat : 24852 (java) S 24847 24834 23935 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679655049 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24853] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24853/stat : 24853 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 679655051 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24854] ppid=24847 vsize=868364 CPUtime=0.19
/proc/24848/task/24854/stat : 24854 (java) S 24847 24834 23935 0 -1 64 1473 0 0 0 18 1 0 0 15 0 9 0 679655051 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24855] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24855/stat : 24855 (java) S 24847 24834 23935 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 679655051 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24856] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24856/stat : 24856 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679655051 889204736 10414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887320

[startup+12.7013 s]
/proc/loadavg: 2.15 2.08 1.94 3/84 24856
/proc/meminfo: memFree=1314000/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.81
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 974 8755 0 1 3 1 71 6 16 0 1 0 679654963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 797 370 3 0 500 0
[pid=24847] ppid=24834 vsize=5356 CPUtime=0
/proc/24847/stat : 24847 (sh) S 24834 24834 23935 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 679655047 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24847/statm: 1339 233 193 169 0 50 0
[pid=24848] ppid=24847 vsize=868364 CPUtime=11.72
/proc/24848/stat : 24848 (java) S 24847 24834 23935 0 -1 0 22544 0 1 0 1151 21 0 0 20 0 9 0 679655047 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24848/statm: 217091 17167 2540 9 0 211666 0
[pid=24848/tid=24849] ppid=24847 vsize=868364 CPUtime=9.71
/proc/24848/task/24849/stat : 24849 (java) R 24847 24834 23935 0 -1 64 3821 0 1 0 967 4 0 0 25 0 9 0 679655048 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4126569873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24850] ppid=24847 vsize=868364 CPUtime=1.78
/proc/24848/task/24850/stat : 24850 (java) S 24847 24834 23935 0 -1 64 16556 0 0 0 164 14 0 0 16 0 9 0 679655049 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24851] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24851/stat : 24851 (java) S 24847 24834 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679655049 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24852] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24852/stat : 24852 (java) S 24847 24834 23935 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679655049 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24853] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24853/stat : 24853 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 679655051 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24854] ppid=24847 vsize=868364 CPUtime=0.19
/proc/24848/task/24854/stat : 24854 (java) S 24847 24834 23935 0 -1 64 1473 0 0 0 18 1 0 0 15 0 9 0 679655051 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24855] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24855/stat : 24855 (java) S 24847 24834 23935 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 679655051 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24856] ppid=24847 vsize=868364 CPUtime=0
/proc/24848/task/24856/stat : 24856 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679655051 889204736 17167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887320

[startup+25.5026 s]
/proc/loadavg: 2.19 2.09 1.95 3/84 24856
/proc/meminfo: memFree=1264272/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.81
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 974 8755 0 1 3 1 71 6 16 0 1 0 679654963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 797 370 3 0 500 0
[pid=24847] ppid=24834 vsize=5356 CPUtime=0
/proc/24847/stat : 24847 (sh) S 24834 24834 23935 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 679655047 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24847/statm: 1339 233 193 169 0 50 0
[pid=24848] ppid=24847 vsize=868476 CPUtime=24.38
/proc/24848/stat : 24848 (java) S 24847 24834 23935 0 -1 0 25768 0 1 0 2390 48 0 0 20 0 9 0 679655047 889319424 19525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24848/statm: 217119 19525 2566 9 0 211666 0
[pid=24848/tid=24849] ppid=24847 vsize=868476 CPUtime=21.6
/proc/24848/task/24849/stat : 24849 (java) R 24847 24834 23935 0 -1 64 4286 0 1 0 2133 27 0 0 25 0 9 0 679655048 889319424 19525 996147200 134512640 134550740 4294955952 18446744073709551615 4126627608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24850] ppid=24847 vsize=868476 CPUtime=2.47
/proc/24848/task/24850/stat : 24850 (java) S 24847 24834 23935 0 -1 64 19272 0 0 0 230 17 0 0 16 0 9 0 679655049 889319424 19525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24851] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24851/stat : 24851 (java) S 24847 24834 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679655049 889319424 19525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24852] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24852/stat : 24852 (java) S 24847 24834 23935 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679655049 889319424 19525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/24848/task/24852/stat : 24852 (java) S 24847 24834 23935 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679655049 889319424 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24853] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24853/stat : 24853 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 679655051 889319424 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24854] ppid=24847 vsize=868476 CPUtime=0.3
/proc/24848/task/24854/stat : 24854 (java) S 24847 24834 23935 0 -1 64 1524 0 0 0 28 2 0 0 16 0 9 0 679655051 889319424 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24855] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24855/stat : 24855 (java) S 24847 24834 23935 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 679655051 889319424 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24856] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24856/stat : 24856 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679655051 889319424 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.34
Current children cumulated vsize (KiB) 887432

[startup+162.302 s]
/proc/loadavg: 3.10 2.46 2.10 3/84 24856
/proc/meminfo: memFree=755664/2055920 swapFree=4179808/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=0.81
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 974 8755 0 1 3 1 71 6 16 0 1 0 679654963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24834/statm: 3400 797 370 3 0 500 0
[pid=24847] ppid=24834 vsize=5356 CPUtime=0
/proc/24847/stat : 24847 (sh) S 24834 24834 23935 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 679655047 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24847/statm: 1339 233 193 169 0 50 0
[pid=24848] ppid=24847 vsize=868476 CPUtime=154.13
/proc/24848/stat : 24848 (java) S 24847 24834 23935 0 -1 0 28069 0 1 0 15029 384 0 0 20 0 9 0 679655047 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24848/statm: 217119 19534 2566 9 0 211666 0
[pid=24848/tid=24849] ppid=24847 vsize=868476 CPUtime=150
/proc/24848/task/24849/stat : 24849 (java) R 24847 24834 23935 0 -1 64 6578 0 1 0 14654 346 0 0 25 0 9 0 679655048 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4126967123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24848/tid=24850] ppid=24847 vsize=868476 CPUtime=3.81
/proc/24848/task/24850/stat : 24850 (java) S 24847 24834 23935 0 -1 64 19272 0 0 0 346 35 0 0 16 0 9 0 679655049 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24848/tid=24851] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24851/stat : 24851 (java) S 24847 24834 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679655049 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24852] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24852/stat : 24852 (java) S 24847 24834 23935 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679655049 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24853] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24853/stat : 24853 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 679655051 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24854] ppid=24847 vsize=868476 CPUtime=0.3
/proc/24848/task/24854/stat : 24854 (java) S 24847 24834 23935 0 -1 64 1525 0 0 0 28 2 0 0 15 0 9 0 679655051 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24855] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24855/stat : 24855 (java) S 24847 24834 23935 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 679655051 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24848/tid=24856] ppid=24847 vsize=868476 CPUtime=0
/proc/24848/task/24856/stat : 24856 (java) S 24847 24834 23935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679655051 889319424 19534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.94
Current children cumulated vsize (KiB) 887432



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+208.103 s]
/proc/loadavg: 3.88 2.74 2.21 3/77 24860
/proc/meminfo: memFree=15816/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=188.78
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 1033 38078 0 2 3 1 18341 533 16 0 1 0 679654963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24834/statm: 3400 799 370 3 0 500 0
[pid=24858] ppid=24834 vsize=5356 CPUtime=0
/proc/24858/stat : 24858 (sh) S 24834 24834 23935 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 679674598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24858/statm: 1339 232 193 169 0 50 0
[pid=24859] ppid=24858 vsize=905476 CPUtime=11.46
/proc/24859/stat : 24859 (minisat) R 24858 24834 23935 0 -1 4194304 210275 0 0 0 945 201 0 0 25 0 1 0 679674599 927207424 210261 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/24859/statm: 226369 210262 62 150 0 226216 0
Current children cumulated CPU time (s) 200.24
Current children cumulated vsize (KiB) 924432

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

[startup+208.22 s]
/proc/loadavg: 3.88 2.74 2.21 3/77 24860
/proc/meminfo: memFree=15816/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=188.78
/proc/24834/stat : 24834 (sugar) S 24832 24834 23935 0 -1 4194304 1044 38078 0 2 3 1 18341 533 16 0 1 0 679654963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24834/statm: 3400 799 370 3 0 500 0
[pid=24858] ppid=24834 vsize=0 CPUtime=0
/proc/24858/stat : 24858 (sh) Z 24834 24834 23935 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 679674598 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24858/statm: 0 0 0 0 0 0 0
[pid=24859] ppid=1 vsize=0 CPUtime=11.57
/proc/24859/stat : 24859 (minisat) R 1 24834 23935 0 -1 4195332 210289 0 0 0 945 212 0 0 25 0 1 0 679674599 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/24859/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.35
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (188.78 s) is less than in the last sample (200.35 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.57 s) to the 'lost time'.

[startup+208.303 s]
/proc/loadavg: 3.88 2.74 2.21 3/77 24860
/proc/meminfo: memFree=15816/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=188.78
/proc/24834/stat : 24834 (sugar) D 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 1 18341 533 15 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 188.78
Current children cumulated vsize (KiB) 13600

Sending SIGKILL to process tree (bottom up)

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

[startup+211.102 s]
/proc/loadavg: 3.81 2.75 2.21 2/76 24861
/proc/meminfo: memFree=1524176/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=189.08
/proc/24834/stat : 24834 (sugar) D 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 31 18341 533 15 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.08
Current children cumulated vsize (KiB) 13600

[startup+214.301 s]
/proc/loadavg: 3.81 2.75 2.21 2/74 24861
/proc/meminfo: memFree=1541408/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=189.1
/proc/24834/stat : 24834 (sugar) D 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 33 18341 533 15 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.1
Current children cumulated vsize (KiB) 13600

[startup+217.503 s]
/proc/loadavg: 3.75 2.75 2.22 2/74 24861
/proc/meminfo: memFree=1558624/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=189.11
/proc/24834/stat : 24834 (sugar) D 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 34 18341 533 15 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.11
Current children cumulated vsize (KiB) 13600

[startup+219.102 s]
/proc/loadavg: 3.75 2.75 2.22 2/74 24861
/proc/meminfo: memFree=1567008/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=189.11
/proc/24834/stat : 24834 (sugar) D 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 34 18341 533 15 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.11
Current children cumulated vsize (KiB) 13600

[startup+219.502 s]
/proc/loadavg: 3.75 2.75 2.22 2/74 24861
/proc/meminfo: memFree=1567008/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=189.15
/proc/24834/stat : 24834 (sugar) D 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 38 18341 533 16 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.15
Current children cumulated vsize (KiB) 13600

[startup+219.902 s]
/proc/loadavg: 3.75 2.75 2.22 2/74 24861
/proc/meminfo: memFree=1567008/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=189.19
/proc/24834/stat : 24834 (sugar) D 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 42 18341 533 15 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.19
Current children cumulated vsize (KiB) 13600

[startup+220.002 s]
/proc/loadavg: 3.75 2.75 2.22 2/74 24861
/proc/meminfo: memFree=1630944/2055920 swapFree=4179812/4192956
[pid=24834] ppid=24832 vsize=13600 CPUtime=189.19
/proc/24834/stat : 24834 (sugar) R 24832 24834 23935 0 -1 4194304 1069 38355 0 2 3 42 18341 533 15 0 1 0 679654963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 0 0 0 17 0 0 0
/proc/24834/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 189.19
Current children cumulated vsize (KiB) 13600

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): 11.57
#  lost CPU user time (s): 9.45
#  lost CPU system time (s): 2.12

Real time (s): 220.024
CPU time (s): 200.797
CPU user time (s): 192.905
CPU system time (s): 7.89212
CPU usage (%): 91.2616
Max. virtual memory (cumulated for all children) (KiB): 924432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.455
system time used= 5.77212
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39424
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= 35259
involuntary context switches= 37898

runsolver used 0.25996 second user time and 0.761884 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 08:27:53
IDJOB=1086423
IDBENCH=57818
IDSOLVER=346
FILE ID=node89/1086423-1215239273
PBS_JOBID= 7881926
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086423-1215239273/watcher-1086423-1215239273 -o /tmp/evaluation-result-1086423-1215239273/solver-1086423-1215239273 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086423-1215239273.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68a6e67c26555a55d1774467340b6ea2
RANDOM SEED=1454030223

node89.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.213
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.213
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:       1373000 kB
Buffers:         81204 kB
Cached:         250232 kB
SwapCached:       7136 kB
Active:         508048 kB
Inactive:       116516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373000 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         298284 kB
Slab:            43112 kB
Committed_AS:  2334992 kB
PageTables:       2376 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= 66512 MiB
End job on node89 at 2008-07-05 08:31:34