Trace number 1101946

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.05 1810.12

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-20_ext.xml
MD5SUM949bd89fb1ad1829b78282e8f26c6254
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 benchmark6.40802
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints456
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension456
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul  5 23:56:02 2008
0.01/0.04	c 0	PID 22603
0.01/0.04	c 0	HOST node79.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1101946-1215294962.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1101946-1215294962.xml' 'HOME/temp.csp'
0.03/0.72	c 0	1 domains, 50 variables, 0 predicates, 456 relations, 456 constraints
0.03/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 1	Parsing HOME/temp.csp
1.21/1.30	c 1	parsed 963 expressions
1.21/1.31	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.31	c 1	Converting to clausal form CSP
1.21/1.33	c 1	converted 97 (10%) expressions
1.21/1.34	c 1	converted 193 (20%) expressions
1.21/1.34	c 1	converted 289 (30%) expressions
1.32/1.40	c 1	converted 386 (40%) expressions
1.32/1.40	c 1	converted 482 (50%) expressions
1.32/1.45	c 1	converted 578 (60%) expressions
1.32/1.49	c 1	converted 675 (70%) expressions
1.41/1.52	c 1	converted 771 (80%) expressions
1.41/1.55	c 1	converted 867 (90%) expressions
1.51/1.66	c 1	converted 963 (100%) expressions
1.51/1.67	c 1	CSP : 50 integers, 0 booleans, 456 clauses, largest domain size 23
1.51/1.67	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.67	c 1	Propagation in CSP
1.51/1.67	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.67	c 1	CSP : 50 integers, 0 booleans, 456 clauses, largest domain size 23
1.51/1.67	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.67	c 1	Simplifing CSP by introducing new Boolean variables
1.51/1.67	c 1	CSP : 50 integers, 0 booleans, 456 clauses, largest domain size 23
1.51/1.67	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.72	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.73	c 1	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.62/1.74	c 1	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.62/1.74	c 1	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.62/1.74	c 1	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.62/1.74	c 1	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.62/1.74	c 1	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.62/1.74	c 1	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.62/1.75	c 1	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.62/1.75	c 1	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.62/1.75	c 1	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.71/1.81	c 2	46 (10%) CSP clauses are encoded (5249 clauses, 83060 bytes)
1.71/1.83	c 2	92 (20%) CSP clauses are encoded (9505 clauses, 159701 bytes)
1.71/1.86	c 2	137 (30%) CSP clauses are encoded (13587 clauses, 238049 bytes)
1.71/1.88	c 2	183 (40%) CSP clauses are encoded (17813 clauses, 319555 bytes)
1.82/1.90	c 2	228 (50%) CSP clauses are encoded (21846 clauses, 397229 bytes)
1.82/1.93	c 2	274 (60%) CSP clauses are encoded (25973 clauses, 477124 bytes)
1.82/1.95	c 2	320 (70%) CSP clauses are encoded (30260 clauses, 559459 bytes)
1.82/1.98	c 2	365 (80%) CSP clauses are encoded (34418 clauses, 640118 bytes)
1.91/2.00	c 2	411 (90%) CSP clauses are encoded (38616 clauses, 721327 bytes)
1.91/2.02	c 2	456 (100%) CSP clauses are encoded (42942 clauses, 807657 bytes)
1.91/2.02	c 2	456 CSP clauses encoded
1.91/2.02	c 2	Writing map file : HOME/temp.map
1.91/2.03	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.03	c 2	SAT : 1100 SAT variables, 42942 SAT clauses, 807657 bytes
1.91/2.03	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.07	c 2	SOLVING HOME/temp.cnf
1.91/2.07	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.91/2.07	c 2	This is MiniSat 2.0 beta
1.91/2.07	c 2	WARNING: for repeatability, setting FPU to use double precision
1.91/2.07	c 2	============================[ Problem Statistics ]=============================
1.91/2.07	c 2	|                                                                             |
1.91/2.07	c 2	|  Number of variables:  1100                                                 |
1.91/2.07	c 2	|  Number of clauses:    42942                                                |
1.91/2.10	c 2	|  Parsing time:         0.02         s                                       |
1.91/2.10	c 2	============================[ Search Statistics ]==============================
1.91/2.10	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.91/2.10	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.91/2.10	c 2	===============================================================================
1.91/2.10	c 2	|         0 |    1100    42942   160185 |    14314        0    nan |  0.000 % |
1.99/2.12	c 2	|       101 |    1100    42942   160185 |    15745      101     11 |  0.000 % |
1.99/2.15	c 2	|       252 |    1100    42942   160185 |    17319      252     11 |  0.002 % |
1.99/2.19	c 2	|       479 |    1100    42942   160185 |    19051      479     12 |  0.003 % |
2.08/2.24	c 2	|       816 |    1100    42942   160185 |    20957      816     13 |  0.005 % |
2.18/2.33	c 2	|      1325 |    1100    42942   160185 |    23052     1325     13 |  0.002 % |
2.28/2.46	c 2	|      2085 |    1100    42942   160185 |    25358     2085     13 |  0.003 % |
2.48/2.64	c 2	|      3226 |    1100    42942   160185 |    27893     3226     14 |  0.002 % |
2.78/2.97	c 3	|      4934 |    1100    42942   160185 |    30683     4934     14 |  0.004 % |
3.27/3.48	c 3	|      7496 |    1100    42942   160185 |    33751     7496     15 |  0.004 % |
4.17/4.37	c 4	|     11340 |    1100    42942   160185 |    37126    11340     16 |  0.001 % |
5.66/5.81	c 6	|     17107 |    1100    42942   160185 |    40839    17107     17 |  0.004 % |
8.75/8.92	c 9	|     25756 |    1100    42942   160185 |    44923    25756     17 |  0.004 % |
14.53/14.71	c 14	|     38731 |    1100    42942   160185 |    49415    38731     18 |  0.004 % |
22.30/22.52	c 22	|     58193 |    1100    42942   160185 |    54357    21697     17 |  0.004 % |
35.04/35.37	c 35	|     87386 |    1100    42942   160185 |    59793    50890     18 |  0.004 % |
56.86/57.28	c 57	|    131175 |    1100    42942   160185 |    65772    49597     21 |  0.004 % |
92.42/92.95	c 93	|    196859 |    1100    42942   160185 |    72349    63209     20 |  0.004 % |
147.00/147.75	c 147	|    295385 |    1100    42942   160185 |    79584    48283     20 |  0.004 % |
244.02/245.11	c 245	|    443174 |    1100    42942   160185 |    87543    75186     20 |  0.004 % |
390.93/392.70	c 392	|    664860 |    1100    42942   160185 |    96297    85304     21 |  0.004 % |
617.55/620.14	c 620	|    997387 |    1100    42942   160185 |   105927    96279     23 |  0.004 % |
981.52/985.59	c 985	|   1496175 |    1100    42942   160185 |   116519    62094     22 |  0.004 % |
1553.79/1562.02	c 1562	|   2244359 |    1100    42942   160185 |   128171    20901     21 |  0.003 % |
1800.02/1810.11	sh: line 1: 22627 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1810.11	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1810.11	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1810.12	c ERROR INTERRUPTED
1800.02/1810.12	s UNKNOWN
1800.02/1810.12	c 1810	CPU 1799.83 (0.03 0.01 1799.8 0.19)
1800.02/1810.12	c 1810	END Sun Jul  6 00:26:12 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101946-1215294962/watcher-1101946-1215294962 -o /tmp/evaluation-result-1101946-1215294962/solver-1101946-1215294962 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1101946-1215294962.xml 

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 22603
/proc/meminfo: memFree=1720184/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=12272 CPUtime=0
/proc/22603/stat : 22603 (sugar) R 22601 22603 22566 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 652426574 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 234063779328 0 0 4224 0 0 0 0 17 0 0 0
/proc/22603/statm: 3068 327 246 3 0 168 0

[startup+0.0206449 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 22603
/proc/meminfo: memFree=1720184/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=12808 CPUtime=0.01
/proc/22603/stat : 22603 (sugar) R 22601 22603 22566 0 -1 4194304 554 0 0 0 1 0 0 0 18 0 1 0 652426574 13115392 522 996147200 4194304 4206940 548682068608 18446744073709551615 234045739687 0 0 4224 0 0 0 0 17 0 0 0
/proc/22603/statm: 3202 523 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101672 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 22603
/proc/meminfo: memFree=1720184/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=0.03
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 652426574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22603/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301681 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 22603
/proc/meminfo: memFree=1720184/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=0.03
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 652426574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22603/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701724 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 22603
/proc/meminfo: memFree=1720184/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=0.03
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 652426574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22603/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 1.93 1.98 1.99 4/93 22625
/proc/meminfo: memFree=1711136/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=0.7
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 973 4916 0 1 2 1 63 4 15 0 1 0 652426574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22603/statm: 3400 797 370 3 0 500 0
[pid=22616] ppid=22603 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22603 22603 22566 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 652426652 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 233 193 169 0 50 0
[pid=22617] ppid=22616 vsize=864196 CPUtime=0.71
/proc/22617/stat : 22617 (java) S 22616 22603 22566 0 -1 0 7647 0 1 0 68 3 0 0 20 0 9 0 652426652 884936704 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22617/statm: 216049 6919 2540 9 0 210624 0
[pid=22617/tid=22618] ppid=22616 vsize=864196 CPUtime=0.42
/proc/22617/task/22618/stat : 22618 (java) R 22616 22603 22566 0 -1 64 2583 0 1 0 41 1 0 0 25 0 9 0 652426653 884936704 6920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22617/tid=22619] ppid=22616 vsize=864196 CPUtime=0.2
/proc/22617/task/22619/stat : 22619 (java) R 22616 22603 22566 0 -1 64 4029 0 0 0 19 1 0 0 16 0 9 0 652426654 884936704 6921 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22617/tid=22620] ppid=22616 vsize=864196 CPUtime=0
/proc/22617/task/22620/stat : 22620 (java) S 22616 22603 22566 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 652426654 884936704 6922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22617/tid=22621] ppid=22616 vsize=864196 CPUtime=0
/proc/22617/task/22621/stat : 22621 (java) S 22616 22603 22566 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 652426654 884936704 6923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22617/tid=22622] ppid=22616 vsize=864196 CPUtime=0
/proc/22617/task/22622/stat : 22622 (java) S 22616 22603 22566 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 652426656 884936704 6924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22617/tid=22623] ppid=22616 vsize=864196 CPUtime=0.07
/proc/22617/task/22623/stat : 22623 (java) S 22616 22603 22566 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 652426656 884936704 6925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22617/tid=22624] ppid=22616 vsize=864196 CPUtime=0
/proc/22617/task/22624/stat : 22624 (java) S 22616 22603 22566 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 652426656 884936704 6926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22617/tid=22625] ppid=22616 vsize=864196 CPUtime=0
/proc/22617/task/22625/stat : 22625 (java) S 22616 22603 22566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652426656 884936704 6927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883152

[startup+3.10198 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1713696/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 15 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=4524 CPUtime=1.01
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 979 0 0 0 101 0 0 0 25 0 1 0 652426782 4632576 965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 1131 965 75 150 0 978 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23480

[startup+6.30231 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1711776/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=5896 CPUtime=4.19
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 1323 0 0 0 419 0 0 0 25 0 1 0 652426782 6037504 1309 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 1474 1309 75 150 0 1321 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24852

[startup+12.702 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1709928/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=7648 CPUtime=10.57
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 1732 0 0 0 1056 1 0 0 25 0 1 0 652426782 7831552 1718 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 1912 1718 75 150 0 1759 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 26604

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1708200/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=9180 CPUtime=23.32
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 2119 0 0 0 2330 2 0 0 25 0 1 0 652426782 9400320 2105 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 2295 2105 75 150 0 2142 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 28136

[startup+51.101 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1706728/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=10636 CPUtime=48.81
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 2499 0 0 0 4879 2 0 0 25 0 1 0 652426782 10891264 2485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 2659 2485 75 150 0 2506 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 29592

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1704360/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=13076 CPUtime=99.81
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 3091 0 0 0 9978 3 0 0 25 0 1 0 652426782 13389824 3077 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 3269 3077 75 150 0 3116 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 32032

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1703464/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=13748 CPUtime=159.58
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 3261 0 0 0 15955 3 0 0 25 0 1 0 652426782 14077952 3247 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 3437 3247 75 150 0 3284 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 32704

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 22627
/proc/meminfo: memFree=1702248/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=25780 CPUtime=1294.08
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6151 0 0 0 129402 6 0 0 25 0 1 0 652426782 26398720 6137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6445 6137 75 150 0 6292 0
Current children cumulated CPU time (s) 1296.05
Current children cumulated vsize (KiB) 44736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1700400/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=26088 CPUtime=1353.62
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6202 0 0 0 135356 6 0 0 25 0 1 0 652426782 26714112 6188 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6522 6188 75 150 0 6369 0
Current children cumulated CPU time (s) 1355.59
Current children cumulated vsize (KiB) 45044

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1699824/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=26648 CPUtime=1413.17
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6369 0 0 0 141311 6 0 0 25 0 1 0 652426782 27287552 6355 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6662 6355 75 150 0 6509 0
Current children cumulated CPU time (s) 1415.14
Current children cumulated vsize (KiB) 45604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1699632/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=27080 CPUtime=1472.71
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6453 0 0 0 147265 6 0 0 25 0 1 0 652426782 27729920 6439 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6770 6439 75 150 0 6617 0
Current children cumulated CPU time (s) 1474.68
Current children cumulated vsize (KiB) 46036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1699504/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=27080 CPUtime=1532.26
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6463 0 0 0 153220 6 0 0 25 0 1 0 652426782 27729920 6449 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6770 6449 75 150 0 6617 0
Current children cumulated CPU time (s) 1534.23
Current children cumulated vsize (KiB) 46036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1699376/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=27244 CPUtime=1591.81
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6495 0 0 0 159175 6 0 0 25 0 1 0 652426782 27897856 6481 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6811 6481 75 150 0 6658 0
Current children cumulated CPU time (s) 1593.78
Current children cumulated vsize (KiB) 46200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1699120/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=27532 CPUtime=1651.36
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6551 0 0 0 165130 6 0 0 25 0 1 0 652426782 28192768 6537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6883 6537 75 150 0 6730 0
Current children cumulated CPU time (s) 1653.33
Current children cumulated vsize (KiB) 46488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1698864/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=27968 CPUtime=1710.9
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6663 0 0 0 171084 6 0 0 25 0 1 0 652426782 28639232 6649 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 6992 6649 75 150 0 6839 0
Current children cumulated CPU time (s) 1712.87
Current children cumulated vsize (KiB) 46924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1697328/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=29304 CPUtime=1770.46
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 6985 0 0 0 177039 7 0 0 25 0 1 0 652426782 30007296 6971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 7326 6971 75 150 0 7173 0
Current children cumulated CPU time (s) 1772.43
Current children cumulated vsize (KiB) 48260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1697200/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=29436 CPUtime=1798.05
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 7013 0 0 0 179798 7 0 0 25 0 1 0 652426782 30142464 6999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 7359 6999 75 150 0 7206 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 48392

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

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

[startup+1810.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22663
/proc/meminfo: memFree=1697200/2055920 swapFree=4180580/4192956
[pid=22603] ppid=22601 vsize=13600 CPUtime=1.97
/proc/22603/stat : 22603 (sugar) S 22601 22603 22566 0 -1 4194304 1031 13907 0 2 3 1 182 11 16 0 1 0 652426574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22603/statm: 3400 798 370 3 0 500 0
[pid=22626] ppid=22603 vsize=5356 CPUtime=0
/proc/22626/stat : 22626 (sh) S 22603 22603 22566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652426782 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22626/statm: 1339 232 193 169 0 50 0
[pid=22627] ppid=22626 vsize=29436 CPUtime=1798.05
/proc/22627/stat : 22627 (minisat) R 22626 22603 22566 0 -1 4194304 7013 0 0 0 179798 7 0 0 25 0 1 0 652426782 30142464 6999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22627/statm: 7359 6999 75 150 0 7206 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 48392

Child status: 0
Real time (s): 1810.12
CPU time (s): 1800.05
CPU user time (s): 1799.84
CPU system time (s): 0.207968
CPU usage (%): 99.4436
Max. virtual memory (cumulated for all children) (KiB): 883264

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

runsolver used 1.56076 second user time and 5.04723 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 23:56:02
IDJOB=1101946
IDBENCH=60085
IDSOLVER=346
FILE ID=node79/1101946-1215294962
PBS_JOBID= 7882417
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-20_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101946-1215294962/watcher-1101946-1215294962 -o /tmp/evaluation-result-1101946-1215294962/solver-1101946-1215294962 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1101946-1215294962.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 949bd89fb1ad1829b78282e8f26c6254
RANDOM SEED=915696949

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1720728 kB
Buffers:         61340 kB
Cached:         198236 kB
SwapCached:       6916 kB
Active:         181820 kB
Inactive:       101668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720728 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          38104 kB
Slab:            36944 kB
Committed_AS:  1205208 kB
PageTables:       1848 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= 66496 MiB
End job on node79 at 2008-07-06 00:26:14