Trace number 1037524

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 1812.32

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-60021_ext.xml
MD5SUM5d0246273045fea8f773bd7d32b28b29
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 benchmark280.708
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.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 03:17:48 2008
0.00/0.05	c 0	PID 16103
0.04/0.05	c 0	HOST node30.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1037524-1214961468.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-1037524-1214961468.xml' 'HOME/temp.csp'
0.04/0.78	c 1	1 domains, 26 variables, 0 predicates, 325 relations, 325 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	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.75/0.91	c 1	Parsing HOME/temp.csp
1.19/1.32	c 2	parsed 677 expressions
1.19/1.32	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.32	c 2	Converting to clausal form CSP
1.19/1.35	c 2	converted 68 (10%) expressions
1.19/1.35	c 2	converted 136 (20%) expressions
1.19/1.36	c 2	converted 204 (30%) expressions
1.19/1.36	c 2	converted 271 (40%) expressions
1.19/1.37	c 2	converted 339 (50%) expressions
1.29/1.40	c 2	converted 407 (60%) expressions
1.29/1.49	c 2	converted 474 (70%) expressions
1.38/1.51	c 2	converted 542 (80%) expressions
1.38/1.54	c 2	converted 610 (90%) expressions
1.38/1.57	c 2	converted 677 (100%) expressions
1.38/1.57	c 2	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.38/1.57	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.57	c 2	Propagation in CSP
1.38/1.57	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.38/1.57	c 2	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.38/1.57	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.38/1.57	c 2	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.38/1.57	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.62	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.63	c 2	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.49/1.63	c 2	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.49/1.63	c 2	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.49/1.63	c 2	11 (40%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.49/1.64	c 2	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.49/1.64	c 2	16 (60%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.49/1.64	c 2	19 (70%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.49/1.64	c 2	21 (80%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.49/1.64	c 2	24 (90%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.49/1.64	c 2	26 (100%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.58/1.70	c 2	33 (10%) CSP clauses are encoded (4182 clauses, 65112 bytes)
1.58/1.72	c 2	65 (20%) CSP clauses are encoded (7624 clauses, 124250 bytes)
1.58/1.75	c 2	98 (30%) CSP clauses are encoded (11143 clauses, 185991 bytes)
1.58/1.77	c 2	130 (40%) CSP clauses are encoded (14577 clauses, 251750 bytes)
1.58/1.79	c 2	163 (50%) CSP clauses are encoded (18177 clauses, 320724 bytes)
1.69/1.81	c 2	195 (60%) CSP clauses are encoded (21583 clauses, 386069 bytes)
1.69/1.84	c 2	228 (70%) CSP clauses are encoded (25108 clauses, 453585 bytes)
1.69/1.86	c 2	260 (80%) CSP clauses are encoded (28539 clauses, 519338 bytes)
1.69/1.88	c 2	293 (90%) CSP clauses are encoded (32051 clauses, 586759 bytes)
1.78/1.90	c 2	325 (100%) CSP clauses are encoded (35468 clauses, 652067 bytes)
1.78/1.90	c 2	325 CSP clauses encoded
1.78/1.90	c 2	Writing map file : HOME/temp.map
1.78/1.90	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.78/1.90	c 2	SAT : 650 SAT variables, 35468 SAT clauses, 652067 bytes
1.78/1.90	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.78/1.94	c 2	SOLVING HOME/temp.cnf
1.78/1.94	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.78/1.94	c 2	This is MiniSat 2.0 beta
1.78/1.94	c 2	WARNING: for repeatability, setting FPU to use double precision
1.78/1.94	c 2	============================[ Problem Statistics ]=============================
1.78/1.94	c 2	|                                                                             |
1.78/1.94	c 2	|  Number of variables:  650                                                  |
1.78/1.94	c 2	|  Number of clauses:    35468                                                |
1.78/1.96	c 2	|  Parsing time:         0.01         s                                       |
1.78/1.96	c 2	============================[ Search Statistics ]==============================
1.78/1.96	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.78/1.96	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.78/1.96	c 2	===============================================================================
1.78/1.96	c 2	|         0 |     650    35468   134100 |    11822        0    nan |  0.000 % |
1.78/1.98	c 2	|       101 |     650    35468   134100 |    13004      101     11 |  0.000 % |
1.80/2.01	c 2	|       251 |     650    35468   134100 |    14305      251     11 |  0.009 % |
1.80/2.05	c 2	|       476 |     650    35468   134100 |    15735      476     11 |  0.009 % |
1.95/2.11	c 2	|       813 |     650    35468   134100 |    17309      813     11 |  0.007 % |
2.05/2.20	c 3	|      1319 |     650    35468   134100 |    19040     1319     11 |  0.011 % |
2.14/2.35	c 3	|      2079 |     650    35468   134100 |    20944     2079     11 |  0.011 % |
2.34/2.59	c 3	|      3218 |     650    35468   134100 |    23039     3218     12 |  0.008 % |
2.74/2.94	c 3	|      4926 |     650    35468   134100 |    25342     4926     12 |  0.008 % |
3.23/3.49	c 4	|      7490 |     650    35468   134100 |    27877     7490     13 |  0.003 % |
4.13/4.39	c 5	|     11335 |     650    35468   134100 |    30664    11335     14 |  0.009 % |
5.71/5.91	c 6	|     17102 |     650    35468   134100 |    33731    17102     14 |  0.009 % |
8.29/8.54	c 9	|     25751 |     650    35468   134100 |    37104    25751     14 |  0.004 % |
13.14/13.47	c 14	|     38725 |     650    35468   134100 |    40815    13196     14 |  0.006 % |
19.98/20.37	c 21	|     58187 |     650    35468   134100 |    44896    32658     15 |  0.009 % |
30.87/31.31	c 32	|     87381 |     650    35468   134100 |    49386    28629     17 |  0.005 % |
47.91/48.50	c 49	|    131170 |     650    35468   134100 |    54324    35207     16 |  0.006 % |
78.62/79.57	c 80	|    196854 |     650    35468   134100 |    59757    19438     14 |  0.011 % |
125.58/126.90	c 127	|    295382 |     650    35468   134100 |    65733    25087     16 |  0.009 % |
199.38/201.40	c 202	|    443173 |     650    35468   134100 |    72306    16632     15 |  0.009 % |
313.20/316.39	c 317	|    664856 |     650    35468   134100 |    79536    62863     17 |  0.009 % |
502.32/507.25	c 508	|    997382 |     650    35468   134100 |    87490    67788     17 |  0.009 % |
787.23/794.88	c 795	|   1496170 |     650    35468   134100 |    96239    53074     19 |  0.005 % |
1264.07/1275.95	c 1276	|   2244352 |     650    35468   134100 |   105863    69146     15 |  0.011 % |
1800.07/1812.31	sh: line 1: 16127 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1812.31	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1812.31	c 1813	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.07/1812.31	c ERROR INTERRUPTED
1800.07/1812.31	s UNKNOWN
1800.07/1812.31	c 1813	CPU 1799.88 (0.03 0.01 1799.85 0.21)
1800.07/1812.31	c 1813	END Wed Jul  2 03:48:01 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-1037524-1214961468/watcher-1037524-1214961468 -o /tmp/evaluation-result-1037524-1214961468/solver-1037524-1214961468 -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-1037524-1214961468.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 16103
/proc/meminfo: memFree=1636296/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=12268 CPUtime=0
/proc/16103/stat : 16103 (sugar) R 16101 16103 15286 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1975120527 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16103/statm: 3067 316 241 3 0 167 0

[startup+0.050306 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 16103
/proc/meminfo: memFree=1636296/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=0.04
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1975120527 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10127 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 16103
/proc/meminfo: memFree=1636296/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=0.04
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1975120527 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301284 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 16103
/proc/meminfo: memFree=1636296/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=0.04
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1975120527 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70131 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 16103
/proc/meminfo: memFree=1636296/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=0.04
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1975120527 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 16125
/proc/meminfo: memFree=1628272/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=0.75
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 973 4800 0 1 3 1 67 4 15 0 1 0 1975120527 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 797 370 3 0 500 0
[pid=16116] ppid=16103 vsize=5356 CPUtime=0
/proc/16116/stat : 16116 (sh) S 16103 16103 15286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975120611 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16116/statm: 1339 233 193 169 0 50 0
[pid=16117] ppid=16116 vsize=864320 CPUtime=0.63
/proc/16117/stat : 16117 (java) S 16116 16103 15286 0 -1 0 6951 0 1 0 60 3 0 0 18 0 9 0 1975120611 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16117/statm: 216080 6237 2540 9 0 210655 0
[pid=16117/tid=16118] ppid=16116 vsize=864320 CPUtime=0.35
/proc/16117/task/16118/stat : 16118 (java) R 16116 16103 15286 0 -1 64 2578 0 1 0 34 1 0 0 18 0 9 0 1975120612 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16119] ppid=16116 vsize=864320 CPUtime=0.18
/proc/16117/task/16119/stat : 16119 (java) R 16116 16103 15286 0 -1 64 3337 0 0 0 18 0 0 0 16 0 9 0 1975120613 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 101588305 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16120] ppid=16116 vsize=864320 CPUtime=0
/proc/16117/task/16120/stat : 16120 (java) S 16116 16103 15286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975120614 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16121] ppid=16116 vsize=864320 CPUtime=0
/proc/16117/task/16121/stat : 16121 (java) S 16116 16103 15286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975120614 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16122] ppid=16116 vsize=864320 CPUtime=0
/proc/16117/task/16122/stat : 16122 (java) S 16116 16103 15286 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975120616 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16123] ppid=16116 vsize=864320 CPUtime=0.07
/proc/16117/task/16123/stat : 16123 (java) S 16116 16103 15286 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 1975120616 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16124] ppid=16116 vsize=864320 CPUtime=0
/proc/16117/task/16124/stat : 16124 (java) S 16116 16103 15286 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975120616 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16117/tid=16125] ppid=16116 vsize=864320 CPUtime=0
/proc/16117/task/16125/stat : 16125 (java) S 16116 16103 15286 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975120616 885063680 6237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 883276

[startup+3.10247 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 16127
/proc/meminfo: memFree=1630384/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 15 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=4012 CPUtime=1.13
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 825 0 0 0 113 0 0 0 25 0 1 0 1975120722 4108288 811 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 1003 811 75 150 0 850 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 22968

[startup+6.30167 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 16127
/proc/meminfo: memFree=1629040/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=5336 CPUtime=4.31
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 1128 0 0 0 430 1 0 0 25 0 1 0 1975120722 5464064 1114 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 1334 1114 75 150 0 1181 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 24292

[startup+12.7021 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 16127
/proc/meminfo: memFree=1627312/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=6820 CPUtime=10.65
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 1504 0 0 0 1064 1 0 0 25 0 1 0 1975120722 6983680 1490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 1705 1490 75 150 0 1552 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 25776

[startup+25.5019 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 16127
/proc/meminfo: memFree=1626096/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=8124 CPUtime=23.32
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 1816 0 0 0 2331 1 0 0 25 0 1 0 1975120722 8318976 1802 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 2031 1802 75 150 0 1878 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 27080

[startup+51.1016 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 16127
/proc/meminfo: memFree=1624816/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=9216 CPUtime=48.69
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 2098 0 0 0 4867 2 0 0 25 0 1 0 1975120722 9437184 2084 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 2304 2084 75 150 0 2151 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 28172

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 16127
/proc/meminfo: memFree=1623152/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=10808 CPUtime=99.4
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 2492 0 0 0 9938 2 0 0 25 0 1 0 1975120722 11067392 2478 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 2702 2478 75 150 0 2549 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 29764

[startup+162.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 16127
/proc/meminfo: memFree=1621040/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=12672 CPUtime=158.85
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 2936 0 0 0 15882 3 0 0 25 0 1 0 1975120722 12976128 2922 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 3168 2922 75 150 0 3015 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 31628

[startup+222.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 16127
/proc/meminfo: memFree=1620336/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=24540 CPUtime=1288.64
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 5756 0 0 0 128857 7 0 0 25 0 1 0 1975120722 25128960 5742 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 6135 5742 75 150 0 5982 0
Current children cumulated CPU time (s) 1290.44
Current children cumulated vsize (KiB) 43496

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1613616/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=25080 CPUtime=1348.6
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 5893 0 0 0 134852 8 0 0 25 0 1 0 1975120722 25681920 5879 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 6270 5879 75 150 0 6117 0
Current children cumulated CPU time (s) 1350.4
Current children cumulated vsize (KiB) 44036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1612208/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=26356 CPUtime=1408.56
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6211 0 0 0 140848 8 0 0 25 0 1 0 1975120722 26988544 6197 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 6589 6197 75 150 0 6436 0
Current children cumulated CPU time (s) 1410.36
Current children cumulated vsize (KiB) 45312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1611952/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=26640 CPUtime=1468.5
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6287 0 0 0 146842 8 0 0 25 0 1 0 1975120722 27279360 6273 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 6660 6273 75 150 0 6507 0
Current children cumulated CPU time (s) 1470.3
Current children cumulated vsize (KiB) 45596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1611248/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=27516 CPUtime=1528.46
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6467 0 0 0 152838 8 0 0 25 0 1 0 1975120722 28176384 6453 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 6879 6453 75 150 0 6726 0
Current children cumulated CPU time (s) 1530.26
Current children cumulated vsize (KiB) 46472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1610608/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=28104 CPUtime=1588.42
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6610 0 0 0 158834 8 0 0 25 0 1 0 1975120722 28778496 6596 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 7026 6596 75 150 0 6873 0
Current children cumulated CPU time (s) 1590.22
Current children cumulated vsize (KiB) 47060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1609840/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=28728 CPUtime=1648.38
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6786 0 0 0 164829 9 0 0 25 0 1 0 1975120722 29417472 6772 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 7182 6772 75 150 0 7029 0
Current children cumulated CPU time (s) 1650.18
Current children cumulated vsize (KiB) 47684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1609648/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=29028 CPUtime=1708.33
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6846 0 0 0 170824 9 0 0 25 0 1 0 1975120722 29724672 6832 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 7257 6832 75 150 0 7104 0
Current children cumulated CPU time (s) 1710.13
Current children cumulated vsize (KiB) 47984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1609264/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=29308 CPUtime=1768.29
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6909 0 0 0 176820 9 0 0 25 0 1 0 1975120722 30011392 6895 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 7327 6895 75 150 0 7174 0
Current children cumulated CPU time (s) 1770.09
Current children cumulated vsize (KiB) 48264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1609008/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=29600 CPUtime=1798.27
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6964 0 0 0 179818 9 0 0 25 0 1 0 1975120722 30310400 6950 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 7400 6950 75 150 0 7247 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 48556

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

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

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16160
/proc/meminfo: memFree=1609008/2055920 swapFree=4116692/4192956
[pid=16103] ppid=16101 vsize=13600 CPUtime=1.8
/proc/16103/stat : 16103 (sugar) S 16101 16103 15286 0 -1 4194304 1031 12807 0 2 3 1 166 10 16 0 1 0 1975120527 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16103/statm: 3400 798 370 3 0 500 0
[pid=16126] ppid=16103 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (sh) S 16103 16103 15286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975120721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 232 193 169 0 50 0
[pid=16127] ppid=16126 vsize=29600 CPUtime=1798.27
/proc/16127/stat : 16127 (minisat) R 16126 16103 15286 0 -1 4194304 6964 0 0 0 179818 9 0 0 25 0 1 0 1975120722 30310400 6950 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/16127/statm: 7400 6950 75 150 0 7247 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 48556

Child status: 0
Real time (s): 1812.32
CPU time (s): 1800.12
CPU user time (s): 1799.89
CPU system time (s): 0.227965
CPU usage (%): 99.3265
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21419
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= 1804
involuntary context switches= 30717

runsolver used 2.07568 second user time and 6.06308 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-02 03:17:48
IDJOB=1037524
IDBENCH=53513
IDSOLVER=346
FILE ID=node30/1037524-1214961468
PBS_JOBID= 7870273
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5d0246273045fea8f773bd7d32b28b29
RANDOM SEED=2050509140

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1636776 kB
Buffers:         38876 kB
Cached:         206272 kB
SwapCached:      70304 kB
Active:         291172 kB
Inactive:        62320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636776 kB
SwapTotal:     4192956 kB
SwapFree:      4116692 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         124420 kB
Slab:            50636 kB
Committed_AS:  3489644 kB
PageTables:       1968 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= 66552 MiB
End job on node30 at 2008-07-02 03:48:03