Trace number 1037614

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.12 1811.22

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-52021_ext.xml
MD5SUM1c48693b0a57d78b43fa49bf02ae620f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark291.567
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Wed Jul  2 03:30:46 2008
0.03/0.04	c 0	PID 8919
0.03/0.04	c 0	HOST node27.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1037614-1214962246.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1037614-1214962246.xml' 'HOME/temp.csp'
0.03/0.56	c 0	1 domains, 26 variables, 0 predicates, 325 relations, 325 constraints
0.03/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.59	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.53/0.67	c 0	Parsing HOME/temp.csp
0.91/1.08	c 1	parsed 677 expressions
0.91/1.09	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.09	c 1	Converting to clausal form CSP
1.01/1.11	c 1	converted 68 (10%) expressions
1.01/1.12	c 1	converted 136 (20%) expressions
1.01/1.12	c 1	converted 204 (30%) expressions
1.01/1.12	c 1	converted 271 (40%) expressions
1.01/1.13	c 1	converted 339 (50%) expressions
1.01/1.16	c 1	converted 407 (60%) expressions
1.10/1.26	c 1	converted 474 (70%) expressions
1.10/1.28	c 1	converted 542 (80%) expressions
1.20/1.31	c 1	converted 610 (90%) expressions
1.20/1.33	c 1	converted 677 (100%) expressions
1.20/1.34	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.20/1.34	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.34	c 1	Propagation in CSP
1.20/1.34	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.34	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.20/1.34	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.34	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.34	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.20/1.34	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.40	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.31/1.40	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.31/1.40	c 1	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.31/1.40	c 1	11 (40%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.31/1.40	c 1	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.31/1.40	c 1	16 (60%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.31/1.41	c 1	19 (70%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.31/1.41	c 1	21 (80%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.31/1.41	c 1	24 (90%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.31/1.41	c 1	26 (100%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.31/1.47	c 1	33 (10%) CSP clauses are encoded (4149 clauses, 64656 bytes)
1.31/1.49	c 1	65 (20%) CSP clauses are encoded (7588 clauses, 123684 bytes)
1.41/1.51	c 1	98 (30%) CSP clauses are encoded (11152 clauses, 186199 bytes)
1.41/1.54	c 1	130 (40%) CSP clauses are encoded (14607 clauses, 252443 bytes)
1.41/1.56	c 1	163 (50%) CSP clauses are encoded (18138 clauses, 319856 bytes)
1.41/1.58	c 1	195 (60%) CSP clauses are encoded (21624 clauses, 386526 bytes)
1.51/1.60	c 1	228 (70%) CSP clauses are encoded (25150 clauses, 454196 bytes)
1.51/1.62	c 1	260 (80%) CSP clauses are encoded (28597 clauses, 520120 bytes)
1.51/1.64	c 1	293 (90%) CSP clauses are encoded (32142 clauses, 588042 bytes)
1.51/1.66	c 1	325 (100%) CSP clauses are encoded (35598 clauses, 654191 bytes)
1.51/1.66	c 1	325 CSP clauses encoded
1.51/1.66	c 1	Writing map file : HOME/temp.map
1.51/1.66	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.66	c 1	SAT : 650 SAT variables, 35598 SAT clauses, 654191 bytes
1.51/1.66	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.69	c 1	SOLVING HOME/temp.cnf
1.51/1.69	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.70	c 1	This is MiniSat 2.0 beta
1.51/1.70	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.70	c 1	============================[ Problem Statistics ]=============================
1.51/1.70	c 1	|                                                                             |
1.51/1.70	c 1	|  Number of variables:  650                                                  |
1.51/1.70	c 1	|  Number of clauses:    35598                                                |
1.58/1.72	c 1	|  Parsing time:         0.02         s                                       |
1.58/1.72	c 1	============================[ Search Statistics ]==============================
1.58/1.72	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.72	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.72	c 1	===============================================================================
1.58/1.72	c 1	|         0 |     650    35598   134488 |    11866        0    nan |  0.000 % |
1.58/1.74	c 1	|       101 |     650    35598   134488 |    13052      101     10 |  0.000 % |
1.58/1.77	c 2	|       251 |     650    35598   134488 |    14357      251     11 |  0.006 % |
1.58/1.81	c 2	|       476 |     650    35598   134488 |    15793      476     10 |  0.009 % |
1.58/1.87	c 2	|       814 |     650    35598   134488 |    17373      814     10 |  0.009 % |
1.58/1.98	c 2	|      1320 |     650    35598   134488 |    19110     1320     10 |  0.006 % |
1.97/2.13	c 2	|      2079 |     650    35598   134488 |    21021     2079     11 |  0.010 % |
2.16/2.34	c 2	|      3218 |     650    35598   134488 |    23123     3218     11 |  0.010 % |
2.46/2.67	c 2	|      4926 |     650    35598   134488 |    25435     4926     12 |  0.009 % |
3.06/3.22	c 3	|      7489 |     650    35598   134488 |    27979     7489     12 |  0.009 % |
3.95/4.14	c 4	|     11333 |     650    35598   134488 |    30777    11333     12 |  0.009 % |
5.43/5.66	c 5	|     17100 |     650    35598   134488 |    33855    17100     13 |  0.008 % |
8.00/8.22	c 8	|     25749 |     650    35598   134488 |    37240    25749     13 |  0.008 % |
12.87/13.12	c 13	|     38724 |     650    35598   134488 |    40964    13336     14 |  0.008 % |
19.30/19.66	c 19	|     58186 |     650    35598   134488 |    45061    32798     14 |  0.005 % |
31.19/31.61	c 31	|     87378 |     650    35598   134488 |    49567    28965     14 |  0.008 % |
50.30/50.96	c 51	|    131167 |     650    35598   134488 |    54523    35021     16 |  0.008 % |
80.12/81.03	c 81	|    196852 |     650    35598   134488 |    59976    17636     16 |  0.005 % |
126.67/128.00	c 128	|    295378 |     650    35598   134488 |    65973    23122     17 |  0.008 % |
196.70/198.70	c 198	|    443167 |     650    35598   134488 |    72571    64747     18 |  0.005 % |
312.19/315.34	c 315	|    664850 |     650    35598   134488 |    79828    50420     15 |  0.006 % |
498.01/502.92	c 503	|    997375 |     650    35598   134488 |    87811    55208     17 |  0.010 % |
801.72/809.59	c 809	|   1496163 |     650    35598   134488 |    96592    42429     17 |  0.010 % |
1266.00/1277.02	c 1277	|   2244345 |     650    35598   134488 |   106251    51383     18 |  0.011 % |
1800.06/1811.21	sh: line 1:  8943 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1811.21	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1811.21	c 1811	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.06/1811.21	c ERROR INTERRUPTED
1800.06/1811.22	s UNKNOWN
1800.06/1811.22	c 1811	CPU 1799.9 (0.04 0 1799.86 0.19)
1800.06/1811.22	c 1811	END Wed Jul  2 04:00:57 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-1037614-1214962246/watcher-1037614-1214962246 -o /tmp/evaluation-result-1037614-1214962246/solver-1037614-1214962246 -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-1037614-1214962246.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.99 1.98 1.99 4/81 8919
/proc/meminfo: memFree=1633224/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=12272 CPUtime=0
/proc/8919/stat : 8919 (sugar) R 8917 8919 7909 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 107894693 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 0 4224 0 0 0 0 17 1 0 0
/proc/8919/statm: 3068 327 246 3 0 168 0

[startup+0.0385221 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8919
/proc/meminfo: memFree=1633224/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13468 CPUtime=0.03
/proc/8919/stat : 8919 (sugar) R 8917 8919 7909 0 -1 4194304 745 0 0 0 3 0 0 0 18 0 1 0 107894693 13791232 713 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 1 0 0
/proc/8919/statm: 3367 714 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.10253 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8919
/proc/meminfo: memFree=1633224/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=0.03
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 107894693 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301554 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8919
/proc/meminfo: memFree=1633224/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=0.03
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 107894693 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70259 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8919
/proc/meminfo: memFree=1633224/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=0.53
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 973 4801 0 1 3 0 47 3 15 0 1 0 107894693 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50267 s]
/proc/loadavg: 1.99 1.98 1.99 5/92 8941
/proc/meminfo: memFree=1620464/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=0.54
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 974 4801 0 1 4 0 47 3 15 0 1 0 107894693 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 797 370 3 0 500 0
[pid=8932] ppid=8919 vsize=5356 CPUtime=0
/proc/8932/stat : 8932 (sh) S 8919 8919 7909 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 107894753 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8932/statm: 1339 233 193 169 0 50 0
[pid=8933] ppid=8932 vsize=864304 CPUtime=0.87
/proc/8933/stat : 8933 (java) S 8932 8919 7909 0 -1 0 7665 0 1 0 83 4 0 0 20 0 9 0 107894753 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8933/statm: 216076 6907 2564 9 0 210623 0
[pid=8933/tid=8934] ppid=8932 vsize=864304 CPUtime=0.46
/proc/8933/task/8934/stat : 8934 (java) R 8932 8919 7909 0 -1 64 2663 0 1 0 45 1 0 0 25 0 9 0 107894754 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 102064856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8933/tid=8935] ppid=8932 vsize=864304 CPUtime=0.27
/proc/8933/task/8935/stat : 8935 (java) S 8932 8919 7909 0 -1 64 3948 0 0 0 25 2 0 0 16 0 9 0 107894755 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8933/tid=8936] ppid=8932 vsize=864304 CPUtime=0
/proc/8933/task/8936/stat : 8936 (java) S 8932 8919 7909 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 107894755 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8933/tid=8937] ppid=8932 vsize=864304 CPUtime=0
/proc/8933/task/8937/stat : 8937 (java) S 8932 8919 7909 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 107894755 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8933/tid=8938] ppid=8932 vsize=864304 CPUtime=0
/proc/8933/task/8938/stat : 8938 (java) S 8932 8919 7909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 107894757 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8933/tid=8939] ppid=8932 vsize=864304 CPUtime=0.12
/proc/8933/task/8939/stat : 8939 (java) S 8932 8919 7909 0 -1 64 357 0 0 0 12 0 0 0 16 0 9 0 107894757 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8933/tid=8940] ppid=8932 vsize=864304 CPUtime=0
/proc/8933/task/8940/stat : 8940 (java) S 8932 8919 7909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 107894757 885047296 6907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8933/tid=8941] ppid=8932 vsize=864304 CPUtime=0
/proc/8933/task/8941/stat : 8941 (java) S 8932 8919 7909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 107894757 885047296 6907 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) 883260

[startup+3.10184 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 8943
/proc/meminfo: memFree=1627176/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 15 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=4148 CPUtime=1.38
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 845 0 0 0 138 0 0 0 25 0 1 0 107894863 4247552 831 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/8943/statm: 1037 831 75 150 0 884 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23104

[startup+6.30116 s]
/proc/loadavg: 2.15 2.02 2.01 3/84 8943
/proc/meminfo: memFree=1625832/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=5288 CPUtime=4.55
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 1118 0 0 0 455 0 0 0 25 0 1 0 107894863 5414912 1104 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/8943/statm: 1322 1104 75 150 0 1169 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24244

[startup+12.7018 s]
/proc/loadavg: 2.14 2.02 2.00 3/84 8943
/proc/meminfo: memFree=1624112/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=6816 CPUtime=10.89
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 1514 0 0 0 1088 1 0 0 25 0 1 0 107894863 6979584 1500 996147200 134512640 135127466 4294956272 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/8943/statm: 1704 1500 75 150 0 1551 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 25772

[startup+25.5021 s]
/proc/loadavg: 2.18 2.03 2.01 3/84 8943
/proc/meminfo: memFree=1623152/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=7820 CPUtime=23.56
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 1761 0 0 0 2355 1 0 0 25 0 1 0 107894863 8007680 1747 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8943/statm: 1955 1747 75 150 0 1802 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 26776

[startup+51.1027 s]
/proc/loadavg: 2.18 2.04 2.01 3/84 8943
/proc/meminfo: memFree=1622064/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=9012 CPUtime=48.92
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 2027 0 0 0 4890 2 0 0 25 0 1 0 107894863 9228288 2013 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8943/statm: 2253 2013 75 150 0 2100 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 27968

[startup+102.307 s]
/proc/loadavg: 2.11 2.05 2.01 3/84 8943
/proc/meminfo: memFree=1620336/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=10628 CPUtime=99.64
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 2452 0 0 0 9962 2 0 0 25 0 1 0 107894863 10883072 2438 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8943/statm: 2657 2438 75 150 0 2504 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 29584

[startup+162.303 s]
/proc/loadavg: 2.04 2.04 2.01 3/84 8943
/proc/meminfo: memFree=1618160/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=12792 CPUtime=159.06
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 2945 0 0 0 15904 2 0 0 25 0 1 0 107894863 13099008 2931 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/8943/statm: 3198 2931 75 150 0 3045 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 31748

[startup+222.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 8943
/proc/meminfo: memFree=1616688/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=23672 CPUtime=1229.73
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 5511 0 0 0 122965 8 0 0 25 0 1 0 107894863 24240128 5497 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 5918 5497 75 150 0 5765 0
Current children cumulated CPU time (s) 1231.31
Current children cumulated vsize (KiB) 42628

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1532800/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=23816 CPUtime=1289.72
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 5549 0 0 0 128964 8 0 0 25 0 1 0 107894863 24387584 5535 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 5954 5535 75 150 0 5801 0
Current children cumulated CPU time (s) 1291.3
Current children cumulated vsize (KiB) 42772

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1531776/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=24756 CPUtime=1349.7
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 5781 0 0 0 134962 8 0 0 25 0 1 0 107894863 25350144 5767 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6189 5767 75 150 0 6036 0
Current children cumulated CPU time (s) 1351.28
Current children cumulated vsize (KiB) 43712

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1531648/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=24916 CPUtime=1409.69
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 5829 0 0 0 140961 8 0 0 25 0 1 0 107894863 25513984 5815 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6229 5815 75 150 0 6076 0
Current children cumulated CPU time (s) 1411.27
Current children cumulated vsize (KiB) 43872

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1531392/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=25208 CPUtime=1469.67
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 5894 0 0 0 146959 8 0 0 25 0 1 0 107894863 25812992 5880 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6302 5880 75 150 0 6149 0
Current children cumulated CPU time (s) 1471.25
Current children cumulated vsize (KiB) 44164

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1531072/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=25640 CPUtime=1529.65
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 5982 0 0 0 152957 8 0 0 25 0 1 0 107894863 26255360 5968 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6410 5968 75 150 0 6257 0
Current children cumulated CPU time (s) 1531.23
Current children cumulated vsize (KiB) 44596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1530688/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=26060 CPUtime=1589.63
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 6077 0 0 0 158955 8 0 0 25 0 1 0 107894863 26685440 6063 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6515 6063 75 150 0 6362 0
Current children cumulated CPU time (s) 1591.21
Current children cumulated vsize (KiB) 45016

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1530368/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=26360 CPUtime=1649.62
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 6154 0 0 0 164954 8 0 0 25 0 1 0 107894863 26992640 6140 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6590 6140 75 150 0 6437 0
Current children cumulated CPU time (s) 1651.2
Current children cumulated vsize (KiB) 45316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1529984/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=26700 CPUtime=1709.6
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 6237 0 0 0 170952 8 0 0 25 0 1 0 107894863 27340800 6223 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6675 6223 75 150 0 6522 0
Current children cumulated CPU time (s) 1711.18
Current children cumulated vsize (KiB) 45656

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1529664/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=26832 CPUtime=1769.59
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 6284 0 0 0 176951 8 0 0 25 0 1 0 107894863 27475968 6270 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6708 6270 75 150 0 6555 0
Current children cumulated CPU time (s) 1771.17
Current children cumulated vsize (KiB) 45788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8985
/proc/meminfo: memFree=1529280/2055920 swapFree=4192812/4192956
[pid=8919] ppid=8917 vsize=13600 CPUtime=1.58
/proc/8919/stat : 8919 (sugar) S 8917 8919 7909 0 -1 4194304 1031 12807 0 2 4 0 145 9 16 0 1 0 107894693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8919/statm: 3400 798 370 3 0 500 0
[pid=8942] ppid=8919 vsize=5356 CPUtime=0
/proc/8942/stat : 8942 (sh) S 8919 8919 7909 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107894863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8942/statm: 1339 232 193 169 0 50 0
[pid=8943] ppid=8942 vsize=27256 CPUtime=1798.48
/proc/8943/stat : 8943 (minisat) R 8942 8919 7909 0 -1 4194304 6368 0 0 0 179840 8 0 0 25 0 1 0 107894863 27910144 6354 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8943/statm: 6814 6354 75 150 0 6661 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 46212

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): 1811.22
CPU time (s): 1800.12
CPU user time (s): 1799.92
CPU system time (s): 0.201969
CPU usage (%): 99.387
Max. virtual memory (cumulated for all children) (KiB): 883260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20822
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= 2111
involuntary context switches= 51936

runsolver used 2.80857 second user time and 5.43917 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-02 03:30:46
IDJOB=1037614
IDBENCH=53518
IDSOLVER=346
FILE ID=node27/1037614-1214962246
PBS_JOBID= 7870280
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-52021_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-1037614-1214962246/watcher-1037614-1214962246 -o /tmp/evaluation-result-1037614-1214962246/solver-1037614-1214962246 -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-1037614-1214962246.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c48693b0a57d78b43fa49bf02ae620f
RANDOM SEED=1081290722

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1633704 kB
Buffers:         42928 kB
Cached:         285172 kB
SwapCached:          0 kB
Active:          89136 kB
Inactive:       269744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          52320 kB
Slab:            48796 kB
Committed_AS:   217368 kB
PageTables:       1640 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node27 at 2008-07-02 04:00:59