Trace number 2065923

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.14.6+minisat? (TO) 1800.06 1801.63

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-35.xml
MD5SUM69977ce6c8ea267a2a069c25034e898b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.205968
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:36:04 2009
0.00/0.08	c 0	PID 16050
0.06/0.08	c 0	HOST node14.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065923-1247340963.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065923-1247340963.xml' 'HOME/temp.csp'
0.06/0.66	c 0	2 domains, 69 variables, 2 predicates, 0 relations, 1190 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 0	Parsing HOME/temp.csp
0.64/0.85	c 0	parsed 1263 expressions
0.64/0.86	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.86	c 0	Converting to clausal form CSP
0.64/0.91	c 0	converted 127 (10%) expressions
0.64/0.95	c 0	converted 253 (20%) expressions
0.91/1.05	c 1	converted 379 (30%) expressions
0.91/1.07	c 1	converted 506 (40%) expressions
0.91/1.08	c 1	converted 632 (50%) expressions
0.91/1.09	c 1	converted 758 (60%) expressions
0.91/1.10	c 1	converted 885 (70%) expressions
1.00/1.11	c 1	converted 1011 (80%) expressions
1.00/1.11	c 1	converted 1137 (90%) expressions
1.00/1.12	c 1	converted 1263 (100%) expressions
1.00/1.12	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
1.00/1.12	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.12	c 1	Propagation in CSP
1.00/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.14	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
1.00/1.14	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.14	c 1	Simplifing CSP by introducing new Boolean variables
1.00/1.17	c 1	CSP : 69 integers, 2380 booleans, 3638 clauses, largest domain size 35
1.00/1.17	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.21	c 1	7 (10%) CSP integer variables are encoded (231 clauses, 2395 bytes)
1.10/1.22	c 1	14 (20%) CSP integer variables are encoded (462 clauses, 4936 bytes)
1.10/1.22	c 1	21 (30%) CSP integer variables are encoded (693 clauses, 7477 bytes)
1.10/1.22	c 1	28 (40%) CSP integer variables are encoded (924 clauses, 10018 bytes)
1.10/1.22	c 1	35 (50%) CSP integer variables are encoded (1155 clauses, 12930 bytes)
1.10/1.22	c 1	42 (60%) CSP integer variables are encoded (1379 clauses, 15842 bytes)
1.10/1.22	c 1	49 (70%) CSP integer variables are encoded (1603 clauses, 18754 bytes)
1.10/1.22	c 1	56 (80%) CSP integer variables are encoded (1827 clauses, 21666 bytes)
1.10/1.22	c 1	63 (90%) CSP integer variables are encoded (2051 clauses, 24578 bytes)
1.10/1.22	c 1	69 (100%) CSP integer variables are encoded (2243 clauses, 27074 bytes)
1.10/1.26	c 1	364 (10%) CSP clauses are encoded (10869 clauses, 164726 bytes)
1.10/1.29	c 1	728 (20%) CSP clauses are encoded (19495 clauses, 310418 bytes)
1.20/1.31	c 1	1092 (30%) CSP clauses are encoded (28087 clauses, 455672 bytes)
1.20/1.34	c 1	1456 (40%) CSP clauses are encoded (36713 clauses, 601890 bytes)
1.20/1.35	c 1	1819 (50%) CSP clauses are encoded (45281 clauses, 751935 bytes)
1.20/1.37	c 1	2183 (60%) CSP clauses are encoded (53664 clauses, 907692 bytes)
1.30/1.40	c 1	2547 (70%) CSP clauses are encoded (62014 clauses, 1062826 bytes)
1.30/1.42	c 1	2911 (80%) CSP clauses are encoded (70397 clauses, 1218583 bytes)
1.30/1.43	c 1	3275 (90%) CSP clauses are encoded (78780 clauses, 1374340 bytes)
1.50/1.61	c 1	3638 (100%) CSP clauses are encoded (164151 clauses, 3025500 bytes)
1.50/1.61	c 1	3638 CSP clauses encoded
1.50/1.61	c 1	Writing map file : HOME/temp.map
1.50/1.61	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 1	SAT : 4692 SAT variables, 164151 SAT clauses, 3025500 bytes
1.50/1.61	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.65	c 1	SOLVING HOME/temp.cnf
1.50/1.65	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.66	c 1	This is MiniSat 2.0 beta
1.50/1.66	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.66	c 1	============================[ Problem Statistics ]=============================
1.50/1.66	c 1	|                                                                             |
1.50/1.66	c 1	|  Number of variables:  4692                                                 |
1.50/1.66	c 1	|  Number of clauses:    164151                                               |
1.52/1.74	c 1	|  Parsing time:         0.07         s                                       |
1.52/1.75	c 1	============================[ Search Statistics ]==============================
1.52/1.75	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.75	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.75	c 1	===============================================================================
1.52/1.75	c 1	|         0 |    4692   164151   520164 |    54717        0    nan |  0.000 % |
1.52/1.79	c 1	|       100 |    4692   164151   520164 |    60188      100     11 |  0.000 % |
1.52/1.85	c 1	|       254 |    4692   164151   520164 |    66207      254     17 |  0.000 % |
1.52/1.94	c 1	|       479 |    4692   164151   520164 |    72828      479     22 |  0.000 % |
1.52/2.07	c 2	|       816 |    4692   164151   520164 |    80111      816     26 |  0.000 % |
2.05/2.26	c 2	|      1323 |    4692   164151   520164 |    88122     1323     28 |  0.000 % |
2.35/2.56	c 2	|      2083 |    4692   164151   520164 |    96934     2083     30 |  0.000 % |
2.74/2.90	c 2	|      3222 |    4692   164151   520164 |   106627     3222     31 |  0.000 % |
3.44/3.67	c 3	|      4931 |    4692   164151   520164 |   117290     4931     35 |  0.000 % |
5.03/5.23	c 5	|      7494 |    4692   164151   520164 |   129019     7494     37 |  0.000 % |
6.23/6.44	c 6	|     11339 |    4692   164151   520164 |   141921    11339     33 |  0.000 % |
8.21/8.48	c 8	|     17105 |    4692   164151   520164 |   156113    17105     36 |  0.000 % |
13.49/13.77	c 13	|     25755 |    4692   164151   520164 |   171725    25755     37 |  0.000 % |
24.73/25.04	c 25	|     38729 |    4692   164151   520164 |   188897    38729     42 |  0.000 % |
38.17/38.57	c 38	|     58191 |    4692   164151   520164 |   207787    58191     39 |  0.000 % |
67.33/67.86	c 67	|     87383 |    4692   164151   520164 |   228566    87383     40 |  0.000 % |
113.61/114.37	c 114	|    131172 |    4692   164151   520164 |   251423   131172     42 |  0.000 % |
221.27/222.17	c 222	|    196857 |    4692   164151   520164 |   276565   196857     44 |  0.001 % |
383.48/384.46	c 384	|    295384 |    4692   164151   520164 |   304221    32305     48 |  0.000 % |
586.79/587.83	c 587	|    443174 |    4692   164151   520164 |   334644   180095     46 |  0.000 % |
1059.99/1061.23	c 1061	|    664857 |    4692   164151   520164 |   368108    84543     53 |  0.000 % |
1770.97/1772.57	c 1772	|    997383 |    4692   164151   520164 |   404919    64941     44 |  0.000 % |
1800.06/1801.61	c ERROR INTERRUPTED
1800.06/1801.62	s UNKNOWN
1800.06/1801.62	c 1801	CPU 1.54 (0.06 0.02 1.35 0.11)
1800.06/1801.62	c 1801	END Sat Jul 11 22:06:05 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065923-1247340963/watcher-2065923-1247340963 -o /tmp/evaluation-result-2065923-1247340963/solver-2065923-1247340963 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065923-1247340963.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 16050
/proc/meminfo: memFree=1377880/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=12268 CPUtime=0
/proc/16050/stat : 16050 (sugar) R 16048 16050 15337 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 21163283 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212234631781 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16050/statm: 3067 316 241 3 0 167 0

[startup+0.0812611 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 16050
/proc/meminfo: memFree=1377880/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16740 CPUtime=0.06
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21163283 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10194 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 16050
/proc/meminfo: memFree=1377880/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=0.06
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21163283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301969 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 16050
/proc/meminfo: memFree=1377880/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=0.06
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21163283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701037 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 16050
/proc/meminfo: memFree=1377880/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=0.06
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 21163283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.00 2.02 2.00 4/92 16072
/proc/meminfo: memFree=1366840/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=0.64
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1310 4861 0 1 5 2 53 4 15 0 1 0 21163283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1111 409 3 0 796 0
[pid=16063] ppid=16050 vsize=5356 CPUtime=0
/proc/16063/stat : 16063 (sh) S 16050 16050 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21163355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16063/statm: 1339 233 193 169 0 50 0
[pid=16064] ppid=16063 vsize=868580 CPUtime=0.76
/proc/16064/stat : 16064 (java) S 16063 16050 15337 0 -1 0 6647 0 1 0 71 5 0 0 18 0 9 0 21163355 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16064/statm: 217145 5820 2589 9 0 211622 0
[pid=16064/tid=16065] ppid=16063 vsize=868580 CPUtime=0.49
/proc/16064/task/16065/stat : 16065 (java) R 16063 16050 15337 0 -1 64 2780 0 1 0 46 3 0 0 19 0 9 0 21163356 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4126845032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16064/tid=16066] ppid=16063 vsize=868580 CPUtime=0.05
/proc/16064/task/16066/stat : 16066 (java) S 16063 16050 15337 0 -1 64 1678 0 0 0 5 0 0 0 16 0 9 0 21163357 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16064/tid=16067] ppid=16063 vsize=868580 CPUtime=0
/proc/16064/task/16067/stat : 16067 (java) S 16063 16050 15337 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21163357 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16064/tid=16068] ppid=16063 vsize=868580 CPUtime=0
/proc/16064/task/16068/stat : 16068 (java) S 16063 16050 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21163357 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16064/tid=16069] ppid=16063 vsize=868580 CPUtime=0
/proc/16064/task/16069/stat : 16069 (java) S 16063 16050 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21163359 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16064/tid=16070] ppid=16063 vsize=868580 CPUtime=0.18
/proc/16064/task/16070/stat : 16070 (java) S 16063 16050 15337 0 -1 64 1489 0 0 0 18 0 0 0 16 0 9 0 21163359 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16064/tid=16071] ppid=16063 vsize=868580 CPUtime=0
/proc/16064/task/16071/stat : 16071 (java) S 16063 16050 15337 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21163359 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16064/tid=16072] ppid=16063 vsize=868580 CPUtime=0
/proc/16064/task/16072/stat : 16072 (java) S 16063 16050 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21163359 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890804

[startup+3.10146 s]
/proc/loadavg: 2.08 2.04 2.00 3/84 16074
/proc/meminfo: memFree=1362104/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.52
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 5 2 134 11 15 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=10348 CPUtime=1.42
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 2441 0 0 0 140 2 0 0 25 0 1 0 21163449 10596352 2427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 2587 2427 75 150 0 2434 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 32572

[startup+6.30301 s]
/proc/loadavg: 2.08 2.04 2.00 3/84 16074
/proc/meminfo: memFree=1360568/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.52
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 5 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=11404 CPUtime=4.61
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 2734 0 0 0 459 2 0 0 25 0 1 0 21163449 11677696 2720 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 2851 2720 75 150 0 2698 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 33628

[startup+12.7011 s]
/proc/loadavg: 2.14 2.05 2.01 3/84 16074
/proc/meminfo: memFree=1356792/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.52
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 5 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=13924 CPUtime=10.97
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 3354 0 0 0 1094 3 0 0 25 0 1 0 21163449 14258176 3340 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 3481 3340 75 150 0 3328 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 36148

[startup+25.5013 s]
/proc/loadavg: 2.12 2.05 2.01 3/84 16074
/proc/meminfo: memFree=1352248/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.52
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 5 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=17520 CPUtime=23.71
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 4240 0 0 0 2367 4 0 0 25 0 1 0 21163449 17940480 4226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 4380 4226 75 150 0 4227 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 39744

[startup+51.1028 s]
/proc/loadavg: 2.08 2.04 2.01 3/84 16074
/proc/meminfo: memFree=1346552/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.52
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 5 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=23268 CPUtime=49.18
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 5668 0 0 0 4913 5 0 0 25 0 1 0 21163449 23826432 5654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 5817 5654 75 150 0 5664 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 45492

[startup+102.308 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 16074
/proc/meminfo: memFree=1335800/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=33484 CPUtime=100.13
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 8213 0 0 0 10005 8 0 0 25 0 1 0 21163449 34287616 8199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 8371 8199 75 150 0 8218 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 55708

[startup+162.302 s]
/proc/loadavg: 1.99 2.02 2.00 3/77 16222
/proc/meminfo: memFree=1354800/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=42212 CPUtime=159.96
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 10376 0 0 0 15984 12 0 0 25 0 1 0 21163449 43225088 10362 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 10553 10362 75 150 0 10400 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 64436

[startup+222.301 s]
/proc/loadavg: 1.99 2.02 2.00 3/77 16222
/proc/meminfo: memFree=1345328/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1295800/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=90532 CPUtime=1299.46
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 22323 0 0 0 129920 26 0 0 25 0 1 0 21163449 92704768 22309 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 22633 22309 75 150 0 22480 0
Current children cumulated CPU time (s) 1300.99
Current children cumulated vsize (KiB) 112756

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16224
/proc/meminfo: memFree=1295800/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=90532 CPUtime=1359.43
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 22323 0 0 0 135917 26 0 0 25 0 1 0 21163449 92704768 22309 996147200 134512640 135127466 4294956256 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 22633 22309 75 150 0 22480 0
Current children cumulated CPU time (s) 1360.96
Current children cumulated vsize (KiB) 112756

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16224
/proc/meminfo: memFree=1295800/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=90532 CPUtime=1419.4
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 22323 0 0 0 141914 26 0 0 25 0 1 0 21163449 92704768 22309 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 22633 22309 75 150 0 22480 0
Current children cumulated CPU time (s) 1420.93
Current children cumulated vsize (KiB) 112756

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16224
/proc/meminfo: memFree=1295288/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=90532 CPUtime=1479.37
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 22324 0 0 0 147911 26 0 0 25 0 1 0 21163449 92704768 22310 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 22633 22310 75 150 0 22480 0
Current children cumulated CPU time (s) 1480.9
Current children cumulated vsize (KiB) 112756

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16230
/proc/meminfo: memFree=1294704/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=90532 CPUtime=1539.34
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 22324 0 0 0 153908 26 0 0 25 0 1 0 21163449 92704768 22310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 22633 22310 75 150 0 22480 0
Current children cumulated CPU time (s) 1540.87
Current children cumulated vsize (KiB) 112756

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16230
/proc/meminfo: memFree=1294384/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=90932 CPUtime=1599.31
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 22443 0 0 0 159905 26 0 0 25 0 1 0 21163449 93114368 22429 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 22733 22429 75 150 0 22580 0
Current children cumulated CPU time (s) 1600.84
Current children cumulated vsize (KiB) 113156

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16230
/proc/meminfo: memFree=1290928/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=94752 CPUtime=1659.29
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 23387 0 0 0 165901 28 0 0 25 0 1 0 21163449 97026048 23373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 23688 23373 75 150 0 23535 0
Current children cumulated CPU time (s) 1660.82
Current children cumulated vsize (KiB) 116976

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16230
/proc/meminfo: memFree=1286576/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=98176 CPUtime=1719.27
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 24258 0 0 0 171898 29 0 0 25 0 1 0 21163449 100532224 24244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 24544 24244 75 150 0 24391 0
Current children cumulated CPU time (s) 1720.8
Current children cumulated vsize (KiB) 120400

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16230
/proc/meminfo: memFree=1285744/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=98176 CPUtime=1779.23
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 24258 0 0 0 177894 29 0 0 25 0 1 0 21163449 100532224 24244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 24544 24244 75 150 0 24391 0
Current children cumulated CPU time (s) 1780.76
Current children cumulated vsize (KiB) 120400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 16230
/proc/meminfo: memFree=1285744/2055920 swapFree=4192956/4192956
[pid=16050] ppid=16048 vsize=16868 CPUtime=1.53
/proc/16050/stat : 16050 (sugar) S 16048 16050 15337 0 -1 4194304 1376 11844 0 2 6 2 134 11 16 0 1 0 21163283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16050/statm: 4217 1113 409 3 0 796 0
[pid=16073] ppid=16050 vsize=5356 CPUtime=0
/proc/16073/stat : 16073 (sh) S 16050 16050 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21163449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16073/statm: 1339 232 193 169 0 50 0
[pid=16074] ppid=16073 vsize=98176 CPUtime=1798.53
/proc/16074/stat : 16074 (minisat) R 16073 16050 15337 0 -1 4194304 24258 0 0 0 179824 29 0 0 25 0 1 0 21163449 100532224 24244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16074/statm: 24544 24244 75 150 0 24391 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 120400

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16050 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=412785
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 1.55376
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.63
CPU time (s): 1800.06
CPU user time (s): 1799.64
CPU system time (s): 0.42
CPU usage (%): 99.9131
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.41278
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13603
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= 2247
involuntary context switches= 2115

runsolver used 2.16467 second user time and 6.04108 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-11 21:36:03
IDJOB=2065923
IDBENCH=54444
IDSOLVER=739
FILE ID=node14/2065923-1247340963
PBS_JOBID= 9506675
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-35.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065923-1247340963/watcher-2065923-1247340963 -o /tmp/evaluation-result-2065923-1247340963/solver-2065923-1247340963 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065923-1247340963.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 69977ce6c8ea267a2a069c25034e898b
RANDOM SEED=302797647

node14.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.265
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.265
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:       1378360 kB
Buffers:         65304 kB
Cached:         528744 kB
SwapCached:          0 kB
Active:         107280 kB
Inactive:       516964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          42876 kB
Slab:            38532 kB
Committed_AS:   178156 kB
PageTables:       1924 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= 66492 MiB
End job on node14 at 2009-07-11 22:06:07