Trace number 1100010

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+minisatUNSAT 530.657 535.918

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-79_ext.xml
MD5SUM830afc40e6fea26626d2d195d0cab107
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.7034
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 21:30:52 2008
0.00/0.04	c 0	PID 6666
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1100010-1215286252.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1100010-1215286252.xml' 'HOME/temp.csp'
0.03/0.50	c 0	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.03/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.54	c 0	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'
0.43/0.62	c 0	Parsing HOME/temp.csp
0.96/1.16	c 1	parsed 311 expressions
0.96/1.16	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.16	c 1	Converting to clausal form CSP
0.96/1.18	c 1	converted 32 (10%) expressions
0.96/1.19	c 1	converted 63 (20%) expressions
0.96/1.19	c 1	converted 94 (30%) expressions
1.06/1.20	c 1	converted 125 (40%) expressions
1.06/1.20	c 1	converted 156 (50%) expressions
1.06/1.24	c 1	converted 187 (60%) expressions
1.06/1.27	c 1	converted 218 (70%) expressions
1.16/1.37	c 1	converted 249 (80%) expressions
1.26/1.40	c 1	converted 280 (90%) expressions
1.26/1.45	c 1	converted 311 (100%) expressions
1.26/1.45	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.26/1.45	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.45	c 1	Propagation in CSP
1.26/1.45	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.26/1.45	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.26/1.45	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.45	c 1	Simplifing CSP by introducing new Boolean variables
1.26/1.45	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.26/1.45	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.52	c 1	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.35/1.52	c 1	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.35/1.52	c 1	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.35/1.53	c 1	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.35/1.53	c 1	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.35/1.53	c 1	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.35/1.53	c 1	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.35/1.53	c 1	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.35/1.53	c 1	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.35/1.53	c 1	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.35/1.59	c 1	14 (10%) CSP clauses are encoded (6469 clauses, 105471 bytes)
1.45/1.63	c 1	27 (20%) CSP clauses are encoded (11075 clauses, 197344 bytes)
1.45/1.66	c 1	41 (30%) CSP clauses are encoded (16087 clauses, 298495 bytes)
1.45/1.69	c 1	54 (40%) CSP clauses are encoded (20686 clauses, 390310 bytes)
1.55/1.72	c 1	68 (50%) CSP clauses are encoded (25703 clauses, 490984 bytes)
1.55/1.74	c 1	81 (60%) CSP clauses are encoded (30321 clauses, 583455 bytes)
1.55/1.77	c 1	95 (70%) CSP clauses are encoded (35305 clauses, 684826 bytes)
1.65/1.80	c 1	108 (80%) CSP clauses are encoded (39919 clauses, 780956 bytes)
1.65/1.83	c 2	122 (90%) CSP clauses are encoded (44929 clauses, 887725 bytes)
1.65/1.86	c 2	135 (100%) CSP clauses are encoded (49540 clauses, 993456 bytes)
1.65/1.86	c 2	135 CSP clauses encoded
1.65/1.86	c 2	Writing map file : HOME/temp.map
1.65/1.86	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/1.86	c 2	SAT : 1560 SAT variables, 49540 SAT clauses, 993456 bytes
1.65/1.86	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.90	c 2	SOLVING HOME/temp.cnf
1.72/1.90	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.72/1.91	c 2	This is MiniSat 2.0 beta
1.72/1.91	c 2	WARNING: for repeatability, setting FPU to use double precision
1.72/1.91	c 2	============================[ Problem Statistics ]=============================
1.72/1.91	c 2	|                                                                             |
1.72/1.91	c 2	|  Number of variables:  1560                                                 |
1.72/1.91	c 2	|  Number of clauses:    49540                                                |
1.72/1.93	c 2	|  Parsing time:         0.02         s                                       |
1.72/1.94	c 2	============================[ Search Statistics ]==============================
1.72/1.94	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.72/1.94	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.72/1.94	c 2	===============================================================================
1.72/1.94	c 2	|         0 |    1560    49540   185672 |    16513        0    nan |  0.000 % |
1.72/1.95	c 2	|       102 |    1560    49540   185672 |    18164      102      9 |  0.000 % |
1.72/1.98	c 2	|       252 |    1560    49540   185672 |    19981      252     10 |  0.002 % |
1.75/2.03	c 2	|       477 |    1560    49540   185672 |    21979      477     11 |  0.003 % |
1.75/2.09	c 2	|       814 |    1560    49540   185672 |    24177      814     11 |  0.003 % |
1.93/2.17	c 2	|      1320 |    1560    49540   185672 |    26594     1320     12 |  0.002 % |
2.03/2.29	c 2	|      2080 |    1560    49540   185672 |    29254     2080     12 |  0.002 % |
2.22/2.49	c 2	|      3219 |    1560    49540   185672 |    32179     3219     12 |  0.002 % |
2.62/2.81	c 2	|      4927 |    1560    49540   185672 |    35397     4927     12 |  0.002 % |
3.01/3.29	c 3	|      7490 |    1560    49540   185672 |    38937     7490     12 |  0.003 % |
3.91/4.12	c 4	|     11334 |    1560    49540   185672 |    42831    11334     13 |  0.003 % |
4.99/5.27	c 5	|     17100 |    1560    49540   185672 |    47114    17100     13 |  0.001 % |
7.38/7.63	c 7	|     25749 |    1560    49540   185672 |    51825    25749     14 |  0.003 % |
11.83/12.16	c 12	|     38723 |    1560    49540   185672 |    57008    38723     15 |  0.000 % |
19.35/19.73	c 19	|     58184 |    1560    49540   185672 |    62709    14158     15 |  0.001 % |
29.55/30.02	c 30	|     87376 |    1560    49540   185672 |    68980    43350     16 |  0.001 % |
49.07/49.73	c 49	|    131165 |    1560    49540   185672 |    75878    33414     16 |  0.001 % |
80.96/81.90	c 82	|    196849 |    1560    49540   185672 |    83466    40902     17 |  0.001 % |
137.13/138.65	c 138	|    295375 |    1560    49540   185672 |    91812    75203     17 |  0.004 % |
219.74/222.05	c 222	|    443165 |    1544    48098   180248 |   100994    50586     18 |  1.026 % |
368.91/372.67	c 372	|    664848 |    1544    48098   180248 |   111093    31749     15 |  1.026 % |
530.47/535.74	c 535	===============================================================================
530.47/535.74	c 535	restarts              : 21
530.47/535.74	c 535	conflicts             : 925330         (1750 /sec)
530.47/535.74	c 535	decisions             : 1202642        (1.56 % random) (2275 /sec)
530.47/535.74	c 535	propagations          : 136972768      (259070 /sec)
530.47/535.75	c 535	conflict literals     : 16801121       (39.69 % deleted)
530.47/535.75	c 535	Memory used           : 19.17 MB
530.47/535.75	c 535	CPU time              : 528.709 s
530.47/535.75	c 535	
530.47/535.75	c 535	UNSATISFIABLE
530.47/535.75	c 535	DECODING HOME/temp.out WITH HOME/temp.map
530.47/535.75	c 535	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
530.53/535.84	c 536	Decoding HOME/temp.out
530.53/535.86	s UNSATISFIABLE
530.53/535.86	c 536	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
530.53/535.91	c 536	CPU 530.42 (0.03 0.01 530.39 0.21)
530.53/535.91	c 536	END Sat Jul  5 21:39:48 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1100010-1215286252/watcher-1100010-1215286252 -o /tmp/evaluation-result-1100010-1215286252/solver-1100010-1215286252 -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-1100010-1215286252.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.11 2.03 2.01 4/79 6666
/proc/meminfo: memFree=1601248/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=12272 CPUtime=0
/proc/6666/stat : 6666 (sugar) R 6664 6666 3240 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 684354145 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 1 0 0
/proc/6666/statm: 3068 328 246 3 0 168 0

[startup+0.089627 s]
/proc/loadavg: 2.11 2.03 2.01 4/79 6666
/proc/meminfo: memFree=1601248/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=0.03
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 684354145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101629 s]
/proc/loadavg: 2.11 2.03 2.01 4/79 6666
/proc/meminfo: memFree=1601248/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=0.03
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 684354145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30165 s]
/proc/loadavg: 2.11 2.03 2.01 4/79 6666
/proc/meminfo: memFree=1601248/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=0.03
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 684354145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6666/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701695 s]
/proc/loadavg: 2.11 2.03 2.01 4/79 6666
/proc/meminfo: memFree=1601248/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=0.43
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 973 4692 0 1 3 0 37 3 15 0 1 0 684354145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.11 2.03 2.01 3/90 6688
/proc/meminfo: memFree=1587208/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=0.43
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 974 4692 0 1 3 0 37 3 15 0 1 0 684354145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 797 370 3 0 500 0
[pid=6679] ppid=6666 vsize=5356 CPUtime=0
/proc/6679/stat : 6679 (sh) S 6666 6666 3240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 684354200 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6679/statm: 1339 233 193 169 0 50 0
[pid=6680] ppid=6679 vsize=864228 CPUtime=0.92
/proc/6680/stat : 6680 (java) S 6679 6666 3240 0 -1 0 8802 0 1 0 88 4 0 0 20 0 9 0 684354200 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6680/statm: 216057 8067 2540 9 0 210632 0
[pid=6680/tid=6681] ppid=6679 vsize=864228 CPUtime=0.49
/proc/6680/task/6681/stat : 6681 (java) R 6679 6666 3240 0 -1 64 2725 0 1 0 48 1 0 0 25 0 9 0 684354201 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6680/tid=6682] ppid=6679 vsize=864228 CPUtime=0.35
/proc/6680/task/6682/stat : 6682 (java) R 6679 6666 3240 0 -1 64 5047 0 0 0 33 2 0 0 16 0 9 0 684354202 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 104182342 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6680/tid=6683] ppid=6679 vsize=864228 CPUtime=0
/proc/6680/task/6683/stat : 6683 (java) S 6679 6666 3240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 684354202 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6680/tid=6684] ppid=6679 vsize=864228 CPUtime=0
/proc/6680/task/6684/stat : 6684 (java) S 6679 6666 3240 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 684354202 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6680/tid=6685] ppid=6679 vsize=864228 CPUtime=0
/proc/6680/task/6685/stat : 6685 (java) S 6679 6666 3240 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 684354204 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6680/tid=6686] ppid=6679 vsize=864228 CPUtime=0.06
/proc/6680/task/6686/stat : 6686 (java) S 6679 6666 3240 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 684354204 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6680/tid=6687] ppid=6679 vsize=864228 CPUtime=0
/proc/6680/task/6687/stat : 6687 (java) S 6679 6666 3240 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 684354204 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6680/tid=6688] ppid=6679 vsize=864228 CPUtime=0
/proc/6680/task/6688/stat : 6688 (java) S 6679 6666 3240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 684354204 884969472 8067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883184

[startup+3.10197 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 6690
/proc/meminfo: memFree=1593800/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 15 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=4940 CPUtime=1.17
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 1120 0 0 0 117 0 0 0 25 0 1 0 684354336 5058560 1106 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 1235 1106 75 150 0 1082 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 23896

[startup+6.30132 s]
/proc/loadavg: 2.10 2.03 2.01 3/82 6690
/proc/meminfo: memFree=1592200/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=6260 CPUtime=4.33
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 1449 0 0 0 433 0 0 0 25 0 1 0 684354336 6410240 1435 996147200 134512640 135127466 4294956256 18446744073709551615 134521718 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 1565 1435 75 150 0 1412 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 25216

[startup+12.701 s]
/proc/loadavg: 2.09 2.03 2.01 3/82 6690
/proc/meminfo: memFree=1590216/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=8016 CPUtime=10.67
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 1903 0 0 0 1066 1 0 0 25 0 1 0 684354336 8208384 1889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 2004 1889 75 150 0 1851 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 26972

[startup+25.5015 s]
/proc/loadavg: 2.07 2.03 2.01 3/82 6690
/proc/meminfo: memFree=1588488/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=9680 CPUtime=23.34
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 2317 0 0 0 2332 2 0 0 25 0 1 0 684354336 9912320 2303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 2420 2303 75 150 0 2267 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 28636

[startup+51.1013 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 6690
/proc/meminfo: memFree=1587016/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=11656 CPUtime=48.71
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 2774 0 0 0 4868 3 0 0 25 0 1 0 684354336 11935744 2760 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 2914 2760 75 150 0 2761 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 30612

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 6690
/proc/meminfo: memFree=1584904/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=13512 CPUtime=99.41
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 3247 0 0 0 9938 3 0 0 25 0 1 0 684354336 13836288 3233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 3378 3233 75 150 0 3225 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 32468

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 6690
/proc/meminfo: memFree=1583944/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=14452 CPUtime=158.86
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 3483 0 0 0 15882 4 0 0 25 0 1 0 684354336 14798848 3469 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 3613 3469 75 150 0 3460 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 33408

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 6690
/proc/meminfo: memFree=1583112/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=15248 CPUtime=218.28
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 3694 0 0 0 21824 4 0 0 25 0 1 0 684354336 15613952 3680 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 3812 3680 75 150 0 3659 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 34204

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1581576/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=17028 CPUtime=277.72
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4097 0 0 0 27767 5 0 0 25 0 1 0 684354336 17436672 4083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4257 4083 75 150 0 4104 0
Current children cumulated CPU time (s) 279.47
Current children cumulated vsize (KiB) 35984

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1580360/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=18112 CPUtime=337.14
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4385 0 0 0 33709 5 0 0 25 0 1 0 684354336 18546688 4371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4528 4371 75 150 0 4375 0
Current children cumulated CPU time (s) 338.89
Current children cumulated vsize (KiB) 37068

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1580104/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=18520 CPUtime=396.58
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4469 0 0 0 39653 5 0 0 25 0 1 0 684354336 18964480 4455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4630 4455 75 150 0 4477 0
Current children cumulated CPU time (s) 398.33
Current children cumulated vsize (KiB) 37476

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1579144/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=19472 CPUtime=456.01
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4695 0 0 0 45595 6 0 0 25 0 1 0 684354336 19939328 4681 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4868 4681 75 150 0 4715 0
Current children cumulated CPU time (s) 457.76
Current children cumulated vsize (KiB) 38428

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1578888/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=19624 CPUtime=515.45
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4746 0 0 0 51539 6 0 0 25 0 1 0 684354336 20094976 4732 996147200 134512640 135127466 4294956256 18446744073709551615 134528492 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4906 4732 75 150 0 4753 0
Current children cumulated CPU time (s) 517.2
Current children cumulated vsize (KiB) 38580

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

[startup+524.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1578888/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=19624 CPUtime=517.83
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4746 0 0 0 51777 6 0 0 25 0 1 0 684354336 20094976 4732 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4906 4732 75 150 0 4753 0
Current children cumulated CPU time (s) 519.58
Current children cumulated vsize (KiB) 38580

[startup+531.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1578888/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=19624 CPUtime=524.17
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4746 0 0 0 52411 6 0 0 25 0 1 0 684354336 20094976 4732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4906 4732 75 150 0 4753 0
Current children cumulated CPU time (s) 525.92
Current children cumulated vsize (KiB) 38580

[startup+534.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1578888/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=19624 CPUtime=527.34
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4746 0 0 0 52728 6 0 0 25 0 1 0 684354336 20094976 4732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4906 4732 75 150 0 4753 0
Current children cumulated CPU time (s) 529.09
Current children cumulated vsize (KiB) 38580

[startup+535.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1578888/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=19624 CPUtime=528.13
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4746 0 0 0 52807 6 0 0 25 0 1 0 684354336 20094976 4732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4906 4732 75 150 0 4753 0
Current children cumulated CPU time (s) 529.88
Current children cumulated vsize (KiB) 38580

[startup+535.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1578888/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=1.75
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1031 13928 0 2 3 1 160 11 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
[pid=6689] ppid=6666 vsize=5356 CPUtime=0
/proc/6689/stat : 6689 (sh) S 6666 6666 3240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 684354335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6689/statm: 1339 232 193 169 0 50 0
[pid=6690] ppid=6689 vsize=19624 CPUtime=528.53
/proc/6690/stat : 6690 (minisat) R 6689 6666 3240 0 -1 4194304 4746 0 0 0 52847 6 0 0 25 0 1 0 684354336 20094976 4732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 4906 4732 75 150 0 4753 0
Current children cumulated CPU time (s) 530.28
Current children cumulated vsize (KiB) 38580

[startup+535.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6690
/proc/meminfo: memFree=1578888/2055920 swapFree=4178892/4192956
[pid=6666] ppid=6664 vsize=13600 CPUtime=530.53
/proc/6666/stat : 6666 (sugar) S 6664 6666 3240 0 -1 4194304 1089 18968 0 2 3 1 53031 18 16 0 1 0 684354145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6666/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 530.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 535.918
CPU time (s): 530.657
CPU user time (s): 530.43
CPU system time (s): 0.226965
CPU usage (%): 99.0185
Max. virtual memory (cumulated for all children) (KiB): 883296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.43
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23739
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= 1950
involuntary context switches= 14447

runsolver used 0.624905 second user time and 1.82372 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 21:30:52
IDJOB=1100010
IDBENCH=59815
IDSOLVER=346
FILE ID=node86/1100010-1215286252
PBS_JOBID= 7882238
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-79_ext.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-1100010-1215286252/watcher-1100010-1215286252 -o /tmp/evaluation-result-1100010-1215286252/solver-1100010-1215286252 -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-1100010-1215286252.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 830afc40e6fea26626d2d195d0cab107
RANDOM SEED=411914696

node86.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.220
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.220
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:       1601728 kB
Buffers:        100832 kB
Cached:         279696 kB
SwapCached:       6392 kB
Active:         265108 kB
Inactive:       133816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601728 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          23496 kB
Slab:            40024 kB
Committed_AS:  1344728 kB
PageTables:       2300 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= 66556 MiB
End job on node86 at 2008-07-05 21:39:48