Trace number 2081499

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.14.6+minisat? (MO) 150.435 157.019

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 benchmark47.1408
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:29:43 2009
0.00/0.08	c 0	PID 25163
0.07/0.08	c 0	HOST node73.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2081499-1247372982.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081499-1247372982.xml' 'HOME/temp.csp'
2.65/2.75	c 3	1 domains, 300 variables, 1 predicates, 0 relations, 44850 constraints
2.71/2.82	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.71/2.82	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.72/2.90	c 3	Parsing HOME/temp.csp
3.08/3.23	c 3	parsed 10000 expressions
3.28/3.45	c 3	parsed 20000 expressions
3.38/3.57	c 3	parsed 30000 expressions
3.58/3.77	c 4	parsed 40000 expressions
3.67/3.84	c 4	parsed 45152 expressions
3.67/3.85	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.67/3.85	c 4	Converting to clausal form CSP
4.58/4.80	c 5	converted 4516 (10%) expressions
5.17/5.33	c 5	converted 9031 (20%) expressions
5.96/6.15	c 6	converted 13546 (30%) expressions
6.46/6.68	c 6	converted 18061 (40%) expressions
7.45/7.66	c 7	converted 22576 (50%) expressions
7.94/8.17	c 8	converted 27092 (60%) expressions
8.55/8.71	c 9	converted 31607 (70%) expressions
9.05/9.23	c 9	converted 36122 (80%) expressions
9.55/9.76	c 10	converted 40637 (90%) expressions
11.03/11.23	c 11	converted 45152 (100%) expressions
11.03/11.23	c 11	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
11.03/11.23	c 11	Heap : 123 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.03/11.23	c 11	Propagation in CSP
11.44/11.61	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.44/11.61	c 11	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
11.44/11.61	c 11	Heap : 116 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.44/11.66	c 11	Simplifing CSP by introducing new Boolean variables
12.53/12.70	c 13	CSP : 300 integers, 224248 booleans, 358798 clauses, largest domain size 300
12.53/12.70	c 13	Heap : 179 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.82/14.00	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.82/14.07	c 14	30 (10%) CSP integer variables are encoded (8940 clauses, 114079 bytes)
13.82/14.08	c 14	60 (20%) CSP integer variables are encoded (17880 clauses, 246128 bytes)
13.82/14.09	c 14	90 (30%) CSP integer variables are encoded (26820 clauses, 380228 bytes)
13.92/14.10	c 14	120 (40%) CSP integer variables are encoded (35760 clauses, 514328 bytes)
13.92/14.11	c 14	150 (50%) CSP integer variables are encoded (44700 clauses, 648428 bytes)
13.92/14.12	c 14	180 (60%) CSP integer variables are encoded (53640 clauses, 782528 bytes)
13.92/14.14	c 14	210 (70%) CSP integer variables are encoded (62580 clauses, 916628 bytes)
13.92/14.15	c 14	240 (80%) CSP integer variables are encoded (71520 clauses, 1050728 bytes)
13.92/14.16	c 14	270 (90%) CSP integer variables are encoded (80460 clauses, 1184828 bytes)
13.92/14.17	c 14	300 (100%) CSP integer variables are encoded (89400 clauses, 1318928 bytes)
24.37/24.88	c 25	35880 (10%) CSP clauses are encoded (5582468 clauses, 118503992 bytes)
35.00/35.65	c 35	71760 (20%) CSP clauses are encoded (11175254 clauses, 239603310 bytes)
46.16/47.08	c 47	107640 (30%) CSP clauses are encoded (16897428 clauses, 369925620 bytes)
57.76/59.06	c 59	143520 (40%) CSP clauses are encoded (22822730 clauses, 505942951 bytes)
69.70/71.22	c 71	179399 (50%) CSP clauses are encoded (28894880 clauses, 645337799 bytes)
81.92/83.74	c 84	215279 (60%) CSP clauses are encoded (35153778 clauses, 789027838 bytes)
94.57/96.64	c 96	251159 (70%) CSP clauses are encoded (41646928 clauses, 938105673 bytes)
107.68/110.04	c 110	287039 (80%) CSP clauses are encoded (48374418 clauses, 1092573328 bytes)
121.35/124.00	c 124	322919 (90%) CSP clauses are encoded (55405988 clauses, 1254034823 bytes)
135.79/139.08	c 139	358798 (100%) CSP clauses are encoded (62909298 clauses, 1426346351 bytes)
135.79/139.08	c 139	358798 CSP clauses encoded
135.87/139.21	c 139	Writing map file : HOME/temp.map
135.87/139.24	c 139	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
135.87/139.24	c 139	SAT : 313948 SAT variables, 62909298 SAT clauses, 1426346351 bytes
135.87/139.24	c 139	Heap : 131 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
135.87/139.28	c 139	SOLVING HOME/temp.cnf
135.87/139.28	c 139	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
135.95/139.39	c 139	This is MiniSat 2.0 beta
135.95/139.39	c 139	WARNING: for repeatability, setting FPU to use double precision
135.95/139.39	c 139	============================[ Problem Statistics ]=============================
135.95/139.39	c 139	|                                                                             |
135.95/139.40	c 139	|  Number of variables:  313948                                               |
135.95/139.40	c 139	|  Number of clauses:    62909298                                             |
149.87/155.32	c ERROR INTERRUPTED
149.99/155.46	s UNKNOWN
149.99/155.46	c 155	CPU 135.96 (0.06 0.02 125.75 10.13)
149.99/155.46	c 155	END Sun Jul 12 06:32:18 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081499-1247372982/watcher-2081499-1247372982 -o /tmp/evaluation-result-2081499-1247372982/solver-2081499-1247372982 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2081499-1247372982.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.35 2.16 4/81 25163
/proc/meminfo: memFree=1616168/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=12268 CPUtime=0
/proc/25163/stat : 25163 (sugar) R 25161 25163 21149 0 -1 4194304 316 0 0 0 0 0 0 0 20 0 1 0 24363630 12562432 284 996147200 4194304 4206940 548682068608 18446744073709551615 210736804320 0 0 4224 0 0 0 0 17 1 0 0
/proc/25163/statm: 3067 284 211 3 0 167 0

[startup+0.085735 s]
/proc/loadavg: 2.29 2.35 2.16 4/81 25163
/proc/meminfo: memFree=1616168/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16740 CPUtime=0.07
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24363630 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102268 s]
/proc/loadavg: 2.29 2.35 2.16 4/81 25163
/proc/meminfo: memFree=1616168/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=0.07
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301286 s]
/proc/loadavg: 2.29 2.35 2.16 4/81 25163
/proc/meminfo: memFree=1616168/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=0.07
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702333 s]
/proc/loadavg: 2.29 2.35 2.16 4/81 25163
/proc/meminfo: memFree=1616168/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=0.07
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 2.29 2.35 2.16 3/92 25175
/proc/meminfo: memFree=1589520/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=0.07
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
[pid=25166] ppid=25163 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25163 25163 21149 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24363639 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 233 193 169 0 50 0
[pid=25167] ppid=25166 vsize=864772 CPUtime=1.39
/proc/25167/stat : 25167 (java) S 25166 25163 21149 0 -1 0 15016 0 1 0 129 10 0 0 18 0 9 0 24363639 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25167/statm: 216193 12549 2556 9 0 210705 0
[pid=25167/tid=25168] ppid=25166 vsize=864772 CPUtime=0.79
/proc/25167/task/25168/stat : 25168 (java) R 25166 25163 21149 0 -1 64 3050 0 1 0 76 3 0 0 24 0 9 0 24363640 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25167/tid=25169] ppid=25166 vsize=864772 CPUtime=0.47
/proc/25167/task/25169/stat : 25169 (java) R 25166 25163 21149 0 -1 64 10757 0 0 0 42 5 0 0 16 0 9 0 24363641 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 102142152 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25167/tid=25170] ppid=25166 vsize=864772 CPUtime=0
/proc/25167/task/25170/stat : 25170 (java) S 25166 25163 21149 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24363642 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25167/tid=25171] ppid=25166 vsize=864772 CPUtime=0
/proc/25167/task/25171/stat : 25171 (java) S 25166 25163 21149 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24363642 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25167/tid=25172] ppid=25166 vsize=864772 CPUtime=0
/proc/25167/task/25172/stat : 25172 (java) S 25166 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24363644 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25167/tid=25173] ppid=25166 vsize=864772 CPUtime=0.1
/proc/25167/task/25173/stat : 25173 (java) S 25166 25163 21149 0 -1 64 505 0 0 0 10 0 0 0 16 0 9 0 24363644 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25167/tid=25174] ppid=25166 vsize=864772 CPUtime=0
/proc/25167/task/25174/stat : 25174 (java) S 25166 25163 21149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24363644 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25167/tid=25175] ppid=25166 vsize=864772 CPUtime=0
/proc/25167/task/25175/stat : 25175 (java) S 25166 25163 21149 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24363644 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886996

[startup+3.10162 s]
/proc/loadavg: 2.29 2.35 2.16 3/92 25175
/proc/meminfo: memFree=1550608/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=2.72
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1309 23413 0 1 5 2 248 17 16 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 16868

[startup+6.304 s]
/proc/loadavg: 2.27 2.34 2.16 4/92 25185
/proc/meminfo: memFree=1558160/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=2.72
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1309 23413 0 1 5 2 248 17 15 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
[pid=25176] ppid=25163 vsize=5356 CPUtime=0
/proc/25176/stat : 25176 (sh) S 25163 25163 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24363912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25176/statm: 1339 233 193 169 0 50 0
[pid=25177] ppid=25176 vsize=868628 CPUtime=3.45
/proc/25177/stat : 25177 (java) S 25176 25163 21149 0 -1 0 20381 0 1 0 331 14 0 0 18 0 9 0 24363912 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25177/statm: 217157 18836 2566 9 0 211662 0
[pid=25177/tid=25178] ppid=25176 vsize=868628 CPUtime=1.96
/proc/25177/task/25178/stat : 25178 (java) R 25176 25163 21149 0 -1 64 3181 0 1 0 194 2 0 0 25 0 9 0 24363913 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25179] ppid=25176 vsize=868628 CPUtime=1.26
/proc/25177/task/25179/stat : 25179 (java) R 25176 25163 21149 0 -1 64 15020 0 0 0 117 9 0 0 15 0 9 0 24363915 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25180] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25180/stat : 25180 (java) S 25176 25163 21149 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24363915 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25181] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25181/stat : 25181 (java) S 25176 25163 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24363915 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25182] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25182/stat : 25182 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24363917 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25183] ppid=25176 vsize=868628 CPUtime=0.18
/proc/25177/task/25183/stat : 25183 (java) S 25176 25163 21149 0 -1 64 1477 0 0 0 17 1 0 0 17 0 9 0 24363917 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25184] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25184/stat : 25184 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24363917 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25185] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25185/stat : 25185 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24363917 889475072 18836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890852

[startup+12.7027 s]
/proc/loadavg: 2.25 2.33 2.16 4/92 25185
/proc/meminfo: memFree=1451088/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=2.73
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1310 23413 0 1 6 2 248 17 16 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
[pid=25176] ppid=25163 vsize=5356 CPUtime=0
/proc/25176/stat : 25176 (sh) S 25163 25163 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24363912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25176/statm: 1339 233 193 169 0 50 0
[pid=25177] ppid=25176 vsize=868628 CPUtime=9.8
/proc/25177/stat : 25177 (java) S 25176 25163 21149 0 -1 0 63141 0 1 0 941 39 0 0 18 0 9 0 24363912 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25177/statm: 217157 51943 2567 9 0 211662 0
[pid=25177/tid=25178] ppid=25176 vsize=868628 CPUtime=5.11
/proc/25177/task/25178/stat : 25178 (java) R 25176 25163 21149 0 -1 64 4498 0 1 0 508 3 0 0 25 0 9 0 24363913 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4126853935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25179] ppid=25176 vsize=868628 CPUtime=4.46
/proc/25177/task/25179/stat : 25179 (java) S 25176 25163 21149 0 -1 64 56454 0 0 0 413 33 0 0 16 0 9 0 24363915 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25180] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25180/stat : 25180 (java) S 25176 25163 21149 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24363915 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25181] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25181/stat : 25181 (java) S 25176 25163 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24363915 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25182] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25182/stat : 25182 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24363917 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25183] ppid=25176 vsize=868628 CPUtime=0.2
/proc/25177/task/25183/stat : 25183 (java) S 25176 25163 21149 0 -1 64 1486 0 0 0 19 1 0 0 16 0 9 0 24363917 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25184] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25184/stat : 25184 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24363917 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25185] ppid=25176 vsize=868628 CPUtime=0
/proc/25177/task/25185/stat : 25185 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24363917 889475072 51943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890852

[startup+25.5023 s]
/proc/loadavg: 2.41 2.37 2.17 4/92 25185
/proc/meminfo: memFree=1289488/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=2.73
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1310 23413 0 1 6 2 248 17 16 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
[pid=25176] ppid=25163 vsize=5356 CPUtime=0
/proc/25176/stat : 25176 (sh) S 25163 25163 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24363912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25176/statm: 1339 233 193 169 0 50 0
[pid=25177] ppid=25176 vsize=868740 CPUtime=22.33
/proc/25177/stat : 25177 (java) S 25176 25163 21149 0 -1 0 67788 0 1 0 2111 122 0 0 18 0 9 0 24363912 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25177/statm: 217185 52033 2591 9 0 211662 0
[pid=25177/tid=25178] ppid=25176 vsize=868740 CPUtime=16.16
/proc/25177/task/25178/stat : 25178 (java) R 25176 25163 21149 0 -1 64 4766 0 1 0 1534 82 0 0 25 0 9 0 24363913 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4126512205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25179] ppid=25176 vsize=868740 CPUtime=5.89
/proc/25177/task/25179/stat : 25179 (java) S 25176 25163 21149 0 -1 64 60799 0 0 0 552 37 0 0 16 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25180] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25180/stat : 25180 (java) S 25176 25163 21149 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25181] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25181/stat : 25181 (java) S 25176 25163 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25182] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25182/stat : 25182 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25183] ppid=25176 vsize=868740 CPUtime=0.25
/proc/25177/task/25183/stat : 25183 (java) S 25176 25163 21149 0 -1 64 1520 0 0 0 24 1 0 0 16 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25184] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25184/stat : 25184 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25185] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25185/stat : 25185 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 890964

[startup+51.1023 s]
/proc/loadavg: 2.69 2.43 2.20 3/92 25185
/proc/meminfo: memFree=1001360/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=2.73
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1310 23413 0 1 6 2 248 17 16 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
[pid=25176] ppid=25163 vsize=5356 CPUtime=0
/proc/25176/stat : 25176 (sh) S 25163 25163 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24363912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25176/statm: 1339 233 193 169 0 50 0
[pid=25177] ppid=25176 vsize=868740 CPUtime=47.44
/proc/25177/stat : 25177 (java) S 25176 25163 21149 0 -1 0 68273 0 1 0 4436 308 0 0 18 0 9 0 24363912 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25177/statm: 217185 52033 2591 9 0 211662 0
[pid=25177/tid=25178] ppid=25176 vsize=868740 CPUtime=40.82
/proc/25177/task/25178/stat : 25178 (java) R 25176 25163 21149 0 -1 64 5251 0 1 0 3818 264 0 0 25 0 9 0 24363913 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25179] ppid=25176 vsize=868740 CPUtime=6.34
/proc/25177/task/25179/stat : 25179 (java) S 25176 25163 21149 0 -1 64 60799 0 0 0 593 41 0 0 16 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25180] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25180/stat : 25180 (java) S 25176 25163 21149 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25181] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25181/stat : 25181 (java) S 25176 25163 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25182] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25182/stat : 25182 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25183] ppid=25176 vsize=868740 CPUtime=0.25
/proc/25177/task/25183/stat : 25183 (java) S 25176 25163 21149 0 -1 64 1520 0 0 0 24 1 0 0 16 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25184] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25184/stat : 25184 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25185] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25185/stat : 25185 (java) R 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 890964

[startup+102.308 s]
/proc/loadavg: 2.87 2.52 2.24 3/92 25185
/proc/meminfo: memFree=406288/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=2.73
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1310 23413 0 1 6 2 248 17 16 0 1 0 24363630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1111 409 3 0 796 0
[pid=25176] ppid=25163 vsize=5356 CPUtime=0
/proc/25176/stat : 25176 (sh) S 25163 25163 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24363912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25176/statm: 1339 233 193 169 0 50 0
[pid=25177] ppid=25176 vsize=868740 CPUtime=97.43
/proc/25177/stat : 25177 (java) S 25176 25163 21149 0 -1 0 69234 0 1 0 9037 706 0 0 18 0 9 0 24363912 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25177/statm: 217185 52033 2591 9 0 211662 0
[pid=25177/tid=25178] ppid=25176 vsize=868740 CPUtime=89.9
/proc/25177/task/25178/stat : 25178 (java) R 25176 25163 21149 0 -1 64 6212 0 1 0 8336 654 0 0 25 0 9 0 24363913 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4126965160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25179] ppid=25176 vsize=868740 CPUtime=7.25
/proc/25177/task/25179/stat : 25179 (java) S 25176 25163 21149 0 -1 64 60799 0 0 0 676 49 0 0 16 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25180] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25180/stat : 25180 (java) S 25176 25163 21149 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25181] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25181/stat : 25181 (java) S 25176 25163 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24363915 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25182] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25182/stat : 25182 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25183] ppid=25176 vsize=868740 CPUtime=0.25
/proc/25177/task/25183/stat : 25183 (java) S 25176 25163 21149 0 -1 64 1520 0 0 0 24 1 0 0 16 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25184] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25184/stat : 25184 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25177/tid=25185] ppid=25176 vsize=868740 CPUtime=0
/proc/25177/task/25185/stat : 25185 (java) S 25176 25163 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24363917 889589760 52033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.16
Current children cumulated vsize (KiB) 890964



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+155.303 s]
/proc/loadavg: 2.88 2.59 2.28 2/84 25187
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=135.95
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1376 93644 0 3 6 2 12574 1013 15 0 1 0 24363630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1113 409 3 0 796 0
[pid=25186] ppid=25163 vsize=5356 CPUtime=0
/proc/25186/stat : 25186 (sh) S 25163 25163 21149 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24377558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25186/statm: 1339 232 193 169 0 50 0
[pid=25187] ppid=25186 vsize=906112 CPUtime=13.92
/proc/25187/stat : 25187 (minisat) R 25186 25163 21149 0 -1 4194304 222295 0 0 0 1169 223 0 0 18 0 1 0 24377569 927858688 222281 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/25187/statm: 226528 222281 62 150 0 226375 0
Current children cumulated CPU time (s) 149.87
Current children cumulated vsize (KiB) 928336

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

############
# WARNING:
# current cumulated CPU time (135.99 s) is less than in the last sample (149.99 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (14 s) to the 'lost time'.

[startup+155.423 s]
/proc/loadavg: 2.88 2.59 2.28 2/84 25187
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=135.95
/proc/25163/stat : 25163 (sugar) S 25161 25163 21149 0 -1 4194304 1398 93644 0 3 6 2 12574 1013 16 0 1 0 24363630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25163/statm: 4217 1113 409 3 0 796 0
[pid=25186] ppid=25163 vsize=0 CPUtime=0
/proc/25186/stat : 25186 (sh) Z 25163 25163 21149 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24377558 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25186/statm: 0 0 0 0 0 0 0
[pid=25187] ppid=1 vsize=0 CPUtime=14.04
/proc/25187/stat : 25187 (minisat) R 1 25163 21149 0 -1 4195332 222295 0 0 0 1169 235 0 0 19 0 1 0 24377569 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25187/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.99
Current children cumulated vsize (KiB) 16868

[startup+155.503 s]
/proc/loadavg: 2.88 2.59 2.28 2/84 25187
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=135.99
/proc/25163/stat : 25163 (sugar) R 25161 25163 21149 0 -1 4194304 1423 93921 0 3 6 5 12575 1013 16 0 1 0 24363630 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25163/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 135.99
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+155.903 s]
/proc/loadavg: 2.88 2.59 2.28 2/84 25187
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=136.37
/proc/25163/stat : 25163 (sugar) D 25161 25163 21149 0 -1 4194304 1423 93921 0 3 6 43 12575 1013 16 0 1 0 24363630 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25163/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 136.37
Current children cumulated vsize (KiB) 16868

[startup+156.702 s]
/proc/loadavg: 2.88 2.59 2.28 2/83 25188
/proc/meminfo: memFree=1739928/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=136.4
/proc/25163/stat : 25163 (sugar) D 25161 25163 21149 0 -1 4194304 1423 93921 0 3 6 46 12575 1013 15 0 1 0 24363630 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25163/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 136.4
Current children cumulated vsize (KiB) 16868

[startup+156.902 s]
/proc/loadavg: 2.88 2.59 2.28 2/83 25188
/proc/meminfo: memFree=1739928/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=136.41
/proc/25163/stat : 25163 (sugar) D 25161 25163 21149 0 -1 4194304 1423 93921 0 3 6 47 12575 1013 15 0 1 0 24363630 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25163/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 136.41
Current children cumulated vsize (KiB) 16868

[startup+157.002 s]
/proc/loadavg: 2.88 2.59 2.28 2/83 25188
/proc/meminfo: memFree=1739928/2055920 swapFree=4192812/4192956
[pid=25163] ppid=25161 vsize=16868 CPUtime=136.42
/proc/25163/stat : 25163 (sugar) D 25161 25163 21149 0 -1 4194304 1423 93921 0 3 6 48 12575 1013 15 0 1 0 24363630 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25163/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 136.42
Current children cumulated vsize (KiB) 16868

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): 14
#  lost CPU user time (s): 11.68
#  lost CPU system time (s): 2.32

Real time (s): 157.019
CPU time (s): 150.435
CPU user time (s): 137.496
CPU system time (s): 12.9394
CPU usage (%): 95.8068
Max. virtual memory (cumulated for all children) (KiB): 928336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.816
system time used= 10.6194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95403
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27086
involuntary context switches= 29215

runsolver used 0.285956 second user time and 0.6559 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 06:29:43
IDJOB=2081499
IDBENCH=57403
IDSOLVER=739
FILE ID=node73/2081499-1247372982
PBS_JOBID= 9507061
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-300.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081499-1247372982/watcher-2081499-1247372982 -o /tmp/evaluation-result-2081499-1247372982/solver-2081499-1247372982 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2081499-1247372982.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c7d57b0262fde2b45e9a562f45f9d3ca
RANDOM SEED=838831464

node73.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.213
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.213
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:       1616648 kB
Buffers:         15064 kB
Cached:         141948 kB
SwapCached:          0 kB
Active:         351996 kB
Inactive:        30800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7204 kB
Writeback:           0 kB
Mapped:         243740 kB
Slab:            41484 kB
Committed_AS:   921780 kB
PageTables:       2200 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= 66476 MiB
End job on node73 at 2009-07-12 06:32:20