Trace number 2091773

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.09 1804.52

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-14_ext.xml
MD5SUM45debe2b483a9881d4ac7c139784d256
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 benchmark577.593
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 12:55:18 2009
0.00/0.08	c 0	PID 28934
0.00/0.08	c 0	HOST node32.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091773-1247396118.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091773-1247396118.xml' 'HOME/temp.csp'
0.07/0.82	c 1	1 domains, 50 variables, 0 predicates, 471 relations, 471 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	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.80/0.95	c 1	Parsing HOME/temp.csp
1.19/1.35	c 1	parsed 993 expressions
1.19/1.36	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.36	c 1	Converting to clausal form CSP
1.19/1.39	c 1	converted 100 (10%) expressions
1.30/1.44	c 1	converted 199 (20%) expressions
1.30/1.45	c 1	converted 298 (30%) expressions
1.30/1.46	c 1	converted 398 (40%) expressions
1.30/1.47	c 1	converted 497 (50%) expressions
1.40/1.51	c 1	converted 596 (60%) expressions
1.40/1.54	c 2	converted 696 (70%) expressions
1.40/1.57	c 2	converted 795 (80%) expressions
1.50/1.68	c 2	converted 894 (90%) expressions
1.60/1.71	c 2	converted 993 (100%) expressions
1.60/1.71	c 2	CSP : 50 integers, 0 booleans, 471 clauses, largest domain size 23
1.60/1.71	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.71	c 2	Propagation in CSP
1.60/1.72	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.72	c 2	CSP : 50 integers, 0 booleans, 471 clauses, largest domain size 23
1.60/1.72	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.72	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.72	c 2	CSP : 50 integers, 0 booleans, 471 clauses, largest domain size 23
1.60/1.72	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.78	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.78	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.60/1.79	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.60/1.79	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.60/1.79	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.60/1.79	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.60/1.79	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.69/1.80	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.69/1.80	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.69/1.80	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.69/1.80	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.69/1.86	c 2	48 (10%) CSP clauses are encoded (5356 clauses, 84128 bytes)
1.69/1.89	c 2	95 (20%) CSP clauses are encoded (9502 clauses, 157779 bytes)
1.80/1.92	c 2	142 (30%) CSP clauses are encoded (13774 clauses, 239457 bytes)
1.80/1.95	c 2	189 (40%) CSP clauses are encoded (18112 clauses, 323053 bytes)
1.80/1.97	c 2	236 (50%) CSP clauses are encoded (22254 clauses, 402090 bytes)
1.89/2.00	c 2	283 (60%) CSP clauses are encoded (26493 clauses, 484151 bytes)
1.89/2.02	c 2	330 (70%) CSP clauses are encoded (30724 clauses, 566092 bytes)
1.89/2.05	c 2	377 (80%) CSP clauses are encoded (34998 clauses, 649247 bytes)
1.89/2.07	c 2	424 (90%) CSP clauses are encoded (39348 clauses, 733473 bytes)
2.00/2.11	c 2	471 (100%) CSP clauses are encoded (43708 clauses, 820410 bytes)
2.00/2.11	c 2	471 CSP clauses encoded
2.00/2.11	c 2	Writing map file : HOME/temp.map
2.00/2.11	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.11	c 2	SAT : 1100 SAT variables, 43708 SAT clauses, 820410 bytes
2.00/2.11	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.14	c 2	SOLVING HOME/temp.cnf
2.00/2.14	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.00/2.14	c 2	This is MiniSat 2.0 beta
2.00/2.14	c 2	WARNING: for repeatability, setting FPU to use double precision
2.00/2.14	c 2	============================[ Problem Statistics ]=============================
2.00/2.14	c 2	|                                                                             |
2.00/2.14	c 2	|  Number of variables:  1100                                                 |
2.00/2.14	c 2	|  Number of clauses:    43708                                                |
2.00/2.17	c 2	|  Parsing time:         0.02         s                                       |
2.00/2.17	c 2	============================[ Search Statistics ]==============================
2.00/2.17	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.17	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.17	c 2	===============================================================================
2.00/2.17	c 2	|         0 |    1100    43708   163026 |    14569        0    nan |  0.000 % |
2.00/2.19	c 2	|       102 |    1100    43708   163026 |    16026      102     13 |  0.000 % |
2.01/2.22	c 2	|       253 |    1100    43708   163026 |    17628      253     14 |  0.001 % |
2.01/2.26	c 2	|       479 |    1100    43708   163026 |    19391      479     14 |  0.004 % |
2.01/2.34	c 2	|       817 |    1100    43708   163026 |    21330      817     15 |  0.003 % |
2.01/2.43	c 2	|      1326 |    1100    43708   163026 |    23464     1326     15 |  0.003 % |
2.01/2.59	c 3	|      2085 |    1100    43708   163026 |    25810     2085     15 |  0.004 % |
2.01/2.84	c 3	|      3225 |    1100    43708   163026 |    28391     3225     16 |  0.004 % |
3.05/3.23	c 3	|      4933 |    1100    43708   163026 |    31230     4933     16 |  0.004 % |
3.63/3.82	c 4	|      7495 |    1100    43708   163026 |    34353     7495     16 |  0.004 % |
4.62/4.86	c 5	|     11339 |    1100    43708   163026 |    37789    11339     16 |  0.004 % |
6.31/6.51	c 6	|     17105 |    1100    43708   163026 |    41568    17105     16 |  0.004 % |
9.18/9.46	c 9	|     25754 |    1100    43708   163026 |    45724    25754     17 |  0.001 % |
14.14/14.45	c 14	|     38729 |    1100    43708   163026 |    50297    38729     18 |  0.004 % |
22.35/22.71	c 23	|     58191 |    1100    43708   163026 |    55327    20996     19 |  0.002 % |
35.93/36.44	c 36	|     87383 |    1100    43708   163026 |    60859    50188     20 |  0.000 % |
55.24/55.93	c 56	|    131172 |    1100    43708   163026 |    66945    45451     22 |  0.002 % |
93.77/94.84	c 95	|    196856 |    1100    43708   163026 |    73640    57339     21 |  0.003 % |
159.35/161.08	c 161	|    295382 |    1100    43708   163026 |    81004    39391     22 |  0.003 % |
258.12/260.77	c 261	|    443171 |    1100    43708   163026 |    89104    58727     21 |  0.003 % |
414.77/418.72	c 419	|    664855 |    1100    43708   163026 |    98015    60650     21 |  0.003 % |
678.17/682.29	c 682	|    997381 |    1100    43708   163026 |   107816    72434     24 |  0.000 % |
1098.91/1103.15	c 1103	|   1496169 |    1100    43708   163026 |   118598    27479     23 |  0.003 % |
1770.05/1774.52	c 1775	|   2244351 |    1100    43708   163026 |   130458    72017     24 |  0.003 % |
1800.04/1804.51	sh: line 1: 28958 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1804.51	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1804.51	c 1804	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.04/1804.52	c ERROR INTERRUPTED
1800.04/1804.52	s UNKNOWN
1800.04/1804.52	c 1804	CPU 1800.07 (0.05 0.02 1799.78 0.22)
1800.04/1804.52	c 1804	END Sun Jul 12 13:25:22 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-2091773-1247396118/watcher-2091773-1247396118 -o /tmp/evaluation-result-2091773-1247396118/solver-2091773-1247396118 -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-2091773-1247396118.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: 2.01 2.04 2.00 4/73 28934
/proc/meminfo: memFree=1849056/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=12132 CPUtime=0
/proc/28934/stat : 28934 (sugar) R 28932 28934 28897 0 -1 4194304 214 0 0 0 0 0 0 0 23 0 1 0 26678287 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 268213589437 0 0 4224 0 0 0 0 17 1 0 0
/proc/28934/statm: 3033 182 142 3 0 133 0

[startup+0.087917 s]
/proc/loadavg: 2.01 2.04 2.00 4/73 28934
/proc/meminfo: memFree=1849056/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=0.07
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26678287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.104917 s]
/proc/loadavg: 2.01 2.04 2.00 4/73 28934
/proc/meminfo: memFree=1849056/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=0.07
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26678287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301937 s]
/proc/loadavg: 2.01 2.04 2.00 4/73 28934
/proc/meminfo: memFree=1849056/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=0.07
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26678287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702986 s]
/proc/loadavg: 2.01 2.04 2.00 4/73 28934
/proc/meminfo: memFree=1849056/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=0.07
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26678287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 28956
/proc/meminfo: memFree=1840584/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=0.8
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1309 4988 0 1 5 2 69 4 15 0 1 0 26678287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1111 409 3 0 796 0
[pid=28947] ppid=28934 vsize=5356 CPUtime=0
/proc/28947/stat : 28947 (sh) S 28934 28934 28897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26678375 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28947/statm: 1339 233 193 169 0 50 0
[pid=28948] ppid=28947 vsize=864200 CPUtime=0.6
/proc/28948/stat : 28948 (java) S 28947 28934 28897 0 -1 0 7103 0 1 0 57 3 0 0 19 0 9 0 26678375 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28948/statm: 216050 6369 2566 9 0 210555 0
[pid=28948/tid=28949] ppid=28947 vsize=864200 CPUtime=0.36
/proc/28948/task/28949/stat : 28949 (java) R 28947 28934 28897 0 -1 64 2599 0 1 0 35 1 0 0 18 0 9 0 26678376 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28948/tid=28950] ppid=28947 vsize=864200 CPUtime=0.17
/proc/28948/task/28950/stat : 28950 (java) R 28947 28934 28897 0 -1 64 3488 0 0 0 16 1 0 0 16 0 9 0 26678377 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 103826297 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28948/tid=28951] ppid=28947 vsize=864200 CPUtime=0
/proc/28948/task/28951/stat : 28951 (java) S 28947 28934 28897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26678377 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28948/tid=28952] ppid=28947 vsize=864200 CPUtime=0
/proc/28948/task/28952/stat : 28952 (java) S 28947 28934 28897 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26678377 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28948/tid=28953] ppid=28947 vsize=864200 CPUtime=0
/proc/28948/task/28953/stat : 28953 (java) S 28947 28934 28897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26678379 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28948/tid=28954] ppid=28947 vsize=864200 CPUtime=0.04
/proc/28948/task/28954/stat : 28954 (java) S 28947 28934 28897 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 26678379 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28948/tid=28955] ppid=28947 vsize=864200 CPUtime=0
/proc/28948/task/28955/stat : 28955 (java) S 28947 28934 28897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26678379 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28948/tid=28956] ppid=28947 vsize=864200 CPUtime=0
/proc/28948/task/28956/stat : 28956 (java) S 28947 28934 28897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26678379 884940800 6369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886424

[startup+3.10126 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 28956
/proc/meminfo: memFree=1822984/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 15 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30162 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28958
/proc/meminfo: memFree=1839688/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=5608 CPUtime=4.1
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 1254 0 0 0 410 0 0 0 25 0 1 0 26678502 5742592 1240 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/28958/statm: 1402 1240 75 150 0 1249 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 27832

[startup+12.7014 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28958
/proc/meminfo: memFree=1837640/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=7588 CPUtime=10.44
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 1742 0 0 0 1043 1 0 0 25 0 1 0 26678502 7770112 1728 996147200 134512640 135127466 4294956256 18446744073709551615 134527246 0 0 4096 3 0 0 0 17 1 0 0
/proc/28958/statm: 1897 1728 75 150 0 1744 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 29812

[startup+25.5028 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28958
/proc/meminfo: memFree=1835784/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=9524 CPUtime=23.11
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 2197 0 0 0 2310 1 0 0 25 0 1 0 26678502 9752576 2183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28958/statm: 2381 2183 75 150 0 2228 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 31748

[startup+51.1027 s]
/proc/loadavg: 2.07 2.05 2.00 3/76 28958
/proc/meminfo: memFree=1833928/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=11256 CPUtime=48.48
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 2662 0 0 0 4846 2 0 0 25 0 1 0 26678502 11526144 2648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28958/statm: 2814 2648 75 150 0 2661 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 33480

[startup+102.307 s]
/proc/loadavg: 2.09 2.05 2.00 3/76 28958
/proc/meminfo: memFree=1831816/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=13512 CPUtime=99.2
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 3171 0 0 0 9918 2 0 0 25 0 1 0 26678502 13836288 3157 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/28958/statm: 3378 3157 75 150 0 3225 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 35736

[startup+162.302 s]
/proc/loadavg: 2.09 2.06 2.00 3/76 28958
/proc/meminfo: memFree=1829896/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=15348 CPUtime=158.63
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 3636 0 0 0 15861 2 0 0 25 0 1 0 26678502 15716352 3622 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28958/statm: 3837 3622 75 150 0 3684 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 37572

[startup+222.302 s]
/proc/loadavg: 2.08 2.06 2.00 3/76 28958
/proc/meminfo: memFree=1828936/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=16292 CPUtime=218.07
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 3885 0 0 0 21804 3 0 0 25 0 1 0 26678502 16683008 3871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28958/statm: 4073 3871 75 150 0 3920 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 38516

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

[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=26580 CPUtime=1296.03
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6351 0 0 0 129595 8 0 0 25 0 1 0 26678502 27217920 6337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 6645 6337 75 150 0 6492 0
Current children cumulated CPU time (s) 1298.04
Current children cumulated vsize (KiB) 48804

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1793600/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=27012 CPUtime=1356
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6444 0 0 0 135592 8 0 0 25 0 1 0 26678502 27660288 6430 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 6753 6430 75 150 0 6600 0
Current children cumulated CPU time (s) 1358.01
Current children cumulated vsize (KiB) 49236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1792896/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=27400 CPUtime=1415.98
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6521 0 0 0 141590 8 0 0 25 0 1 0 26678502 28057600 6507 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 6850 6507 75 150 0 6697 0
Current children cumulated CPU time (s) 1417.99
Current children cumulated vsize (KiB) 49624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1792256/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=27400 CPUtime=1475.95
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6547 0 0 0 147587 8 0 0 25 0 1 0 26678502 28057600 6533 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 6850 6533 75 150 0 6697 0
Current children cumulated CPU time (s) 1477.96
Current children cumulated vsize (KiB) 49624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1790528/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=27716 CPUtime=1535.92
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6618 0 0 0 153584 8 0 0 25 0 1 0 26678502 28381184 6604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 6929 6604 75 150 0 6776 0
Current children cumulated CPU time (s) 1537.93
Current children cumulated vsize (KiB) 49940

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1789248/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=27912 CPUtime=1595.9
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6664 0 0 0 159582 8 0 0 25 0 1 0 26678502 28581888 6642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 6978 6642 75 150 0 6825 0
Current children cumulated CPU time (s) 1597.91
Current children cumulated vsize (KiB) 50136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1788992/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=28068 CPUtime=1655.89
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6694 0 0 0 165580 9 0 0 25 0 1 0 26678502 28741632 6672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 7017 6672 75 150 0 6864 0
Current children cumulated CPU time (s) 1657.9
Current children cumulated vsize (KiB) 50292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1788608/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=28256 CPUtime=1715.86
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6711 0 0 0 171577 9 0 0 25 0 1 0 26678502 28934144 6689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 7064 6689 75 150 0 6911 0
Current children cumulated CPU time (s) 1717.87
Current children cumulated vsize (KiB) 50480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1787968/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=28756 CPUtime=1775.83
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6828 0 0 0 177574 9 0 0 25 0 1 0 26678502 29446144 6806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 7189 6806 75 150 0 7036 0
Current children cumulated CPU time (s) 1777.84
Current children cumulated vsize (KiB) 50980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1787968/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=28756 CPUtime=1798.03
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6833 0 0 0 179794 9 0 0 25 0 1 0 26678502 29446144 6811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 7189 6811 75 150 0 7036 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 50980

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

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

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29014
/proc/meminfo: memFree=1787968/2055920 swapFree=4192812/4192956
[pid=28934] ppid=28932 vsize=16868 CPUtime=2.01
/proc/28934/stat : 28934 (sugar) S 28932 28934 28897 0 -1 4194304 1376 13958 0 2 5 2 183 11 16 0 1 0 26678287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28934/statm: 4217 1113 409 3 0 796 0
[pid=28957] ppid=28934 vsize=5356 CPUtime=0
/proc/28957/stat : 28957 (sh) S 28934 28934 28897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26678501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28957/statm: 1339 232 193 169 0 50 0
[pid=28958] ppid=28957 vsize=28756 CPUtime=1798.03
/proc/28958/stat : 28958 (minisat) R 28957 28934 28897 0 -1 4194304 6833 0 0 0 179794 9 0 0 25 0 1 0 26678502 29446144 6811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28958/statm: 7189 6811 75 150 0 7036 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 50980

Child status: 0
Real time (s): 1804.52
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.246962
CPU usage (%): 99.7542
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22830
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= 2056
involuntary context switches= 15224

runsolver used 2.15867 second user time and 6.06708 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 12:55:18
IDJOB=2091773
IDBENCH=60117
IDSOLVER=739
FILE ID=node32/2091773-1247396118
PBS_JOBID= 9507437
Free space on /tmp= 66368 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-14_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-2091773-1247396118/watcher-2091773-1247396118 -o /tmp/evaluation-result-2091773-1247396118/solver-2091773-1247396118 -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-2091773-1247396118.xml

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

MD5SUM BENCH= 45debe2b483a9881d4ac7c139784d256
RANDOM SEED=191667514

node32.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.236
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.236
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:       1849536 kB
Buffers:         28740 kB
Cached:         106580 kB
SwapCached:          0 kB
Active:         103732 kB
Inactive:        51484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          31728 kB
Slab:            36172 kB
Committed_AS:   211628 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node32 at 2009-07-12 13:25:25