Trace number 2091784

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.05 1813.32

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-33_ext.xml
MD5SUM1ce71125421fbeedcb08f370be5c4112
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 benchmark7.04193
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension467
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 12:57:38 2009
0.01/0.07	c 0	PID 28243
0.01/0.07	c 0	HOST node88.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2091784-1247396258.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091784-1247396258.xml' 'HOME/temp.csp'
0.06/0.83	c 1	1 domains, 50 variables, 0 predicates, 467 relations, 467 constraints
0.06/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.85	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.83/0.92	c 1	Parsing HOME/temp.csp
1.25/1.34	c 1	parsed 985 expressions
1.25/1.34	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.34	c 1	Converting to clausal form CSP
1.25/1.37	c 1	converted 99 (10%) expressions
1.25/1.38	c 1	converted 197 (20%) expressions
1.25/1.38	c 1	converted 296 (30%) expressions
1.35/1.44	c 1	converted 394 (40%) expressions
1.35/1.44	c 1	converted 493 (50%) expressions
1.35/1.49	c 2	converted 591 (60%) expressions
1.45/1.52	c 2	converted 690 (70%) expressions
1.45/1.55	c 2	converted 788 (80%) expressions
1.45/1.58	c 2	converted 887 (90%) expressions
1.56/1.69	c 2	converted 985 (100%) expressions
1.56/1.69	c 2	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.56/1.69	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.56/1.69	c 2	Propagation in CSP
1.56/1.69	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.56/1.69	c 2	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.56/1.69	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.56/1.70	c 2	Simplifing CSP by introducing new Boolean variables
1.65/1.70	c 2	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.65/1.70	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.65/1.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.65/1.76	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.65/1.76	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.65/1.77	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.65/1.77	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.65/1.77	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.65/1.77	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.65/1.77	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.65/1.77	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.65/1.77	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.65/1.77	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.75/1.84	c 2	47 (10%) CSP clauses are encoded (5397 clauses, 85581 bytes)
1.75/1.86	c 2	94 (20%) CSP clauses are encoded (9577 clauses, 159745 bytes)
1.75/1.89	c 2	141 (30%) CSP clauses are encoded (14046 clauses, 245897 bytes)
1.84/1.91	c 2	187 (40%) CSP clauses are encoded (18055 clauses, 322852 bytes)
1.84/1.94	c 2	234 (50%) CSP clauses are encoded (22393 clauses, 406755 bytes)
1.84/1.96	c 2	281 (60%) CSP clauses are encoded (26719 clauses, 490122 bytes)
1.84/1.98	c 2	327 (70%) CSP clauses are encoded (30877 clauses, 570565 bytes)
1.95/2.01	c 2	374 (80%) CSP clauses are encoded (35231 clauses, 654646 bytes)
1.95/2.03	c 2	421 (90%) CSP clauses are encoded (39357 clauses, 735275 bytes)
1.95/2.05	c 2	467 (100%) CSP clauses are encoded (43721 clauses, 823937 bytes)
1.95/2.06	c 2	467 CSP clauses encoded
1.95/2.06	c 2	Writing map file : HOME/temp.map
1.95/2.06	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.95/2.06	c 2	SAT : 1100 SAT variables, 43721 SAT clauses, 823937 bytes
1.95/2.06	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.95/2.10	c 2	SOLVING HOME/temp.cnf
1.95/2.10	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.02/2.10	c 2	This is MiniSat 2.0 beta
2.02/2.10	c 2	WARNING: for repeatability, setting FPU to use double precision
2.02/2.10	c 2	============================[ Problem Statistics ]=============================
2.02/2.10	c 2	|                                                                             |
2.02/2.11	c 2	|  Number of variables:  1100                                                 |
2.02/2.11	c 2	|  Number of clauses:    43721                                                |
2.02/2.13	c 2	|  Parsing time:         0.02         s                                       |
2.02/2.13	c 2	============================[ Search Statistics ]==============================
2.02/2.13	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.13	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.13	c 2	===============================================================================
2.02/2.13	c 2	|         0 |    1100    43721   163122 |    14573        0    nan |  0.000 % |
2.02/2.15	c 2	|       100 |    1100    43721   163122 |    16031      100     15 |  0.000 % |
2.02/2.18	c 2	|       250 |    1100    43721   163122 |    17634      250     15 |  0.003 % |
2.02/2.21	c 2	|       475 |    1100    43721   163122 |    19397      475     13 |  0.003 % |
2.02/2.27	c 2	|       813 |    1100    43721   163122 |    21337      813     13 |  0.003 % |
2.02/2.36	c 2	|      1319 |    1100    43721   163122 |    23471     1319     14 |  0.003 % |
2.02/2.51	c 3	|      2078 |    1100    43721   163122 |    25818     2078     14 |  0.003 % |
2.02/2.71	c 3	|      3217 |    1100    43721   163122 |    28399     3217     15 |  0.003 % |
2.02/3.05	c 3	|      4928 |    1100    43721   163122 |    31239     4928     15 |  0.003 % |
3.49/3.61	c 4	|      7492 |    1100    43721   163122 |    34363     7492     17 |  0.003 % |
4.39/4.55	c 5	|     11338 |    1100    43721   163122 |    37800    11338     17 |  0.003 % |
5.98/6.13	c 6	|     17104 |    1100    43721   163122 |    41580    17104     17 |  0.004 % |
8.96/9.14	c 9	|     25753 |    1100    43721   163122 |    45738    25753     17 |  0.003 % |
14.64/14.83	c 15	|     38727 |    1100    43721   163122 |    50312    38727     18 |  0.003 % |
24.19/24.40	c 24	|     58189 |    1100    43721   163122 |    55343    22014     18 |  0.003 % |
37.52/37.87	c 38	|     87382 |    1100    43721   163122 |    60877    51207     19 |  0.003 % |
60.22/60.62	c 61	|    131171 |    1100    43721   163122 |    66965    48226     20 |  0.003 % |
95.94/96.59	c 97	|    196856 |    1100    43721   163122 |    73662    60508     22 |  0.003 % |
151.28/152.12	c 152	|    295383 |    1100    43721   163122 |    81028    42851     21 |  0.003 % |
246.73/248.02	c 248	|    443172 |    1100    43721   163122 |    89131    60978     20 |  0.003 % |
392.47/394.42	c 394	|    664855 |    1100    43721   163122 |    98044    63625     23 |  0.003 % |
631.30/634.34	c 634	|    997380 |    1100    43721   163122 |   107848    71338     21 |  0.003 % |
1025.18/1031.38	c 1031	|   1496168 |    1100    43721   163122 |   118633    35225     20 |  0.003 % |
1606.49/1618.09	c 1618	|   2244350 |    1100    43721   163122 |   130497    71962     25 |  0.003 % |
1800.00/1813.31	sh: line 1: 28267 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.00/1813.31	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1813.31	c 1813	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1813.31	c ERROR INTERRUPTED
1800.00/1813.31	s UNKNOWN
1800.00/1813.31	c 1813	CPU 1800.02 (0.05 0.02 1799.71 0.24)
1800.00/1813.31	c 1813	END Sun Jul 12 13:27:51 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091784-1247396258/watcher-2091784-1247396258 -o /tmp/evaluation-result-2091784-1247396258/solver-2091784-1247396258 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2091784-1247396258.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 4/82 28243
/proc/meminfo: memFree=1838192/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=12272 CPUtime=0
/proc/28243/stat : 28243 (sugar) R 28241 28243 28206 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 26690991 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 0 0 0
/proc/28243/statm: 3068 327 246 3 0 168 0

[startup+0.0255811 s]
/proc/loadavg: 1.84 1.97 1.99 4/82 28243
/proc/meminfo: memFree=1838192/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=12940 CPUtime=0.01
/proc/28243/stat : 28243 (sugar) R 28241 28243 28206 0 -1 4194304 612 0 0 0 1 0 0 0 18 0 1 0 26690991 13250560 580 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 0 0 0
/proc/28243/statm: 3235 580 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.109249 s]
/proc/loadavg: 1.84 1.97 1.99 4/82 28243
/proc/meminfo: memFree=1838192/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=0.06
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 26690991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301613 s]
/proc/loadavg: 1.84 1.97 1.99 4/82 28243
/proc/meminfo: memFree=1838192/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=0.06
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 26690991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701661 s]
/proc/loadavg: 1.84 1.97 1.99 4/82 28243
/proc/meminfo: memFree=1838192/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=0.06
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 26690991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50275 s]
/proc/loadavg: 1.84 1.97 1.99 4/93 28265
/proc/meminfo: memFree=1829848/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=0.83
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1309 4989 0 1 5 2 73 3 15 0 1 0 26690991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28243/statm: 4217 1111 409 3 0 796 0
[pid=28256] ppid=28243 vsize=5356 CPUtime=0
/proc/28256/stat : 28256 (sh) S 28243 28243 28206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26691077 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28256/statm: 1339 233 193 169 0 50 0
[pid=28257] ppid=28256 vsize=864256 CPUtime=0.62
/proc/28257/stat : 28257 (java) S 28256 28243 28206 0 -1 0 7330 0 1 0 58 4 0 0 20 0 9 0 26691077 884998144 6604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28257/statm: 216064 6605 2566 9 0 210569 0
[pid=28257/tid=28258] ppid=28256 vsize=864256 CPUtime=0.38
/proc/28257/task/28258/stat : 28258 (java) R 28256 28243 28206 0 -1 64 2601 0 1 0 37 1 0 0 25 0 9 0 26691078 884998144 6606 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28257/tid=28259] ppid=28256 vsize=864256 CPUtime=0.17
/proc/28257/task/28259/stat : 28259 (java) R 28256 28243 28206 0 -1 64 3721 0 0 0 16 1 0 0 16 0 9 0 26691079 884998144 6608 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28257/tid=28260] ppid=28256 vsize=864256 CPUtime=0
/proc/28257/task/28260/stat : 28260 (java) S 28256 28243 28206 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26691079 884998144 6609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28257/tid=28261] ppid=28256 vsize=864256 CPUtime=0
/proc/28257/task/28261/stat : 28261 (java) S 28256 28243 28206 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26691079 884998144 6610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28257/tid=28262] ppid=28256 vsize=864256 CPUtime=0
/proc/28257/task/28262/stat : 28262 (java) S 28256 28243 28206 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26691081 884998144 6611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28257/tid=28263] ppid=28256 vsize=864256 CPUtime=0.04
/proc/28257/task/28263/stat : 28263 (java) S 28256 28243 28206 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 26691081 884998144 6612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28257/tid=28264] ppid=28256 vsize=864256 CPUtime=0
/proc/28257/task/28264/stat : 28264 (java) S 28256 28243 28206 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26691081 884998144 6613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28257/tid=28265] ppid=28256 vsize=864256 CPUtime=0
/proc/28257/task/28265/stat : 28265 (java) S 28256 28243 28206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26691081 884998144 6615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886480

[startup+3.10294 s]
/proc/loadavg: 1.84 1.97 1.99 3/86 28265
/proc/meminfo: memFree=1827352/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 15 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 22224
heavy processes:

[startup+6.30131 s]
/proc/loadavg: 1.85 1.97 1.99 3/85 28267
/proc/meminfo: memFree=1828696/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=5780 CPUtime=4.16
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 1305 0 0 0 416 0 0 0 25 0 1 0 26691202 5918720 1291 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 1445 1291 75 150 0 1292 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 28004

[startup+12.702 s]
/proc/loadavg: 1.87 1.97 1.99 3/85 28267
/proc/meminfo: memFree=1826664/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=7532 CPUtime=10.52
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 1738 0 0 0 1052 0 0 0 25 0 1 0 26691202 7712768 1724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 1883 1724 75 150 0 1730 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 29756

[startup+25.5015 s]
/proc/loadavg: 1.89 1.97 1.99 3/85 28267
/proc/meminfo: memFree=1824808/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=9468 CPUtime=23.26
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 2203 0 0 0 2325 1 0 0 25 0 1 0 26691202 9695232 2189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 2367 2189 75 150 0 2214 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 31692

[startup+51.1014 s]
/proc/loadavg: 1.93 1.97 1.99 4/85 28267
/proc/meminfo: memFree=1823272/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=10920 CPUtime=48.74
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 2589 0 0 0 4872 2 0 0 25 0 1 0 26691202 11182080 2575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 2730 2575 75 150 0 2577 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 33144

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/85 28267
/proc/meminfo: memFree=1821032/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=13376 CPUtime=99.7
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 3169 0 0 0 9967 3 0 0 25 0 1 0 26691202 13697024 3155 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 3344 3155 75 150 0 3191 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 35600

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 28267
/proc/meminfo: memFree=1819880/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=14328 CPUtime=159.42
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 3403 0 0 0 15939 3 0 0 25 0 1 0 26691202 14671872 3389 996147200 134512640 135127466 4294956256 18446744073709551615 134528427 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 3582 3389 75 150 0 3429 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 36552

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 28273
/proc/meminfo: memFree=1817704/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=16368 CPUtime=219.13
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 3918 0 0 0 21910 3 0 0 25 0 1 0 26691202 16760832 3904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=25776 CPUtime=1291.69
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6173 0 0 0 129158 11 0 0 25 0 1 0 26691202 26394624 6159 996147200 134512640 135127466 4294956256 18446744073709551615 134529012 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 6444 6159 75 150 0 6291 0
Current children cumulated CPU time (s) 1293.71
Current children cumulated vsize (KiB) 48000

[startup+1362.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1787376/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=26436 CPUtime=1351.13
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6338 0 0 0 135102 11 0 0 25 0 1 0 26691202 27070464 6324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 6609 6324 75 150 0 6456 0
Current children cumulated CPU time (s) 1353.15
Current children cumulated vsize (KiB) 48660

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1786608/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=27268 CPUtime=1410.59
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6545 0 0 0 141047 12 0 0 25 0 1 0 26691202 27922432 6531 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 6817 6531 75 150 0 6664 0
Current children cumulated CPU time (s) 1412.61
Current children cumulated vsize (KiB) 49492

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1786288/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=27704 CPUtime=1470.03
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6626 0 0 0 146991 12 0 0 25 0 1 0 26691202 28368896 6612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 6926 6612 75 150 0 6773 0
Current children cumulated CPU time (s) 1472.05
Current children cumulated vsize (KiB) 49928

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1786032/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=27884 CPUtime=1529.47
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6676 0 0 0 152935 12 0 0 25 0 1 0 26691202 28553216 6662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 6971 6662 75 150 0 6818 0
Current children cumulated CPU time (s) 1531.49
Current children cumulated vsize (KiB) 50108

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1785904/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=27884 CPUtime=1588.91
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6697 0 0 0 158879 12 0 0 25 0 1 0 26691202 28553216 6683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 6971 6683 75 150 0 6818 0
Current children cumulated CPU time (s) 1590.93
Current children cumulated vsize (KiB) 50108

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1785712/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=28176 CPUtime=1648.36
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6747 0 0 0 164824 12 0 0 25 0 1 0 26691202 28852224 6733 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 7044 6733 75 150 0 6891 0
Current children cumulated CPU time (s) 1650.38
Current children cumulated vsize (KiB) 50400

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1785008/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=28704 CPUtime=1707.83
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6905 0 0 0 170770 13 0 0 25 0 1 0 26691202 29392896 6891 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 7176 6891 75 150 0 7023 0
Current children cumulated CPU time (s) 1709.85
Current children cumulated vsize (KiB) 50928

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=28840 CPUtime=1767.27
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6948 0 0 0 176714 13 0 0 25 0 1 0 26691202 29532160 6934 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 7210 6934 75 150 0 7057 0
Current children cumulated CPU time (s) 1769.29
Current children cumulated vsize (KiB) 51064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=28992 CPUtime=1797.98
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6955 0 0 0 179785 13 0 0 25 0 1 0 26691202 29687808 6941 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 7248 6941 75 150 0 7095 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 51216

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

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

[startup+1813.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 28415
/proc/meminfo: memFree=1784560/2055920 swapFree=4192812/4192956
[pid=28243] ppid=28241 vsize=16868 CPUtime=2.02
/proc/28243/stat : 28243 (sugar) S 28241 28243 28206 0 -1 4194304 1376 13992 0 2 5 2 185 10 16 0 1 0 26690991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 4217 1113 409 3 0 796 0
[pid=28266] ppid=28243 vsize=5356 CPUtime=0
/proc/28266/stat : 28266 (sh) S 28243 28243 28206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26691202 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28266/statm: 1339 232 193 169 0 50 0
[pid=28267] ppid=28266 vsize=28992 CPUtime=1797.98
/proc/28267/stat : 28267 (minisat) R 28266 28243 28206 0 -1 4194304 6955 0 0 0 179785 13 0 0 25 0 1 0 26691202 29687808 6941 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28267/statm: 7248 6941 75 150 0 7095 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 51216

Child status: 0
Real time (s): 1813.32
CPU time (s): 1800.05
CPU user time (s): 1799.77
CPU system time (s): 0.272958
CPU usage (%): 99.2679
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23031
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= 1665
involuntary context switches= 45494

runsolver used 2.71959 second user time and 5.16221 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 12:57:38
IDJOB=2091784
IDBENCH=60118
IDSOLVER=739
FILE ID=node88/2091784-1247396258
PBS_JOBID= 9507441
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-33_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2091784-1247396258/watcher-2091784-1247396258 -o /tmp/evaluation-result-2091784-1247396258/solver-2091784-1247396258 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2091784-1247396258.xml

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

MD5SUM BENCH= 1ce71125421fbeedcb08f370be5c4112
RANDOM SEED=1641196039

node88.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1838736 kB
Buffers:         31480 kB
Cached:         108124 kB
SwapCached:          0 kB
Active:         117456 kB
Inactive:        56372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          54592 kB
Slab:            28476 kB
Committed_AS:   263208 kB
PageTables:       1956 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= 66132 MiB
End job on node88 at 2009-07-12 13:27:53