Trace number 1098272

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 1131.9 1133.65

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-28_ext.xml
MD5SUM50cdd26d21317f876d407b961b70bb73
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 benchmark46.7469
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
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 20:38:25 2008
0.00/0.04	c 0	PID 30116
0.03/0.05	c 0	HOST node23.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1098272-1215283105.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1098272-1215283105.xml' 'HOME/temp.csp'
0.03/0.75	c 0	1 domains, 40 variables, 0 predicates, 334 relations, 334 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 1	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.72/0.87	c 1	Parsing HOME/temp.csp
1.01/1.17	c 1	parsed 709 expressions
1.01/1.17	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.17	c 1	Converting to clausal form CSP
1.11/1.20	c 1	converted 71 (10%) expressions
1.11/1.20	c 1	converted 142 (20%) expressions
1.11/1.21	c 1	converted 213 (30%) expressions
1.11/1.21	c 1	converted 284 (40%) expressions
1.11/1.21	c 1	converted 355 (50%) expressions
1.11/1.28	c 1	converted 426 (60%) expressions
1.21/1.30	c 1	converted 497 (70%) expressions
1.21/1.33	c 1	converted 568 (80%) expressions
1.21/1.35	c 1	converted 639 (90%) expressions
1.21/1.36	c 1	converted 709 (100%) expressions
1.21/1.36	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.36	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 1	Propagation in CSP
1.21/1.37	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.41	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.30/1.42	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.30/1.42	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.30/1.42	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.30/1.42	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.30/1.42	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.30/1.42	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.30/1.43	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.30/1.43	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.30/1.43	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.30/1.48	c 1	34 (10%) CSP clauses are encoded (2843 clauses, 42533 bytes)
1.30/1.49	c 1	67 (20%) CSP clauses are encoded (5026 clauses, 78903 bytes)
1.40/1.51	c 1	101 (30%) CSP clauses are encoded (7188 clauses, 116380 bytes)
1.40/1.53	c 1	134 (40%) CSP clauses are encoded (9214 clauses, 154510 bytes)
1.40/1.54	c 1	167 (50%) CSP clauses are encoded (11334 clauses, 194351 bytes)
1.40/1.56	c 1	201 (60%) CSP clauses are encoded (13637 clauses, 237372 bytes)
1.40/1.57	c 1	234 (70%) CSP clauses are encoded (15712 clauses, 276264 bytes)
1.40/1.59	c 1	268 (80%) CSP clauses are encoded (17848 clauses, 316400 bytes)
1.50/1.60	c 1	301 (90%) CSP clauses are encoded (19913 clauses, 355183 bytes)
1.50/1.61	c 1	334 (100%) CSP clauses are encoded (21981 clauses, 394175 bytes)
1.50/1.61	c 1	334 CSP clauses encoded
1.50/1.61	c 1	Writing map file : HOME/temp.map
1.50/1.62	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.62	c 1	SAT : 720 SAT variables, 21981 SAT clauses, 394175 bytes
1.50/1.62	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.63	c 1	SOLVING HOME/temp.cnf
1.50/1.63	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.64	c 1	This is MiniSat 2.0 beta
1.50/1.64	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.64	c 1	============================[ Problem Statistics ]=============================
1.50/1.64	c 1	|                                                                             |
1.50/1.64	c 1	|  Number of variables:  720                                                  |
1.50/1.64	c 1	|  Number of clauses:    21981                                                |
1.50/1.65	c 1	|  Parsing time:         0.01         s                                       |
1.50/1.65	c 1	============================[ Search Statistics ]==============================
1.50/1.65	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.65	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.65	c 1	===============================================================================
1.50/1.65	c 1	|         0 |     720    21981    80671 |     7327        0    nan |  0.000 % |
1.50/1.66	c 1	|       101 |     720    21981    80671 |     8059      101      9 |  0.000 % |
1.50/1.68	c 1	|       251 |     720    21981    80671 |     8865      251     10 |  0.006 % |
1.53/1.70	c 1	|       477 |     720    21981    80671 |     9752      477     12 |  0.006 % |
1.53/1.74	c 1	|       815 |     720    21981    80671 |    10727      815     12 |  0.007 % |
1.53/1.79	c 2	|      1321 |     720    21981    80671 |    11800     1321     12 |  0.007 % |
1.53/1.88	c 2	|      2083 |     720    21981    80671 |    12980     2083     12 |  0.007 % |
1.53/2.02	c 2	|      3222 |     720    21981    80671 |    14278     3222     12 |  0.007 % |
2.08/2.24	c 2	|      4930 |     720    21981    80671 |    15706     4930     13 |  0.007 % |
2.37/2.58	c 2	|      7493 |     720    21981    80671 |    17276     7493     14 |  0.000 % |
2.97/3.17	c 3	|     11338 |     720    21981    80671 |    19004    11338     14 |  0.007 % |
4.05/4.24	c 4	|     17105 |     720    21981    80671 |    20904    17105     14 |  0.007 % |
5.64/5.80	c 6	|     25754 |     720    21981    80671 |    22995    15185     15 |  0.003 % |
8.21/8.46	c 8	|     38728 |     720    21981    80671 |    25294    16495     16 |  0.004 % |
12.38/12.69	c 12	|     58189 |     720    21981    80671 |    27824    22893     15 |  0.006 % |
19.21/19.53	c 19	|     87381 |     720    21981    80671 |    30606    21301     17 |  0.001 % |
30.31/30.77	c 31	|    131170 |     720    21981    80671 |    33667    30129     17 |  0.006 % |
46.55/47.11	c 47	|    196856 |     719    21925    80510 |    37034    31114     18 |  0.139 % |
75.67/76.57	c 76	|    295382 |     719    21925    80510 |    40737    18007     15 |  0.146 % |
118.97/120.23	c 120	|    443171 |     718    21874    80366 |    44811    15807     17 |  0.278 % |
184.97/186.39	c 186	|    664855 |     718    21874    80366 |    49292    23802     17 |  0.283 % |
291.61/293.08	c 293	|    997381 |     717    21820    80213 |    54221    44141     20 |  0.417 % |
463.14/464.69	c 464	|   1496169 |     717    21820    80213 |    59643    29593     17 |  0.419 % |
734.33/735.98	c 736	|   2244351 |     714    21586    79415 |    65608    47661     18 |  0.834 % |
1131.68/1133.48	c 1133	===============================================================================
1131.68/1133.48	c 1133	restarts              : 24
1131.68/1133.48	c 1133	conflicts             : 3277314        (2900 /sec)
1131.68/1133.48	c 1133	decisions             : 3923622        (1.44 % random) (3472 /sec)
1131.68/1133.48	c 1133	propagations          : 350170714      (309847 /sec)
1131.68/1133.48	c 1133	conflict literals     : 61601492       (34.15 % deleted)
1131.68/1133.48	c 1133	Memory used           : 17.79 MB
1131.68/1133.48	c 1133	CPU time              : 1130.14 s
1131.68/1133.48	c 1133	
1131.68/1133.48	c 1133	UNSATISFIABLE
1131.68/1133.48	c 1133	DECODING HOME/temp.out WITH HOME/temp.map
1131.68/1133.48	c 1133	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1131.77/1133.57	c 1133	Decoding HOME/temp.out
1131.77/1133.59	s UNSATISFIABLE
1131.77/1133.59	c 1133	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1131.78/1133.65	c 1133	CPU 1131.67 (0.04 0 1131.63 0.21)
1131.78/1133.65	c 1133	END Sat Jul  5 20:57:18 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-1098272-1215283105/watcher-1098272-1215283105 -o /tmp/evaluation-result-1098272-1215283105/solver-1098272-1215283105 -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-1098272-1215283105.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.13 2.09 2.02 4/81 30116
/proc/meminfo: memFree=1721088/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=12268 CPUtime=0
/proc/30116/stat : 30116 (sugar) R 30114 30116 27519 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007284629 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238487829093 0 0 4224 0 0 0 0 17 1 0 0
/proc/30116/statm: 3067 316 241 3 0 167 0

[startup+0.0502719 s]
/proc/loadavg: 2.13 2.09 2.02 4/81 30116
/proc/meminfo: memFree=1721088/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.03
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2007284629 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101603 s]
/proc/loadavg: 2.13 2.09 2.02 4/81 30116
/proc/meminfo: memFree=1721088/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.03
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007284629 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3016 s]
/proc/loadavg: 2.13 2.09 2.02 4/81 30116
/proc/meminfo: memFree=1721088/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.03
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007284629 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701643 s]
/proc/loadavg: 2.13 2.09 2.02 4/81 30116
/proc/meminfo: memFree=1721088/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.03
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007284629 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 2.13 2.09 2.02 4/92 30138
/proc/meminfo: memFree=1712616/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=0.72
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 974 4747 0 1 3 0 66 3 15 0 1 0 2007284629 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 797 370 3 0 500 0
[pid=30129] ppid=30116 vsize=5356 CPUtime=0
/proc/30129/stat : 30129 (sh) S 30116 30116 27519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007284708 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30129/statm: 1339 233 193 169 0 50 0
[pid=30130] ppid=30129 vsize=864432 CPUtime=0.68
/proc/30130/stat : 30130 (java) S 30129 30116 27519 0 -1 0 6764 0 1 0 65 3 0 0 18 0 9 0 2007284709 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30130/statm: 216108 6025 2564 9 0 210655 0
[pid=30130/tid=30131] ppid=30129 vsize=864432 CPUtime=0.39
/proc/30130/task/30131/stat : 30131 (java) R 30129 30116 27519 0 -1 64 2702 0 1 0 37 2 0 0 18 0 9 0 2007284710 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30132] ppid=30129 vsize=864432 CPUtime=0.15
/proc/30130/task/30132/stat : 30132 (java) S 30129 30116 27519 0 -1 64 3011 0 0 0 15 0 0 0 16 0 9 0 2007284711 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30133] ppid=30129 vsize=864432 CPUtime=0
/proc/30130/task/30133/stat : 30133 (java) S 30129 30116 27519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007284711 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30134] ppid=30129 vsize=864432 CPUtime=0
/proc/30130/task/30134/stat : 30134 (java) S 30129 30116 27519 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2007284711 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30135] ppid=30129 vsize=864432 CPUtime=0
/proc/30130/task/30135/stat : 30135 (java) S 30129 30116 27519 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007284713 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30136] ppid=30129 vsize=864432 CPUtime=0.11
/proc/30130/task/30136/stat : 30136 (java) R 30129 30116 27519 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 2007284713 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 101708583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30137] ppid=30129 vsize=864432 CPUtime=0
/proc/30130/task/30137/stat : 30137 (java) S 30129 30116 27519 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007284713 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30130/tid=30138] ppid=30129 vsize=864432 CPUtime=0
/proc/30130/task/30138/stat : 30138 (java) S 30129 30116 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007284713 885178368 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883388

[startup+3.10192 s]
/proc/loadavg: 2.13 2.09 2.02 3/84 30140
/proc/meminfo: memFree=1716136/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 15 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=3848 CPUtime=1.44
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 718 0 0 0 144 0 0 0 25 0 1 0 2007284793 3940352 704 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/30140/statm: 962 704 75 150 0 809 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 22804

[startup+6.30228 s]
/proc/loadavg: 2.12 2.09 2.02 3/84 30140
/proc/meminfo: memFree=1714472/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=4840 CPUtime=4.6
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 962 0 0 0 460 0 0 0 25 0 1 0 2007284793 4956160 948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30140/statm: 1210 948 75 150 0 1057 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23796

[startup+12.703 s]
/proc/loadavg: 2.27 2.12 2.03 3/84 30140
/proc/meminfo: memFree=1713720/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=5640 CPUtime=10.95
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 1165 0 0 0 1094 1 0 0 25 0 1 0 2007284793 5775360 1151 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30140/statm: 1410 1151 75 150 0 1257 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 24596

[startup+25.5015 s]
/proc/loadavg: 2.21 2.12 2.03 3/84 30140
/proc/meminfo: memFree=1712952/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=6480 CPUtime=23.62
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 1369 0 0 0 2361 1 0 0 25 0 1 0 2007284793 6635520 1355 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30140/statm: 1620 1355 75 150 0 1467 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25436

[startup+51.1014 s]
/proc/loadavg: 2.27 2.14 2.04 3/84 30140
/proc/meminfo: memFree=1711672/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=7804 CPUtime=48.98
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 1697 0 0 0 4897 1 0 0 25 0 1 0 2007284793 7991296 1683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30140/statm: 1951 1683 75 150 0 1798 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 26760

[startup+102.306 s]
/proc/loadavg: 2.40 2.19 2.06 3/84 30140
/proc/meminfo: memFree=1710136/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=9280 CPUtime=99.71
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 2048 0 0 0 9969 2 0 0 25 0 1 0 2007284793 9502720 2034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30140/statm: 2320 2034 75 150 0 2167 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 28236

[startup+162.301 s]
/proc/loadavg: 2.25 2.20 2.07 3/76 30180
/proc/meminfo: memFree=1687288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=10188 CPUtime=159.45
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 2251 0 0 0 15940 5 0 0 25 0 1 0 2007284793 10432512 2237 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 2547 2237 75 150 0 2394 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 29144

[startup+222.302 s]
/proc/loadavg: 2.09 2.16 2.06 3/76 30180
/proc/meminfo: memFree=1686584/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

################
# More data... #
################


[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1680120/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=17208 CPUtime=879.14
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 3958 0 0 0 87906 8 0 0 25 0 1 0 2007284793 17620992 3944 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4302 3944 75 150 0 4149 0
Current children cumulated CPU time (s) 880.67
Current children cumulated vsize (KiB) 36164

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679992/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=17492 CPUtime=939.12
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 3997 0 0 0 93904 8 0 0 25 0 1 0 2007284793 17911808 3983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4373 3983 75 150 0 4220 0
Current children cumulated CPU time (s) 940.65
Current children cumulated vsize (KiB) 36448

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679672/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=17900 CPUtime=999.09
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4095 0 0 0 99901 8 0 0 25 0 1 0 2007284793 18329600 4081 996147200 134512640 135127466 4294956256 18446744073709551615 134533571 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4475 4081 75 150 0 4322 0
Current children cumulated CPU time (s) 1000.62
Current children cumulated vsize (KiB) 36856

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679352/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=18216 CPUtime=1059.07
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4170 0 0 0 105899 8 0 0 25 0 1 0 2007284793 18653184 4156 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4554 4156 75 150 0 4401 0
Current children cumulated CPU time (s) 1060.6
Current children cumulated vsize (KiB) 37172

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=18216 CPUtime=1119.04
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4174 0 0 0 111896 8 0 0 25 0 1 0 2007284793 18653184 4160 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4554 4160 75 150 0 4401 0
Current children cumulated CPU time (s) 1120.57
Current children cumulated vsize (KiB) 37172

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=18216 CPUtime=1123.05
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4174 0 0 0 112297 8 0 0 25 0 1 0 2007284793 18653184 4160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4554 4160 75 150 0 4401 0
Current children cumulated CPU time (s) 1124.58
Current children cumulated vsize (KiB) 37172

[startup+1129.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=18216 CPUtime=1126.24
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4174 0 0 0 112616 8 0 0 25 0 1 0 2007284793 18653184 4160 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4554 4160 75 150 0 4401 0
Current children cumulated CPU time (s) 1127.77
Current children cumulated vsize (KiB) 37172

[startup+1131.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=18216 CPUtime=1127.85
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4174 0 0 0 112776 9 0 0 25 0 1 0 2007284793 18653184 4160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4554 4160 75 150 0 4401 0
Current children cumulated CPU time (s) 1129.38
Current children cumulated vsize (KiB) 37172

[startup+1132.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=18216 CPUtime=1129.45
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4174 0 0 0 112936 9 0 0 25 0 1 0 2007284793 18653184 4160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4554 4160 75 150 0 4401 0
Current children cumulated CPU time (s) 1130.98
Current children cumulated vsize (KiB) 37172

[startup+1133.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1.53
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1031 11842 0 2 3 0 141 9 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
[pid=30139] ppid=30116 vsize=5356 CPUtime=0
/proc/30139/stat : 30139 (sh) S 30116 30116 27519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007284793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30139/statm: 1339 232 193 169 0 50 0
[pid=30140] ppid=30139 vsize=18216 CPUtime=1129.85
/proc/30140/stat : 30140 (minisat) R 30139 30116 27519 0 -1 4194304 4174 0 0 0 112976 9 0 0 25 0 1 0 2007284793 18653184 4160 996147200 134512640 135127466 4294956256 18446744073709551615 134523520 0 0 4096 3 0 0 0 17 0 0 0
/proc/30140/statm: 4554 4160 75 150 0 4401 0
Current children cumulated CPU time (s) 1131.38
Current children cumulated vsize (KiB) 37172

[startup+1133.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1131.77
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1070 16310 0 2 3 0 113156 18 17 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1131.77
Current children cumulated vsize (KiB) 13600

[startup+1133.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30182
/proc/meminfo: memFree=1679288/2055920 swapFree=4180004/4192956
[pid=30116] ppid=30114 vsize=13600 CPUtime=1131.78
/proc/30116/stat : 30116 (sugar) S 30114 30116 27519 0 -1 4194304 1089 16310 0 2 4 0 113156 18 16 0 1 0 2007284629 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30116/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1131.78
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1133.65
CPU time (s): 1131.9
CPU user time (s): 1131.68
CPU system time (s): 0.222966
CPU usage (%): 99.8457
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1131.68
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21082
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= 1728
involuntary context switches= 10624

runsolver used 1.38079 second user time and 3.78542 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 20:38:25
IDJOB=1098272
IDBENCH=59612
IDSOLVER=346
FILE ID=node23/1098272-1215283105
PBS_JOBID= 7882197
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-28_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-1098272-1215283105/watcher-1098272-1215283105 -o /tmp/evaluation-result-1098272-1215283105/solver-1098272-1215283105 -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-1098272-1215283105.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50cdd26d21317f876d407b961b70bb73
RANDOM SEED=219604845

node23.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.216
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.216
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:       1721568 kB
Buffers:         47384 kB
Cached:         211620 kB
SwapCached:       7012 kB
Active:         168896 kB
Inactive:       112228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721568 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          37940 kB
Slab:            38460 kB
Committed_AS:  3518916 kB
PageTables:       1848 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= 66512 MiB
End job on node23 at 2008-07-05 20:57:18