Trace number 1056196

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 148.413 152.133

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-300.xml
MD5SUMc7d57b0262fde2b45e9a562f45f9d3ca
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9213
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints44850
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Thu Jul  3 07:18:15 2008
0.03/0.04	c 0	PID 19443
0.03/0.04	c 0	HOST node27.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1056196-1215062295.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056196-1215062295.xml' 'HOME/temp.csp'
2.36/2.41	c 3	1 domains, 300 variables, 1 predicates, 0 relations, 44850 constraints
2.36/2.45	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.36/2.45	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.39/2.54	c 3	Parsing HOME/temp.csp
2.39/3.06	c 4	parsed 10000 expressions
3.31/3.45	c 4	parsed 20000 expressions
3.71/3.86	c 4	parsed 30000 expressions
4.01/4.20	c 5	parsed 40000 expressions
4.21/4.38	c 5	parsed 45152 expressions
4.21/4.38	c 5	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.21/4.38	c 5	Converting to clausal form CSP
5.00/5.15	c 6	converted 4516 (10%) expressions
5.69/5.80	c 6	converted 9031 (20%) expressions
6.09/6.24	c 7	converted 13546 (30%) expressions
6.48/6.68	c 7	converted 18061 (40%) expressions
7.39/7.60	c 8	converted 22576 (50%) expressions
7.87/8.04	c 8	converted 27092 (60%) expressions
8.28/8.46	c 9	converted 31607 (70%) expressions
8.68/8.90	c 9	converted 36122 (80%) expressions
9.77/9.93	c 10	converted 40637 (90%) expressions
10.28/10.48	c 11	converted 45152 (100%) expressions
10.28/10.48	c 11	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
10.28/10.48	c 11	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.28/10.48	c 11	Propagation in CSP
10.96/11.19	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.96/11.19	c 12	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
10.96/11.19	c 12	Heap : 121 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.06/11.23	c 12	Simplifing CSP by introducing new Boolean variables
12.95/13.19	c 14	CSP : 300 integers, 224248 booleans, 358798 clauses, largest domain size 300
12.95/13.19	c 14	Heap : 182 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.04/14.22	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.04/14.28	c 15	30 (10%) CSP integer variables are encoded (8940 clauses, 114079 bytes)
14.04/14.29	c 15	60 (20%) CSP integer variables are encoded (17880 clauses, 246128 bytes)
14.04/14.30	c 15	90 (30%) CSP integer variables are encoded (26820 clauses, 380228 bytes)
14.14/14.31	c 15	120 (40%) CSP integer variables are encoded (35760 clauses, 514328 bytes)
14.14/14.32	c 15	150 (50%) CSP integer variables are encoded (44700 clauses, 648428 bytes)
14.14/14.33	c 15	180 (60%) CSP integer variables are encoded (53640 clauses, 782528 bytes)
14.14/14.34	c 15	210 (70%) CSP integer variables are encoded (62580 clauses, 916628 bytes)
14.14/14.35	c 15	240 (80%) CSP integer variables are encoded (71520 clauses, 1050728 bytes)
14.14/14.36	c 15	270 (90%) CSP integer variables are encoded (80460 clauses, 1184828 bytes)
14.14/14.37	c 15	300 (100%) CSP integer variables are encoded (89400 clauses, 1318928 bytes)
24.62/24.95	c 25	35880 (10%) CSP clauses are encoded (5582468 clauses, 118503992 bytes)
35.40/35.81	c 36	71760 (20%) CSP clauses are encoded (11175254 clauses, 239603310 bytes)
46.47/47.19	c 48	107640 (30%) CSP clauses are encoded (16897428 clauses, 369925620 bytes)
58.14/59.02	c 59	143520 (40%) CSP clauses are encoded (22822730 clauses, 505942951 bytes)
70.02/71.12	c 72	179399 (50%) CSP clauses are encoded (28894880 clauses, 645337799 bytes)
82.16/83.54	c 84	215279 (60%) CSP clauses are encoded (35153778 clauses, 789027838 bytes)
94.82/96.40	c 97	251159 (70%) CSP clauses are encoded (41646928 clauses, 938105673 bytes)
107.82/109.81	c 110	287039 (80%) CSP clauses are encoded (48374418 clauses, 1092573328 bytes)
121.34/123.64	c 124	322919 (90%) CSP clauses are encoded (55405988 clauses, 1254034823 bytes)
135.78/138.33	c 139	358798 (100%) CSP clauses are encoded (62909298 clauses, 1426346351 bytes)
135.78/138.33	c 139	358798 CSP clauses encoded
135.78/138.33	c 139	Writing map file : HOME/temp.map
135.78/138.39	c 139	Heap : 135 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
135.78/138.39	c 139	SAT : 313948 SAT variables, 62909298 SAT clauses, 1426346351 bytes
135.78/138.39	c 139	Heap : 135 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
135.84/138.42	c 139	SOLVING HOME/temp.cnf
135.84/138.42	c 139	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
135.84/138.43	c 139	This is MiniSat 2.0 beta
135.84/138.43	c 139	WARNING: for repeatability, setting FPU to use double precision
135.84/138.43	c 139	============================[ Problem Statistics ]=============================
135.84/138.43	c 139	|                                                                             |
135.84/138.43	c 139	|  Number of variables:  313948                                               |
135.84/138.43	c 139	|  Number of clauses:    62909298                                             |
147.77/151.02	c ERROR INTERRUPTED
147.88/151.15	s UNKNOWN
147.88/151.15	c 152	CPU 126.69 (0.03 0.01 126.66 9.19)
147.88/151.15	c 152	END Thu Jul  3 07:20:47 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056196-1215062295/watcher-1056196-1215062295 -o /tmp/evaluation-result-1056196-1215062295/solver-1056196-1215062295 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1056196-1215062295.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19443
/proc/meminfo: memFree=1669784/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=12272 CPUtime=0
/proc/19443/stat : 19443 (sugar) R 19441 19443 15151 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 117899663 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233597615102 0 0 4224 0 0 0 0 17 1 0 0
/proc/19443/statm: 3068 327 246 3 0 168 0

[startup+0.040441 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19443
/proc/meminfo: memFree=1669784/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13468 CPUtime=0.03
/proc/19443/stat : 19443 (sugar) R 19441 19443 15151 0 -1 4194304 771 0 0 0 2 1 0 0 18 0 1 0 117899663 13791232 739 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 1 0 0
/proc/19443/statm: 3367 740 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101447 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19443
/proc/meminfo: memFree=1669784/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=0.04
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 117899663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19443/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301472 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19443
/proc/meminfo: memFree=1669784/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=0.04
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 117899663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19443/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701509 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19443
/proc/meminfo: memFree=1669784/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=0.04
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 117899663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19443/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 19455
/proc/meminfo: memFree=1636160/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=0.04
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 117899663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19443/statm: 3400 796 370 3 0 500 0
[pid=19446] ppid=19443 vsize=5356 CPUtime=0
/proc/19446/stat : 19446 (sh) S 19443 19443 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117899668 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19446/statm: 1339 233 193 169 0 50 0
[pid=19447] ppid=19446 vsize=864676 CPUtime=1.43
/proc/19447/stat : 19447 (java) S 19446 19443 15151 0 -1 0 17986 0 1 0 133 10 0 0 18 0 9 0 117899668 885428224 14567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19447/statm: 216169 14568 2529 9 0 210751 0
[pid=19447/tid=19448] ppid=19446 vsize=864676 CPUtime=0.66
/proc/19447/task/19448/stat : 19448 (java) R 19446 19443 15151 0 -1 64 3066 0 1 0 64 2 0 0 25 0 9 0 117899670 885428224 14569 996147200 134512640 134550740 4294956016 18446744073709551615 4126656897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19447/tid=19449] ppid=19446 vsize=864676 CPUtime=0.63
/proc/19447/task/19449/stat : 19449 (java) S 19446 19443 15151 0 -1 64 13720 0 0 0 57 6 0 0 17 0 9 0 117899671 885428224 14570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19447/tid=19450] ppid=19446 vsize=864676 CPUtime=0
/proc/19447/task/19450/stat : 19450 (java) S 19446 19443 15151 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 117899671 885428224 14571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19447/tid=19451] ppid=19446 vsize=864676 CPUtime=0
/proc/19447/task/19451/stat : 19451 (java) S 19446 19443 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 117899671 885428224 14572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19447/tid=19452] ppid=19446 vsize=864676 CPUtime=0
/proc/19447/task/19452/stat : 19452 (java) S 19446 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 117899673 885428224 14572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19447/tid=19453] ppid=19446 vsize=864676 CPUtime=0.12
/proc/19447/task/19453/stat : 19453 (java) S 19446 19443 15151 0 -1 64 503 0 0 0 12 0 0 0 16 0 9 0 117899673 885428224 14573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19447/tid=19454] ppid=19446 vsize=864676 CPUtime=0
/proc/19447/task/19454/stat : 19454 (java) S 19446 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 117899673 885428224 14574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19447/tid=19455] ppid=19446 vsize=864676 CPUtime=0
/proc/19447/task/19455/stat : 19455 (java) S 19446 19443 15151 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 117899673 885428224 14575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883632

[startup+3.10175 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 19455
/proc/meminfo: memFree=1600192/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=2.39
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 973 23244 0 1 3 1 221 14 15 0 1 0 117899663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 13600

[startup+6.30108 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 19465
/proc/meminfo: memFree=1622080/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=2.39
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 974 23244 0 1 3 1 221 14 15 0 1 0 117899663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 797 370 3 0 500 0
[pid=19456] ppid=19443 vsize=5356 CPUtime=0
/proc/19456/stat : 19456 (sh) S 19443 19443 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 117899909 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19456/statm: 1339 233 193 169 0 50 0
[pid=19457] ppid=19456 vsize=868424 CPUtime=3.79
/proc/19457/stat : 19457 (java) S 19456 19443 15151 0 -1 0 18594 0 1 0 367 12 0 0 20 0 9 0 117899910 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19457/statm: 217106 16962 2540 9 0 211681 0
[pid=19457/tid=19458] ppid=19456 vsize=868424 CPUtime=2.48
/proc/19457/task/19458/stat : 19458 (java) R 19456 19443 15151 0 -1 64 3306 0 1 0 244 4 0 0 25 0 9 0 117899911 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19459] ppid=19456 vsize=868424 CPUtime=1.11
/proc/19457/task/19459/stat : 19459 (java) S 19456 19443 15151 0 -1 64 13128 0 0 0 104 7 0 0 16 0 9 0 117899912 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19460] ppid=19456 vsize=868424 CPUtime=0
/proc/19457/task/19460/stat : 19460 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19461] ppid=19456 vsize=868424 CPUtime=0
/proc/19457/task/19461/stat : 19461 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19462] ppid=19456 vsize=868424 CPUtime=0
/proc/19457/task/19462/stat : 19462 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117899914 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19463] ppid=19456 vsize=868424 CPUtime=0.18
/proc/19457/task/19463/stat : 19463 (java) R 19456 19443 15151 0 -1 64 1463 0 0 0 18 0 0 0 16 0 9 0 117899914 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 101997097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19464] ppid=19456 vsize=868424 CPUtime=0
/proc/19457/task/19464/stat : 19464 (java) S 19456 19443 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117899914 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19465] ppid=19456 vsize=868424 CPUtime=0
/proc/19457/task/19465/stat : 19465 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117899914 889266176 16962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887380

[startup+12.7027 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 19465
/proc/meminfo: memFree=1485888/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=2.39
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 974 23244 0 1 3 1 221 14 15 0 1 0 117899663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 797 370 3 0 500 0
[pid=19456] ppid=19443 vsize=5356 CPUtime=0
/proc/19456/stat : 19456 (sh) S 19443 19443 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 117899909 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19456/statm: 1339 233 193 169 0 50 0
[pid=19457] ppid=19456 vsize=888912 CPUtime=10.17
/proc/19457/stat : 19457 (java) S 19456 19443 15151 0 -1 0 77458 0 1 0 978 39 0 0 20 0 9 0 117899910 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19457/statm: 222228 52419 2540 9 0 216803 0
[pid=19457/tid=19458] ppid=19456 vsize=888912 CPUtime=5.23
/proc/19457/task/19458/stat : 19458 (java) R 19456 19443 15151 0 -1 64 4418 0 1 0 518 5 0 0 25 0 9 0 117899911 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19459] ppid=19456 vsize=888912 CPUtime=4.7
/proc/19457/task/19459/stat : 19459 (java) R 19456 19443 15151 0 -1 64 70866 0 0 0 438 32 0 0 16 0 9 0 117899912 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 102731999 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19460] ppid=19456 vsize=888912 CPUtime=0
/proc/19457/task/19460/stat : 19460 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19461] ppid=19456 vsize=888912 CPUtime=0
/proc/19457/task/19461/stat : 19461 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19462] ppid=19456 vsize=888912 CPUtime=0
/proc/19457/task/19462/stat : 19462 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117899914 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19463] ppid=19456 vsize=888912 CPUtime=0.21
/proc/19457/task/19463/stat : 19463 (java) S 19456 19443 15151 0 -1 64 1477 0 0 0 21 0 0 0 15 0 9 0 117899914 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19464] ppid=19456 vsize=888912 CPUtime=0
/proc/19457/task/19464/stat : 19464 (java) S 19456 19443 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117899914 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19465] ppid=19456 vsize=888912 CPUtime=0
/proc/19457/task/19465/stat : 19465 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117899914 910245888 52419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 907868

[startup+25.501 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 19465
/proc/meminfo: memFree=1353280/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=2.39
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 974 23244 0 1 3 1 221 14 16 0 1 0 117899663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 797 370 3 0 500 0
[pid=19456] ppid=19443 vsize=5356 CPUtime=0
/proc/19456/stat : 19456 (sh) S 19443 19443 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 117899909 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19456/statm: 1339 233 193 169 0 50 0
[pid=19457] ppid=19456 vsize=868536 CPUtime=22.83
/proc/19457/stat : 19457 (java) S 19456 19443 15151 0 -1 0 85323 0 1 0 2167 116 0 0 20 0 9 0 117899910 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19457/statm: 217134 50637 2565 9 0 211681 0
[pid=19457/tid=19458] ppid=19456 vsize=868536 CPUtime=16.37
/proc/19457/task/19458/stat : 19458 (java) R 19456 19443 15151 0 -1 64 5667 0 1 0 1560 77 0 0 25 0 9 0 117899911 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4126864855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19459] ppid=19456 vsize=868536 CPUtime=6.18
/proc/19457/task/19459/stat : 19459 (java) S 19456 19443 15151 0 -1 64 77454 0 0 0 581 37 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19460] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19460/stat : 19460 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19461] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19461/stat : 19461 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19462] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19462/stat : 19462 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19463] ppid=19456 vsize=868536 CPUtime=0.25
/proc/19457/task/19463/stat : 19463 (java) S 19456 19443 15151 0 -1 64 1505 0 0 0 25 0 0 0 16 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19464] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19464/stat : 19464 (java) S 19456 19443 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19465] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19465/stat : 19465 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 887492

[startup+51.1026 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 19465
/proc/meminfo: memFree=1065472/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=2.39
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 974 23244 0 1 3 1 221 14 16 0 1 0 117899663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 797 370 3 0 500 0
[pid=19456] ppid=19443 vsize=5356 CPUtime=0
/proc/19456/stat : 19456 (sh) S 19443 19443 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 117899909 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19456/statm: 1339 233 193 169 0 50 0
[pid=19457] ppid=19456 vsize=868536 CPUtime=48.01
/proc/19457/stat : 19457 (java) S 19456 19443 15151 0 -1 0 85736 0 1 0 4517 284 0 0 20 0 9 0 117899910 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19457/statm: 217134 50637 2565 9 0 211681 0
[pid=19457/tid=19458] ppid=19456 vsize=868536 CPUtime=41.24
/proc/19457/task/19458/stat : 19458 (java) R 19456 19443 15151 0 -1 64 6080 0 1 0 3881 243 0 0 25 0 9 0 117899911 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4126814501 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19459] ppid=19456 vsize=868536 CPUtime=6.49
/proc/19457/task/19459/stat : 19459 (java) S 19456 19443 15151 0 -1 64 77454 0 0 0 609 40 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19460] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19460/stat : 19460 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19461] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19461/stat : 19461 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19462] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19462/stat : 19462 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19463] ppid=19456 vsize=868536 CPUtime=0.25
/proc/19457/task/19463/stat : 19463 (java) S 19456 19443 15151 0 -1 64 1505 0 0 0 25 0 0 0 16 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19464] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19464/stat : 19464 (java) S 19456 19443 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19465] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19465/stat : 19465 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 887492

[startup+102.307 s]
/proc/loadavg: 2.27 2.07 2.02 3/91 19465
/proc/meminfo: memFree=465408/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=2.39
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 974 23244 0 1 3 1 221 14 16 0 1 0 117899663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 797 370 3 0 500 0
[pid=19456] ppid=19443 vsize=5356 CPUtime=0
/proc/19456/stat : 19456 (sh) S 19443 19443 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 117899909 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19456/statm: 1339 233 193 169 0 50 0
[pid=19457] ppid=19456 vsize=868536 CPUtime=98.22
/proc/19457/stat : 19457 (java) S 19456 19443 15151 0 -1 0 86561 0 1 0 9177 645 0 0 20 0 9 0 117899910 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19457/statm: 217134 50637 2565 9 0 211681 0
[pid=19457/tid=19458] ppid=19456 vsize=868536 CPUtime=90.85
/proc/19457/task/19458/stat : 19458 (java) R 19456 19443 15151 0 -1 64 6905 0 1 0 8486 599 0 0 25 0 9 0 117899911 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19459] ppid=19456 vsize=868536 CPUtime=7.09
/proc/19457/task/19459/stat : 19459 (java) S 19456 19443 15151 0 -1 64 77454 0 0 0 664 45 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19460] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19460/stat : 19460 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19461] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19461/stat : 19461 (java) S 19456 19443 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 117899912 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19462] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19462/stat : 19462 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19463] ppid=19456 vsize=868536 CPUtime=0.25
/proc/19457/task/19463/stat : 19463 (java) S 19456 19443 15151 0 -1 64 1505 0 0 0 25 0 0 0 16 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19464] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19464/stat : 19464 (java) S 19456 19443 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19457/tid=19465] ppid=19456 vsize=868536 CPUtime=0
/proc/19457/task/19465/stat : 19465 (java) S 19456 19443 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117899914 889380864 50637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.61
Current children cumulated vsize (KiB) 887492



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+151.003 s]
/proc/loadavg: 2.33 2.12 2.03 3/83 19467
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=135.89
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 1033 110694 0 2 3 1 12666 919 16 0 1 0 117899663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 799 370 3 0 500 0
[pid=19466] ppid=19443 vsize=5356 CPUtime=0
/proc/19466/stat : 19466 (sh) S 19443 19443 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117913506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19466/statm: 1339 232 193 169 0 50 0
[pid=19467] ppid=19466 vsize=908488 CPUtime=11.88
/proc/19467/stat : 19467 (minisat) R 19466 19443 15151 0 -1 4194304 222913 0 0 0 1033 155 0 0 25 0 1 0 117913507 930291712 222899 996147200 134512640 135127466 4294956272 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/19467/statm: 227122 222899 62 150 0 226969 0
Current children cumulated CPU time (s) 147.77
Current children cumulated vsize (KiB) 927444

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

[startup+151.12 s]
/proc/loadavg: 2.33 2.12 2.03 3/83 19467
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=135.89
/proc/19443/stat : 19443 (sugar) S 19441 19443 15151 0 -1 4194304 1045 110694 0 2 3 1 12666 919 16 0 1 0 117899663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/19443/statm: 3400 799 370 3 0 500 0
[pid=19466] ppid=19443 vsize=0 CPUtime=0
/proc/19466/stat : 19466 (sh) Z 19443 19443 15151 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 117913506 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/19466/statm: 0 0 0 0 0 0 0
[pid=19467] ppid=1 vsize=0 CPUtime=11.99
/proc/19467/stat : 19467 (minisat) R 1 19443 15151 0 -1 4195332 222913 0 0 0 1033 166 0 0 25 0 1 0 117913507 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19467/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 147.88
Current children cumulated vsize (KiB) 13600

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

[startup+151.203 s]
/proc/loadavg: 2.33 2.12 2.03 3/83 19467
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=135.91
/proc/19443/stat : 19443 (sugar) R 19441 19443 15151 0 -1 4194304 1070 110971 0 2 3 3 12666 919 16 0 1 0 117899663 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19443/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 135.91
Current children cumulated vsize (KiB) 13600

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

[startup+151.806 s]
/proc/loadavg: 2.33 2.12 2.03 3/82 19468
/proc/meminfo: memFree=1876552/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=136.39
/proc/19443/stat : 19443 (sugar) D 19441 19443 15151 0 -1 4194304 1070 110971 0 2 3 51 12666 919 15 0 1 0 117899663 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19443/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 136.39
Current children cumulated vsize (KiB) 13600

[startup+152.002 s]
/proc/loadavg: 2.33 2.12 2.03 3/82 19468
/proc/meminfo: memFree=1876552/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=136.41
/proc/19443/stat : 19443 (sugar) D 19441 19443 15151 0 -1 4194304 1070 110971 0 2 3 53 12666 919 15 0 1 0 117899663 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19443/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 136.41
Current children cumulated vsize (KiB) 13600

[startup+152.102 s]
/proc/loadavg: 2.33 2.12 2.03 3/82 19468
/proc/meminfo: memFree=1876552/2055920 swapFree=4192812/4192956
[pid=19443] ppid=19441 vsize=13600 CPUtime=136.41
/proc/19443/stat : 19443 (sugar) D 19441 19443 15151 0 -1 4194304 1070 110971 0 2 3 53 12666 919 15 0 1 0 117899663 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19443/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 136.41
Current children cumulated vsize (KiB) 13600

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.97
#  lost CPU user time (s): 10.33
#  lost CPU system time (s): 1.64

Real time (s): 152.133
CPU time (s): 148.413
CPU user time (s): 137.032
CPU system time (s): 11.3815
CPU usage (%): 97.555
Max. virtual memory (cumulated for all children) (KiB): 927444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.702
system time used= 9.74152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112072
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= 21394
involuntary context switches= 20967

runsolver used 0.206968 second user time and 0.534918 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-03 07:18:15
IDJOB=1056196
IDBENCH=57403
IDSOLVER=346
FILE ID=node27/1056196-1215062295
PBS_JOBID= 7875119
Free space on /tmp= 66456 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7d57b0262fde2b45e9a562f45f9d3ca
RANDOM SEED=1583588282

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1670200 kB
Buffers:         50756 kB
Cached:         188536 kB
SwapCached:          0 kB
Active:         236524 kB
Inactive:        90432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7152 kB
Writeback:           0 kB
Mapped:         106704 kB
Slab:            44176 kB
Committed_AS:  1043068 kB
PageTables:       1708 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node27 at 2008-07-03 07:20:48