Trace number 1039234

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

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-47021_ext.xml
MD5SUM868e9044d15186dac62efe06ad93386d
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 benchmark19.782
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 05:00:15 2008
0.00/0.04	c 0	PID 2802
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1039234-1214967615.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039234-1214967615.xml' 'HOME/temp.csp'
0.04/0.69	c 1	1 domains, 23 variables, 0 predicates, 253 relations, 253 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 1	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.66/0.81	c 1	Parsing HOME/temp.csp
0.91/1.10	c 1	parsed 530 expressions
0.91/1.10	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.10	c 1	Converting to clausal form CSP
1.01/1.13	c 1	converted 53 (10%) expressions
1.01/1.13	c 1	converted 106 (20%) expressions
1.01/1.13	c 1	converted 159 (30%) expressions
1.01/1.13	c 1	converted 212 (40%) expressions
1.01/1.14	c 1	converted 265 (50%) expressions
1.11/1.21	c 1	converted 318 (60%) expressions
1.11/1.22	c 1	converted 371 (70%) expressions
1.11/1.24	c 1	converted 424 (80%) expressions
1.11/1.26	c 1	converted 477 (90%) expressions
1.11/1.28	c 1	converted 530 (100%) expressions
1.11/1.28	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.11/1.28	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 1	Propagation in CSP
1.11/1.28	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.28	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.11/1.28	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.28	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.11/1.28	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.33	c 1	3 (10%) CSP integer variables are encoded (63 clauses, 614 bytes)
1.21/1.33	c 1	5 (20%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.21/1.33	c 1	7 (30%) CSP integer variables are encoded (147 clauses, 1475 bytes)
1.21/1.33	c 1	10 (40%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.21/1.33	c 1	12 (50%) CSP integer variables are encoded (252 clauses, 2630 bytes)
1.21/1.34	c 1	14 (60%) CSP integer variables are encoded (294 clauses, 3092 bytes)
1.21/1.34	c 1	17 (70%) CSP integer variables are encoded (357 clauses, 3785 bytes)
1.21/1.34	c 1	19 (80%) CSP integer variables are encoded (399 clauses, 4247 bytes)
1.21/1.34	c 1	21 (90%) CSP integer variables are encoded (441 clauses, 4709 bytes)
1.21/1.34	c 1	23 (100%) CSP integer variables are encoded (483 clauses, 5171 bytes)
1.21/1.39	c 1	26 (10%) CSP clauses are encoded (2786 clauses, 42247 bytes)
1.30/1.41	c 1	51 (20%) CSP clauses are encoded (4950 clauses, 79149 bytes)
1.30/1.42	c 1	76 (30%) CSP clauses are encoded (7142 clauses, 116585 bytes)
1.30/1.44	c 1	102 (40%) CSP clauses are encoded (9461 clauses, 158105 bytes)
1.30/1.45	c 1	127 (50%) CSP clauses are encoded (11660 clauses, 199849 bytes)
1.30/1.47	c 2	152 (60%) CSP clauses are encoded (13889 clauses, 242252 bytes)
1.30/1.48	c 2	178 (70%) CSP clauses are encoded (16153 clauses, 285314 bytes)
1.39/1.50	c 2	203 (80%) CSP clauses are encoded (18369 clauses, 327422 bytes)
1.39/1.51	c 2	228 (90%) CSP clauses are encoded (20584 clauses, 369573 bytes)
1.39/1.53	c 2	253 (100%) CSP clauses are encoded (22795 clauses, 411656 bytes)
1.39/1.53	c 2	253 CSP clauses encoded
1.39/1.53	c 2	Writing map file : HOME/temp.map
1.39/1.53	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.53	c 2	SAT : 506 SAT variables, 22795 SAT clauses, 411656 bytes
1.39/1.53	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.57	c 2	SOLVING HOME/temp.cnf
1.39/1.57	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.57	c 2	This is MiniSat 2.0 beta
1.39/1.57	c 2	WARNING: for repeatability, setting FPU to use double precision
1.39/1.57	c 2	============================[ Problem Statistics ]=============================
1.39/1.57	c 2	|                                                                             |
1.39/1.57	c 2	|  Number of variables:  506                                                  |
1.39/1.57	c 2	|  Number of clauses:    22795                                                |
1.39/1.58	c 2	|  Parsing time:         0.01         s                                       |
1.39/1.59	c 2	============================[ Search Statistics ]==============================
1.39/1.59	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.59	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.59	c 2	===============================================================================
1.39/1.59	c 2	|         0 |     506    22795    85389 |     7598        0    nan |  0.000 % |
1.44/1.60	c 2	|       100 |     506    22795    85389 |     8358      100     10 |  0.000 % |
1.44/1.62	c 2	|       250 |     506    22795    85389 |     9193      250      9 |  0.017 % |
1.44/1.65	c 2	|       475 |     506    22795    85389 |    10113      475     11 |  0.008 % |
1.44/1.69	c 2	|       812 |     506    22795    85389 |    11124      812     11 |  0.013 % |
1.44/1.76	c 2	|      1318 |     506    22795    85389 |    12237     1318     11 |  0.007 % |
1.44/1.85	c 2	|      2077 |     506    22795    85389 |    13460     2077     11 |  0.014 % |
1.44/1.99	c 2	|      3217 |     506    22795    85389 |    14807     3217     11 |  0.013 % |
2.05/2.23	c 2	|      4925 |     506    22795    85389 |    16287     4925     11 |  0.013 % |
2.35/2.59	c 3	|      7487 |     506    22795    85389 |    17916     7487     12 |  0.013 % |
2.94/3.19	c 3	|     11331 |     506    22795    85389 |    19708    11331     12 |  0.013 % |
4.03/4.23	c 4	|     17100 |     506    22795    85389 |    21678    17100     12 |  0.013 % |
5.81/6.02	c 6	|     25750 |     506    22795    85389 |    23846    14802     13 |  0.013 % |
8.59/8.87	c 9	|     38725 |     506    22795    85389 |    26231    15306     14 |  0.013 % |
12.65/12.94	c 13	|     58186 |     506    22795    85389 |    28854    19597     13 |  0.016 % |
19.39/19.74	c 20	|     87379 |     506    22795    85389 |    31740    14180     14 |  0.016 % |
30.09/30.58	c 31	|    131168 |     506    22795    85389 |    34914    19021     13 |  0.007 % |
45.16/45.62	c 46	|    196854 |     506    22795    85389 |    38405    16807     15 |  0.018 % |
72.11/72.63	c 73	|    295382 |     506    22795    85389 |    42246    14450     12 |  0.031 % |
112.02/112.97	c 113	|    443174 |     505    22711    85149 |    46470    24813     15 |  0.198 % |
180.37/181.54	c 182	|    664857 |     505    22711    85149 |    51117    13765     14 |  0.198 % |
275.89/277.13	c 277	|    997383 |     505    22711    85149 |    56229    42110     17 |  0.205 % |
437.34/438.73	c 439	|   1496172 |     503    22541    84600 |    61852    26866     17 |  0.593 % |
687.93/689.57	c 690	|   2244356 |     503    22541    84600 |    68037    44034     16 |  0.598 % |
1085.76/1087.73	c 1088	|   3366630 |     501    22384    84089 |    74841    18239     16 |  0.989 % |
1746.89/1749.46	c 1750	|   5050043 |     500    22314    83889 |    82325    17029     17 |  1.187 % |
1800.05/1802.61	sh: line 1:  2826 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1802.61	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1802.61	c 1803	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.05/1802.62	c ERROR INTERRUPTED
1800.05/1802.62	s UNKNOWN
1800.05/1802.62	c 1803	CPU 1799.86 (0.03 0.01 1799.83 0.21)
1800.05/1802.62	c 1803	END Wed Jul  2 05:30:18 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-1039234-1214967615/watcher-1039234-1214967615 -o /tmp/evaluation-result-1039234-1214967615/solver-1039234-1214967615 -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-1039234-1214967615.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.92 1.98 1.99 4/72 2802
/proc/meminfo: memFree=1611984/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=12268 CPUtime=0
/proc/2802/stat : 2802 (sugar) R 2800 2802 2765 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1285007409 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273961499646 0 0 4224 0 0 0 0 17 1 0 0
/proc/2802/statm: 3067 316 241 3 0 167 0

[startup+0.051767 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2802
/proc/meminfo: memFree=1611984/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=0.04
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1285007409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101773 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2802
/proc/meminfo: memFree=1611984/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=0.04
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1285007409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30181 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2802
/proc/meminfo: memFree=1611984/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=0.04
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1285007409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701885 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2802
/proc/meminfo: memFree=1611984/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=0.04
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1285007409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 2824
/proc/meminfo: memFree=1602296/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=0.66
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 974 4704 0 1 3 1 59 3 15 0 1 0 1285007409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 797 370 3 0 500 0
[pid=2815] ppid=2802 vsize=5356 CPUtime=0
/proc/2815/stat : 2815 (sh) S 2802 2802 2765 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1285007483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2815/statm: 1339 233 193 169 0 50 0
[pid=2816] ppid=2815 vsize=864432 CPUtime=0.73
/proc/2816/stat : 2816 (java) S 2815 2802 2765 0 -1 0 6736 0 1 0 69 4 0 0 18 0 9 0 1285007483 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2816/statm: 216108 5979 2564 9 0 210655 0
[pid=2816/tid=2817] ppid=2815 vsize=864432 CPUtime=0.43
/proc/2816/task/2817/stat : 2817 (java) R 2815 2802 2765 0 -1 64 2717 0 1 0 42 1 0 0 19 0 9 0 1285007484 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4126535450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2818] ppid=2815 vsize=864432 CPUtime=0.16
/proc/2816/task/2818/stat : 2818 (java) S 2815 2802 2765 0 -1 64 2964 0 0 0 15 1 0 0 16 0 9 0 1285007485 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2819] ppid=2815 vsize=864432 CPUtime=0
/proc/2816/task/2819/stat : 2819 (java) S 2815 2802 2765 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1285007485 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2820] ppid=2815 vsize=864432 CPUtime=0
/proc/2816/task/2820/stat : 2820 (java) S 2815 2802 2765 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1285007485 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2821] ppid=2815 vsize=864432 CPUtime=0
/proc/2816/task/2821/stat : 2821 (java) S 2815 2802 2765 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1285007487 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2822] ppid=2815 vsize=864432 CPUtime=0.11
/proc/2816/task/2822/stat : 2822 (java) S 2815 2802 2765 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1285007487 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2823] ppid=2815 vsize=864432 CPUtime=0
/proc/2816/task/2823/stat : 2823 (java) S 2815 2802 2765 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1285007487 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2816/tid=2824] ppid=2815 vsize=864432 CPUtime=0
/proc/2816/task/2824/stat : 2824 (java) S 2815 2802 2765 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1285007487 885178368 5979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883388

[startup+3.10136 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 2826
/proc/meminfo: memFree=1607032/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 15 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=3704 CPUtime=1.5
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 699 0 0 0 150 0 0 0 25 0 1 0 1285007567 3792896 685 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/2826/statm: 926 685 75 150 0 773 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22660

[startup+6.30199 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 2826
/proc/meminfo: memFree=1605432/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=4828 CPUtime=4.67
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 953 0 0 0 467 0 0 0 25 0 1 0 1285007567 4943872 939 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2826/statm: 1207 939 75 150 0 1054 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 23784

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 2826
/proc/meminfo: memFree=1604536/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=5500 CPUtime=11.02
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 1123 0 0 0 1101 1 0 0 25 0 1 0 1285007567 5632000 1109 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/2826/statm: 1375 1109 75 150 0 1222 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24456

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 2826
/proc/meminfo: memFree=1603576/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=6484 CPUtime=23.69
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 1361 0 0 0 2368 1 0 0 25 0 1 0 1285007567 6639616 1347 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2826/statm: 1621 1347 75 150 0 1468 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 25440

[startup+51.1018 s]
/proc/loadavg: 1.91 1.97 1.99 3/75 2859
/proc/meminfo: memFree=1602552/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=7548 CPUtime=49.23
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 1642 0 0 0 4921 2 0 0 25 0 1 0 1285007567 7729152 1628 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 1887 1628 75 150 0 1734 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 26504

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/84 2899
/proc/meminfo: memFree=1590000/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=9572 CPUtime=100.09
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 2120 0 0 0 10006 3 0 0 25 0 1 0 1285007567 9801728 2106 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2826/statm: 2393 2106 75 150 0 2240 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 28528

[startup+162.302 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 2989
/proc/meminfo: memFree=1556152/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=10772 CPUtime=159.75
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 2422 0 0 0 15971 4 0 0 25 0 1 0 1285007567 11030528 2408 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 2693 2408 75 150 0 2540 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 29728

[startup+222.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 2989
/proc/meminfo: memFree=1554872/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=22196 CPUtime=1238.79
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5125 0 0 0 123870 9 0 0 25 0 1 0 1285007567 22728704 5111 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 5549 5111 75 150 0 5396 0
Current children cumulated CPU time (s) 1240.23
Current children cumulated vsize (KiB) 41152

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1544056/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=22976 CPUtime=1298.73
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5301 0 0 0 129864 9 0 0 25 0 1 0 1285007567 23527424 5287 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 5744 5287 75 150 0 5591 0
Current children cumulated CPU time (s) 1300.17
Current children cumulated vsize (KiB) 41932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1543288/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=23508 CPUtime=1358.68
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5453 0 0 0 135859 9 0 0 25 0 1 0 1285007567 24072192 5439 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 5877 5439 75 150 0 5724 0
Current children cumulated CPU time (s) 1360.12
Current children cumulated vsize (KiB) 42464

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1542904/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=24084 CPUtime=1418.64
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5557 0 0 0 141854 10 0 0 25 0 1 0 1285007567 24662016 5543 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6021 5543 75 150 0 5868 0
Current children cumulated CPU time (s) 1420.08
Current children cumulated vsize (KiB) 43040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1542328/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=24544 CPUtime=1478.58
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5692 0 0 0 147848 10 0 0 25 0 1 0 1285007567 25133056 5678 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6136 5678 75 150 0 5983 0
Current children cumulated CPU time (s) 1480.02
Current children cumulated vsize (KiB) 43500

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1541944/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=24944 CPUtime=1538.53
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5775 0 0 0 153843 10 0 0 25 0 1 0 1285007567 25542656 5761 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6236 5761 75 150 0 6083 0
Current children cumulated CPU time (s) 1539.97
Current children cumulated vsize (KiB) 43900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1541752/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=25088 CPUtime=1598.47
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5823 0 0 0 159837 10 0 0 25 0 1 0 1285007567 25690112 5809 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6272 5809 75 150 0 6119 0
Current children cumulated CPU time (s) 1599.91
Current children cumulated vsize (KiB) 44044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1541432/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=25580 CPUtime=1658.42
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 5923 0 0 0 165832 10 0 0 25 0 1 0 1285007567 26193920 5909 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6395 5909 75 150 0 6242 0
Current children cumulated CPU time (s) 1659.86
Current children cumulated vsize (KiB) 44536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1541112/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=26012 CPUtime=1718.37
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 6010 0 0 0 171826 11 0 0 25 0 1 0 1285007567 26636288 5996 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6503 5996 75 150 0 6350 0
Current children cumulated CPU time (s) 1719.81
Current children cumulated vsize (KiB) 44968

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1540856/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=26156 CPUtime=1778.32
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 6050 0 0 0 177821 11 0 0 25 0 1 0 1285007567 26783744 6036 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6539 6036 75 150 0 6386 0
Current children cumulated CPU time (s) 1779.76
Current children cumulated vsize (KiB) 45112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2991
/proc/meminfo: memFree=1540792/2055920 swapFree=4119960/4192956
[pid=2802] ppid=2800 vsize=13600 CPUtime=1.44
/proc/2802/stat : 2802 (sugar) S 2800 2802 2765 0 -1 4194304 1031 11750 0 2 3 1 132 8 16 0 1 0 1285007409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2802/statm: 3400 798 370 3 0 500 0
[pid=2825] ppid=2802 vsize=5356 CPUtime=0
/proc/2825/stat : 2825 (sh) S 2802 2802 2765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1285007567 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2825/statm: 1339 232 193 169 0 50 0
[pid=2826] ppid=2825 vsize=26156 CPUtime=1798.61
/proc/2826/stat : 2826 (minisat) R 2825 2802 2765 0 -1 4194304 6062 0 0 0 179850 11 0 0 25 0 1 0 1285007567 26783744 6048 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/2826/statm: 6539 6048 75 150 0 6386 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 45112

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): 1802.62
CPU time (s): 1800.09
CPU user time (s): 1799.87
CPU system time (s): 0.226965
CPU usage (%): 99.8597
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19460
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= 1510
involuntary context switches= 10799

runsolver used 2.00169 second user time and 5.22921 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-02 05:00:15
IDJOB=1039234
IDBENCH=53608
IDSOLVER=346
FILE ID=node20/1039234-1214967615
PBS_JOBID= 7870377
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-47021_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-1039234-1214967615/watcher-1039234-1214967615 -o /tmp/evaluation-result-1039234-1214967615/solver-1039234-1214967615 -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-1039234-1214967615.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 868e9044d15186dac62efe06ad93386d
RANDOM SEED=855150094

node20.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.263
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.263
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:       1612464 kB
Buffers:         54204 kB
Cached:         225552 kB
SwapCached:      67248 kB
Active:         192400 kB
Inactive:       179252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612464 kB
SwapTotal:     4192956 kB
SwapFree:      4119960 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:          97896 kB
Slab:            57148 kB
Committed_AS:  2539776 kB
PageTables:       1912 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= 66540 MiB
End job on node20 at 2008-07-02 05:30:20