Trace number 1112195

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-incMSAT (MO)214 45.9001 59.2638

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-80-5-mul.xml
MD5SUM2ab0ed2a36c3cca2c75b23b1150e1b9d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark974.987
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3570
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.06	c 0	BEGIN Thu Aug  7 20:20:35 2008
0.00/0.06	c 0	PID 6678
0.00/0.07	c 0	HOST node92.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1112195-1218133235.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112195-1218133235.xml' 'HOME/temp.csp'
0.06/0.50	c 1	2 domains, 85 variables, 4 predicates, 0 relations, 3570 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/0.61	c 1	Parsing HOME/temp.csp
0.62/0.79	c 1	parsed 3661 expressions
0.62/0.80	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.82	c 1	MAX CSP: 3570 constraints
0.62/0.82	c 1	Converting to clausal form CSP
0.62/0.98	c 1	converted 724 (10%) expressions
1.23/1.07	c 1	converted 1447 (20%) expressions
1.34/1.12	c 2	converted 2171 (30%) expressions
1.34/1.16	c 2	converted 2894 (40%) expressions
1.44/1.20	c 2	converted 3617 (50%) expressions
1.54/1.30	c 2	converted 4341 (60%) expressions
1.54/1.34	c 2	converted 5064 (70%) expressions
1.54/1.38	c 2	converted 5788 (80%) expressions
1.65/1.42	c 2	converted 6511 (90%) expressions
1.95/1.78	c 2	converted 7234 (100%) expressions
1.95/1.78	c 2	CSP : 7245 integers, 6335 booleans, 23434 clauses, largest domain size 6400
1.95/1.78	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/1.78	c 2	Propagation in CSP
2.26/2.04	c 2	3562 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.26/2.04	c 2	CSP : 7245 integers, 6335 booleans, 23434 clauses, largest domain size 6400
2.26/2.04	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.26/2.05	c 2	Simplifing CSP by introducing new Boolean variables
2.47/2.26	c 3	CSP : 7245 integers, 19823 booleans, 36922 clauses, largest domain size 6400
2.47/2.27	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.56/2.38	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.66/2.46	c 3	725 (10%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
2.66/2.46	c 3	1449 (20%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
2.66/2.46	c 3	2174 (30%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
2.66/2.47	c 3	2898 (40%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
2.66/2.47	c 3	3623 (50%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
2.66/2.48	c 3	4347 (60%) CSP integer variables are encoded (48405 clauses, 704117 bytes)
2.77/2.52	c 3	5072 (70%) CSP integer variables are encoded (86292 clauses, 1272422 bytes)
2.77/2.54	c 3	5796 (80%) CSP integer variables are encoded (98850 clauses, 1469415 bytes)
2.77/2.54	c 3	6521 (90%) CSP integer variables are encoded (105494 clauses, 1582363 bytes)
2.77/2.56	c 3	7245 (100%) CSP integer variables are encoded (114243 clauses, 1731096 bytes)
3.28/3.07	c 3	3693 (10%) CSP clauses are encoded (378886 clauses, 7382370 bytes)
3.59/3.34	c 4	7385 (20%) CSP clauses are encoded (518342 clauses, 10434715 bytes)
3.88/3.63	c 4	11077 (30%) CSP clauses are encoded (662264 clauses, 13700044 bytes)
4.18/3.93	c 4	14769 (40%) CSP clauses are encoded (813264 clauses, 17182936 bytes)
4.49/4.24	c 5	18461 (50%) CSP clauses are encoded (968711 clauses, 20776346 bytes)
4.78/4.57	c 5	22154 (60%) CSP clauses are encoded (1131169 clauses, 24543842 bytes)
5.17/4.90	c 5	25846 (70%) CSP clauses are encoded (1301603 clauses, 28507051 bytes)
5.48/5.26	c 6	29538 (80%) CSP clauses are encoded (1485221 clauses, 32784088 bytes)
12.33/12.11	c 13	33230 (90%) CSP clauses are encoded (5699439 clauses, 122901389 bytes)
33.52/34.03	c 34	36922 (100%) CSP clauses are encoded (17641967 clauses, 392694712 bytes)
33.52/34.04	c 34	36922 CSP clauses encoded
33.52/34.04	c 34	Writing map file : HOME/temp.map
33.52/34.08	c 34	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.52/34.08	c 34	SAT : 141311 SAT variables, 17641967 SAT clauses, 392694712 bytes
33.52/34.08	c 34	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.62/34.12	c 35	OBJECTIVE minimize _COST
33.62/34.12	c 35	SOLVING HOME/temp.cnf
33.62/34.12	c 35	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
33.62/34.12	c 35	This is MiniSat 2.0 beta incremental
33.62/34.12	c 35	WARNING: for repeatability, setting FPU to use double precision
33.62/34.12	c 35	============================[ Problem Statistics ]=============================
33.62/34.12	c 35	|                                                                             |
33.62/34.13	c 35	|  Number of variables:  141311                                               |
33.62/34.13	c 35	|  Number of clauses:    17641967                                             |
41.21/41.79	c 42	|  Parsing time:         6.64         s                                       |
41.60/42.12	c 43	OK
41.60/42.12	c 43	OBJECTIVE BOUND: 0 <= _COST <= 
41.60/42.12	c 43	SEARCHING: _COST <= 1785
41.60/42.12	c 43	============================[ Search Statistics ]==============================
41.60/42.12	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.60/42.12	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.60/42.12	c 43	===============================================================================
41.60/42.12	c 43	|         0 |  141311 17641967 52967909 |  5880655        0    nan |  0.000 % |
45.20/45.72	c 46	===============================================================================
45.20/45.73	c 46	restarts              : 1
45.20/45.73	c 46	conflicts             : 64            (6 /sec)
45.20/45.73	c 46	decisions             : 22483         (0.50 % random) (2142 /sec)
45.20/45.73	c 46	propagations          : 497267         (47366 /sec)
45.20/45.73	c 46	conflict literals     : 631            (0.47 % deleted)
45.20/45.73	c 46	Memory used           : 703.73 MB
45.20/45.73	c 46	CPU time              : 10.4984 s
45.20/45.73	c 46	
45.20/45.73	c 46	SATISFIABLE
45.20/45.77	c 46	OK
45.20/45.77	c 46	FOUND: _COST <= 1785
45.20/45.77	s SATISFIABLE
45.20/45.77	c 46	DECODING HOME/temp.out WITH HOME/temp.map
45.20/45.77	c 46	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
45.27/45.85	c 46	Decoding HOME/temp.out
45.27/46.09	c 47	OBJECTIVE _COST 1012
45.27/46.09	o 1012
45.27/46.09	v 47 58 40 46 63 53 64 57 53 42 74 55 45 68 76 69 69 61 44 50 35 60 43 73 64 67 63 79 62 54 66 71 61 56 75 65 68 73 69 48 77 72 70 72 79 79 72 75 73 76 77 78 76 77 74 76 76 77 78 78 78 78 78 76 78 78 78 78 78 75 76 78 78 78 76 78 73 75 71 74 6234 6312 6397 6319 6156
45.27/46.10	c 47	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
45.65/46.13	c ERROR INTERRUPTED
45.65/46.21	c 47	CPU 41.63 (0.07 0.01 41.56 3.76)
45.65/46.21	c 47	END Thu Aug  7 20:21:22 2008

Verifier Data (download as text)

OK	214	3356
214 unsatisfied constraints, 3356 satisfied constraints

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-1112195-1218133235/watcher-1112195-1218133235 -o /tmp/evaluation-result-1112195-1218133235/solver-1112195-1218133235 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112195-1218133235.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: 3.45 2.04 1.09 3/83 6678
/proc/meminfo: memFree=1194408/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=12272 CPUtime=0
/proc/6678/stat : 6678 (sugar++) R 6676 6678 5950 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 140408391 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 251288140798 0 0 4224 0 0 0 0 17 1 0 0
/proc/6678/statm: 3068 364 274 3 0 168 0

[startup+0.0154441 s]
/proc/loadavg: 3.45 2.04 1.09 3/83 6678
/proc/meminfo: memFree=1194408/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=12676 CPUtime=0
/proc/6678/stat : 6678 (sugar++) R 6676 6678 5950 0 -1 4194304 519 0 0 0 0 0 0 0 20 0 1 0 140408391 12980224 487 996147200 4194304 4206940 548682068528 18446744073709551615 251279086305 0 0 4224 0 0 0 0 17 1 0 0
/proc/6678/statm: 3169 488 314 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.101473 s]
/proc/loadavg: 3.45 2.04 1.09 3/83 6678
/proc/meminfo: memFree=1194408/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.06
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301508 s]
/proc/loadavg: 3.45 2.04 1.09 3/83 6678
/proc/meminfo: memFree=1194408/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.06
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701592 s]
/proc/loadavg: 3.45 2.04 1.09 3/83 6678
/proc/meminfo: memFree=1194408/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.62
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1296 6810 0 1 5 1 52 4 16 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16740

[startup+1.50276 s]
/proc/loadavg: 3.45 2.04 1.09 2/94 6700
/proc/meminfo: memFree=1177040/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.62
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1296 6810 0 1 5 1 52 4 16 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
[pid=6691] ppid=6678 vsize=5356 CPUtime=0
/proc/6691/stat : 6691 (sh) S 6678 6678 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140408446 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6691/statm: 1339 233 193 169 0 50 0
[pid=6692] ppid=6691 vsize=869264 CPUtime=1.13
/proc/6692/stat : 6692 (java) S 6691 6678 5950 0 -1 0 8931 0 1 0 108 5 0 0 20 0 9 0 140408446 890126336 8086 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6692/statm: 217316 8087 2540 9 0 211891 0
[pid=6692/tid=6693] ppid=6691 vsize=869264 CPUtime=0.7
/proc/6692/task/6693/stat : 6693 (java) S 6691 6678 5950 0 -1 64 2682 0 1 0 69 1 0 0 17 0 9 0 140408447 890126336 8088 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6694] ppid=6691 vsize=869264 CPUtime=0.22
/proc/6692/task/6694/stat : 6694 (java) R 6691 6678 5950 0 -1 64 4037 0 0 0 20 2 0 0 16 0 9 0 140408448 890126336 8089 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6695] ppid=6691 vsize=869264 CPUtime=0
/proc/6692/task/6695/stat : 6695 (java) S 6691 6678 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140408448 890126336 8090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6696] ppid=6691 vsize=869264 CPUtime=0
/proc/6692/task/6696/stat : 6696 (java) S 6691 6678 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140408448 890126336 8091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6697] ppid=6691 vsize=869264 CPUtime=0
/proc/6692/task/6697/stat : 6697 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890126336 8092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6698] ppid=6691 vsize=869264 CPUtime=0.18
/proc/6692/task/6698/stat : 6698 (java) S 6691 6678 5950 0 -1 64 1523 0 0 0 17 1 0 0 16 0 9 0 140408450 890126336 8093 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6699] ppid=6691 vsize=869264 CPUtime=0
/proc/6692/task/6699/stat : 6699 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890126336 8095 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6700] ppid=6691 vsize=869264 CPUtime=0
/proc/6692/task/6700/stat : 6700 (java) S 6691 6678 5950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140408450 890126336 8096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 891360

[startup+3.10123 s]
/proc/loadavg: 3.45 2.04 1.09 2/94 6700
/proc/meminfo: memFree=1160464/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.62
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1297 6810 0 1 5 1 52 4 16 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
[pid=6691] ppid=6678 vsize=5356 CPUtime=0
/proc/6691/stat : 6691 (sh) S 6678 6678 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140408446 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6691/statm: 1339 233 193 169 0 50 0
[pid=6692] ppid=6691 vsize=869376 CPUtime=2.76
/proc/6692/stat : 6692 (java) S 6691 6678 5950 0 -1 0 11936 0 1 0 265 11 0 0 20 0 9 0 140408446 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6692/statm: 217344 10771 2565 9 0 211891 0
[pid=6692/tid=6693] ppid=6691 vsize=869376 CPUtime=1.81
/proc/6692/task/6693/stat : 6693 (java) R 6691 6678 5950 0 -1 64 3077 0 1 0 176 5 0 0 17 0 9 0 140408447 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4127063116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6694] ppid=6691 vsize=869376 CPUtime=0.65
/proc/6692/task/6694/stat : 6694 (java) S 6691 6678 5950 0 -1 64 6586 0 0 0 62 3 0 0 16 0 9 0 140408448 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6695] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6695/stat : 6695 (java) S 6691 6678 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140408448 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6696] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6696/stat : 6696 (java) S 6691 6678 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140408448 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6697] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6697/stat : 6697 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6698] ppid=6691 vsize=869376 CPUtime=0.26
/proc/6692/task/6698/stat : 6698 (java) S 6691 6678 5950 0 -1 64 1581 0 0 0 25 1 0 0 15 0 9 0 140408450 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6699] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6699/stat : 6699 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6700] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6700/stat : 6700 (java) S 6691 6678 5950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140408450 890241024 10771 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 891472

[startup+6.30289 s]
/proc/loadavg: 3.26 2.02 1.09 2/94 6700
/proc/meminfo: memFree=1123344/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.62
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1297 6810 0 1 5 1 52 4 15 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
[pid=6691] ppid=6678 vsize=5356 CPUtime=0
/proc/6691/stat : 6691 (sh) S 6678 6678 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140408446 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6691/statm: 1339 233 193 169 0 50 0
[pid=6692] ppid=6691 vsize=869376 CPUtime=5.95
/proc/6692/stat : 6692 (java) S 6691 6678 5950 0 -1 0 12397 0 1 0 560 35 0 0 20 0 9 0 140408446 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6692/statm: 217344 10773 2565 9 0 211891 0
[pid=6692/tid=6693] ppid=6691 vsize=869376 CPUtime=4.88
/proc/6692/task/6693/stat : 6693 (java) R 6691 6678 5950 0 -1 64 3536 0 1 0 461 27 0 0 16 0 9 0 140408447 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4126566306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6694] ppid=6691 vsize=869376 CPUtime=0.77
/proc/6692/task/6694/stat : 6694 (java) S 6691 6678 5950 0 -1 64 6586 0 0 0 72 5 0 0 16 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6695] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6695/stat : 6695 (java) S 6691 6678 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6696] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6696/stat : 6696 (java) S 6691 6678 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6697] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6697/stat : 6697 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6698] ppid=6691 vsize=869376 CPUtime=0.27
/proc/6692/task/6698/stat : 6698 (java) S 6691 6678 5950 0 -1 64 1583 0 0 0 26 1 0 0 15 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6699] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6699/stat : 6699 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6700] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6700/stat : 6700 (java) S 6691 6678 5950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 891472

[startup+12.7012 s]
/proc/loadavg: 3.16 2.02 1.09 2/94 6700
/proc/meminfo: memFree=1034552/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.62
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1297 6810 0 1 5 1 52 4 16 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
[pid=6691] ppid=6678 vsize=5356 CPUtime=0
/proc/6691/stat : 6691 (sh) S 6678 6678 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140408446 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6691/statm: 1339 233 193 169 0 50 0
[pid=6692] ppid=6691 vsize=869376 CPUtime=12.3
/proc/6692/stat : 6692 (java) S 6691 6678 5950 0 -1 0 13352 0 1 0 1149 81 0 0 20 0 9 0 140408446 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6692/statm: 217344 10773 2565 9 0 211891 0
[pid=6692/tid=6693] ppid=6691 vsize=869376 CPUtime=10.99
/proc/6692/task/6693/stat : 6693 (java) R 6691 6678 5950 0 -1 64 4491 0 1 0 1029 70 0 0 17 0 9 0 140408447 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6694] ppid=6691 vsize=869376 CPUtime=1.03
/proc/6692/task/6694/stat : 6694 (java) S 6691 6678 5950 0 -1 64 6586 0 0 0 94 9 0 0 16 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6695] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6695/stat : 6695 (java) S 6691 6678 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6696] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6696/stat : 6696 (java) S 6691 6678 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6697] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6697/stat : 6697 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6698] ppid=6691 vsize=869376 CPUtime=0.27
/proc/6692/task/6698/stat : 6698 (java) S 6691 6678 5950 0 -1 64 1583 0 0 0 26 1 0 0 15 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6699] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6699/stat : 6699 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6700] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6700/stat : 6700 (java) S 6691 6678 5950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 891472

[startup+25.5028 s]
/proc/loadavg: 2.97 2.03 1.11 2/94 6700
/proc/meminfo: memFree=873024/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=16740 CPUtime=0.62
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1297 6810 0 1 5 1 52 4 16 0 1 0 140408391 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6678/statm: 4185 1104 409 3 0 764 0
[pid=6691] ppid=6678 vsize=5356 CPUtime=0
/proc/6691/stat : 6691 (sh) S 6678 6678 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140408446 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6691/statm: 1339 233 193 169 0 50 0
[pid=6692] ppid=6691 vsize=869376 CPUtime=24.94
/proc/6692/stat : 6692 (java) S 6691 6678 5950 0 -1 0 15135 0 1 0 2317 177 0 0 20 0 9 0 140408446 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6692/statm: 217344 10773 2565 9 0 211891 0
[pid=6692/tid=6693] ppid=6691 vsize=869376 CPUtime=23.09
/proc/6692/task/6693/stat : 6693 (java) R 6691 6678 5950 0 -1 64 6274 0 1 0 2154 155 0 0 16 0 9 0 140408447 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4127081608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6694] ppid=6691 vsize=869376 CPUtime=1.54
/proc/6692/task/6694/stat : 6694 (java) S 6691 6678 5950 0 -1 64 6586 0 0 0 136 18 0 0 15 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6695] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6695/stat : 6695 (java) S 6691 6678 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6696] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6696/stat : 6696 (java) S 6691 6678 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140408448 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6692/tid=6697] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6697/stat : 6697 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6698] ppid=6691 vsize=869376 CPUtime=0.27
/proc/6692/task/6698/stat : 6698 (java) S 6691 6678 5950 0 -1 64 1583 0 0 0 26 1 0 0 15 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6699] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6699/stat : 6699 (java) S 6691 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6692/tid=6700] ppid=6691 vsize=869376 CPUtime=0
/proc/6692/task/6700/stat : 6700 (java) S 6691 6678 5950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140408450 890241024 10773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 891472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+46.102 s]
/proc/loadavg: 3.22 2.14 1.17 1/96 6712
/proc/meminfo: memFree=66096/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=33.65
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1632 23460 0 2 7 1 3102 255 16 0 1 0 140408391 17678336 1215 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6678/statm: 4316 1215 414 3 0 895 0
[pid=6701] ppid=6678 vsize=720612 CPUtime=11.62
/proc/6701/stat : 6701 (minisat-inc) S 6678 6678 5950 0 -1 4194304 179215 0 0 0 1053 109 0 0 25 0 1 0 140411804 737906688 179162 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/6701/statm: 180153 179162 78 151 0 179999 0
[pid=6703] ppid=6678 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6678 6678 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140412968 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 233 193 169 0 50 0
[pid=6704] ppid=6703 vsize=196508 CPUtime=0.38
/proc/6704/stat : 6704 (java) S 6703 6678 5950 0 -1 0 3809 0 1 0 35 3 0 0 19 0 9 0 140412969 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6704/statm: 49127 3274 1704 9 0 43702 0
[pid=6704/tid=6705] ppid=6703 vsize=196508 CPUtime=0.28
/proc/6704/task/6705/stat : 6705 (java) S 6703 6678 5950 0 -1 64 2533 0 1 0 27 1 0 0 18 0 9 0 140412970 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6706] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6706/stat : 6706 (java) S 6703 6678 5950 0 -1 64 240 0 0 0 0 0 0 0 16 0 9 0 140412971 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6707] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6707/stat : 6707 (java) S 6703 6678 5950 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 140412971 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6708] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6708/stat : 6708 (java) S 6703 6678 5950 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 140412971 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6709] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6709/stat : 6709 (java) S 6703 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6710] ppid=6703 vsize=196508 CPUtime=0.06
/proc/6704/task/6710/stat : 6710 (java) S 6703 6678 5950 0 -1 64 344 0 0 0 6 0 0 0 16 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6704/tid=6711] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6711/stat : 6711 (java) S 6703 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6712] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6712/stat : 6712 (java) S 6703 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.65
Current children cumulated vsize (KiB) 939740

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

[startup+46.102 s]
/proc/loadavg: 3.22 2.14 1.17 1/96 6712
/proc/meminfo: memFree=66096/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=33.65
/proc/6678/stat : 6678 (sugar++) S 6676 6678 5950 0 -1 4194304 1632 23460 0 2 7 1 3102 255 16 0 1 0 140408391 17678336 1215 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6678/statm: 4316 1215 414 3 0 895 0
[pid=6701] ppid=6678 vsize=720612 CPUtime=11.62
/proc/6701/stat : 6701 (minisat-inc) S 6678 6678 5950 0 -1 4194304 179215 0 0 0 1053 109 0 0 25 0 1 0 140411804 737906688 179162 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/6701/statm: 180153 179162 78 151 0 179999 0
[pid=6703] ppid=6678 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6678 6678 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140412968 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 233 193 169 0 50 0
[pid=6704] ppid=6703 vsize=196508 CPUtime=0.38
/proc/6704/stat : 6704 (java) S 6703 6678 5950 0 -1 0 3809 0 1 0 35 3 0 0 19 0 9 0 140412969 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6704/statm: 49127 3274 1704 9 0 43702 0
[pid=6704/tid=6705] ppid=6703 vsize=196508 CPUtime=0.28
/proc/6704/task/6705/stat : 6705 (java) S 6703 6678 5950 0 -1 64 2533 0 1 0 27 1 0 0 18 0 9 0 140412970 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6706] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6706/stat : 6706 (java) S 6703 6678 5950 0 -1 64 240 0 0 0 0 0 0 0 16 0 9 0 140412971 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6707] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6707/stat : 6707 (java) S 6703 6678 5950 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 140412971 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6708] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6708/stat : 6708 (java) S 6703 6678 5950 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 140412971 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6709] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6709/stat : 6709 (java) S 6703 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6710] ppid=6703 vsize=196508 CPUtime=0.06
/proc/6704/task/6710/stat : 6710 (java) S 6703 6678 5950 0 -1 64 344 0 0 0 6 0 0 0 16 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6704/tid=6711] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6711/stat : 6711 (java) S 6703 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6704/tid=6712] ppid=6703 vsize=196508 CPUtime=0
/proc/6704/task/6712/stat : 6712 (java) S 6703 6678 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140412973 201224192 3274 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.65
Current children cumulated vsize (KiB) 939740

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

[startup+46.23 s]
/proc/loadavg: 3.22 2.14 1.17 1/96 6712
/proc/meminfo: memFree=66096/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=45.41
/proc/6678/stat : 6678 (sugar++) R 6676 6678 5950 0 -1 4194304 1670 202953 0 2 7 2 4156 376 16 0 1 0 140408391 17678336 1216 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 0 0 4224 16386 0 0 0 17 0 0 0
/proc/6678/statm: 4316 1216 415 3 0 895 0
Current children cumulated CPU time (s) 45.41
Current children cumulated vsize (KiB) 17264

Sending SIGKILL to process tree (bottom up)

[startup+51.101 s]
/proc/loadavg: 3.12 2.14 1.17 1/85 6715
/proc/meminfo: memFree=1072648/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=45.56
/proc/6678/stat : 6678 (sugar++) D 6676 6678 5950 0 -1 4194304 1670 202953 0 2 7 17 4156 376 15 0 1 0 140408391 17678336 1216 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/6678/statm: 4316 1216 415 3 0 895 0
Current children cumulated CPU time (s) 45.56
Current children cumulated vsize (KiB) 17264

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

[startup+54.2017 s]
/proc/loadavg: 3.03 2.14 1.17 1/84 6715
/proc/meminfo: memFree=1156328/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=45.6
/proc/6678/stat : 6678 (sugar++) D 6676 6678 5950 0 -1 4194304 1670 202953 0 2 7 21 4156 376 15 0 1 0 140408391 17678336 1216 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/6678/statm: 4316 1216 415 3 0 895 0
Current children cumulated CPU time (s) 45.6
Current children cumulated vsize (KiB) 17264

[startup+57.4023 s]
/proc/loadavg: 3.03 2.14 1.17 1/84 6715
/proc/meminfo: memFree=1174888/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=45.61
/proc/6678/stat : 6678 (sugar++) D 6676 6678 5950 0 -1 4194304 1670 202953 0 2 7 22 4156 376 15 0 1 0 140408391 17678336 1216 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6678/statm: 4316 1216 415 3 0 895 0
Current children cumulated CPU time (s) 45.61
Current children cumulated vsize (KiB) 17264

[startup+58.2015 s]
/proc/loadavg: 2.95 2.14 1.18 1/84 6715
/proc/meminfo: memFree=1179888/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=45.62
/proc/6678/stat : 6678 (sugar++) D 6676 6678 5950 0 -1 4194304 1670 202953 0 2 7 23 4156 376 15 0 1 0 140408391 17678336 1216 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6678/statm: 4316 1216 415 3 0 895 0
Current children cumulated CPU time (s) 45.62
Current children cumulated vsize (KiB) 17264

[startup+59.0017 s]
/proc/loadavg: 2.95 2.14 1.18 1/84 6715
/proc/meminfo: memFree=1179888/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=45.62
/proc/6678/stat : 6678 (sugar++) D 6676 6678 5950 0 -1 4194304 1670 202953 0 2 7 23 4156 376 15 0 1 0 140408391 17678336 1216 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6678/statm: 4316 1216 415 3 0 895 0
Current children cumulated CPU time (s) 45.62
Current children cumulated vsize (KiB) 17264

[startup+59.2017 s]
/proc/loadavg: 2.95 2.14 1.18 1/84 6715
/proc/meminfo: memFree=1179888/2055920 swapFree=4180824/4192956
[pid=6678] ppid=6676 vsize=17264 CPUtime=45.62
/proc/6678/stat : 6678 (sugar++) D 6676 6678 5950 0 -1 4194304 1670 202953 0 2 7 23 4156 376 15 0 1 0 140408391 17678336 1216 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6678/statm: 4316 1216 415 3 0 895 0
Current children cumulated CPU time (s) 45.62
Current children cumulated vsize (KiB) 17264

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.239998
#  lost CPU user time (s): 0.339996
#  lost CPU system time (s): -0.0999999

Real time (s): 59.2638
CPU time (s): 45.9001
CPU user time (s): 41.9777
CPU system time (s): 3.92239
CPU usage (%): 77.4504
Max. virtual memory (cumulated for all children) (KiB): 939740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.6377
system time used= 4.02239
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204623
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= 18804
involuntary context switches= 12676

runsolver used 0.065989 second user time and 0.200969 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-08-07 20:20:35
IDJOB=1112195
IDBENCH=61377
IDSOLVER=367
FILE ID=node92/1112195-1218133235
PBS_JOBID= 8000794
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-80-5-mul.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112195-1218133235/watcher-1112195-1218133235 -o /tmp/evaluation-result-1112195-1218133235/solver-1112195-1218133235 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112195-1218133235.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ab0ed2a36c3cca2c75b23b1150e1b9d
RANDOM SEED=887341070

node92.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.265
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1194824 kB
Buffers:          1872 kB
Cached:          37360 kB
SwapCached:       5648 kB
Active:         778760 kB
Inactive:        17372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1194824 kB
SwapTotal:     4192956 kB
SwapFree:      4180824 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:         773408 kB
Slab:            48568 kB
Committed_AS:   975920 kB
PageTables:       3384 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 node92 at 2008-08-07 20:21:35