Trace number 1034932

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.42

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-57021_ext.xml
MD5SUM73a72b58fd08e3bdce88f31cfc83b195
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 benchmark637.335
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
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 00:04:25 2008
0.00/0.04	c 0	PID 26939
0.04/0.05	c 0	HOST node51.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1034932-1214949864.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034932-1214949864.xml' 'HOME/temp.csp'
0.04/0.75	c 0	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.04/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.78	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.73/0.86	c 0	Parsing HOME/temp.csp
1.23/1.30	c 1	parsed 730 expressions
1.23/1.30	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.30	c 1	Converting to clausal form CSP
1.23/1.33	c 1	converted 73 (10%) expressions
1.23/1.34	c 1	converted 146 (20%) expressions
1.23/1.34	c 1	converted 219 (30%) expressions
1.23/1.34	c 1	converted 292 (40%) expressions
1.23/1.35	c 1	converted 365 (50%) expressions
1.33/1.44	c 1	converted 438 (60%) expressions
1.33/1.47	c 1	converted 511 (70%) expressions
1.43/1.50	c 1	converted 584 (80%) expressions
1.43/1.52	c 1	converted 657 (90%) expressions
1.43/1.55	c 1	converted 730 (100%) expressions
1.43/1.55	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.43/1.55	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.55	c 1	Propagation in CSP
1.43/1.56	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.56	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.43/1.56	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.56	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.56	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.43/1.56	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.61	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.62	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.53/1.62	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.53/1.62	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.53/1.62	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.53/1.63	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.53/1.63	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.53/1.63	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.53/1.63	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.53/1.63	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.53/1.63	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.53/1.70	c 1	36 (10%) CSP clauses are encoded (4757 clauses, 74903 bytes)
1.63/1.72	c 1	71 (20%) CSP clauses are encoded (8683 clauses, 142716 bytes)
1.63/1.75	c 1	106 (30%) CSP clauses are encoded (12691 clauses, 214765 bytes)
1.63/1.77	c 1	141 (40%) CSP clauses are encoded (16649 clauses, 290816 bytes)
1.72/1.80	c 1	176 (50%) CSP clauses are encoded (20658 clauses, 367752 bytes)
1.72/1.83	c 1	211 (60%) CSP clauses are encoded (24604 clauses, 443412 bytes)
1.72/1.85	c 1	246 (70%) CSP clauses are encoded (28625 clauses, 520525 bytes)
1.72/1.87	c 1	281 (80%) CSP clauses are encoded (32582 clauses, 596362 bytes)
1.81/1.90	c 1	316 (90%) CSP clauses are encoded (36549 clauses, 672356 bytes)
1.81/1.92	c 1	351 (100%) CSP clauses are encoded (40542 clauses, 749003 bytes)
1.81/1.92	c 1	351 CSP clauses encoded
1.81/1.92	c 1	Writing map file : HOME/temp.map
1.81/1.92	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.92	c 1	SAT : 702 SAT variables, 40542 SAT clauses, 749003 bytes
1.81/1.92	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.93	c 1	SOLVING HOME/temp.cnf
1.81/1.93	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.81/1.93	c 1	This is MiniSat 2.0 beta
1.81/1.93	c 1	WARNING: for repeatability, setting FPU to use double precision
1.81/1.93	c 1	============================[ Problem Statistics ]=============================
1.81/1.93	c 1	|                                                                             |
1.81/1.94	c 1	|  Number of variables:  702                                                  |
1.81/1.94	c 1	|  Number of clauses:    40542                                                |
1.81/1.96	c 2	|  Parsing time:         0.02         s                                       |
1.81/1.96	c 2	============================[ Search Statistics ]==============================
1.81/1.96	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.81/1.96	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.81/1.96	c 2	===============================================================================
1.81/1.96	c 2	|         0 |     702    40542   153654 |    13514        0    nan |  0.000 % |
1.81/1.98	c 2	|       100 |     702    40542   153654 |    14865      100     11 |  0.000 % |
1.86/2.01	c 2	|       250 |     702    40542   153654 |    16351      250     11 |  0.009 % |
1.86/2.06	c 2	|       475 |     702    40542   153654 |    17987      475     10 |  0.008 % |
2.01/2.15	c 2	|       812 |     702    40542   153654 |    19785      812     11 |  0.008 % |
2.11/2.27	c 2	|      1318 |     702    40542   153654 |    21764     1318     12 |  0.008 % |
2.31/2.44	c 2	|      2077 |     702    40542   153654 |    23940     2077     12 |  0.009 % |
2.61/2.72	c 2	|      3216 |     702    40542   153654 |    26334     3216     12 |  0.009 % |
3.00/3.16	c 3	|      4924 |     702    40542   153654 |    28968     4924     12 |  0.008 % |
3.69/3.85	c 3	|      7487 |     702    40542   153654 |    31865     7487     12 |  0.009 % |
4.78/4.96	c 5	|     11331 |     702    40542   153654 |    35051    11331     13 |  0.008 % |
6.56/6.77	c 6	|     17097 |     702    40542   153654 |    38557    17097     13 |  0.005 % |
9.63/9.84	c 9	|     25746 |     702    40542   153654 |    42412    25746     14 |  0.008 % |
15.19/15.47	c 15	|     38721 |     702    40542   153654 |    46653    38721     14 |  0.009 % |
23.50/23.84	c 23	|     58182 |     702    40542   153654 |    51319    23651     14 |  0.008 % |
38.35/38.89	c 38	|     87374 |     702    40542   153654 |    56451    13880     16 |  0.008 % |
60.55/61.29	c 61	|    131163 |     702    40542   153654 |    62096    14870     15 |  0.009 % |
92.24/93.27	c 93	|    196847 |     702    40542   153654 |    68306    30827     17 |  0.004 % |
150.19/151.74	c 151	|    295374 |     702    40542   153654 |    75136    22097     14 |  0.006 % |
226.23/227.91	c 227	|    443164 |     702    40542   153654 |    82650    47417     17 |  0.010 % |
363.67/365.50	c 365	|    664847 |     702    40542   153654 |    90915    66386     18 |  0.010 % |
572.78/574.62	c 574	|    997372 |     702    40542   153654 |   100006    18041     17 |  0.010 % |
905.03/907.09	c 907	|   1496160 |     702    40542   153654 |   110007    95623     18 |  0.010 % |
1423.11/1425.31	c 1425	|   2244342 |     702    40542   153654 |   121008    88499     17 |  0.010 % |
1800.04/1802.41	sh: line 1: 26963 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1802.41	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1802.41	c 1802	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.04/1802.42	c ERROR INTERRUPTED
1800.04/1802.42	s UNKNOWN
1800.04/1802.42	c 1802	CPU 1799.83 (0.03 0.01 1799.8 0.23)
1800.04/1802.42	c 1802	END Wed Jul  2 00:34:27 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-1034932-1214949864/watcher-1034932-1214949864 -o /tmp/evaluation-result-1034932-1214949864/solver-1034932-1214949864 -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-1034932-1214949864.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.38 0.62 4/80 26939
/proc/meminfo: memFree=1195336/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=12000 CPUtime=0
/proc/26939/stat : 26939 (sugar) R 26937 26939 26448 0 -1 4194304 192 0 0 0 0 0 0 0 20 0 1 0 1973958332 12288000 160 996147200 4194304 4206940 548682068608 18446744073709551615 235371166688 0 0 4224 0 0 0 0 17 1 0 0
/proc/26939/statm: 3000 160 122 3 0 100 0

[startup+0.0515361 s]
/proc/loadavg: 1.99 1.38 0.62 4/80 26939
/proc/meminfo: memFree=1195336/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=0.04
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 845 0 0 0 3 1 0 0 18 0 1 0 1973958332 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102532 s]
/proc/loadavg: 1.99 1.38 0.62 4/80 26939
/proc/meminfo: memFree=1195336/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=0.04
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1973958332 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302563 s]
/proc/loadavg: 1.99 1.38 0.62 4/80 26939
/proc/meminfo: memFree=1195336/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=0.04
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1973958332 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701632 s]
/proc/loadavg: 1.99 1.38 0.62 4/80 26939
/proc/meminfo: memFree=1195336/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=0.04
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1973958332 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50177 s]
/proc/loadavg: 1.99 1.39 0.63 3/91 26961
/proc/meminfo: memFree=1186288/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=0.73
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 973 4833 0 1 3 1 64 5 15 0 1 0 1973958332 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 797 370 3 0 500 0
[pid=26952] ppid=26939 vsize=5356 CPUtime=0
/proc/26952/stat : 26952 (sh) S 26939 26939 26448 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973958410 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26952/statm: 1339 233 193 169 0 50 0
[pid=26953] ppid=26952 vsize=864320 CPUtime=0.7
/proc/26953/stat : 26953 (java) S 26952 26939 26448 0 -1 0 7430 0 1 0 67 3 0 0 18 0 9 0 1973958410 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26953/statm: 216080 6713 2540 9 0 210655 0
[pid=26953/tid=26954] ppid=26952 vsize=864320 CPUtime=0.39
/proc/26953/task/26954/stat : 26954 (java) R 26952 26939 26448 0 -1 64 2582 0 1 0 38 1 0 0 22 0 9 0 1973958411 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 103568467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26953/tid=26955] ppid=26952 vsize=864320 CPUtime=0.2
/proc/26953/task/26955/stat : 26955 (java) S 26952 26939 26448 0 -1 64 3813 0 0 0 19 1 0 0 16 0 9 0 1973958412 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26953/tid=26956] ppid=26952 vsize=864320 CPUtime=0
/proc/26953/task/26956/stat : 26956 (java) S 26952 26939 26448 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973958413 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26953/tid=26957] ppid=26952 vsize=864320 CPUtime=0
/proc/26953/task/26957/stat : 26957 (java) S 26952 26939 26448 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973958413 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26953/tid=26958] ppid=26952 vsize=864320 CPUtime=0
/proc/26953/task/26958/stat : 26958 (java) S 26952 26939 26448 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973958415 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26953/tid=26959] ppid=26952 vsize=864320 CPUtime=0.08
/proc/26953/task/26959/stat : 26959 (java) S 26952 26939 26448 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 1973958415 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26953/tid=26960] ppid=26952 vsize=864320 CPUtime=0
/proc/26953/task/26960/stat : 26960 (java) S 26952 26939 26448 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973958415 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26953/tid=26961] ppid=26952 vsize=864320 CPUtime=0
/proc/26953/task/26961/stat : 26961 (java) S 26952 26939 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973958415 885063680 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883276

[startup+3.10104 s]
/proc/loadavg: 1.99 1.39 0.63 3/83 26963
/proc/meminfo: memFree=1188848/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 15 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=4172 CPUtime=1.14
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 889 0 0 0 114 0 0 0 25 0 1 0 1973958526 4272128 875 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26963/statm: 1043 875 75 150 0 890 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 23128

[startup+6.30159 s]
/proc/loadavg: 1.99 1.39 0.63 3/83 26963
/proc/meminfo: memFree=1187824/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=5176 CPUtime=4.31
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 1129 0 0 0 431 0 0 0 25 0 1 0 1973958526 5300224 1115 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26963/statm: 1294 1115 75 150 0 1141 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24132

[startup+12.7017 s]
/proc/loadavg: 1.99 1.41 0.64 3/83 26963
/proc/meminfo: memFree=1186096/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=6620 CPUtime=10.65
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 1494 0 0 0 1064 1 0 0 25 0 1 0 1973958526 6778880 1480 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26963/statm: 1655 1480 75 150 0 1502 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 25576

[startup+25.5029 s]
/proc/loadavg: 1.99 1.43 0.66 3/83 26963
/proc/meminfo: memFree=1184816/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=8052 CPUtime=23.33
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 1821 0 0 0 2332 1 0 0 25 0 1 0 1973958526 8245248 1807 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26963/statm: 2013 1807 75 150 0 1860 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 27008

[startup+51.1022 s]
/proc/loadavg: 1.99 1.47 0.69 3/83 26963
/proc/meminfo: memFree=1183600/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=8980 CPUtime=48.68
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 2062 0 0 0 4867 1 0 0 25 0 1 0 1973958526 9195520 2048 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26963/statm: 2245 2048 75 150 0 2092 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 27936

[startup+102.307 s]
/proc/loadavg: 2.03 1.57 0.77 3/83 26963
/proc/meminfo: memFree=1181488/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=11144 CPUtime=99.4
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 2581 0 0 0 9938 2 0 0 25 0 1 0 1973958526 11411456 2567 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26963/statm: 2786 2567 75 150 0 2633 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 30100

[startup+162.302 s]
/proc/loadavg: 2.04 1.66 0.85 3/83 26963
/proc/meminfo: memFree=1179768/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=12768 CPUtime=158.83
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 3008 0 0 0 15881 2 0 0 25 0 1 0 1973958526 13074432 2994 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26963/statm: 3192 2994 75 150 0 3039 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 31724

[startup+222.301 s]
/proc/loadavg: 2.01 1.72 0.92 3/75 26990
/proc/meminfo: memFree=1209848/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=24012 CPUtime=1238.33
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 5709 0 0 0 123825 8 0 0 25 0 1 0 1973958526 24588288 5695 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6003 5695 75 150 0 5850 0
Current children cumulated CPU time (s) 1240.19
Current children cumulated vsize (KiB) 42968

[startup+1302.3 s]
/proc/loadavg: 2.05 1.99 1.64 3/75 26990
/proc/meminfo: memFree=1199224/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=24720 CPUtime=1298.31
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 5893 0 0 0 129823 8 0 0 25 0 1 0 1973958526 25313280 5879 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6180 5879 75 150 0 6027 0
Current children cumulated CPU time (s) 1300.17
Current children cumulated vsize (KiB) 43676

[startup+1362.3 s]
/proc/loadavg: 2.05 2.00 1.66 3/75 26990
/proc/meminfo: memFree=1198968/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=25024 CPUtime=1358.28
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 5955 0 0 0 135820 8 0 0 25 0 1 0 1973958526 25624576 5941 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6256 5941 75 150 0 6103 0
Current children cumulated CPU time (s) 1360.14
Current children cumulated vsize (KiB) 43980

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.68 3/75 26990
/proc/meminfo: memFree=1198776/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=25024 CPUtime=1418.25
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 5964 0 0 0 141817 8 0 0 25 0 1 0 1973958526 25624576 5950 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6256 5950 75 150 0 6103 0
Current children cumulated CPU time (s) 1420.11
Current children cumulated vsize (KiB) 43980

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 1.71 3/75 27017
/proc/meminfo: memFree=1198328/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=25324 CPUtime=1478.22
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 6036 0 0 0 147813 9 0 0 25 0 1 0 1973958526 25931776 6022 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6331 6022 75 150 0 6178 0
Current children cumulated CPU time (s) 1480.08
Current children cumulated vsize (KiB) 44280

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 1.72 3/75 27017
/proc/meminfo: memFree=1198008/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=25636 CPUtime=1538.19
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 6112 0 0 0 153810 9 0 0 25 0 1 0 1973958526 26251264 6098 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6409 6098 75 150 0 6256 0
Current children cumulated CPU time (s) 1540.05
Current children cumulated vsize (KiB) 44592

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/75 27017
/proc/meminfo: memFree=1197752/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=25980 CPUtime=1598.17
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 6165 0 0 0 159807 10 0 0 25 0 1 0 1973958526 26603520 6151 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6495 6151 75 150 0 6342 0
Current children cumulated CPU time (s) 1600.03
Current children cumulated vsize (KiB) 44936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/75 27017
/proc/meminfo: memFree=1197112/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=26528 CPUtime=1658.14
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 6325 0 0 0 165804 10 0 0 25 0 1 0 1973958526 27164672 6311 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6632 6311 75 150 0 6479 0
Current children cumulated CPU time (s) 1660
Current children cumulated vsize (KiB) 45484

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/84 27056
/proc/meminfo: memFree=1187824/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=27208 CPUtime=1718.12
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 6476 0 0 0 171801 11 0 0 25 0 1 0 1973958526 27860992 6462 996147200 134512640 135127466 4294956272 18446744073709551615 134521797 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6802 6462 75 150 0 6649 0
Current children cumulated CPU time (s) 1719.98
Current children cumulated vsize (KiB) 46164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/84 27057
/proc/meminfo: memFree=1187120/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=27652 CPUtime=1778.09
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 6570 0 0 0 177798 11 0 0 25 0 1 0 1973958526 28315648 6556 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6913 6556 75 150 0 6760 0
Current children cumulated CPU time (s) 1779.95
Current children cumulated vsize (KiB) 46608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.78 3/84 27058
/proc/meminfo: memFree=1186928/2055920 swapFree=4180408/4192956
[pid=26939] ppid=26937 vsize=13600 CPUtime=1.86
/proc/26939/stat : 26939 (sugar) S 26937 26939 26448 0 -1 4194304 1031 13141 0 2 3 1 172 10 16 0 1 0 1973958332 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26939/statm: 3400 798 370 3 0 500 0
[pid=26962] ppid=26939 vsize=5356 CPUtime=0
/proc/26962/stat : 26962 (sh) S 26939 26939 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973958525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26962/statm: 1339 232 193 169 0 50 0
[pid=26963] ppid=26962 vsize=27652 CPUtime=1798.18
/proc/26963/stat : 26963 (minisat) R 26962 26939 26448 0 -1 4194304 6578 0 0 0 179807 11 0 0 25 0 1 0 1973958526 28315648 6564 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26963/statm: 6913 6564 75 150 0 6760 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 46608

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.42
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.248962
CPU usage (%): 99.8706
Max. virtual memory (cumulated for all children) (KiB): 883388

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

runsolver used 1.73174 second user time and 5.10722 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-02 00:04:25
IDJOB=1034932
IDBENCH=53369
IDSOLVER=346
FILE ID=node51/1034932-1214949864
PBS_JOBID= 7870232
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-57021_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-1034932-1214949864/watcher-1034932-1214949864 -o /tmp/evaluation-result-1034932-1214949864/solver-1034932-1214949864 -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-1034932-1214949864.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73a72b58fd08e3bdce88f31cfc83b195
RANDOM SEED=477611299

node51.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:       1195816 kB
Buffers:         54996 kB
Cached:         679252 kB
SwapCached:       6544 kB
Active:          70468 kB
Inactive:       706524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1195816 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:          59080 kB
Slab:            68188 kB
Committed_AS:  4477528 kB
PageTables:       1892 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= 66548 MiB
End job on node51 at 2008-07-02 00:34:29