Trace number 1102298

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.14 1810.42

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-40_ext.xml
MD5SUM440c462c43462f81ada0a4454ae47311
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark101.396
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints463
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension463
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sun Jul  6 00:49:36 2008
0.00/0.05	c 0	PID 15233
0.03/0.05	c 0	HOST node19.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1102298-1215298176.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-1102298-1215298176.xml' 'HOME/temp.csp'
0.03/0.62	c 0	1 domains, 50 variables, 0 predicates, 463 relations, 463 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.58/0.71	c 0	Parsing HOME/temp.csp
1.32/1.40	c 1	parsed 977 expressions
1.32/1.40	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.40	c 1	Converting to clausal form CSP
1.32/1.43	c 1	converted 98 (10%) expressions
1.32/1.44	c 1	converted 196 (20%) expressions
1.32/1.44	c 1	converted 294 (30%) expressions
1.42/1.51	c 1	converted 391 (40%) expressions
1.42/1.51	c 1	converted 489 (50%) expressions
1.42/1.56	c 1	converted 587 (60%) expressions
1.42/1.60	c 1	converted 684 (70%) expressions
1.52/1.63	c 1	converted 782 (80%) expressions
1.52/1.67	c 1	converted 880 (90%) expressions
1.61/1.79	c 1	converted 977 (100%) expressions
1.61/1.79	c 1	CSP : 50 integers, 0 booleans, 463 clauses, largest domain size 23
1.61/1.79	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.79	c 1	Propagation in CSP
1.61/1.80	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.80	c 1	CSP : 50 integers, 0 booleans, 463 clauses, largest domain size 23
1.61/1.80	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.80	c 1	Simplifing CSP by introducing new Boolean variables
1.61/1.80	c 1	CSP : 50 integers, 0 booleans, 463 clauses, largest domain size 23
1.61/1.80	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.87	c 1	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.71/1.87	c 1	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.71/1.88	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.71/1.88	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.71/1.88	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.71/1.88	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.71/1.88	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.71/1.88	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.71/1.88	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.71/1.88	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.82/1.95	c 2	47 (10%) CSP clauses are encoded (5405 clauses, 85105 bytes)
1.82/1.98	c 2	93 (20%) CSP clauses are encoded (9640 clauses, 161072 bytes)
1.92/2.01	c 2	139 (30%) CSP clauses are encoded (13798 clauses, 240580 bytes)
1.92/2.04	c 2	186 (40%) CSP clauses are encoded (18119 clauses, 322878 bytes)
1.92/2.06	c 2	232 (50%) CSP clauses are encoded (22408 clauses, 404748 bytes)
1.92/2.09	c 2	278 (60%) CSP clauses are encoded (26592 clauses, 485740 bytes)
2.02/2.12	c 2	325 (70%) CSP clauses are encoded (30924 clauses, 568967 bytes)
2.02/2.15	c 2	371 (80%) CSP clauses are encoded (35039 clauses, 648488 bytes)
2.02/2.17	c 2	417 (90%) CSP clauses are encoded (39230 clauses, 729609 bytes)
2.02/2.20	c 2	463 (100%) CSP clauses are encoded (43401 clauses, 814723 bytes)
2.02/2.20	c 2	463 CSP clauses encoded
2.02/2.20	c 2	Writing map file : HOME/temp.map
2.02/2.20	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.20	c 2	SAT : 1100 SAT variables, 43401 SAT clauses, 814723 bytes
2.02/2.20	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.21	c 2	SOLVING HOME/temp.cnf
2.11/2.21	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.11/2.21	c 2	This is MiniSat 2.0 beta
2.11/2.21	c 2	WARNING: for repeatability, setting FPU to use double precision
2.11/2.21	c 2	============================[ Problem Statistics ]=============================
2.11/2.21	c 2	|                                                                             |
2.11/2.22	c 2	|  Number of variables:  1100                                                 |
2.11/2.22	c 2	|  Number of clauses:    43401                                                |
2.11/2.24	c 2	|  Parsing time:         0.02         s                                       |
2.11/2.24	c 2	============================[ Search Statistics ]==============================
2.11/2.24	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.24	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.24	c 2	===============================================================================
2.11/2.24	c 2	|         0 |    1100    43401   161871 |    14467        0    nan |  0.000 % |
2.11/2.27	c 2	|       101 |    1100    43401   161871 |    15913      101     15 |  0.000 % |
2.11/2.30	c 2	|       251 |    1100    43401   161871 |    17505      251     14 |  0.004 % |
2.14/2.34	c 2	|       478 |    1100    43401   161871 |    19255      478     14 |  0.003 % |
2.14/2.41	c 2	|       815 |    1100    43401   161871 |    21181      815     15 |  0.001 % |
2.14/2.52	c 2	|      1322 |    1100    43401   161871 |    23299     1322     15 |  0.004 % |
2.14/2.68	c 2	|      2082 |    1100    43401   161871 |    25629     2082     15 |  0.004 % |
2.14/2.90	c 3	|      3221 |    1100    43401   161871 |    28192     3221     16 |  0.004 % |
3.10/3.26	c 3	|      4929 |    1100    43401   161871 |    31011     4929     16 |  0.004 % |
3.69/3.83	c 3	|      7491 |    1100    43401   161871 |    34112     7491     16 |  0.002 % |
4.68/4.84	c 4	|     11335 |    1100    43401   161871 |    37523    11335     16 |  0.000 % |
6.47/6.67	c 6	|     17101 |    1100    43401   161871 |    41276    17101     17 |  0.003 % |
9.63/9.84	c 9	|     25751 |    1100    43401   161871 |    45403    25751     17 |  0.003 % |
16.37/16.60	c 16	|     38725 |    1100    43401   161871 |    49944    38725     18 |  0.003 % |
27.27/27.60	c 27	|     58187 |    1100    43401   161871 |    54938    22760     18 |  0.003 % |
45.29/45.80	c 45	|     87379 |    1100    43401   161871 |    60432    51952     19 |  0.003 % |
71.05/71.87	c 71	|    131168 |    1100    43401   161871 |    66475    52162     19 |  0.003 % |
115.83/117.05	c 117	|    196854 |    1100    43401   161871 |    73123    15115     20 |  0.003 % |
180.90/182.74	c 182	|    295381 |    1100    43401   161871 |    80435    55934     19 |  0.003 % |
287.88/290.78	c 290	|    443170 |    1100    43401   161871 |    88478    78278     23 |  0.002 % |
465.48/470.09	c 470	|    664853 |    1100    43401   161871 |    97326    86484     19 |  0.003 % |
744.50/751.73	c 751	|    997378 |    1100    43401   161871 |   107059    24112     19 |  0.003 % |
1151.77/1161.84	c 1161	|   1496166 |    1100    43401   161871 |   117765    74150     24 |  0.003 % |
1800.09/1810.41	sh: line 1: 15257 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1810.41	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1810.41	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1810.41	c ERROR INTERRUPTED
1800.09/1810.41	s UNKNOWN
1800.09/1810.41	c 1810	CPU 1799.89 (0.04 0.01 1799.85 0.22)
1800.09/1810.41	c 1810	END Sun Jul  6 01:19:46 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1102298-1215298176/watcher-1102298-1215298176 -o /tmp/evaluation-result-1102298-1215298176/solver-1102298-1215298176 -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-1102298-1215298176.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: 1.99 1.97 1.99 4/73 15233
/proc/meminfo: memFree=1640872/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=12268 CPUtime=0
/proc/15233/stat : 15233 (sugar) R 15231 15233 14760 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2008791929 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15233/statm: 3067 316 241 3 0 167 0

[startup+0.051057 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 15233
/proc/meminfo: memFree=1640872/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=0.03
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2008791929 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102088 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 15233
/proc/meminfo: memFree=1640872/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=0.03
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008791929 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301434 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 15233
/proc/meminfo: memFree=1640872/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=0.03
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008791929 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701511 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 15233
/proc/meminfo: memFree=1640872/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=0.58
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 956 4916 0 1 3 0 51 4 16 0 1 0 2008791929 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50267 s]
/proc/loadavg: 1.99 1.97 1.99 4/84 15255
/proc/meminfo: memFree=1632144/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=0.58
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 973 4916 0 1 3 0 51 4 15 0 1 0 2008791929 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 797 370 3 0 500 0
[pid=15246] ppid=15233 vsize=5356 CPUtime=0
/proc/15246/stat : 15246 (sh) S 15233 15233 14760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008791993 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15246/statm: 1339 233 193 169 0 50 0
[pid=15247] ppid=15246 vsize=864360 CPUtime=0.84
/proc/15247/stat : 15247 (java) S 15246 15233 14760 0 -1 0 6883 0 1 0 81 3 0 0 18 0 9 0 2008791993 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15247/statm: 216090 6168 2540 9 0 210665 0
[pid=15247/tid=15248] ppid=15246 vsize=864360 CPUtime=0.58
/proc/15247/task/15248/stat : 15248 (java) R 15246 15233 14760 0 -1 64 2576 0 1 0 57 1 0 0 22 0 9 0 2008791994 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15247/tid=15249] ppid=15246 vsize=864360 CPUtime=0.17
/proc/15247/task/15249/stat : 15249 (java) R 15246 15233 14760 0 -1 64 3276 0 0 0 16 1 0 0 16 0 9 0 2008791995 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 104182221 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15247/tid=15250] ppid=15246 vsize=864360 CPUtime=0
/proc/15247/task/15250/stat : 15250 (java) S 15246 15233 14760 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008791995 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15247/tid=15251] ppid=15246 vsize=864360 CPUtime=0
/proc/15247/task/15251/stat : 15251 (java) S 15246 15233 14760 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2008791995 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15247/tid=15252] ppid=15246 vsize=864360 CPUtime=0
/proc/15247/task/15252/stat : 15252 (java) S 15246 15233 14760 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008791997 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15247/tid=15253] ppid=15246 vsize=864360 CPUtime=0.07
/proc/15247/task/15253/stat : 15253 (java) S 15246 15233 14760 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 2008791997 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15247/tid=15254] ppid=15246 vsize=864360 CPUtime=0
/proc/15247/task/15254/stat : 15254 (java) S 15246 15233 14760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008791997 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15247/tid=15255] ppid=15246 vsize=864360 CPUtime=0
/proc/15247/task/15255/stat : 15255 (java) S 15246 15233 14760 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008791997 885104640 6168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883316

[startup+3.10196 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 15255
/proc/meminfo: memFree=1615568/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 15 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 13600

[startup+6.30257 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 15257
/proc/meminfo: memFree=1631888/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=5616 CPUtime=4.03
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 1247 0 0 0 403 0 0 0 25 0 1 0 2008792151 5750784 1233 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 1404 1233 75 150 0 1251 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24572

[startup+12.7018 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 15257
/proc/meminfo: memFree=1629008/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=7364 CPUtime=10.37
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 1678 0 0 0 1036 1 0 0 25 0 1 0 2008792151 7540736 1664 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 1841 1664 75 150 0 1688 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26320

[startup+25.5012 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 15257
/proc/meminfo: memFree=1624528/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=9428 CPUtime=23.05
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 2204 0 0 0 2303 2 0 0 25 0 1 0 2008792151 9654272 2190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 2357 2190 75 150 0 2204 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 28384

[startup+51.103 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 15257
/proc/meminfo: memFree=1619152/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=10664 CPUtime=48.4
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 2492 0 0 0 4837 3 0 0 25 0 1 0 2008792151 10919936 2478 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 2666 2478 75 150 0 2513 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 29620

[startup+102.308 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 15257
/proc/meminfo: memFree=1607120/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=12308 CPUtime=99.12
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 2881 0 0 0 9909 3 0 0 25 0 1 0 2008792151 12603392 2867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 3077 2867 75 150 0 2924 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 31264

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 15257
/proc/meminfo: memFree=1603536/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=13712 CPUtime=158.55
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 3224 0 0 0 15851 4 0 0 25 0 1 0 2008792151 14041088 3210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 3428 3210 75 150 0 3275 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 32668

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 15257
/proc/meminfo: memFree=1602448/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=14800 CPUtime=217.98
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 3503 0 0 0 21794 4 0 0 25 0 1 0 2008792151 15155200 3489 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15257/statm: 3700 3489 75 150 0 3547 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 33756

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

[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=25504 CPUtime=1230.1
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6072 0 0 0 123001 9 0 0 25 0 1 0 2008792151 26116096 6058 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6376 6058 75 150 0 6223 0
Current children cumulated CPU time (s) 1232.24
Current children cumulated vsize (KiB) 44460

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 15291
/proc/meminfo: memFree=1689816/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=25916 CPUtime=1290.07
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6167 0 0 0 128998 9 0 0 25 0 1 0 2008792151 26537984 6153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6479 6153 75 150 0 6326 0
Current children cumulated CPU time (s) 1292.21
Current children cumulated vsize (KiB) 44872

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 15291
/proc/meminfo: memFree=1689624/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=26052 CPUtime=1350.04
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6218 0 0 0 134995 9 0 0 25 0 1 0 2008792151 26677248 6204 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6513 6204 75 150 0 6360 0
Current children cumulated CPU time (s) 1352.18
Current children cumulated vsize (KiB) 45008

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 15291
/proc/meminfo: memFree=1689432/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=26376 CPUtime=1410.02
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6271 0 0 0 140993 9 0 0 25 0 1 0 2008792151 27009024 6257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6594 6257 75 150 0 6441 0
Current children cumulated CPU time (s) 1412.16
Current children cumulated vsize (KiB) 45332

[startup+1482.3 s]
/proc/loadavg: 2.07 1.99 1.99 3/75 15291
/proc/meminfo: memFree=1689176/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=26652 CPUtime=1469.99
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6341 0 0 0 146990 9 0 0 25 0 1 0 2008792151 27291648 6327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6663 6327 75 150 0 6510 0
Current children cumulated CPU time (s) 1472.13
Current children cumulated vsize (KiB) 45608

[startup+1542.3 s]
/proc/loadavg: 2.10 2.00 2.00 3/75 15291
/proc/meminfo: memFree=1688920/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=26796 CPUtime=1529.96
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6404 0 0 0 152987 9 0 0 25 0 1 0 2008792151 27439104 6390 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6699 6390 75 150 0 6546 0
Current children cumulated CPU time (s) 1532.1
Current children cumulated vsize (KiB) 45752

[startup+1602.3 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 15291
/proc/meminfo: memFree=1688664/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=27104 CPUtime=1589.93
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6460 0 0 0 158984 9 0 0 25 0 1 0 2008792151 27754496 6446 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6776 6446 75 150 0 6623 0
Current children cumulated CPU time (s) 1592.07
Current children cumulated vsize (KiB) 46060

[startup+1662.3 s]
/proc/loadavg: 2.45 2.12 2.04 3/75 15291
/proc/meminfo: memFree=1688472/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=27404 CPUtime=1649.9
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6511 0 0 0 164981 9 0 0 25 0 1 0 2008792151 28061696 6497 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 6851 6497 75 150 0 6698 0
Current children cumulated CPU time (s) 1652.04
Current children cumulated vsize (KiB) 46360

[startup+1722.3 s]
/proc/loadavg: 2.20 2.11 2.04 3/75 15291
/proc/meminfo: memFree=1687896/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=28064 CPUtime=1709.89
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6678 0 0 0 170979 10 0 0 25 0 1 0 2008792151 28737536 6664 996147200 134512640 135127466 4294956256 18446744073709551615 134541942 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 7016 6664 75 150 0 6863 0
Current children cumulated CPU time (s) 1712.03
Current children cumulated vsize (KiB) 47020

[startup+1782.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/75 15291
/proc/meminfo: memFree=1687576/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=28064 CPUtime=1769.86
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6684 0 0 0 176976 10 0 0 25 0 1 0 2008792151 28737536 6670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 7016 6670 75 150 0 6863 0
Current children cumulated CPU time (s) 1772
Current children cumulated vsize (KiB) 47020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.04 2.08 2.03 3/75 15291
/proc/meminfo: memFree=1687576/2055920 swapFree=4180456/4192956
[pid=15233] ppid=15231 vsize=13600 CPUtime=2.14
/proc/15233/stat : 15233 (sugar) S 15231 15233 14760 0 -1 4194304 1031 13904 0 2 4 0 199 11 16 0 1 0 2008791929 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15233/statm: 3400 798 370 3 0 500 0
[pid=15256] ppid=15233 vsize=5356 CPUtime=0
/proc/15256/stat : 15256 (sh) S 15233 15233 14760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008792151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15256/statm: 1339 232 193 169 0 50 0
[pid=15257] ppid=15256 vsize=28196 CPUtime=1797.95
/proc/15257/stat : 15257 (minisat) R 15256 15233 14760 0 -1 4194304 6706 0 0 0 179785 10 0 0 25 0 1 0 2008792151 28872704 6692 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/15257/statm: 7049 6692 75 150 0 6896 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 47152

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

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

Child status: 0
Real time (s): 1810.42
CPU time (s): 1800.14
CPU user time (s): 1799.9
CPU system time (s): 0.240963
CPU usage (%): 99.432
Max. virtual memory (cumulated for all children) (KiB): 883428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22258
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2076
involuntary context switches= 27598

runsolver used 2.13267 second user time and 6.12007 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-06 00:49:36
IDJOB=1102298
IDBENCH=60119
IDSOLVER=346
FILE ID=node19/1102298-1215298176
PBS_JOBID= 7882372
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-40_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-1102298-1215298176/watcher-1102298-1215298176 -o /tmp/evaluation-result-1102298-1215298176/solver-1102298-1215298176 -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-1102298-1215298176.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 440c462c43462f81ada0a4454ae47311
RANDOM SEED=74608382

node19.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.263
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	: 5931.00
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.263
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:       1641352 kB
Buffers:         60668 kB
Cached:         202660 kB
SwapCached:       6496 kB
Active:         254724 kB
Inactive:       104612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641352 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         102596 kB
Slab:            40492 kB
Committed_AS:  3603676 kB
PageTables:       2016 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 node19 at 2008-07-06 01:19:48