Trace number 1108940

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) 106.702 110.381

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-37-37.xml
MD5SUMf3288d103eb05e68f4356a28d7cc0cdd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2738
Number of constraints3333
Maximum constraint arity37
Maximum domain size132
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2665
Global constraints used (with number of constraints)cumulative(2),weightedsum(666)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 19:43:37 2008
0.00/0.04	c 0	PID 14259
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108940-1215798217.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-1108940-1215798217.xml' 'HOME/temp.csp'
0.03/0.77	c 0	38 domains, 2738 variables, 2 predicates, 0 relations, 3333 constraints
0.03/0.79	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 0	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.73/0.87	c 1	Parsing HOME/temp.csp
1.02/1.16	c 1	parsed 6111 expressions
1.02/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.20	c 1	MAX CSP: 3333 constraints
1.02/1.20	c 1	Converting to clausal form CSP
1.13/1.24	c 1	converted 945 (10%) expressions
1.13/1.25	c 1	converted 1890 (20%) expressions
1.13/1.28	c 1	converted 2835 (30%) expressions
1.42/1.50	c 1	converted 3779 (40%) expressions
1.42/1.55	c 1	converted 4724 (50%) expressions
1.42/1.60	c 1	converted 5669 (60%) expressions
1.52/1.64	c 1	converted 6613 (70%) expressions
1.63/1.74	c 1	converted 7558 (80%) expressions
1.63/1.78	c 1	converted 8503 (90%) expressions
3.98/4.12	c 4	converted 9447 (100%) expressions
3.98/4.13	c 4	CSP : 28412 integers, 9526 booleans, 67230 clauses, largest domain size 5000
3.98/4.13	c 4	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.98/4.13	c 4	Propagation in CSP
4.67/4.84	c 5	21184 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.67/4.84	c 5	CSP : 28412 integers, 9526 booleans, 67230 clauses, largest domain size 3334
4.67/4.84	c 5	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.87	c 5	Simplifing CSP by introducing new Boolean variables
4.78/4.90	c 5	CSP : 28412 integers, 9526 booleans, 67230 clauses, largest domain size 3334
4.78/4.90	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.17	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.07/5.22	c 5	2842 (10%) CSP integer variables are encoded (8192 clauses, 104363 bytes)
5.07/5.23	c 5	5683 (20%) CSP integer variables are encoded (8192 clauses, 104363 bytes)
5.17/5.31	c 5	8524 (30%) CSP integer variables are encoded (80192 clauses, 1184363 bytes)
5.26/5.42	c 5	11365 (40%) CSP integer variables are encoded (161278 clauses, 2541058 bytes)
5.37/5.52	c 5	14206 (50%) CSP integer variables are encoded (238910 clauses, 3860802 bytes)
5.47/5.62	c 5	17048 (60%) CSP integer variables are encoded (316398 clauses, 5178098 bytes)
5.56/5.73	c 5	19889 (70%) CSP integer variables are encoded (399226 clauses, 6586174 bytes)
5.67/5.83	c 6	22730 (80%) CSP integer variables are encoded (477706 clauses, 7920334 bytes)
5.76/5.92	c 6	25571 (90%) CSP integer variables are encoded (547033 clauses, 9098893 bytes)
5.76/5.99	c 6	28412 (100%) CSP integer variables are encoded (609378 clauses, 10158758 bytes)
6.85/7.07	c 7	6723 (10%) CSP clauses are encoded (1044873 clauses, 21593221 bytes)
13.73/14.00	c 14	13446 (20%) CSP clauses are encoded (4890308 clauses, 104039967 bytes)
21.22/21.62	c 21	20169 (30%) CSP clauses are encoded (8916665 clauses, 197557336 bytes)
28.51/29.19	c 29	26892 (40%) CSP clauses are encoded (12804690 clauses, 292040133 bytes)
35.92/36.73	c 36	33615 (50%) CSP clauses are encoded (16667625 clauses, 385855099 bytes)
44.98/46.10	c 46	40338 (60%) CSP clauses are encoded (21471434 clauses, 502595174 bytes)
52.67/53.99	c 54	47061 (70%) CSP clauses are encoded (25495983 clauses, 600410138 bytes)
60.17/61.80	c 62	53784 (80%) CSP clauses are encoded (29386815 clauses, 694955423 bytes)
67.70/69.75	c 69	60507 (90%) CSP clauses are encoded (33374465 clauses, 791796934 bytes)
94.38/97.42	c 97	67230 (100%) CSP clauses are encoded (47401326 clauses, 1134364693 bytes)
94.38/97.42	c 97	67230 CSP clauses encoded
94.38/97.42	c 97	Writing map file : HOME/temp.map
94.38/97.48	c 97	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.38/97.48	c 97	SAT : 647220 SAT variables, 47401326 SAT clauses, 1134364693 bytes
94.38/97.48	c 97	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.47/97.53	c 97	OBJECTIVE minimize _COST
94.47/97.53	c 97	OBJECTIVE BOUND: 0 <= _COST <= 
94.47/97.53	c 97	SEARCHING: _COST <= 1667
94.47/97.53	c 97	SOLVING HOME/temp.cnf
94.47/97.53	c 97	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
94.47/97.54	c 97	This is MiniSat 2.0 beta
94.47/97.54	c 97	WARNING: for repeatability, setting FPU to use double precision
94.47/97.54	c 97	============================[ Problem Statistics ]=============================
94.47/97.54	c 97	|                                                                             |
94.47/97.54	c 97	|  Number of variables:  647220                                               |
94.47/97.54	c 97	|  Number of clauses:    47401327                                             |
106.05/109.52	c ERROR INTERRUPTED
106.16/109.65	s UNKNOWN
106.16/109.65	c 109	CPU 87.17 (0.06 0.01 87.11 7.34)
106.16/109.65	c 109	END Fri Jul 11 19:45:26 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-1108940-1215798217/watcher-1108940-1215798217 -o /tmp/evaluation-result-1108940-1215798217/solver-1108940-1215798217 -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-1108940-1215798217.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.00 2.00 1.99 4/81 14259
/proc/meminfo: memFree=1915328/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=18572 CPUtime=0
/proc/14259/stat : 14259 (runsolver) R 14257 14259 13918 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 36519591 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14259/statm: 4643 292 257 25 0 2626 0

[startup+0.106265 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 14259
/proc/meminfo: memFree=1915328/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.03
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36519591 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202273 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 14259
/proc/meminfo: memFree=1915328/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.03
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36519591 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302282 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 14259
/proc/meminfo: memFree=1915328/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.03
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36519591 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702324 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 14259
/proc/meminfo: memFree=1915328/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.03
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36519591 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50241 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 14281
/proc/meminfo: memFree=1906088/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.73
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 974 7241 0 1 3 0 65 5 15 0 1 0 36519591 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 797 370 3 0 500 0
[pid=14272] ppid=14259 vsize=5356 CPUtime=0
/proc/14272/stat : 14272 (sh) S 14259 14259 13918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36519670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14272/statm: 1339 233 193 169 0 50 0
[pid=14273] ppid=14272 vsize=868388 CPUtime=0.69
/proc/14273/stat : 14273 (java) S 14272 14259 13918 0 -1 0 7144 0 1 0 63 6 0 0 18 0 9 0 36519670 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14273/statm: 217097 6365 2540 9 0 211672 0
[pid=14273/tid=14274] ppid=14272 vsize=868388 CPUtime=0.38
/proc/14273/task/14274/stat : 14274 (java) R 14272 14259 13918 0 -1 64 2665 0 1 0 36 2 0 0 18 0 9 0 36519671 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4126401502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14275] ppid=14272 vsize=868388 CPUtime=0.1
/proc/14273/task/14275/stat : 14275 (java) S 14272 14259 13918 0 -1 64 2329 0 0 0 8 2 0 0 16 0 9 0 36519672 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14276] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14276/stat : 14276 (java) S 14272 14259 13918 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 36519673 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14277] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14277/stat : 14277 (java) S 14272 14259 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36519673 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14278] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14278/stat : 14278 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36519674 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14279] ppid=14272 vsize=868388 CPUtime=0.18
/proc/14273/task/14279/stat : 14279 (java) S 14272 14259 13918 0 -1 64 1457 0 0 0 18 0 0 0 16 0 9 0 36519674 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14280] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14280/stat : 14280 (java) S 14272 14259 13918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36519675 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14281] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14281/stat : 14281 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36519675 889229312 6365 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887344

[startup+3.10157 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 14281
/proc/meminfo: memFree=1886952/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.73
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 974 7241 0 1 3 0 65 5 15 0 1 0 36519591 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 797 370 3 0 500 0
[pid=14272] ppid=14259 vsize=5356 CPUtime=0
/proc/14272/stat : 14272 (sh) S 14259 14259 13918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36519670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14272/statm: 1339 233 193 169 0 50 0
[pid=14273] ppid=14272 vsize=868388 CPUtime=2.27
/proc/14273/stat : 14273 (java) S 14272 14259 13918 0 -1 0 13586 0 1 0 216 11 0 0 18 0 9 0 36519670 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14273/statm: 217097 12591 2541 9 0 211672 0
[pid=14273/tid=14274] ppid=14272 vsize=868388 CPUtime=1.35
/proc/14273/task/14274/stat : 14274 (java) R 14272 14259 13918 0 -1 64 3014 0 1 0 132 3 0 0 25 0 9 0 36519671 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4126652322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14275] ppid=14272 vsize=868388 CPUtime=0.65
/proc/14273/task/14275/stat : 14275 (java) S 14272 14259 13918 0 -1 64 8376 0 0 0 60 5 0 0 16 0 9 0 36519672 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14276] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14276/stat : 14276 (java) S 14272 14259 13918 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 36519673 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14277] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14277/stat : 14277 (java) S 14272 14259 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36519673 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14278] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14278/stat : 14278 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36519674 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14279] ppid=14272 vsize=868388 CPUtime=0.24
/proc/14273/task/14279/stat : 14279 (java) S 14272 14259 13918 0 -1 64 1503 0 0 0 23 1 0 0 15 0 9 0 36519674 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14280] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14280/stat : 14280 (java) S 14272 14259 13918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36519675 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14281] ppid=14272 vsize=868388 CPUtime=0
/proc/14273/task/14281/stat : 14281 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36519675 889229312 12591 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887344

[startup+6.30267 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 14281
/proc/meminfo: memFree=1847856/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.73
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 974 7241 0 1 3 0 65 5 15 0 1 0 36519591 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 797 370 3 0 500 0
[pid=14272] ppid=14259 vsize=5356 CPUtime=0
/proc/14272/stat : 14272 (sh) S 14259 14259 13918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36519670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14272/statm: 1339 233 193 169 0 50 0
[pid=14273] ppid=14272 vsize=868500 CPUtime=5.42
/proc/14273/stat : 14273 (java) S 14272 14259 13918 0 -1 0 19580 0 1 0 521 21 0 0 18 0 9 0 36519670 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14273/statm: 217125 17788 2565 9 0 211672 0
[pid=14273/tid=14274] ppid=14272 vsize=868500 CPUtime=3.71
/proc/14273/task/14274/stat : 14274 (java) R 14272 14259 13918 0 -1 64 3433 0 1 0 362 9 0 0 25 0 9 0 36519671 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4126569239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14275] ppid=14272 vsize=868500 CPUtime=1.38
/proc/14273/task/14275/stat : 14275 (java) S 14272 14259 13918 0 -1 64 13910 0 0 0 129 9 0 0 16 0 9 0 36519672 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14276] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14276/stat : 14276 (java) S 14272 14259 13918 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 36519673 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14277] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14277/stat : 14277 (java) S 14272 14259 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36519673 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14278] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14278/stat : 14278 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36519674 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14279] ppid=14272 vsize=868500 CPUtime=0.31
/proc/14273/task/14279/stat : 14279 (java) S 14272 14259 13918 0 -1 64 1544 0 0 0 30 1 0 0 15 0 9 0 36519674 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14280] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14280/stat : 14280 (java) S 14272 14259 13918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36519675 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14281] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14281/stat : 14281 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36519675 889344000 17788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887456

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 14281
/proc/meminfo: memFree=1769904/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.73
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 974 7241 0 1 3 0 65 5 16 0 1 0 36519591 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 797 370 3 0 500 0
[pid=14272] ppid=14259 vsize=5356 CPUtime=0
/proc/14272/stat : 14272 (sh) S 14259 14259 13918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36519670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14272/statm: 1339 233 193 169 0 50 0
[pid=14273] ppid=14272 vsize=868500 CPUtime=11.72
/proc/14273/stat : 14273 (java) S 14272 14259 13918 0 -1 0 19978 0 1 0 1107 65 0 0 18 0 9 0 36519670 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14273/statm: 217125 17792 2565 9 0 211672 0
[pid=14273/tid=14274] ppid=14272 vsize=868500 CPUtime=9.82
/proc/14273/task/14274/stat : 14274 (java) R 14272 14259 13918 0 -1 64 3829 0 1 0 931 51 0 0 25 0 9 0 36519671 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4127145581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14275] ppid=14272 vsize=868500 CPUtime=1.56
/proc/14273/task/14275/stat : 14275 (java) S 14272 14259 13918 0 -1 64 13910 0 0 0 145 11 0 0 16 0 9 0 36519672 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14276] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14276/stat : 14276 (java) S 14272 14259 13918 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 36519673 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14277] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14277/stat : 14277 (java) S 14272 14259 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36519673 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14278] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14278/stat : 14278 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36519674 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14279] ppid=14272 vsize=868500 CPUtime=0.31
/proc/14273/task/14279/stat : 14279 (java) S 14272 14259 13918 0 -1 64 1546 0 0 0 30 1 0 0 16 0 9 0 36519674 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14280] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14280/stat : 14280 (java) S 14272 14259 13918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36519675 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14281] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14281/stat : 14281 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36519675 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887456

[startup+25.5029 s]
/proc/loadavg: 2.30 2.06 2.01 3/92 14281
/proc/meminfo: memFree=1608752/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.73
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 974 7241 0 1 3 0 65 5 16 0 1 0 36519591 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 797 370 3 0 500 0
[pid=14272] ppid=14259 vsize=5356 CPUtime=0
/proc/14272/stat : 14272 (sh) S 14259 14259 13918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36519670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14272/statm: 1339 233 193 169 0 50 0
[pid=14273] ppid=14272 vsize=868500 CPUtime=24.3
/proc/14273/stat : 14273 (java) S 14272 14259 13918 0 -1 0 20749 0 1 0 2265 165 0 0 18 0 9 0 36519670 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14273/statm: 217125 17792 2565 9 0 211672 0
[pid=14273/tid=14274] ppid=14272 vsize=868500 CPUtime=22.02
/proc/14273/task/14274/stat : 14274 (java) R 14272 14259 13918 0 -1 64 4600 0 1 0 2056 146 0 0 25 0 9 0 36519671 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4127145546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14275] ppid=14272 vsize=868500 CPUtime=1.93
/proc/14273/task/14275/stat : 14275 (java) S 14272 14259 13918 0 -1 64 13910 0 0 0 177 16 0 0 16 0 9 0 36519672 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14276] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14276/stat : 14276 (java) S 14272 14259 13918 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 36519673 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14277] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14277/stat : 14277 (java) S 14272 14259 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36519673 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14278] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14278/stat : 14278 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36519674 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14279] ppid=14272 vsize=868500 CPUtime=0.31
/proc/14273/task/14279/stat : 14279 (java) S 14272 14259 13918 0 -1 64 1546 0 0 0 30 1 0 0 16 0 9 0 36519674 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14280] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14280/stat : 14280 (java) S 14272 14259 13918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36519675 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14281] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14281/stat : 14281 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36519675 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 887456

[startup+51.1025 s]
/proc/loadavg: 2.74 2.19 2.05 3/92 14282
/proc/meminfo: memFree=1293872/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13600 CPUtime=0.74
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 974 7241 0 1 4 0 65 5 16 0 1 0 36519591 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3400 797 370 3 0 500 0
[pid=14272] ppid=14259 vsize=5356 CPUtime=0
/proc/14272/stat : 14272 (sh) S 14259 14259 13918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36519670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14272/statm: 1339 233 193 169 0 50 0
[pid=14273] ppid=14272 vsize=868500 CPUtime=49.2
/proc/14273/stat : 14273 (java) S 14272 14259 13918 0 -1 0 22281 0 1 0 4553 367 0 0 18 0 9 0 36519670 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14273/statm: 217125 17792 2565 9 0 211672 0
[pid=14273/tid=14274] ppid=14272 vsize=868500 CPUtime=46.17
/proc/14273/task/14274/stat : 14274 (java) R 14272 14259 13918 0 -1 64 6132 0 1 0 4278 339 0 0 25 0 9 0 36519671 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4127145425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14275] ppid=14272 vsize=868500 CPUtime=2.7
/proc/14273/task/14275/stat : 14275 (java) S 14272 14259 13918 0 -1 64 13910 0 0 0 244 26 0 0 16 0 9 0 36519672 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14276] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14276/stat : 14276 (java) S 14272 14259 13918 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 36519673 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14277] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14277/stat : 14277 (java) S 14272 14259 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36519673 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14278] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14278/stat : 14278 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36519674 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14279] ppid=14272 vsize=868500 CPUtime=0.31
/proc/14273/task/14279/stat : 14279 (java) S 14272 14259 13918 0 -1 64 1546 0 0 0 30 1 0 0 16 0 9 0 36519674 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14280] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14280/stat : 14280 (java) S 14272 14259 13918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36519675 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14273/tid=14281] ppid=14272 vsize=868500 CPUtime=0
/proc/14273/task/14281/stat : 14281 (java) S 14272 14259 13918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36519675 889344000 17792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 887456

[startup+102.303 s]
/proc/loadavg: 2.92 2.32 2.10 3/84 14284
/proc/meminfo: memFree=388464/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13996 CPUtime=94.52
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 1151 32606 0 2 6 1 8711 734 16 0 1 0 36519591 14331904 898 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3499 898 374 3 0 599 0
[pid=14283] ppid=14259 vsize=5356 CPUtime=0
/proc/14283/stat : 14283 (sh) S 14259 14259 13918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36529344 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14283/statm: 1339 232 193 169 0 50 0
[pid=14284] ppid=14283 vsize=406852 CPUtime=4.69
/proc/14284/stat : 14284 (minisat) R 14283 14259 13918 0 -1 4194304 97574 0 0 0 410 59 0 0 25 0 1 0 36529345 416616448 97560 996147200 134512640 135127466 4294956256 18446744073709551615 134513814 0 0 4096 3 0 0 0 17 1 0 0
/proc/14284/statm: 101713 97560 62 150 0 101560 0
Current children cumulated CPU time (s) 99.21
Current children cumulated vsize (KiB) 426204



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+109.501 s]
/proc/loadavg: 2.86 2.33 2.11 3/84 14284
/proc/meminfo: memFree=14960/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13996 CPUtime=94.52
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 1151 32606 0 2 6 1 8711 734 16 0 1 0 36519591 14331904 898 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3499 898 374 3 0 599 0
[pid=14283] ppid=14259 vsize=5356 CPUtime=0
/proc/14283/stat : 14283 (sh) S 14259 14259 13918 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36529344 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14283/statm: 1339 232 193 169 0 50 0
[pid=14284] ppid=14283 vsize=904804 CPUtime=11.53
/proc/14284/stat : 14284 (minisat) R 14283 14259 13918 0 -1 4194304 220296 0 0 0 1011 142 0 0 25 0 1 0 36529345 926519296 220282 996147200 134512640 135127466 4294956256 18446744073709551615 134533009 0 0 4096 3 0 0 0 17 1 0 0
/proc/14284/statm: 226201 220282 62 150 0 226048 0
Current children cumulated CPU time (s) 106.05
Current children cumulated vsize (KiB) 924156

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

[startup+109.621 s]
/proc/loadavg: 2.86 2.33 2.11 3/84 14284
/proc/meminfo: memFree=14960/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13996 CPUtime=94.52
/proc/14259/stat : 14259 (sugar) S 14257 14259 13918 0 -1 4194304 1162 32606 0 2 6 1 8711 734 16 0 1 0 36519591 14331904 898 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14259/statm: 3499 898 374 3 0 599 0
[pid=14283] ppid=14259 vsize=0 CPUtime=0
/proc/14283/stat : 14283 (sh) Z 14259 14259 13918 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 36529344 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14283/statm: 0 0 0 0 0 0 0
[pid=14284] ppid=1 vsize=0 CPUtime=11.64
/proc/14284/stat : 14284 (minisat) R 1 14259 13918 0 -1 4195332 220296 0 0 0 1011 153 0 0 25 0 1 0 36529345 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14284/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 106.16
Current children cumulated vsize (KiB) 13996

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

[startup+109.702 s]
/proc/loadavg: 2.86 2.33 2.11 3/84 14284
/proc/meminfo: memFree=14960/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13996 CPUtime=94.55
/proc/14259/stat : 14259 (sugar) R 14257 14259 13918 0 -1 4194304 1188 32883 0 2 6 4 8711 734 16 0 1 0 36519591 14331904 899 996147200 4194304 4206940 548682068592 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14259/statm: 3499 899 375 3 0 599 0
Current children cumulated CPU time (s) 94.55
Current children cumulated vsize (KiB) 13996

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

[startup+109.902 s]
/proc/loadavg: 2.86 2.33 2.11 3/84 14284
/proc/meminfo: memFree=14960/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13996 CPUtime=94.74
/proc/14259/stat : 14259 (sugar) R 14257 14259 13918 0 -1 4194304 1188 32883 0 2 6 23 8711 734 16 0 1 0 36519591 14331904 899 996147200 4194304 4206940 548682068592 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14259/statm: 3499 899 375 3 0 599 0
Current children cumulated CPU time (s) 94.74
Current children cumulated vsize (KiB) 13996

[startup+110.303 s]
/proc/loadavg: 2.86 2.33 2.11 3/83 14285
/proc/meminfo: memFree=1625464/2055920 swapFree=4180996/4192956
[pid=14259] ppid=14257 vsize=13996 CPUtime=95.06
/proc/14259/stat : 14259 (sugar) D 14257 14259 13918 0 -1 4194304 1188 32883 0 2 6 55 8711 734 15 0 1 0 36519591 14331904 899 996147200 4194304 4206940 548682068592 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14259/statm: 3499 899 375 3 0 599 0
Current children cumulated CPU time (s) 95.06
Current children cumulated vsize (KiB) 13996

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.61
#  lost CPU user time (s): 10.11
#  lost CPU system time (s): 1.5

Real time (s): 110.381
CPU time (s): 106.702
CPU user time (s): 97.2937
CPU system time (s): 9.4078
CPU usage (%): 96.6668
Max. virtual memory (cumulated for all children) (KiB): 924156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.1837
system time used= 7.9078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34101
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= 44473
involuntary context switches= 47050

runsolver used 0.150977 second user time and 0.462929 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-11 19:43:37
IDJOB=1108940
IDBENCH=60832
IDSOLVER=368
FILE ID=node67/1108940-1215798217
PBS_JOBID= 7903225
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-37-37.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-1108940-1215798217/watcher-1108940-1215798217 -o /tmp/evaluation-result-1108940-1215798217/solver-1108940-1215798217 -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-1108940-1215798217.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3288d103eb05e68f4356a28d7cc0cdd
RANDOM SEED=672199641

node67.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.218
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.218
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:       1915808 kB
Buffers:          6896 kB
Cached:          47196 kB
SwapCached:       5612 kB
Active:          77536 kB
Inactive:        18916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915808 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          58696 kB
Slab:            28668 kB
Committed_AS:   188316 kB
PageTables:       1944 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= 66436 MiB
End job on node67 at 2008-07-11 19:45:28