Trace number 1114096

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 98.3058 100.535

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-1.xml
MD5SUM73dece1b19758e876aa500d620069f40
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 23:04:27 2008
0.00/0.05	c 0	PID 19039
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1114096-1215896667.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114096-1215896667.xml' 'HOME/temp.csp'
0.04/0.87	c 1	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.04/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.84/0.96	c 1	Parsing HOME/temp.csp
1.14/1.22	c 1	parsed 4183 expressions
1.14/1.22	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.26	c 1	MAX CSP: 3865 constraints
1.14/1.26	c 1	Converting to clausal form CSP
1.73/1.87	c 2	converted 806 (10%) expressions
2.23/2.36	c 2	converted 1611 (20%) expressions
2.63/2.77	c 3	converted 2416 (30%) expressions
3.12/3.22	c 3	converted 3221 (40%) expressions
3.41/3.56	c 3	converted 4026 (50%) expressions
3.81/3.90	c 4	converted 4831 (60%) expressions
4.21/4.38	c 4	converted 5636 (70%) expressions
4.60/4.71	c 5	converted 6441 (80%) expressions
4.90/5.03	c 5	converted 7246 (90%) expressions
5.49/5.67	c 5	converted 8051 (100%) expressions
5.49/5.67	c 5	CSP : 8328 integers, 15000 booleans, 35210 clauses, largest domain size 5798
5.49/5.67	c 5	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.49/5.67	c 5	Propagation in CSP
6.29/6.48	c 6	3858 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.29/6.48	c 6	CSP : 8328 integers, 15000 booleans, 35210 clauses, largest domain size 3866
6.29/6.48	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.39/6.50	c 6	Simplifing CSP by introducing new Boolean variables
6.39/6.56	c 6	CSP : 8328 integers, 22978 booleans, 43188 clauses, largest domain size 3866
6.39/6.56	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.68/6.88	c 7	Encoding CSP to SAT : HOME/temp.cnf
8.56/8.73	c 9	833 (10%) CSP integer variables are encoded (413401 clauses, 6806466 bytes)
8.85/9.01	c 9	1666 (20%) CSP integer variables are encoded (617974 clauses, 10284207 bytes)
8.85/9.07	c 9	2499 (30%) CSP integer variables are encoded (669704 clauses, 11163617 bytes)
8.85/9.08	c 9	3332 (40%) CSP integer variables are encoded (672460 clauses, 11210469 bytes)
8.85/9.08	c 9	4164 (50%) CSP integer variables are encoded (672460 clauses, 11210469 bytes)
8.85/9.09	c 9	4997 (60%) CSP integer variables are encoded (680348 clauses, 11344565 bytes)
8.94/9.11	c 9	5830 (70%) CSP integer variables are encoded (687513 clauses, 11466370 bytes)
8.94/9.12	c 9	6663 (80%) CSP integer variables are encoded (697293 clauses, 11632630 bytes)
8.94/9.18	c 9	7496 (90%) CSP integer variables are encoded (741655 clauses, 12386784 bytes)
8.94/9.20	c 9	8328 (100%) CSP integer variables are encoded (753402 clauses, 12586483 bytes)
23.39/23.77	c 24	4319 (10%) CSP clauses are encoded (3108959 clauses, 63459162 bytes)
30.11/30.53	c 30	8638 (20%) CSP clauses are encoded (4566445 clauses, 96639240 bytes)
34.55/35.08	c 35	12957 (30%) CSP clauses are encoded (5703883 clauses, 123627276 bytes)
38.19/38.76	c 39	17276 (40%) CSP clauses are encoded (6796169 clauses, 150213727 bytes)
41.05/41.60	c 41	21594 (50%) CSP clauses are encoded (7770611 clauses, 174339024 bytes)
44.02/44.61	c 44	25913 (60%) CSP clauses are encoded (8802134 clauses, 200031029 bytes)
46.67/47.33	c 47	30232 (70%) CSP clauses are encoded (9765654 clauses, 224089448 bytes)
49.63/50.30	c 50	34551 (80%) CSP clauses are encoded (10800795 clauses, 249893973 bytes)
52.73/53.52	c 53	38870 (90%) CSP clauses are encoded (12288850 clauses, 286179793 bytes)
86.06/87.79	c 88	43188 (100%) CSP clauses are encoded (29864250 clauses, 715769813 bytes)
86.06/87.80	c 88	43188 CSP clauses encoded
86.06/87.80	c 88	Writing map file : HOME/temp.map
86.15/87.87	c 88	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.15/87.87	c 88	SAT : 784708 SAT variables, 29864250 SAT clauses, 715769813 bytes
86.15/87.87	c 88	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.26/87.92	c 88	OBJECTIVE minimize _COST
86.26/87.92	c 88	OBJECTIVE BOUND: 0 <= _COST <= 
86.26/87.92	c 88	SEARCHING: _COST <= 1933
86.26/87.92	c 88	SOLVING HOME/temp.cnf
86.26/87.92	c 88	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
86.26/87.93	c 88	This is MiniSat 2.0 beta
86.26/87.93	c 88	WARNING: for repeatability, setting FPU to use double precision
86.26/87.93	c 88	============================[ Problem Statistics ]=============================
86.26/87.93	c 88	|                                                                             |
86.26/87.93	c 88	|  Number of variables:  784708                                               |
86.26/87.93	c 88	|  Number of clauses:    29864251                                             |
97.92/100.02	c ERROR INTERRUPTED
86.30/100.15	s UNKNOWN
86.30/100.15	c 100	CPU 81.47 (0.07 0.02 81.4 4.81)
86.30/100.15	c 100	END Sat Jul 12 23:06:07 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1114096-1215896667/watcher-1114096-1215896667 -o /tmp/evaluation-result-1114096-1215896667/solver-1114096-1215896667 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1114096-1215896667.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.08 2.38 2.48 4/73 19039
/proc/meminfo: memFree=1504520/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=4708 CPUtime=0
/proc/19039/stat : 19039 (sugar) R 19037 19039 18398 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 46370173 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 259350656393 0 0 4096 0 0 0 0 17 1 0 0
/proc/19039/statm: 1177 43 33 3 0 8 0

[startup+0.110357 s]
/proc/loadavg: 2.08 2.38 2.48 4/73 19039
/proc/meminfo: memFree=1504520/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.04
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46370173 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202367 s]
/proc/loadavg: 2.08 2.38 2.48 4/73 19039
/proc/meminfo: memFree=1504520/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.04
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46370173 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302372 s]
/proc/loadavg: 2.08 2.38 2.48 4/73 19039
/proc/meminfo: memFree=1504520/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.04
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46370173 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702442 s]
/proc/loadavg: 2.08 2.38 2.48 4/73 19039
/proc/meminfo: memFree=1504520/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.04
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46370173 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 2.08 2.38 2.48 3/84 19061
/proc/meminfo: memFree=1496304/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.84
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 974 6941 0 1 3 1 76 4 15 0 1 0 46370173 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 797 370 3 0 500 0
[pid=19052] ppid=19039 vsize=5356 CPUtime=0
/proc/19052/stat : 19052 (sh) S 19039 19039 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46370262 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19052/statm: 1339 233 193 169 0 50 0
[pid=19053] ppid=19052 vsize=868208 CPUtime=0.59
/proc/19053/stat : 19053 (java) S 19052 19039 18398 0 -1 0 5544 0 1 0 55 4 0 0 18 0 9 0 46370262 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19053/statm: 217052 4976 1732 9 0 211627 0
[pid=19053/tid=19054] ppid=19052 vsize=868208 CPUtime=0.35
/proc/19053/task/19054/stat : 19054 (java) R 19052 19039 18398 0 -1 64 2662 0 1 0 33 2 0 0 22 0 9 0 46370263 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19055] ppid=19052 vsize=868208 CPUtime=0.05
/proc/19053/task/19055/stat : 19055 (java) S 19052 19039 18398 0 -1 64 879 0 0 0 5 0 0 0 16 0 9 0 46370264 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19056] ppid=19052 vsize=868208 CPUtime=0
/proc/19053/task/19056/stat : 19056 (java) S 19052 19039 18398 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 46370264 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19057] ppid=19052 vsize=868208 CPUtime=0
/proc/19053/task/19057/stat : 19057 (java) S 19052 19039 18398 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 46370264 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19058] ppid=19052 vsize=868208 CPUtime=0
/proc/19053/task/19058/stat : 19058 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46370266 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19059] ppid=19052 vsize=868208 CPUtime=0.17
/proc/19053/task/19059/stat : 19059 (java) R 19052 19039 18398 0 -1 64 1311 0 0 0 16 1 0 0 16 0 9 0 46370266 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 101642400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19060] ppid=19052 vsize=868208 CPUtime=0
/proc/19053/task/19060/stat : 19060 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46370266 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19061] ppid=19052 vsize=868208 CPUtime=0
/proc/19053/task/19061/stat : 19061 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46370266 889044992 4976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887164

[startup+3.10271 s]
/proc/loadavg: 2.08 2.38 2.48 3/84 19061
/proc/meminfo: memFree=1483952/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.84
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 974 6941 0 1 3 1 76 4 15 0 1 0 46370173 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 797 370 3 0 500 0
[pid=19052] ppid=19039 vsize=5356 CPUtime=0
/proc/19052/stat : 19052 (sh) S 19039 19039 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46370262 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19052/statm: 1339 233 193 169 0 50 0
[pid=19053] ppid=19052 vsize=868384 CPUtime=2.18
/proc/19053/stat : 19053 (java) S 19052 19039 18398 0 -1 0 9381 0 1 0 211 7 0 0 18 0 9 0 46370262 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19053/statm: 217096 8439 2540 9 0 211671 0
[pid=19053/tid=19054] ppid=19052 vsize=868384 CPUtime=1.55
/proc/19053/task/19054/stat : 19054 (java) R 19052 19039 18398 0 -1 64 2893 0 1 0 153 2 0 0 25 0 9 0 46370263 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4126586251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19055] ppid=19052 vsize=868384 CPUtime=0.37
/proc/19053/task/19055/stat : 19055 (java) S 19052 19039 18398 0 -1 64 4327 0 0 0 36 1 0 0 16 0 9 0 46370264 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19056] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19056/stat : 19056 (java) S 19052 19039 18398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46370264 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19057] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19057/stat : 19057 (java) S 19052 19039 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46370264 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19058] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19058/stat : 19058 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46370266 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19059] ppid=19052 vsize=868384 CPUtime=0.21
/proc/19053/task/19059/stat : 19059 (java) S 19052 19039 18398 0 -1 64 1468 0 0 0 20 1 0 0 15 0 9 0 46370266 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19060] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19060/stat : 19060 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46370266 889225216 8439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19061] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19061/stat : 19061 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46370266 889225216 8439 996147200 134512640 134550740 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) 887340

[startup+6.30208 s]
/proc/loadavg: 2.07 2.38 2.47 3/84 19061
/proc/meminfo: memFree=1460656/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.84
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 974 6941 0 1 3 1 76 4 15 0 1 0 46370173 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 797 370 3 0 500 0
[pid=19052] ppid=19039 vsize=5356 CPUtime=0
/proc/19052/stat : 19052 (sh) S 19039 19039 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46370262 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19052/statm: 1339 233 193 169 0 50 0
[pid=19053] ppid=19052 vsize=868384 CPUtime=5.35
/proc/19053/stat : 19053 (java) S 19052 19039 18398 0 -1 0 20700 0 1 0 521 14 0 0 18 0 9 0 46370262 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19053/statm: 217096 14443 2540 9 0 211671 0
[pid=19053/tid=19054] ppid=19052 vsize=868384 CPUtime=3.87
/proc/19053/task/19054/stat : 19054 (java) R 19052 19039 18398 0 -1 64 3411 0 1 0 384 3 0 0 25 0 9 0 46370263 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4126613011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19055] ppid=19052 vsize=868384 CPUtime=1.19
/proc/19053/task/19055/stat : 19055 (java) S 19052 19039 18398 0 -1 64 15107 0 0 0 112 7 0 0 16 0 9 0 46370264 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19056] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19056/stat : 19056 (java) S 19052 19039 18398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46370264 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19057] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19057/stat : 19057 (java) S 19052 19039 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46370264 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19058] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19058/stat : 19058 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46370266 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19059] ppid=19052 vsize=868384 CPUtime=0.25
/proc/19053/task/19059/stat : 19059 (java) S 19052 19039 18398 0 -1 64 1489 0 0 0 24 1 0 0 16 0 9 0 46370266 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19060] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19060/stat : 19060 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46370266 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19061] ppid=19052 vsize=868384 CPUtime=0
/proc/19053/task/19061/stat : 19061 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46370266 889225216 14443 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887340

[startup+12.7028 s]
/proc/loadavg: 2.06 2.37 2.47 3/84 19061
/proc/meminfo: memFree=1429816/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.84
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 974 6941 0 1 3 1 76 4 15 0 1 0 46370173 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 797 370 3 0 500 0
[pid=19052] ppid=19039 vsize=5356 CPUtime=0
/proc/19052/stat : 19052 (sh) S 19039 19039 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46370262 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19052/statm: 1339 233 193 169 0 50 0
[pid=19053] ppid=19052 vsize=868496 CPUtime=11.67
/proc/19053/stat : 19053 (java) S 19052 19039 18398 0 -1 0 25920 0 1 0 1136 31 0 0 18 0 9 0 46370262 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19053/statm: 217124 14992 2566 9 0 211671 0
[pid=19053/tid=19054] ppid=19052 vsize=868496 CPUtime=9.74
/proc/19053/task/19054/stat : 19054 (java) R 19052 19039 18398 0 -1 64 3644 0 1 0 957 17 0 0 25 0 9 0 46370263 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4126570695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19055] ppid=19052 vsize=868496 CPUtime=1.59
/proc/19053/task/19055/stat : 19055 (java) S 19052 19039 18398 0 -1 64 20058 0 0 0 148 11 0 0 16 0 9 0 46370264 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19056] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19056/stat : 19056 (java) S 19052 19039 18398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46370264 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19057] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19057/stat : 19057 (java) S 19052 19039 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46370264 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19058] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19058/stat : 19058 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46370266 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19059] ppid=19052 vsize=868496 CPUtime=0.31
/proc/19053/task/19059/stat : 19059 (java) S 19052 19039 18398 0 -1 64 1525 0 0 0 29 2 0 0 17 0 9 0 46370266 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19060] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19060/stat : 19060 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46370266 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19061] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19061/stat : 19061 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46370266 889339904 14992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887452

[startup+25.5023 s]
/proc/loadavg: 2.12 2.37 2.47 3/84 19061
/proc/meminfo: memFree=1381816/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.84
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 974 6941 0 1 3 1 76 4 16 0 1 0 46370173 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 797 370 3 0 500 0
[pid=19052] ppid=19039 vsize=5356 CPUtime=0
/proc/19052/stat : 19052 (sh) S 19039 19039 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46370262 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19052/statm: 1339 233 193 169 0 50 0
[pid=19053] ppid=19052 vsize=868496 CPUtime=24.33
/proc/19053/stat : 19053 (java) S 19052 19039 18398 0 -1 0 26252 0 1 0 2375 58 0 0 18 0 9 0 46370262 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19053/statm: 217124 14997 2566 9 0 211671 0
[pid=19053/tid=19054] ppid=19052 vsize=868496 CPUtime=22.23
/proc/19053/task/19054/stat : 19054 (java) R 19052 19039 18398 0 -1 64 3971 0 1 0 2181 42 0 0 25 0 9 0 46370263 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4126638100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19055] ppid=19052 vsize=868496 CPUtime=1.74
/proc/19053/task/19055/stat : 19055 (java) S 19052 19039 18398 0 -1 64 20058 0 0 0 162 12 0 0 16 0 9 0 46370264 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19056] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19056/stat : 19056 (java) S 19052 19039 18398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46370264 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19057] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19057/stat : 19057 (java) S 19052 19039 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46370264 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19058] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19058/stat : 19058 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46370266 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19059] ppid=19052 vsize=868496 CPUtime=0.32
/proc/19053/task/19059/stat : 19059 (java) S 19052 19039 18398 0 -1 64 1530 0 0 0 30 2 0 0 16 0 9 0 46370266 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19060] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19060/stat : 19060 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46370266 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19061] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19061/stat : 19061 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46370266 889339904 14997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887452

[startup+51.1023 s]
/proc/loadavg: 2.08 2.34 2.45 4/84 19061
/proc/meminfo: memFree=1197688/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=13600 CPUtime=0.84
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 974 6941 0 1 3 1 76 4 16 0 1 0 46370173 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3400 797 370 3 0 500 0
[pid=19052] ppid=19039 vsize=5356 CPUtime=0
/proc/19052/stat : 19052 (sh) S 19039 19039 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46370262 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19052/statm: 1339 233 193 169 0 50 0
[pid=19053] ppid=19052 vsize=868496 CPUtime=49.55
/proc/19053/stat : 19053 (java) S 19052 19039 18398 0 -1 0 27429 0 1 0 4777 178 0 0 18 0 9 0 46370262 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19053/statm: 217124 14999 2566 9 0 211671 0
[pid=19053/tid=19054] ppid=19052 vsize=868496 CPUtime=46.93
/proc/19053/task/19054/stat : 19054 (java) R 19052 19039 18398 0 -1 64 5147 0 1 0 4538 155 0 0 25 0 9 0 46370263 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19055] ppid=19052 vsize=868496 CPUtime=2.28
/proc/19053/task/19055/stat : 19055 (java) S 19052 19039 18398 0 -1 64 20058 0 0 0 208 20 0 0 16 0 9 0 46370264 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19056] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19056/stat : 19056 (java) S 19052 19039 18398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46370264 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19057] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19057/stat : 19057 (java) S 19052 19039 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46370264 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19058] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19058/stat : 19058 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46370266 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19059] ppid=19052 vsize=868496 CPUtime=0.32
/proc/19053/task/19059/stat : 19059 (java) S 19052 19039 18398 0 -1 64 1531 0 0 0 30 2 0 0 15 0 9 0 46370266 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19060] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19060/stat : 19060 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46370266 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19053/tid=19061] ppid=19052 vsize=868496 CPUtime=0
/proc/19053/task/19061/stat : 19061 (java) S 19052 19039 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46370266 889339904 14999 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+100.001 s]
/proc/loadavg: 2.15 2.31 2.44 3/76 19063
/proc/meminfo: memFree=15352/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=14128 CPUtime=86.3
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 1166 37384 0 2 7 2 8140 481 16 0 1 0 46370173 14467072 914 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3532 914 374 3 0 632 0
[pid=19062] ppid=19039 vsize=5356 CPUtime=0
/proc/19062/stat : 19062 (sh) S 19039 19039 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46378966 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19062/statm: 1339 232 193 169 0 50 0
[pid=19063] ppid=19062 vsize=907904 CPUtime=11.62
/proc/19063/stat : 19063 (minisat) R 19062 19039 18398 0 -1 4194304 219400 0 0 0 1021 141 0 0 25 0 1 0 46378967 929693696 219386 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/19063/statm: 226976 219386 62 150 0 226823 0
Current children cumulated CPU time (s) 97.92
Current children cumulated vsize (KiB) 927388

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

[startup+100.001 s]
/proc/loadavg: 2.15 2.31 2.44 3/76 19063
/proc/meminfo: memFree=15352/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=14128 CPUtime=86.3
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 1166 37384 0 2 7 2 8140 481 16 0 1 0 46370173 14467072 914 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3532 914 374 3 0 632 0
[pid=19062] ppid=19039 vsize=5356 CPUtime=0
/proc/19062/stat : 19062 (sh) S 19039 19039 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46378966 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19062/statm: 1339 232 193 169 0 50 0
[pid=19063] ppid=19062 vsize=907904 CPUtime=11.62
/proc/19063/stat : 19063 (minisat) R 19062 19039 18398 0 -1 4194304 219400 0 0 0 1021 141 0 0 25 0 1 0 46378967 929693696 219386 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/19063/statm: 226976 219386 62 150 0 226823 0
Current children cumulated CPU time (s) 97.92
Current children cumulated vsize (KiB) 927388

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

[startup+100.121 s]
/proc/loadavg: 2.15 2.31 2.44 3/77 19064
/proc/meminfo: memFree=769904/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=14128 CPUtime=86.3
/proc/19039/stat : 19039 (sugar) S 19037 19039 18398 0 -1 4194304 1178 37384 0 2 7 2 8140 481 16 0 1 0 46370173 14467072 914 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19039/statm: 3532 914 374 3 0 632 0
[pid=19062] ppid=19039 vsize=0 CPUtime=0
/proc/19062/stat : 19062 (sh) Z 19039 19039 18398 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 46378966 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19062/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 86.3
Current children cumulated vsize (KiB) 14128

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

[startup+100.301 s]
/proc/loadavg: 2.15 2.31 2.44 3/77 19064
/proc/meminfo: memFree=769904/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=14128 CPUtime=86.43
/proc/19039/stat : 19039 (sugar) R 19037 19039 18398 0 -1 4194304 1205 37661 0 2 7 15 8140 481 16 0 1 0 46370173 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19039/statm: 3532 915 375 3 0 632 0
Current children cumulated CPU time (s) 86.43
Current children cumulated vsize (KiB) 14128

[startup+100.533 s]
/proc/loadavg: 2.15 2.31 2.44 3/77 19064
/proc/meminfo: memFree=769904/2055920 swapFree=4180656/4192956
[pid=19039] ppid=19037 vsize=14128 CPUtime=86.67
/proc/19039/stat : 19039 (sugar) R 19037 19039 18398 0 -1 4194304 1205 37661 0 2 7 39 8140 481 16 0 1 0 46370173 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19039/statm: 3532 915 375 3 0 632 0
Current children cumulated CPU time (s) 86.67
Current children cumulated vsize (KiB) 14128

Child status: 0

# 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.62
#  lost CPU user time (s): 10.21
#  lost CPU system time (s): 1.41

Real time (s): 100.535
CPU time (s): 98.3058
CPU user time (s): 91.6896
CPU system time (s): 6.61621
CPU usage (%): 97.7827
Max. virtual memory (cumulated for all children) (KiB): 927388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.4796
system time used= 5.20621
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38896
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= 36621
involuntary context switches= 38396

runsolver used 0.132979 second user time and 0.357945 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-12 23:04:27
IDJOB=1114096
IDBENCH=61687
IDSOLVER=368
FILE ID=node1/1114096-1215896667
PBS_JOBID= 7903653
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-1.xml
COMMAND LINE= DIR/sugar -max -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-1114096-1215896667/watcher-1114096-1215896667 -o /tmp/evaluation-result-1114096-1215896667/solver-1114096-1215896667 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1114096-1215896667.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73dece1b19758e876aa500d620069f40
RANDOM SEED=503959062

node1.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.244
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.244
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:       1505000 kB
Buffers:         17072 kB
Cached:         142548 kB
SwapCached:       5824 kB
Active:         473308 kB
Inactive:        34392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505000 kB
SwapTotal:     4192956 kB
SwapFree:      4180656 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:         355316 kB
Slab:            27844 kB
Committed_AS:   533476 kB
PageTables:       2556 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= 66444 MiB
End job on node1 at 2008-07-12 23:06:09