Trace number 2091696

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.06 1810.22

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-45_ext.xml
MD5SUM3c72aa0cd842d7c33b9b6c86f5561b8e
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 benchmark207.144
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.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 12:45:36 2009
0.05/0.08	c 0	PID 27233
0.05/0.08	c 0	HOST node39.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2091696-1247395535.xml TO HOME/temp.csp
0.05/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-2091696-1247395535.xml' 'HOME/temp.csp'
0.06/0.84	c 0	1 domains, 50 variables, 0 predicates, 467 relations, 467 constraints
0.06/0.87	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 0	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 0	Parsing HOME/temp.csp
1.30/1.48	c 1	parsed 985 expressions
1.30/1.49	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.49	c 1	Converting to clausal form CSP
1.41/1.51	c 1	converted 99 (10%) expressions
1.41/1.57	c 1	converted 197 (20%) expressions
1.41/1.58	c 1	converted 296 (30%) expressions
1.41/1.58	c 1	converted 394 (40%) expressions
1.41/1.59	c 1	converted 493 (50%) expressions
1.50/1.63	c 1	converted 591 (60%) expressions
1.50/1.66	c 1	converted 690 (70%) expressions
1.50/1.69	c 1	converted 788 (80%) expressions
1.70/1.81	c 1	converted 887 (90%) expressions
1.70/1.85	c 1	converted 985 (100%) expressions
1.70/1.85	c 1	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.70/1.85	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.85	c 1	Propagation in CSP
1.70/1.85	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.70/1.85	c 1	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.70/1.85	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.86	c 1	Simplifing CSP by introducing new Boolean variables
1.70/1.86	c 1	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.70/1.86	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.92	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.93	c 1	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.80/1.93	c 1	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.80/1.93	c 1	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.80/1.94	c 1	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.80/1.94	c 1	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.80/1.94	c 1	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.80/1.94	c 1	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.80/1.94	c 1	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.80/1.94	c 1	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.80/1.94	c 1	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.90/2.01	c 1	47 (10%) CSP clauses are encoded (5333 clauses, 83866 bytes)
1.90/2.04	c 1	94 (20%) CSP clauses are encoded (9685 clauses, 162144 bytes)
1.90/2.06	c 2	141 (30%) CSP clauses are encoded (13966 clauses, 244343 bytes)
1.90/2.09	c 2	187 (40%) CSP clauses are encoded (18072 clauses, 323137 bytes)
2.01/2.12	c 2	234 (50%) CSP clauses are encoded (22162 clauses, 401457 bytes)
2.01/2.15	c 2	281 (60%) CSP clauses are encoded (26387 clauses, 482632 bytes)
2.01/2.17	c 2	327 (70%) CSP clauses are encoded (30485 clauses, 561946 bytes)
2.01/2.20	c 2	374 (80%) CSP clauses are encoded (34872 clauses, 647210 bytes)
2.10/2.23	c 2	421 (90%) CSP clauses are encoded (39350 clauses, 733640 bytes)
2.10/2.25	c 2	467 (100%) CSP clauses are encoded (43584 clauses, 818091 bytes)
2.10/2.25	c 2	467 CSP clauses encoded
2.10/2.26	c 2	Writing map file : HOME/temp.map
2.10/2.26	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.26	c 2	SAT : 1100 SAT variables, 43584 SAT clauses, 818091 bytes
2.10/2.26	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.29	c 2	SOLVING HOME/temp.cnf
2.10/2.29	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.29	c 2	This is MiniSat 2.0 beta
2.10/2.29	c 2	WARNING: for repeatability, setting FPU to use double precision
2.10/2.29	c 2	============================[ Problem Statistics ]=============================
2.10/2.29	c 2	|                                                                             |
2.10/2.29	c 2	|  Number of variables:  1100                                                 |
2.10/2.29	c 2	|  Number of clauses:    43584                                                |
2.17/2.32	c 2	|  Parsing time:         0.02         s                                       |
2.17/2.32	c 2	============================[ Search Statistics ]==============================
2.17/2.32	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.32	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.32	c 2	===============================================================================
2.17/2.32	c 2	|         0 |    1100    43584   162523 |    14528        0    nan |  0.000 % |
2.17/2.34	c 2	|       101 |    1100    43584   162523 |    15980      101     14 |  0.000 % |
2.17/2.37	c 2	|       251 |    1100    43584   162523 |    17578      251     12 |  0.003 % |
2.17/2.42	c 2	|       476 |    1100    43584   162523 |    19336      476     13 |  0.003 % |
2.17/2.49	c 2	|       813 |    1100    43584   162523 |    21270      813     13 |  0.004 % |
2.17/2.60	c 2	|      1319 |    1100    43584   162523 |    23397     1319     14 |  0.004 % |
2.17/2.76	c 2	|      2078 |    1100    43584   162523 |    25737     2078     15 |  0.002 % |
2.17/3.00	c 2	|      3218 |    1100    43584   162523 |    28310     3218     14 |  0.004 % |
3.25/3.40	c 3	|      4926 |    1100    43584   162523 |    31142     4926     15 |  0.004 % |
3.84/4.06	c 4	|      7488 |    1100    43584   162523 |    34256     7488     15 |  0.004 % |
4.93/5.13	c 5	|     11333 |    1100    43584   162523 |    37681    11333     16 |  0.004 % |
6.82/7.02	c 6	|     17099 |    1100    43584   162523 |    41450    17099     16 |  0.004 % |
10.29/10.55	c 10	|     25749 |    1100    43584   162523 |    45595    25749     16 |  0.004 % |
15.73/16.06	c 16	|     38724 |    1100    43584   162523 |    50154    38724     17 |  0.002 % |
25.15/25.54	c 25	|     58186 |    1100    43584   162523 |    55170    20466     18 |  0.004 % |
39.60/40.19	c 40	|     87380 |    1100    43584   162523 |    60687    49660     18 |  0.004 % |
65.06/65.87	c 65	|    131170 |    1100    43584   162523 |    66755    49062     19 |  0.003 % |
106.37/107.51	c 107	|    196855 |    1100    43584   162523 |    73431    63951     20 |  0.001 % |
166.91/168.68	c 168	|    295384 |    1100    43584   162523 |    80774    45767     18 |  0.003 % |
261.82/264.49	c 264	|    443174 |    1100    43584   162523 |    88851    62544     23 |  0.004 % |
425.08/429.24	c 429	|    664858 |    1100    43584   162523 |    97737    69957     21 |  0.004 % |
688.31/694.93	c 694	|    997383 |    1100    43584   162523 |   107510    78550     22 |  0.004 % |
1110.35/1120.39	c 1120	|   1496171 |    1100    43584   162523 |   118261    41293     22 |  0.004 % |
1709.34/1719.52	c 1719	|   2244353 |    1100    43584   162523 |   130088    86947     23 |  0.004 % |
1800.01/1810.21	sh: line 1: 27257 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.01/1810.21	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1810.21	c 1810	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.01/1810.21	c ERROR INTERRUPTED
1800.01/1810.21	s UNKNOWN
1800.01/1810.21	c 1810	CPU 1800.04 (0.07 0.01 1799.76 0.2)
1800.01/1810.21	c 1810	END Sun Jul 12 13:15:46 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-2091696-1247395535/watcher-2091696-1247395535 -o /tmp/evaluation-result-2091696-1247395535/solver-2091696-1247395535 -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-2091696-1247395535.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.00 2.00 2.00 4/74 27233
/proc/meminfo: memFree=1847376/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=18576 CPUtime=0
/proc/27233/stat : 27233 (runsolver) R 27231 27233 25303 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26617582 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272836914471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27233/statm: 4644 284 249 26 0 2626 0

[startup+0.06467 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27233
/proc/meminfo: memFree=1847376/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16212 CPUtime=0.05
/proc/27233/stat : 27233 (sugar) R 27231 27233 25303 0 -1 4194304 949 0 0 0 4 1 0 0 18 0 1 0 26617582 16601088 917 996147200 4194304 4206940 548682068608 18446744073709551615 272854774405 0 0 4224 0 0 0 0 17 1 0 0
/proc/27233/statm: 4053 917 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101679 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27233
/proc/meminfo: memFree=1847376/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=0.06
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26617582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30168 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27233
/proc/meminfo: memFree=1847376/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=0.06
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26617582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701711 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 27233
/proc/meminfo: memFree=1847376/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=0.06
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26617582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 2.08 2.02 2.01 5/85 27255
/proc/meminfo: memFree=1839160/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=0.8
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1309 4987 0 1 5 1 71 3 16 0 1 0 26617582 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1111 409 3 0 796 0
[pid=27246] ppid=27233 vsize=5356 CPUtime=0
/proc/27246/stat : 27246 (sh) S 27233 27233 25303 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26617670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27246/statm: 1339 233 193 169 0 50 0
[pid=27247] ppid=27246 vsize=864256 CPUtime=0.61
/proc/27247/stat : 27247 (java) S 27246 27233 25303 0 -1 0 6489 0 1 0 58 3 0 0 18 0 9 0 26617670 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27247/statm: 216064 5774 2567 9 0 210569 0
[pid=27247/tid=27248] ppid=27246 vsize=864256 CPUtime=0.45
/proc/27247/task/27248/stat : 27248 (java) R 27246 27233 25303 0 -1 64 2550 0 1 0 44 1 0 0 18 0 9 0 26617671 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4159704628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27247/tid=27249] ppid=27246 vsize=864256 CPUtime=0.1
/proc/27247/task/27249/stat : 27249 (java) S 27246 27233 25303 0 -1 64 2936 0 0 0 9 1 0 0 16 0 9 0 26617672 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27247/tid=27250] ppid=27246 vsize=864256 CPUtime=0
/proc/27247/task/27250/stat : 27250 (java) S 27246 27233 25303 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26617672 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27247/tid=27251] ppid=27246 vsize=864256 CPUtime=0
/proc/27247/task/27251/stat : 27251 (java) S 27246 27233 25303 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26617672 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27247/tid=27252] ppid=27246 vsize=864256 CPUtime=0
/proc/27247/task/27252/stat : 27252 (java) S 27246 27233 25303 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26617675 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27247/tid=27253] ppid=27246 vsize=864256 CPUtime=0.03
/proc/27247/task/27253/stat : 27253 (java) S 27246 27233 25303 0 -1 64 301 0 0 0 3 0 0 0 16 0 9 0 26617675 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27247/tid=27254] ppid=27246 vsize=864256 CPUtime=0
/proc/27247/task/27254/stat : 27254 (java) S 27246 27233 25303 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26617675 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27247/tid=27255] ppid=27246 vsize=864256 CPUtime=0
/proc/27247/task/27255/stat : 27255 (java) S 27246 27233 25303 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26617675 884998144 5774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886480

[startup+3.10188 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 27255
/proc/meminfo: memFree=1821688/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 15 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30109 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 27257
/proc/meminfo: memFree=1838072/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=5456 CPUtime=3.95
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 1218 0 0 0 394 1 0 0 25 0 1 0 26617812 5586944 1204 996147200 134512640 135127466 4294956256 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 1364 1204 75 150 0 1211 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27680

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 27257
/proc/meminfo: memFree=1836216/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=7216 CPUtime=10.29
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 1623 0 0 0 1028 1 0 0 25 0 1 0 26617812 7389184 1609 996147200 134512640 135127466 4294956256 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 1804 1609 75 150 0 1651 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 29440

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 27257
/proc/meminfo: memFree=1834168/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=9148 CPUtime=22.98
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 2134 0 0 0 2296 2 0 0 25 0 1 0 26617812 9367552 2120 996147200 134512640 135127466 4294956256 18446744073709551615 134531083 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 2287 2120 75 150 0 2134 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 31372

[startup+51.1011 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 27257
/proc/meminfo: memFree=1832184/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=11068 CPUtime=48.33
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 2600 0 0 0 4831 2 0 0 25 0 1 0 26617812 11333632 2586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 2767 2586 75 150 0 2614 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 33292

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 27257
/proc/meminfo: memFree=1830520/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=12404 CPUtime=99.06
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 2921 0 0 0 9903 3 0 0 25 0 1 0 26617812 12701696 2907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3101 2907 75 150 0 2948 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 34628

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27257
/proc/meminfo: memFree=1828728/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=14004 CPUtime=158.5
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 3327 0 0 0 15846 4 0 0 25 0 1 0 26617812 14340096 3313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3501 3313 75 150 0 3348 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 36228

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27257
/proc/meminfo: memFree=1827064/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=15492 CPUtime=217.93
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 3681 0 0 0 21789 4 0 0 25 0 1 0 26617812 15863808 3667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3873 3667 75 150 0 3720 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 37716

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

[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=25648 CPUtime=1230.14
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6100 0 0 0 123007 7 0 0 25 0 1 0 26617812 26263552 6086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 6412 6086 75 150 0 6259 0
Current children cumulated CPU time (s) 1232.31
Current children cumulated vsize (KiB) 47872

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1822400/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=25804 CPUtime=1290.12
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6128 0 0 0 129005 7 0 0 25 0 1 0 26617812 26423296 6114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 6451 6114 75 150 0 6298 0
Current children cumulated CPU time (s) 1292.29
Current children cumulated vsize (KiB) 48028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1822208/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=26100 CPUtime=1350.09
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6185 0 0 0 135002 7 0 0 25 0 1 0 26617812 26726400 6171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 6525 6171 75 150 0 6372 0
Current children cumulated CPU time (s) 1352.26
Current children cumulated vsize (KiB) 48324

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1820416/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=27848 CPUtime=1410.08
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6623 0 0 0 141000 8 0 0 25 0 1 0 26617812 28516352 6609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 6962 6609 75 150 0 6809 0
Current children cumulated CPU time (s) 1412.25
Current children cumulated vsize (KiB) 50072

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1820224/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=28116 CPUtime=1470.06
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6665 0 0 0 146998 8 0 0 25 0 1 0 26617812 28790784 6651 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 7029 6651 75 150 0 6876 0
Current children cumulated CPU time (s) 1472.23
Current children cumulated vsize (KiB) 50340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1819904/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=28380 CPUtime=1530.03
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6743 0 0 0 152995 8 0 0 25 0 1 0 26617812 29061120 6729 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 7095 6729 75 150 0 6942 0
Current children cumulated CPU time (s) 1532.2
Current children cumulated vsize (KiB) 50604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1819264/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=28980 CPUtime=1590.01
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6904 0 0 0 158993 8 0 0 25 0 1 0 26617812 29675520 6890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 7245 6890 75 150 0 7092 0
Current children cumulated CPU time (s) 1592.18
Current children cumulated vsize (KiB) 51204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1818944/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=29328 CPUtime=1649.99
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 6958 0 0 0 164991 8 0 0 25 0 1 0 26617812 30031872 6944 996147200 134512640 135127466 4294956256 18446744073709551615 134530904 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 7332 6944 75 150 0 7179 0
Current children cumulated CPU time (s) 1652.16
Current children cumulated vsize (KiB) 51552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1818496/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=29640 CPUtime=1709.97
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 7033 0 0 0 170988 9 0 0 25 0 1 0 26617812 30351360 7019 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 7410 7019 75 150 0 7257 0
Current children cumulated CPU time (s) 1712.14
Current children cumulated vsize (KiB) 51864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1818112/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=29772 CPUtime=1769.95
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 7078 0 0 0 176986 9 0 0 25 0 1 0 26617812 30486528 7064 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 7443 7064 75 150 0 7290 0
Current children cumulated CPU time (s) 1772.12
Current children cumulated vsize (KiB) 51996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27296
/proc/meminfo: memFree=1817984/2055920 swapFree=4192812/4192956
[pid=27233] ppid=27231 vsize=16868 CPUtime=2.17
/proc/27233/stat : 27233 (sugar) S 27231 27233 25303 0 -1 4194304 1376 13969 0 2 6 1 200 10 16 0 1 0 26617582 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27233/statm: 4217 1113 409 3 0 796 0
[pid=27256] ppid=27233 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27233 27233 25303 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26617812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 232 193 169 0 50 0
[pid=27257] ppid=27256 vsize=29772 CPUtime=1797.84
/proc/27257/stat : 27257 (minisat) R 27256 27233 25303 0 -1 4194304 7101 0 0 0 179775 9 0 0 25 0 1 0 26617812 30486528 7087 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/27257/statm: 7443 7087 75 150 0 7290 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 51996

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

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

Child status: 0
Real time (s): 1810.22
CPU time (s): 1800.06
CPU user time (s): 1799.84
CPU system time (s): 0.223965
CPU usage (%): 99.4388
Max. virtual memory (cumulated for all children) (KiB): 886592

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

runsolver used 2.10168 second user time and 6.15306 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 12:45:35
IDJOB=2091696
IDBENCH=60105
IDSOLVER=739
FILE ID=node39/2091696-1247395535
PBS_JOBID= 9507304
Free space on /tmp= 66432 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-45_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-2091696-1247395535/watcher-2091696-1247395535 -o /tmp/evaluation-result-2091696-1247395535/solver-2091696-1247395535 -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-2091696-1247395535.xml

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

MD5SUM BENCH= 3c72aa0cd842d7c33b9b6c86f5561b8e
RANDOM SEED=136303411

node39.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:       1847856 kB
Buffers:         24820 kB
Cached:          89012 kB
SwapCached:          0 kB
Active:         112320 kB
Inactive:        36252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          45996 kB
Slab:            44628 kB
Committed_AS:   197060 kB
PageTables:       1844 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= 66428 MiB
End job on node39 at 2009-07-12 13:15:48