Trace number 1113070

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) 99.1906 166.653

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-0.xml
MD5SUM794a2318e84f02e396222d8183c60eb7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints23
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c 0	Sugar v1-13 + HOME/minisat
0.03/0.20	c 0	BEGIN Thu Aug  7 20:37:38 2008
0.03/0.20	c 0	PID 22004
0.03/0.21	c 0	HOST node88.alineos.net
0.03/0.21	c 0	CONVERTING HOME/instance-1113070-1218134258.xml TO HOME/temp.csp
0.03/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113070-1218134258.xml' 'HOME/temp.csp'
0.03/0.99	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.65/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.65/1.02	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.65/1.10	c 1	Parsing HOME/temp.csp
0.66/1.30	c 1	parsed 4697 expressions
0.66/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/1.34	c 1	MAX CSP: 4377 constraints
0.66/1.34	c 1	Converting to clausal form CSP
0.66/1.77	c 2	converted 908 (10%) expressions
1.98/2.20	c 2	converted 1816 (20%) expressions
2.28/2.54	c 2	converted 2724 (30%) expressions
2.67/2.92	c 3	converted 3631 (40%) expressions
2.87/3.19	c 3	converted 4539 (50%) expressions
3.18/3.46	c 3	converted 5447 (60%) expressions
3.57/3.85	c 4	converted 6354 (70%) expressions
3.87/4.14	c 4	converted 7262 (80%) expressions
4.16/4.42	c 4	converted 8170 (90%) expressions
4.97/5.24	c 5	converted 9077 (100%) expressions
4.97/5.24	c 5	CSP : 9354 integers, 17097 booleans, 39812 clauses, largest domain size 6566
4.97/5.24	c 5	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.24	c 5	Propagation in CSP
5.48/5.70	c 6	4372 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.48/5.70	c 6	CSP : 9354 integers, 17097 booleans, 39812 clauses, largest domain size 4378
5.48/5.70	c 6	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.48/5.72	c 6	Simplifing CSP by introducing new Boolean variables
5.48/5.78	c 6	CSP : 9354 integers, 25511 booleans, 48226 clauses, largest domain size 4378
5.48/5.78	c 6	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.90/6.12	c 6	Encoding CSP to SAT : HOME/temp.cnf
7.23/7.49	c 7	936 (10%) CSP integer variables are encoded (379601 clauses, 6231974 bytes)
7.53/7.70	c 8	1871 (20%) CSP integer variables are encoded (559871 clauses, 9296564 bytes)
7.53/7.75	c 8	2807 (30%) CSP integer variables are encoded (601876 clauses, 10010649 bytes)
7.53/7.77	c 8	3742 (40%) CSP integer variables are encoded (609728 clauses, 10144133 bytes)
7.53/7.77	c 8	4677 (50%) CSP integer variables are encoded (609728 clauses, 10144133 bytes)
7.53/7.78	c 8	5613 (60%) CSP integer variables are encoded (618979 clauses, 10301400 bytes)
7.53/7.79	c 8	6548 (70%) CSP integer variables are encoded (627247 clauses, 10441956 bytes)
7.63/7.81	c 8	7484 (80%) CSP integer variables are encoded (638405 clauses, 10631642 bytes)
7.63/7.87	c 8	8419 (90%) CSP integer variables are encoded (693137 clauses, 11562086 bytes)
7.63/7.89	c 8	9354 (100%) CSP integer variables are encoded (706590 clauses, 11790787 bytes)
19.43/19.94	c 20	4823 (10%) CSP clauses are encoded (2989801 clauses, 61430339 bytes)
24.88/25.58	c 25	9646 (20%) CSP clauses are encoded (4423692 clauses, 94046335 bytes)
28.09/29.70	c 30	14468 (30%) CSP clauses are encoded (5467673 clauses, 118956226 bytes)
31.10/33.34	c 33	19291 (40%) CSP clauses are encoded (6528685 clauses, 144848584 bytes)
33.79/36.02	c 36	24113 (50%) CSP clauses are encoded (7501688 clauses, 169088181 bytes)
36.85/39.67	c 40	28936 (60%) CSP clauses are encoded (8689241 clauses, 198690118 bytes)
39.12/41.91	c 42	33759 (70%) CSP clauses are encoded (9523537 clauses, 219545724 bytes)
41.38/44.87	c 45	38581 (80%) CSP clauses are encoded (10390464 clauses, 241057600 bytes)
44.94/48.75	c 49	43404 (90%) CSP clauses are encoded (12254874 clauses, 286514632 bytes)
87.79/94.51	c 94	48226 (100%) CSP clauses are encoded (34784068 clauses, 837269265 bytes)
87.79/94.51	c 94	48226 CSP clauses encoded
87.79/94.51	c 94	Writing map file : HOME/temp.map
87.79/94.57	c 94	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.79/94.57	c 94	SAT : 741455 SAT variables, 34784068 SAT clauses, 837269265 bytes
87.79/94.57	c 94	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.87/94.65	c 94	OBJECTIVE minimize _COST
87.92/95.01	c 95	OBJECTIVE BOUND: 0 <= _COST <= 
87.92/95.02	c 95	SEARCHING: _COST <= 2189
87.92/95.02	c 95	SOLVING HOME/temp.cnf
87.92/95.02	c 95	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
87.92/95.02	c 95	This is MiniSat 2.0 beta
87.92/95.02	c 95	WARNING: for repeatability, setting FPU to use double precision
87.92/95.02	c 95	============================[ Problem Statistics ]=============================
87.92/95.02	c 95	|                                                                             |
87.92/95.02	c 95	|  Number of variables:  741455                                               |
87.92/95.02	c 95	|  Number of clauses:    34784069                                             |
98.92/166.22	c ERROR INTERRUPTED
99.02/166.35	s UNKNOWN
99.02/166.35	c 166	CPU 82.78 (0.06 0.01 82.72 5.13)
99.02/166.35	c 166	END Thu Aug  7 20:40:24 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-1113070-1218134258/watcher-1113070-1218134258 -o /tmp/evaluation-result-1113070-1218134258/solver-1113070-1218134258 -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-1113070-1218134258.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.09 1.70 3/83 22004
/proc/meminfo: memFree=1215984/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=18572 CPUtime=0
/proc/22004/stat : 22004 (runsolver) D 22002 22004 21596 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140510403 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/22004/statm: 4643 292 257 25 0 2626 0

[startup+0.05214 s]
/proc/loadavg: 2.08 2.09 1.70 3/83 22004
/proc/meminfo: memFree=1215984/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=2504 CPUtime=0
/proc/22004/stat : 22004 (sugar) D 22002 22004 21596 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140510403 2564096 23 996147200 4194304 4206940 548682068592 18446744073709551615 270184547024 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/22004/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101151 s]
/proc/loadavg: 2.08 2.09 1.70 3/83 22004
/proc/meminfo: memFree=1215984/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=12272 CPUtime=0
/proc/22004/stat : 22004 (sugar) D 22002 22004 21596 0 -1 4194304 349 0 4 0 0 0 0 0 18 0 1 0 140510403 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/22004/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301201 s]
/proc/loadavg: 2.08 2.09 1.70 3/83 22004
/proc/meminfo: memFree=1215984/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.03
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 894 127 4 0 2 1 0 0 16 0 1 0 140510403 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701271 s]
/proc/loadavg: 2.08 2.09 1.70 3/83 22004
/proc/meminfo: memFree=1215984/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.03
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 894 127 4 0 2 1 0 0 16 0 1 0 140510403 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 2.08 2.09 1.70 1/94 22016
/proc/meminfo: memFree=1190624/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.66
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 970 7094 4 65 2 1 56 7 16 0 1 0 140510403 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13600

[startup+3.10177 s]
/proc/loadavg: 2.08 2.09 1.70 2/94 22026
/proc/meminfo: memFree=1184480/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.66
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 970 7094 4 65 2 1 56 7 16 0 1 0 140510403 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 797 370 3 0 500 0
[pid=22017] ppid=22004 vsize=5356 CPUtime=0
/proc/22017/stat : 22017 (sh) S 22004 22004 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140510505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22017/statm: 1339 233 193 169 0 50 0
[pid=22018] ppid=22017 vsize=869300 CPUtime=2.21
/proc/22018/stat : 22018 (java) S 22017 22004 21596 0 -1 0 10508 0 3 0 216 5 0 0 20 0 9 0 140510506 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22018/statm: 217325 9549 2540 9 0 211900 0
[pid=22018/tid=22019] ppid=22017 vsize=869300 CPUtime=1.58
/proc/22018/task/22019/stat : 22019 (java) R 22017 22004 21596 0 -1 64 2899 0 3 0 157 1 0 0 17 0 9 0 140510507 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4126587011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22020] ppid=22017 vsize=869300 CPUtime=0.42
/proc/22018/task/22020/stat : 22020 (java) S 22017 22004 21596 0 -1 64 5451 0 0 0 40 2 0 0 16 0 9 0 140510508 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22021] ppid=22017 vsize=869300 CPUtime=0
/proc/22018/task/22021/stat : 22021 (java) S 22017 22004 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140510508 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22022] ppid=22017 vsize=869300 CPUtime=0
/proc/22018/task/22022/stat : 22022 (java) S 22017 22004 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140510508 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22023] ppid=22017 vsize=869300 CPUtime=0
/proc/22018/task/22023/stat : 22023 (java) S 22017 22004 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140510510 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22024] ppid=22017 vsize=869300 CPUtime=0.18
/proc/22018/task/22024/stat : 22024 (java) S 22017 22004 21596 0 -1 64 1465 0 0 0 18 0 0 0 15 0 9 0 140510510 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22025] ppid=22017 vsize=869300 CPUtime=0
/proc/22018/task/22025/stat : 22025 (java) S 22017 22004 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140510510 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22026] ppid=22017 vsize=869300 CPUtime=0
/proc/22018/task/22026/stat : 22026 (java) S 22017 22004 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140510510 890163200 9549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 888256

[startup+6.30239 s]
/proc/loadavg: 1.99 2.08 1.70 2/94 22026
/proc/meminfo: memFree=1152864/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.67
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 970 7094 4 65 3 1 56 7 16 0 1 0 140510403 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 797 370 3 0 500 0
[pid=22017] ppid=22004 vsize=5356 CPUtime=0
/proc/22017/stat : 22017 (sh) S 22004 22004 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140510505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22017/statm: 1339 233 193 169 0 50 0
[pid=22018] ppid=22017 vsize=869412 CPUtime=5.45
/proc/22018/stat : 22018 (java) S 22017 22004 21596 0 -1 0 22467 0 4 0 534 11 0 0 20 0 9 0 140510506 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22018/statm: 217353 16008 2566 9 0 211900 0
[pid=22018/tid=22019] ppid=22017 vsize=869412 CPUtime=3.76
/proc/22018/task/22019/stat : 22019 (java) R 22017 22004 21596 0 -1 64 3445 0 4 0 374 2 0 0 17 0 9 0 140510507 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4126869095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22020] ppid=22017 vsize=869412 CPUtime=1.42
/proc/22018/task/22020/stat : 22020 (java) S 22017 22004 21596 0 -1 64 16819 0 0 0 134 8 0 0 16 0 9 0 140510508 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22021] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22021/stat : 22021 (java) S 22017 22004 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22022] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22022/stat : 22022 (java) S 22017 22004 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22023] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22023/stat : 22023 (java) S 22017 22004 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22024] ppid=22017 vsize=869412 CPUtime=0.24
/proc/22018/task/22024/stat : 22024 (java) S 22017 22004 21596 0 -1 64 1510 0 0 0 24 0 0 0 16 0 9 0 140510510 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22025] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22025/stat : 22025 (java) S 22017 22004 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22026] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22026/stat : 22026 (java) S 22017 22004 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140510510 890277888 16008 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 888368

[startup+12.7016 s]
/proc/loadavg: 1.91 2.06 1.69 2/94 22026
/proc/meminfo: memFree=1121888/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.67
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 970 7094 4 65 3 1 56 7 15 0 1 0 140510403 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 797 370 3 0 500 0
[pid=22017] ppid=22004 vsize=5356 CPUtime=0
/proc/22017/stat : 22017 (sh) S 22004 22004 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140510505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22017/statm: 1339 233 193 169 0 50 0
[pid=22018] ppid=22017 vsize=869412 CPUtime=11.84
/proc/22018/stat : 22018 (java) S 22017 22004 21596 0 -1 0 22681 0 4 0 1155 29 0 0 20 0 9 0 140510506 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22018/statm: 217353 16030 2566 9 0 211900 0
[pid=22018/tid=22019] ppid=22017 vsize=869412 CPUtime=10.04
/proc/22018/task/22019/stat : 22019 (java) R 22017 22004 21596 0 -1 64 3639 0 4 0 986 18 0 0 17 0 9 0 140510507 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4127080529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22020] ppid=22017 vsize=869412 CPUtime=1.5
/proc/22018/task/22020/stat : 22020 (java) S 22017 22004 21596 0 -1 64 16820 0 0 0 141 9 0 0 16 0 9 0 140510508 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22021] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22021/stat : 22021 (java) S 22017 22004 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22022] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22022/stat : 22022 (java) S 22017 22004 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22023] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22023/stat : 22023 (java) S 22017 22004 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22024] ppid=22017 vsize=869412 CPUtime=0.27
/proc/22018/task/22024/stat : 22024 (java) S 22017 22004 21596 0 -1 64 1529 0 0 0 27 0 0 0 16 0 9 0 140510510 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22025] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22025/stat : 22025 (java) S 22017 22004 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16030 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22026] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22026/stat : 22026 (java) S 22017 22004 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140510510 890277888 16030 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) 888368

[startup+25.5021 s]
/proc/loadavg: 1.93 2.05 1.70 2/94 22026
/proc/meminfo: memFree=1058016/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.67
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 970 7094 4 65 3 1 56 7 16 0 1 0 140510403 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 797 370 3 0 500 0
[pid=22017] ppid=22004 vsize=5356 CPUtime=0
/proc/22017/stat : 22017 (sh) S 22004 22004 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140510505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22017/statm: 1339 233 193 169 0 50 0
[pid=22018] ppid=22017 vsize=869412 CPUtime=24.21
/proc/22018/stat : 22018 (java) S 22017 22004 21596 0 -1 0 23099 0 4 0 2353 68 0 0 20 0 9 0 140510506 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22018/statm: 217353 16040 2566 9 0 211900 0
[pid=22018/tid=22019] ppid=22017 vsize=869412 CPUtime=22.23
/proc/22018/task/22019/stat : 22019 (java) R 22017 22004 21596 0 -1 64 4048 0 4 0 2169 54 0 0 17 0 9 0 140510507 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4127075761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22020] ppid=22017 vsize=869412 CPUtime=1.65
/proc/22018/task/22020/stat : 22020 (java) S 22017 22004 21596 0 -1 64 16820 0 0 0 154 11 0 0 16 0 9 0 140510508 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22021] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22021/stat : 22021 (java) S 22017 22004 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22022] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22022/stat : 22022 (java) S 22017 22004 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22023] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22023/stat : 22023 (java) S 22017 22004 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22024] ppid=22017 vsize=869412 CPUtime=0.29
/proc/22018/task/22024/stat : 22024 (java) S 22017 22004 21596 0 -1 64 1538 0 0 0 29 0 0 0 15 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22025] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22025/stat : 22025 (java) S 22017 22004 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22026] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22026/stat : 22026 (java) S 22017 22004 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 888368

[startup+51.1021 s]
/proc/loadavg: 2.11 2.08 1.72 2/94 22028
/proc/meminfo: memFree=834336/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=13600 CPUtime=0.67
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 970 7094 4 65 3 1 56 7 16 0 1 0 140510403 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3400 797 370 3 0 500 0
[pid=22017] ppid=22004 vsize=5356 CPUtime=0
/proc/22017/stat : 22017 (sh) S 22004 22004 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140510505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22017/statm: 1339 233 193 169 0 50 0
[pid=22018] ppid=22017 vsize=869412 CPUtime=46.64
/proc/22018/stat : 22018 (java) S 22017 22004 21596 0 -1 0 24397 0 4 0 4470 194 0 0 20 0 9 0 140510506 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22018/statm: 217353 16040 2566 9 0 211900 0
[pid=22018/tid=22019] ppid=22017 vsize=869412 CPUtime=44.23
/proc/22018/task/22019/stat : 22019 (java) R 22017 22004 21596 0 -1 64 5346 0 4 0 4249 174 0 0 16 0 9 0 140510507 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4127087225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22020] ppid=22017 vsize=869412 CPUtime=2.08
/proc/22018/task/22020/stat : 22020 (java) S 22017 22004 21596 0 -1 64 16820 0 0 0 190 18 0 0 16 0 9 0 140510508 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22021] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22021/stat : 22021 (java) S 22017 22004 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22022] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22022/stat : 22022 (java) S 22017 22004 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140510508 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22023] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22023/stat : 22023 (java) S 22017 22004 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22024] ppid=22017 vsize=869412 CPUtime=0.29
/proc/22018/task/22024/stat : 22024 (java) S 22017 22004 21596 0 -1 64 1538 0 0 0 29 0 0 0 16 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22018/tid=22025] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22025/stat : 22025 (java) S 22017 22004 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22018/tid=22026] ppid=22017 vsize=869412 CPUtime=0
/proc/22018/task/22026/stat : 22026 (java) S 22017 22004 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140510510 890277888 16040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.31
Current children cumulated vsize (KiB) 888368

[startup+102.308 s]
/proc/loadavg: 3.33 2.40 1.84 2/94 22040
/proc/meminfo: memFree=15064/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=87.92
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 1186 34737 7 69 6 1 8272 513 16 0 1 0 140510403 14467072 942 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3532 942 374 3 0 632 0
[pid=22039] ppid=22004 vsize=5356 CPUtime=0
/proc/22039/stat : 22039 (sh) S 22004 22004 21596 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 140519905 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22039/statm: 1339 232 193 169 0 50 0
[pid=22040] ppid=22039 vsize=583628 CPUtime=6.97
/proc/22040/stat : 22040 (minisat) R 22039 22004 21596 0 -1 4194304 138882 0 0 0 600 97 0 0 25 0 1 0 140519905 597635072 138868 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/22040/statm: 145907 138869 62 150 0 145754 0
Current children cumulated CPU time (s) 94.89
Current children cumulated vsize (KiB) 603112

[startup+162.301 s]
/proc/loadavg: 2.99 2.45 1.89 1/86 22040
/proc/meminfo: memFree=15968/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=87.92
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 1186 34737 7 69 6 1 8272 513 16 0 1 0 140510403 14467072 942 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3532 942 374 3 0 632 0
[pid=22039] ppid=22004 vsize=5356 CPUtime=0
/proc/22039/stat : 22039 (sh) S 22004 22004 21596 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 140519905 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22039/statm: 1339 232 193 169 0 50 0
[pid=22040] ppid=22039 vsize=898452 CPUtime=10.92
/proc/22040/stat : 22040 (minisat) D 22039 22004 21596 0 -1 4194304 216836 0 0 0 936 156 0 0 18 0 1 0 140519905 920014848 216822 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/22040/statm: 224613 216822 62 150 0 224460 0
Current children cumulated CPU time (s) 98.84
Current children cumulated vsize (KiB) 917936



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+166.206 s]
/proc/loadavg: 2.91 2.44 1.89 1/86 22040
/proc/meminfo: memFree=15328/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=87.92
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 1186 34737 7 69 6 1 8272 513 16 0 1 0 140510403 14467072 942 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3532 942 374 3 0 632 0
[pid=22039] ppid=22004 vsize=5356 CPUtime=0
/proc/22039/stat : 22039 (sh) S 22004 22004 21596 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 140519905 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22039/statm: 1339 232 193 169 0 50 0
[pid=22040] ppid=22039 vsize=903204 CPUtime=11
/proc/22040/stat : 22040 (minisat) R 22039 22004 21596 0 -1 4194304 218205 0 0 0 943 157 0 0 18 0 1 0 140519905 924880896 218191 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/22040/statm: 225801 218191 62 150 0 225648 0
Current children cumulated CPU time (s) 98.92
Current children cumulated vsize (KiB) 922688

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

[startup+166.319 s]
/proc/loadavg: 2.91 2.44 1.89 1/86 22040
/proc/meminfo: memFree=15328/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=87.92
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 1199 34737 7 69 6 1 8272 513 16 0 1 0 140510403 14467072 942 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3532 942 374 3 0 632 0
[pid=22039] ppid=22004 vsize=0 CPUtime=0
/proc/22039/stat : 22039 (sh) Z 22004 22004 21596 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 140519905 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22039/statm: 0 0 0 0 0 0 0
[pid=22040] ppid=1 vsize=0 CPUtime=11.1
/proc/22040/stat : 22040 (minisat) R 1 22004 21596 0 -1 4195332 218205 0 0 0 943 167 0 0 18 0 1 0 140519905 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/22040/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.02
Current children cumulated vsize (KiB) 14128

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

[startup+166.402 s]
/proc/loadavg: 2.91 2.44 1.89 1/86 22040
/proc/meminfo: memFree=15328/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=87.96
/proc/22004/stat : 22004 (sugar) R 22002 22004 21596 0 -1 4194304 1226 35014 7 69 6 5 8272 513 16 0 1 0 140510403 14467072 943 996147200 4194304 4206940 548682068592 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22004/statm: 3532 943 375 3 0 632 0
Current children cumulated CPU time (s) 87.96
Current children cumulated vsize (KiB) 14128

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

[startup+166.319 s]
/proc/loadavg: 2.91 2.44 1.89 1/86 22040
/proc/meminfo: memFree=15328/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=87.92
/proc/22004/stat : 22004 (sugar) S 22002 22004 21596 0 -1 4194304 1199 34737 7 69 6 1 8272 513 16 0 1 0 140510403 14467072 942 996147200 4194304 4206940 548682068592 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22004/statm: 3532 942 374 3 0 632 0
[pid=22039] ppid=22004 vsize=0 CPUtime=0
/proc/22039/stat : 22039 (sh) Z 22004 22004 21596 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 140519905 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22039/statm: 0 0 0 0 0 0 0
[pid=22040] ppid=1 vsize=0 CPUtime=11.1
/proc/22040/stat : 22040 (minisat) R 1 22004 21596 0 -1 4195332 218205 0 0 0 943 167 0 0 18 0 1 0 140519905 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/22040/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.02
Current children cumulated vsize (KiB) 14128

[startup+166.501 s]
/proc/loadavg: 2.91 2.44 1.89 1/86 22040
/proc/meminfo: memFree=15328/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=88.05
/proc/22004/stat : 22004 (sugar) R 22002 22004 21596 0 -1 4194304 1226 35014 7 69 6 14 8272 513 16 0 1 0 140510403 14467072 943 996147200 4194304 4206940 548682068592 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22004/statm: 3532 943 375 3 0 632 0
Current children cumulated CPU time (s) 88.05
Current children cumulated vsize (KiB) 14128

[startup+166.601 s]
/proc/loadavg: 2.91 2.44 1.89 1/86 22040
/proc/meminfo: memFree=15328/2055920 swapFree=4180892/4192956
[pid=22004] ppid=22002 vsize=14128 CPUtime=88.1
/proc/22004/stat : 22004 (sugar) D 22002 22004 21596 0 -1 4194304 1226 35014 7 69 6 19 8272 513 16 0 1 0 140510403 14467072 943 996147200 4194304 4206940 548682068592 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22004/statm: 3532 943 375 3 0 632 0
Current children cumulated CPU time (s) 88.1
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.06
#  lost CPU user time (s): 9.43
#  lost CPU system time (s): 1.63

Real time (s): 166.653
CPU time (s): 99.1906
CPU user time (s): 92.2184
CPU system time (s): 6.97219
CPU usage (%): 59.5191
Max. virtual memory (cumulated for all children) (KiB): 922688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.7884
system time used= 5.34219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36270
page faults= 76
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30862
involuntary context switches= 27005

runsolver used 0.224965 second user time and 0.52392 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-08-07 20:37:38
IDJOB=1113070
IDBENCH=61521
IDSOLVER=368
FILE ID=node88/1113070-1218134258
PBS_JOBID= 8000801
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-0.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-1113070-1218134258/watcher-1113070-1218134258 -o /tmp/evaluation-result-1113070-1218134258/solver-1113070-1218134258 -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-1113070-1218134258.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 794a2318e84f02e396222d8183c60eb7
RANDOM SEED=587774267

node88.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.266
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.266
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	: 6012.92
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1216656 kB
Buffers:          2840 kB
Cached:          27268 kB
SwapCached:       4844 kB
Active:         778536 kB
Inactive:         5864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216656 kB
SwapTotal:     4192956 kB
SwapFree:      4180892 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         771464 kB
Slab:            38580 kB
Committed_AS:   921656 kB
PageTables:       3364 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= 66560 MiB
End job on node88 at 2008-08-07 20:40:26