Trace number 2091740

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.11 1809.43

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-11_ext.xml
MD5SUM5390091a8c52b0caca3123fc73cefb85
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 benchmark1604.7
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints472
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension472
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:48:45 2009
0.00/0.08	c 0	PID 26513
0.06/0.08	c 0	HOST node12.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2091740-1247395724.xml TO HOME/temp.csp
0.06/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-2091740-1247395724.xml' 'HOME/temp.csp'
0.06/0.64	c 0	1 domains, 50 variables, 0 predicates, 472 relations, 472 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.61/0.74	c 0	Parsing HOME/temp.csp
1.03/1.14	c 1	parsed 995 expressions
1.03/1.14	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.14	c 1	Converting to clausal form CSP
1.03/1.17	c 1	converted 100 (10%) expressions
1.12/1.23	c 1	converted 199 (20%) expressions
1.12/1.23	c 1	converted 299 (30%) expressions
1.12/1.23	c 1	converted 398 (40%) expressions
1.12/1.24	c 1	converted 498 (50%) expressions
1.12/1.28	c 1	converted 597 (60%) expressions
1.23/1.31	c 1	converted 697 (70%) expressions
1.23/1.35	c 1	converted 796 (80%) expressions
1.33/1.45	c 1	converted 896 (90%) expressions
1.43/1.51	c 1	converted 995 (100%) expressions
1.43/1.51	c 1	CSP : 50 integers, 0 booleans, 472 clauses, largest domain size 23
1.43/1.51	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 1	Propagation in CSP
1.43/1.51	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.51	c 1	CSP : 50 integers, 0 booleans, 472 clauses, largest domain size 23
1.43/1.51	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.52	c 1	CSP : 50 integers, 0 booleans, 472 clauses, largest domain size 23
1.43/1.52	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.58	c 1	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.43/1.59	c 1	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.43/1.59	c 1	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.43/1.59	c 1	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.43/1.59	c 1	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.43/1.59	c 1	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.43/1.59	c 1	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.43/1.60	c 1	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.43/1.60	c 1	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.43/1.60	c 1	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.53/1.66	c 1	48 (10%) CSP clauses are encoded (5437 clauses, 86116 bytes)
1.53/1.69	c 1	95 (20%) CSP clauses are encoded (9659 clauses, 163338 bytes)
1.64/1.72	c 1	142 (30%) CSP clauses are encoded (13925 clauses, 244969 bytes)
1.64/1.75	c 1	189 (40%) CSP clauses are encoded (18176 clauses, 326367 bytes)
1.64/1.77	c 1	236 (50%) CSP clauses are encoded (22574 clauses, 411423 bytes)
1.73/1.80	c 1	284 (60%) CSP clauses are encoded (26907 clauses, 494384 bytes)
1.73/1.83	c 1	331 (70%) CSP clauses are encoded (31118 clauses, 575421 bytes)
1.73/1.85	c 1	378 (80%) CSP clauses are encoded (35359 clauses, 656984 bytes)
1.73/1.88	c 1	425 (90%) CSP clauses are encoded (39520 clauses, 737373 bytes)
1.83/1.90	c 1	472 (100%) CSP clauses are encoded (43717 clauses, 821351 bytes)
1.83/1.90	c 1	472 CSP clauses encoded
1.83/1.90	c 1	Writing map file : HOME/temp.map
1.83/1.90	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.90	c 1	SAT : 1100 SAT variables, 43717 SAT clauses, 821351 bytes
1.83/1.90	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.92	c 1	SOLVING HOME/temp.cnf
1.83/1.92	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.83/1.92	c 1	This is MiniSat 2.0 beta
1.83/1.92	c 1	WARNING: for repeatability, setting FPU to use double precision
1.83/1.92	c 1	============================[ Problem Statistics ]=============================
1.83/1.92	c 1	|                                                                             |
1.83/1.92	c 1	|  Number of variables:  1100                                                 |
1.83/1.92	c 1	|  Number of clauses:    43717                                                |
1.83/1.95	c 2	|  Parsing time:         0.02         s                                       |
1.83/1.95	c 2	============================[ Search Statistics ]==============================
1.83/1.95	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.83/1.95	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.83/1.95	c 2	===============================================================================
1.83/1.95	c 2	|         0 |    1100    43717   163044 |    14572        0    nan |  0.000 % |
1.83/1.97	c 2	|       101 |    1100    43717   163044 |    16029      101     15 |  0.000 % |
1.85/2.00	c 2	|       252 |    1100    43717   163044 |    17632      252     16 |  0.004 % |
1.85/2.06	c 2	|       477 |    1100    43717   163044 |    19395      477     16 |  0.002 % |
2.01/2.13	c 2	|       814 |    1100    43717   163044 |    21335      814     16 |  0.004 % |
2.11/2.23	c 2	|      1322 |    1100    43717   163044 |    23468     1322     16 |  0.002 % |
2.21/2.37	c 2	|      2082 |    1100    43717   163044 |    25815     2082     16 |  0.004 % |
2.51/2.61	c 2	|      3221 |    1100    43717   163044 |    28397     3221     15 |  0.003 % |
2.81/2.97	c 3	|      4929 |    1100    43717   163044 |    31237     4929     16 |  0.003 % |
3.40/3.54	c 3	|      7491 |    1100    43717   163044 |    34360     7491     17 |  0.004 % |
4.39/4.54	c 4	|     11335 |    1100    43717   163044 |    37796    11335     18 |  0.004 % |
5.98/6.18	c 6	|     17101 |    1100    43717   163044 |    41576    17101     17 |  0.004 % |
9.14/9.38	c 9	|     25750 |    1100    43717   163044 |    45734    25750     18 |  0.004 % |
15.28/15.57	c 15	|     38724 |    1100    43717   163044 |    50307    38724     19 |  0.004 % |
23.99/24.30	c 24	|     58185 |    1100    43717   163044 |    55338    19777     18 |  0.003 % |
36.38/36.88	c 36	|     87377 |    1100    43717   163044 |    60872    48969     19 |  0.004 % |
59.17/59.88	c 59	|    131166 |    1100    43717   163044 |    66959    46639     18 |  0.003 % |
99.59/100.69	c 100	|    196850 |    1100    43717   163044 |    73655    61339     19 |  0.004 % |
161.29/162.95	c 163	|    295376 |    1100    43717   163044 |    81020    47387     19 |  0.004 % |
257.09/259.63	c 259	|    443166 |    1100    43717   163044 |    89123    65987     20 |  0.000 % |
415.49/419.54	c 419	|    664850 |    1100    43717   163044 |    98035    71062     20 |  0.003 % |
659.69/666.07	c 666	|    997375 |    1100    43717   163044 |   107838    78584     23 |  0.002 % |
1033.15/1042.21	c 1042	|   1496165 |    1100    43717   163044 |   118622    37773     24 |  0.001 % |
1622.72/1632.02	c 1632	|   2244348 |    1100    43717   163044 |   130485    82696     22 |  0.003 % |
1800.06/1809.41	sh: line 1: 26537 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1809.41	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1809.41	c 1809	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.06/1809.42	c ERROR INTERRUPTED
1800.06/1809.42	s UNKNOWN
1800.06/1809.42	c 1809	CPU 1800.08 (0.06 0.02 1799.77 0.23)
1800.06/1809.42	c 1809	END Sun Jul 12 13:18:54 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-2091740-1247395724/watcher-2091740-1247395724 -o /tmp/evaluation-result-2091740-1247395724/solver-2091740-1247395724 -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-2091740-1247395724.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.99 2.00 2.00 4/81 26513
/proc/meminfo: memFree=1801352/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=4708 CPUtime=0
/proc/26513/stat : 26513 (sugar) R 26511 26513 26105 0 -1 4194304 58 0 0 0 0 0 0 0 23 0 1 0 26639480 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 252426877277 0 0 4096 0 0 0 0 17 1 0 0
/proc/26513/statm: 1177 43 33 3 0 8 0

[startup+0.0817881 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 26513
/proc/meminfo: memFree=1801352/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16740 CPUtime=0.06
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26639480 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105357 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 26513
/proc/meminfo: memFree=1801352/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=0.06
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26639480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301375 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 26513
/proc/meminfo: memFree=1801352/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=0.06
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26639480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701418 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 26513
/proc/meminfo: memFree=1801352/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=0.61
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1292 4982 0 1 5 1 50 5 16 0 1 0 26639480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.07 2.02 2.01 4/92 26535
/proc/meminfo: memFree=1787952/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=0.62
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1309 4982 0 1 6 1 50 5 15 0 1 0 26639480 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1111 409 3 0 796 0
[pid=26526] ppid=26513 vsize=5356 CPUtime=0
/proc/26526/stat : 26526 (sh) S 26513 26513 26105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26639546 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26526/statm: 1339 233 193 169 0 50 0
[pid=26527] ppid=26526 vsize=864252 CPUtime=0.81
/proc/26527/stat : 26527 (java) S 26526 26513 26105 0 -1 0 8366 0 1 0 78 3 0 0 19 0 9 0 26639546 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26527/statm: 216063 7632 2566 9 0 210568 0
[pid=26527/tid=26528] ppid=26526 vsize=864252 CPUtime=0.43
/proc/26527/task/26528/stat : 26528 (java) R 26526 26513 26105 0 -1 64 2720 0 1 0 42 1 0 0 19 0 9 0 26639547 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26527/tid=26529] ppid=26526 vsize=864252 CPUtime=0.29
/proc/26527/task/26529/stat : 26529 (java) R 26526 26513 26105 0 -1 64 4628 0 0 0 29 0 0 0 16 0 9 0 26639548 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26527/tid=26530] ppid=26526 vsize=864252 CPUtime=0
/proc/26527/task/26530/stat : 26530 (java) S 26526 26513 26105 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26639549 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26527/tid=26531] ppid=26526 vsize=864252 CPUtime=0
/proc/26527/task/26531/stat : 26531 (java) S 26526 26513 26105 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26639549 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26527/tid=26532] ppid=26526 vsize=864252 CPUtime=0
/proc/26527/task/26532/stat : 26532 (java) S 26526 26513 26105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26639551 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26527/tid=26533] ppid=26526 vsize=864252 CPUtime=0.05
/proc/26527/task/26533/stat : 26533 (java) S 26526 26513 26105 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 26639551 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26527/tid=26534] ppid=26526 vsize=864252 CPUtime=0
/proc/26527/task/26534/stat : 26534 (java) S 26526 26513 26105 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26639551 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26527/tid=26535] ppid=26526 vsize=864252 CPUtime=0
/proc/26527/task/26535/stat : 26535 (java) S 26526 26513 26105 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26639551 884994048 7632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886476

[startup+3.10165 s]
/proc/loadavg: 2.07 2.02 2.01 3/84 26537
/proc/meminfo: memFree=1793392/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 15 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=4656 CPUtime=1.16
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 1000 0 0 0 116 0 0 0 25 0 1 0 26639672 4767744 986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 1164 986 75 150 0 1011 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26880

[startup+6.30297 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 26537
/proc/meminfo: memFree=1791800/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=5844 CPUtime=4.33
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 1302 0 0 0 433 0 0 0 25 0 1 0 26639672 5984256 1288 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 1461 1288 75 150 0 1308 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 28068

[startup+12.7026 s]
/proc/loadavg: 2.06 2.02 2.00 4/84 26537
/proc/meminfo: memFree=1789816/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=7600 CPUtime=10.66
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 1737 0 0 0 1066 0 0 0 25 0 1 0 26639672 7782400 1723 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 1900 1723 75 150 0 1747 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 29824

[startup+25.5019 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 26537
/proc/meminfo: memFree=1787768/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=9596 CPUtime=23.33
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 2217 0 0 0 2333 0 0 0 25 0 1 0 26639672 9826304 2203 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 2399 2203 75 150 0 2246 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 31820

[startup+51.1014 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 26537
/proc/meminfo: memFree=1786104/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=11196 CPUtime=48.7
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 2633 0 0 0 4869 1 0 0 25 0 1 0 26639672 11464704 2619 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 2799 2619 75 150 0 2646 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 33420

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 26539
/proc/meminfo: memFree=1784952/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=12256 CPUtime=99.42
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 2888 0 0 0 9940 2 0 0 25 0 1 0 26639672 12550144 2874 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 3064 2874 75 150 0 2911 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 34480

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26539
/proc/meminfo: memFree=1783736/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=13516 CPUtime=158.85
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 3189 0 0 0 15883 2 0 0 25 0 1 0 26639672 13840384 3175 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 3379 3175 75 150 0 3226 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 35740

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26539
/proc/meminfo: memFree=1782328/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0

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

[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=25616 CPUtime=1231.31
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6126 0 0 0 123121 10 0 0 25 0 1 0 26639672 26230784 6112 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6404 6112 75 150 0 6251 0
Current children cumulated CPU time (s) 1233.16
Current children cumulated vsize (KiB) 47840

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 26587
/proc/meminfo: memFree=1729400/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=26040 CPUtime=1291.29
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6214 0 0 0 129119 10 0 0 25 0 1 0 26639672 26664960 6200 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6510 6200 75 150 0 6357 0
Current children cumulated CPU time (s) 1293.14
Current children cumulated vsize (KiB) 48264

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 26587
/proc/meminfo: memFree=1726904/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=26620 CPUtime=1351.27
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6345 0 0 0 135116 11 0 0 25 0 1 0 26639672 27258880 6331 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6655 6331 75 150 0 6502 0
Current children cumulated CPU time (s) 1353.12
Current children cumulated vsize (KiB) 48844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 26587
/proc/meminfo: memFree=1724728/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=26940 CPUtime=1411.25
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6413 0 0 0 141114 11 0 0 25 0 1 0 26639672 27586560 6399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6735 6399 75 150 0 6582 0
Current children cumulated CPU time (s) 1413.1
Current children cumulated vsize (KiB) 49164

[startup+1482.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/84 26587
/proc/meminfo: memFree=1726520/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=27080 CPUtime=1471.22
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6451 0 0 0 147111 11 0 0 25 0 1 0 26639672 27729920 6437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6770 6437 75 150 0 6617 0
Current children cumulated CPU time (s) 1473.07
Current children cumulated vsize (KiB) 49304

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 26587
/proc/meminfo: memFree=1725816/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=27212 CPUtime=1531.2
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6498 0 0 0 153109 11 0 0 25 0 1 0 26639672 27865088 6484 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6803 6484 75 150 0 6650 0
Current children cumulated CPU time (s) 1533.05
Current children cumulated vsize (KiB) 49436

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/84 26587
/proc/meminfo: memFree=1725432/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=27520 CPUtime=1591.17
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6555 0 0 0 159106 11 0 0 25 0 1 0 26639672 28180480 6541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6880 6541 75 150 0 6727 0
Current children cumulated CPU time (s) 1593.02
Current children cumulated vsize (KiB) 49744

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/84 26587
/proc/meminfo: memFree=1725368/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=27688 CPUtime=1651.16
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6585 0 0 0 165104 12 0 0 25 0 1 0 26639672 28352512 6571 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 6922 6571 75 150 0 6769 0
Current children cumulated CPU time (s) 1653.01
Current children cumulated vsize (KiB) 49912

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/84 26587
/proc/meminfo: memFree=1724408/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=28524 CPUtime=1711.13
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6801 0 0 0 171101 12 0 0 25 0 1 0 26639672 29208576 6787 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 7131 6787 75 150 0 6978 0
Current children cumulated CPU time (s) 1712.98
Current children cumulated vsize (KiB) 50748

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 26587
/proc/meminfo: memFree=1723256/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=28656 CPUtime=1771.11
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6842 0 0 0 177099 12 0 0 25 0 1 0 26639672 29343744 6828 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 7164 6828 75 150 0 7011 0
Current children cumulated CPU time (s) 1772.96
Current children cumulated vsize (KiB) 50880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 26587
/proc/meminfo: memFree=1724024/2055920 swapFree=4192812/4192956
[pid=26513] ppid=26511 vsize=16868 CPUtime=1.85
/proc/26513/stat : 26513 (sugar) S 26511 26513 26105 0 -1 4194304 1376 13958 0 2 6 2 167 10 16 0 1 0 26639480 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26513/statm: 4217 1113 409 3 0 796 0
[pid=26536] ppid=26513 vsize=5356 CPUtime=0
/proc/26536/stat : 26536 (sh) S 26513 26513 26105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26639672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26536/statm: 1339 232 193 169 0 50 0
[pid=26537] ppid=26536 vsize=28796 CPUtime=1798.21
/proc/26537/stat : 26537 (minisat) R 26536 26513 26105 0 -1 4194304 6868 0 0 0 179809 12 0 0 25 0 1 0 26639672 29487104 6854 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 7199 6854 75 150 0 7046 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 51020

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): 1809.43
CPU time (s): 1800.11
CPU user time (s): 1799.84
CPU system time (s): 0.263959
CPU usage (%): 99.4848
Max. virtual memory (cumulated for all children) (KiB): 886588

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

runsolver used 2.37564 second user time and 5.87711 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 12:48:45
IDJOB=2091740
IDBENCH=60114
IDSOLVER=739
FILE ID=node12/2091740-1247395724
PBS_JOBID= 9507383
Free space on /tmp= 66216 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-11_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-2091740-1247395724/watcher-2091740-1247395724 -o /tmp/evaluation-result-2091740-1247395724/solver-2091740-1247395724 -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-2091740-1247395724.xml

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

MD5SUM BENCH= 5390091a8c52b0caca3123fc73cefb85
RANDOM SEED=589614167

node12.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.240
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.240
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:       1801832 kB
Buffers:         31832 kB
Cached:         125108 kB
SwapCached:        140 kB
Active:         116028 kB
Inactive:        75424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          54760 kB
Slab:            48000 kB
Committed_AS:   231252 kB
PageTables:       1852 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= 66196 MiB
End job on node12 at 2009-07-12 13:18:56