Trace number 1055944

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.1 1811.55

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-6.xml
MD5SUM329ec630f18fe773f393b0bd33b7aab7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.23036
Satisfiable
(Un)Satisfiability was proved
Number of variables37
Number of constraints641
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension641
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 Thu Jul  3 06:53:19 2008
0.00/0.05	c 0	PID 28424
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1055944-1215060799.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-1055944-1215060799.xml' 'HOME/temp.csp'
0.03/0.58	c 1	2 domains, 37 variables, 3 predicates, 0 relations, 641 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.56/0.71	c 1	Parsing HOME/temp.csp
0.56/0.84	c 1	parsed 683 expressions
0.56/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.85	c 1	Converting to clausal form CSP
0.56/0.94	c 1	converted 69 (10%) expressions
0.91/1.03	c 1	converted 137 (20%) expressions
0.91/1.05	c 1	converted 205 (30%) expressions
0.91/1.06	c 1	converted 274 (40%) expressions
0.91/1.07	c 1	converted 342 (50%) expressions
0.91/1.08	c 1	converted 410 (60%) expressions
0.91/1.08	c 1	converted 479 (70%) expressions
0.91/1.09	c 1	converted 547 (80%) expressions
0.91/1.10	c 1	converted 615 (90%) expressions
1.00/1.11	c 1	converted 683 (100%) expressions
1.00/1.11	c 1	CSP : 196 integers, 125 booleans, 1363 clauses, largest domain size 36
1.00/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.11	c 1	Propagation in CSP
1.00/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.14	c 1	CSP : 196 integers, 125 booleans, 1363 clauses, largest domain size 36
1.00/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.00/1.17	c 1	CSP : 196 integers, 1661 booleans, 2899 clauses, largest domain size 36
1.00/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.22	c 1	20 (10%) CSP integer variables are encoded (650 clauses, 7008 bytes)
1.10/1.23	c 1	40 (20%) CSP integer variables are encoded (1234 clauses, 13961 bytes)
1.10/1.23	c 1	59 (30%) CSP integer variables are encoded (1304 clauses, 14871 bytes)
1.10/1.23	c 1	79 (40%) CSP integer variables are encoded (1384 clauses, 15911 bytes)
1.10/1.23	c 1	98 (50%) CSP integer variables are encoded (1460 clauses, 16899 bytes)
1.10/1.23	c 1	118 (60%) CSP integer variables are encoded (1540 clauses, 17939 bytes)
1.10/1.23	c 1	138 (70%) CSP integer variables are encoded (1620 clauses, 18979 bytes)
1.10/1.23	c 1	157 (80%) CSP integer variables are encoded (1696 clauses, 19967 bytes)
1.10/1.23	c 1	177 (90%) CSP integer variables are encoded (1776 clauses, 21007 bytes)
1.10/1.23	c 1	196 (100%) CSP integer variables are encoded (1852 clauses, 21995 bytes)
1.10/1.27	c 1	290 (10%) CSP clauses are encoded (6174 clauses, 122118 bytes)
1.20/1.30	c 1	580 (20%) CSP clauses are encoded (12140 clauses, 217343 bytes)
1.20/1.32	c 1	870 (30%) CSP clauses are encoded (18348 clauses, 321371 bytes)
1.20/1.33	c 1	1160 (40%) CSP clauses are encoded (24188 clauses, 420041 bytes)
1.20/1.35	c 1	1450 (50%) CSP clauses are encoded (30028 clauses, 519103 bytes)
1.20/1.36	c 1	1740 (60%) CSP clauses are encoded (35868 clauses, 618165 bytes)
1.20/1.37	c 1	2030 (70%) CSP clauses are encoded (41274 clauses, 710597 bytes)
1.20/1.39	c 1	2320 (80%) CSP clauses are encoded (46746 clauses, 804029 bytes)
1.30/1.40	c 1	2610 (90%) CSP clauses are encoded (51846 clauses, 891901 bytes)
1.30/1.41	c 1	2899 (100%) CSP clauses are encoded (55639 clauses, 959563 bytes)
1.30/1.41	c 1	2899 CSP clauses encoded
1.30/1.41	c 1	Writing map file : HOME/temp.map
1.30/1.41	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.41	c 1	SAT : 3709 SAT variables, 55639 SAT clauses, 959563 bytes
1.30/1.41	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.42	c 1	SOLVING HOME/temp.cnf
1.30/1.42	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.42	c 1	This is MiniSat 2.0 beta
1.30/1.42	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.42	c 1	============================[ Problem Statistics ]=============================
1.30/1.42	c 1	|                                                                             |
1.30/1.43	c 1	|  Number of variables:  3709                                                 |
1.30/1.43	c 1	|  Number of clauses:    55639                                                |
1.30/1.45	c 1	|  Parsing time:         0.02         s                                       |
1.30/1.46	c 1	============================[ Search Statistics ]==============================
1.30/1.46	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.46	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.46	c 1	===============================================================================
1.30/1.46	c 1	|         0 |    3709    55639   164274 |    18546        0    nan |  0.000 % |
1.30/1.47	c 2	|       100 |    3709    55639   164274 |    20400      100     10 |  0.000 % |
1.30/1.48	c 2	|       250 |    3709    55639   164274 |    22441      250     12 |  0.000 % |
1.34/1.50	c 2	|       475 |    3709    55639   164274 |    24685      475     12 |  0.000 % |
1.34/1.53	c 2	|       812 |    3709    55639   164274 |    27153      812     12 |  0.000 % |
1.34/1.60	c 2	|      1319 |    3709    55639   164274 |    29869     1319     14 |  0.000 % |
1.34/1.68	c 2	|      2078 |    3709    55639   164274 |    32855     2078     15 |  0.000 % |
1.34/1.81	c 2	|      3217 |    3709    55639   164274 |    36141     3217     16 |  0.000 % |
1.34/2.00	c 2	|      4927 |    3709    55639   164274 |    39755     4927     16 |  0.000 % |
2.29/2.42	c 2	|      7489 |    3709    55639   164274 |    43731     7489     18 |  0.000 % |
2.99/3.14	c 3	|     11333 |    3709    55639   164274 |    48104    11333     19 |  0.000 % |
3.78/3.99	c 4	|     17101 |    3709    55639   164274 |    52914    17101     19 |  0.000 % |
5.36/5.54	c 6	|     25751 |    3709    55639   164274 |    58206    25751     19 |  0.000 % |
9.62/9.89	c 10	|     38725 |    3709    55639   164274 |    64026    38725     23 |  0.000 % |
19.53/19.83	c 20	|     58186 |    3709    55639   164274 |    70429    58186     24 |  0.000 % |
35.27/35.79	c 36	|     87380 |    3709    55639   164274 |    77472    34298     21 |  0.000 % |
63.40/64.12	c 64	|    131169 |    3709    55639   164274 |    85219    78087     25 |  0.000 % |
111.94/113.15	c 113	|    196857 |    3709    55639   164274 |    93741    77661     24 |  0.000 % |
210.12/212.29	c 212	|    295384 |    3709    55639   164274 |   103116    22357     23 |  0.000 % |
352.87/356.34	c 356	|    443174 |    3709    55639   164274 |   113427    88428     26 |  0.000 % |
599.41/605.30	c 605	|    664858 |    3709    55639   164274 |   124770    34540     22 |  0.000 % |
1019.71/1028.70	c 1029	|    997384 |    3709    55639   164274 |   137247    62497     27 |  0.000 % |
1685.62/1696.65	c 1697	|   1496173 |    3709    55639   164274 |   150972   100371     30 |  0.000 % |
1800.05/1811.51	sh: line 1: 28448 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1811.51	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1811.51	c 1812	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.05/1811.51	c ERROR INTERRUPTED
1800.05/1811.51	s UNKNOWN
1800.05/1811.51	c 1812	CPU 1799.24 (0.04 0.01 1799.2 0.83)
1800.05/1811.51	c 1812	END Thu Jul  3 07:23:31 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-1055944-1215060799/watcher-1055944-1215060799 -o /tmp/evaluation-result-1055944-1215060799/solver-1055944-1215060799 -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-1055944-1215060799.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 28424
/proc/meminfo: memFree=1028224/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=18572 CPUtime=0
/proc/28424/stat : 28424 (runsolver) R 28422 28424 28036 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1985053395 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28424/statm: 4643 292 257 25 0 2626 0

[startup+0.051136 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 28424
/proc/meminfo: memFree=1028224/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=0.03
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1985053395 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101261 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 28424
/proc/meminfo: memFree=1028224/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=0.03
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985053395 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301174 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 28424
/proc/meminfo: memFree=1028224/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=0.03
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985053395 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70123 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 28424
/proc/meminfo: memFree=1028224/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=0.56
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 956 4551 0 1 3 0 50 3 16 0 1 0 1985053395 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50132 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 28446
/proc/meminfo: memFree=1016872/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 13600

[startup+3.10152 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1020776/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 15 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=5628 CPUtime=1.65
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 1291 0 0 0 165 0 0 0 25 0 1 0 1985053538 5763072 1277 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 1407 1277 75 150 0 1254 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 24584

[startup+6.30291 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1018600/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=7664 CPUtime=4.81
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 1796 0 0 0 481 0 0 0 25 0 1 0 1985053538 7847936 1782 996147200 134512640 135127466 4294956272 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 1916 1782 75 150 0 1763 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 26620

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1015592/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=10252 CPUtime=11.16
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 2447 0 0 0 1114 2 0 0 25 0 1 0 1985053538 10498048 2433 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 2563 2433 75 150 0 2410 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 29208

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1012712/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=13148 CPUtime=23.83
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 3142 0 0 0 2380 3 0 0 25 0 1 0 1985053538 13463552 3128 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 3287 3128 75 150 0 3134 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 32104

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1011880/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=13824 CPUtime=49.19
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 3335 0 0 0 4916 3 0 0 25 0 1 0 1985053538 14155776 3321 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 3456 3321 75 150 0 3303 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 32780

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1009000/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=16748 CPUtime=99.9
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 4049 0 0 0 9986 4 0 0 25 0 1 0 1985053538 17149952 4035 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 4187 4035 75 150 0 4034 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 35704

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1007720/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=18140 CPUtime=159.35
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 4349 0 0 0 15930 5 0 0 25 0 1 0 1985053538 18575360 4335 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 4535 4335 75 150 0 4382 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 37096

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1006824/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=19008 CPUtime=218.78
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 4577 0 0 0 21873 5 0 0 25 0 1 0 1985053538 19464192 4563 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 4752 4563 75 150 0 4599 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 37964

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28448
/proc/meminfo: memFree=1006504/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=19352 CPUtime=278.22
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 4667 0 0 0 27817 5 0 0 25 0 1 0 1985053538 19816448 4653 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28448/statm: 4838 4653 75 150 0 4685 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 38308


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

[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=30040 CPUtime=1231.9
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 7238 0 0 0 123175 15 0 0 25 0 1 0 1985053538 30760960 7224 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 7510 7224 75 150 0 7357 0
Current children cumulated CPU time (s) 1233.24
Current children cumulated vsize (KiB) 48996

[startup+1302.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/85 28590
/proc/meminfo: memFree=1577568/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=30244 CPUtime=1291.87
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 7292 0 0 0 129170 17 0 0 25 0 1 0 1985053538 30969856 7278 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 7561 7278 75 150 0 7408 0
Current children cumulated CPU time (s) 1293.21
Current children cumulated vsize (KiB) 49200

[startup+1362.3 s]
/proc/loadavg: 2.75 2.24 2.09 3/85 28590
/proc/meminfo: memFree=774944/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=30904 CPUtime=1351.58
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 7441 0 0 0 135130 28 0 0 25 0 1 0 1985053538 31645696 7427 996147200 134512640 135127466 4294956272 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 7726 7427 75 150 0 7573 0
Current children cumulated CPU time (s) 1352.92
Current children cumulated vsize (KiB) 49860

[startup+1422.31 s]
/proc/loadavg: 2.98 2.39 2.14 3/85 28590
/proc/meminfo: memFree=38432/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=31076 CPUtime=1411.25
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 7482 0 0 0 141083 42 0 0 25 0 1 0 1985053538 31821824 7468 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 7769 7468 75 150 0 7616 0
Current children cumulated CPU time (s) 1412.59
Current children cumulated vsize (KiB) 50032

[startup+1482.3 s]
/proc/loadavg: 2.99 2.50 2.20 3/85 28590
/proc/meminfo: memFree=14816/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=31208 CPUtime=1470.91
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 7525 0 0 0 147032 59 0 0 25 0 1 0 1985053538 31956992 7511 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 7802 7511 75 150 0 7649 0
Current children cumulated CPU time (s) 1472.25
Current children cumulated vsize (KiB) 50164

[startup+1542.31 s]
/proc/loadavg: 2.43 2.44 2.19 3/83 28653
/proc/meminfo: memFree=1735848/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=31540 CPUtime=1530.61
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 7592 0 0 0 152990 71 0 0 25 0 1 0 1985053538 32296960 7578 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 7885 7578 75 150 0 7732 0
Current children cumulated CPU time (s) 1531.95
Current children cumulated vsize (KiB) 50496

[startup+1602.3 s]
/proc/loadavg: 2.20 2.37 2.18 3/83 28653
/proc/meminfo: memFree=1545384/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=33204 CPUtime=1590.37
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 8014 0 0 0 158965 72 0 0 25 0 1 0 1985053538 34000896 8000 996147200 134512640 135127466 4294956272 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 8301 8000 75 150 0 8148 0
Current children cumulated CPU time (s) 1591.71
Current children cumulated vsize (KiB) 52160

[startup+1662.3 s]
/proc/loadavg: 2.07 2.30 2.17 3/83 28653
/proc/meminfo: memFree=1545256/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=33380 CPUtime=1650.12
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 8026 0 0 0 164940 72 0 0 25 0 1 0 1985053538 34181120 8012 996147200 134512640 135127466 4294956272 18446744073709551615 134710540 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 8345 8012 75 150 0 8192 0
Current children cumulated CPU time (s) 1651.46
Current children cumulated vsize (KiB) 52336

[startup+1722.3 s]
/proc/loadavg: 2.02 2.24 2.16 3/83 28653
/proc/meminfo: memFree=1544872/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=33528 CPUtime=1709.88
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 8089 0 0 0 170916 72 0 0 25 0 1 0 1985053538 34332672 8075 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 8382 8075 75 150 0 8229 0
Current children cumulated CPU time (s) 1711.22
Current children cumulated vsize (KiB) 52484

[startup+1782.3 s]
/proc/loadavg: 2.01 2.20 2.14 3/83 28653
/proc/meminfo: memFree=1544104/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=34268 CPUtime=1769.63
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 8260 0 0 0 176891 72 0 0 25 0 1 0 1985053538 35090432 8246 996147200 134512640 135127466 4294956272 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 8567 8246 75 150 0 8414 0
Current children cumulated CPU time (s) 1770.97
Current children cumulated vsize (KiB) 53224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.00 2.18 2.14 3/83 28653
/proc/meminfo: memFree=1544040/2055920 swapFree=4180424/4192956
[pid=28424] ppid=28422 vsize=13600 CPUtime=1.34
/proc/28424/stat : 28424 (sugar) S 28422 28424 28036 0 -1 4194304 1032 11280 0 2 4 1 120 9 16 0 1 0 1985053395 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28424/statm: 3400 798 370 3 0 500 0
[pid=28447] ppid=28424 vsize=5356 CPUtime=0
/proc/28447/stat : 28447 (sh) S 28424 28424 28036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985053538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 232 193 169 0 50 0
[pid=28448] ppid=28447 vsize=34268 CPUtime=1798.71
/proc/28448/stat : 28448 (minisat) R 28447 28424 28036 0 -1 4194304 8260 0 0 0 179799 72 0 0 25 0 1 0 1985053538 35090432 8246 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28448/statm: 8567 8246 75 150 0 8414 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 53224

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): 1811.55
CPU time (s): 1800.1
CPU user time (s): 1799.26
CPU system time (s): 0.84887
CPU usage (%): 99.3682
Max. virtual memory (cumulated for all children) (KiB): 887408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.84887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21188
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= 1603
involuntary context switches= 35211

runsolver used 2.06069 second user time and 5.8881 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 06:53:19
IDJOB=1055944
IDBENCH=57391
IDSOLVER=346
FILE ID=node33/1055944-1215060799
PBS_JOBID= 7875212
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-6.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-1055944-1215060799/watcher-1055944-1215060799 -o /tmp/evaluation-result-1055944-1215060799/solver-1055944-1215060799 -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-1055944-1215060799.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 329ec630f18fe773f393b0bd33b7aab7
RANDOM SEED=1295848746

node33.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.231
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.231
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:       1028704 kB
Buffers:         84432 kB
Cached:         418852 kB
SwapCached:       6444 kB
Active:         744520 kB
Inactive:       201892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1028704 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:         449600 kB
Slab:            65204 kB
Committed_AS:  3873580 kB
PageTables:       2676 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= 66536 MiB
End job on node33 at 2008-07-03 07:23:33