Trace number 2066033

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.01 1814.72

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-25.xml
MD5SUM177c3fba917c31966b3b94a9ac2abc25
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.106982
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
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:38:39 2009
0.00/0.08	c 0	PID 17468
0.00/0.08	c 0	HOST node67.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066033-1247341118.xml TO HOME/temp.csp
0.00/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-2066033-1247341118.xml' 'HOME/temp.csp'
0.07/0.49	c 0	2 domains, 49 variables, 2 predicates, 0 relations, 600 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	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.07/0.58	c 0	Parsing HOME/temp.csp
0.55/0.63	c 0	parsed 653 expressions
0.55/0.64	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.64	c 0	Converting to clausal form CSP
0.55/0.68	c 0	converted 66 (10%) expressions
0.55/0.70	c 0	converted 131 (20%) expressions
0.55/0.73	c 0	converted 196 (30%) expressions
0.55/0.75	c 0	converted 262 (40%) expressions
0.55/0.77	c 0	converted 327 (50%) expressions
0.55/0.84	c 0	converted 392 (60%) expressions
0.55/0.85	c 0	converted 458 (70%) expressions
0.55/0.86	c 0	converted 523 (80%) expressions
0.55/0.87	c 0	converted 588 (90%) expressions
0.55/0.88	c 0	converted 653 (100%) expressions
0.55/0.88	c 0	CSP : 49 integers, 0 booleans, 648 clauses, largest domain size 25
0.55/0.88	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.88	c 0	Propagation in CSP
0.55/0.89	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.55/0.89	c 0	CSP : 49 integers, 0 booleans, 648 clauses, largest domain size 25
0.55/0.89	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.90	c 0	Simplifing CSP by introducing new Boolean variables
0.55/0.92	c 0	CSP : 49 integers, 1200 booleans, 1848 clauses, largest domain size 25
0.55/0.92	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.95	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.55/0.95	c 0	5 (10%) CSP integer variables are encoded (115 clauses, 1123 bytes)
0.55/0.96	c 0	10 (20%) CSP integer variables are encoded (230 clauses, 2388 bytes)
0.55/0.96	c 0	15 (30%) CSP integer variables are encoded (345 clauses, 3653 bytes)
0.55/0.96	c 0	20 (40%) CSP integer variables are encoded (460 clauses, 4918 bytes)
0.55/0.96	c 0	25 (50%) CSP integer variables are encoded (575 clauses, 6183 bytes)
0.55/0.96	c 0	30 (60%) CSP integer variables are encoded (685 clauses, 7393 bytes)
0.55/0.96	c 0	35 (70%) CSP integer variables are encoded (795 clauses, 8603 bytes)
0.55/0.96	c 0	40 (80%) CSP integer variables are encoded (905 clauses, 9813 bytes)
0.55/0.96	c 0	45 (90%) CSP integer variables are encoded (1015 clauses, 11140 bytes)
0.55/0.96	c 0	49 (100%) CSP integer variables are encoded (1103 clauses, 12284 bytes)
0.55/0.99	c 0	185 (10%) CSP clauses are encoded (4264 clauses, 60886 bytes)
1.02/1.01	c 1	370 (20%) CSP clauses are encoded (7401 clauses, 111328 bytes)
1.02/1.03	c 1	555 (30%) CSP clauses are encoded (10538 clauses, 163240 bytes)
1.02/1.04	c 1	740 (40%) CSP clauses are encoded (13699 clauses, 215556 bytes)
1.02/1.06	c 1	924 (50%) CSP clauses are encoded (16795 clauses, 266780 bytes)
1.02/1.07	c 1	1109 (60%) CSP clauses are encoded (19832 clauses, 317906 bytes)
1.02/1.08	c 1	1294 (70%) CSP clauses are encoded (22846 clauses, 368645 bytes)
1.02/1.09	c 1	1479 (80%) CSP clauses are encoded (25860 clauses, 419766 bytes)
1.12/1.10	c 1	1664 (90%) CSP clauses are encoded (28897 clauses, 472040 bytes)
1.20/1.20	c 1	1848 (100%) CSP clauses are encoded (58751 clauses, 1013204 bytes)
1.20/1.20	c 1	1848 CSP clauses encoded
1.20/1.20	c 1	Writing map file : HOME/temp.map
1.20/1.20	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.20	c 1	SAT : 2352 SAT variables, 58751 SAT clauses, 1013204 bytes
1.20/1.20	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.24	c 1	SOLVING HOME/temp.cnf
1.20/1.24	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.20/1.24	c 1	This is MiniSat 2.0 beta
1.20/1.24	c 1	WARNING: for repeatability, setting FPU to use double precision
1.20/1.24	c 1	============================[ Problem Statistics ]=============================
1.20/1.24	c 1	|                                                                             |
1.20/1.24	c 1	|  Number of variables:  2352                                                 |
1.20/1.24	c 1	|  Number of clauses:    58751                                                |
1.20/1.28	c 1	|  Parsing time:         0.03         s                                       |
1.20/1.28	c 1	============================[ Search Statistics ]==============================
1.20/1.28	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.28	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.28	c 1	===============================================================================
1.20/1.28	c 1	|         0 |    2352    58751   184294 |    19583        0    nan |  0.000 % |
1.20/1.29	c 1	|       100 |    2352    58751   184294 |    21542      100     10 |  0.000 % |
1.23/1.32	c 1	|       250 |    2352    58751   184294 |    23696      250     16 |  0.000 % |
1.23/1.34	c 1	|       476 |    2352    58751   184294 |    26065      476     13 |  0.000 % |
1.23/1.39	c 1	|       814 |    2352    58751   184294 |    28672      814     17 |  0.000 % |
1.23/1.47	c 1	|      1321 |    2352    58751   184294 |    31539     1321     19 |  0.000 % |
1.23/1.59	c 1	|      2080 |    2352    58751   184294 |    34693     2080     22 |  0.000 % |
1.23/1.81	c 1	|      3219 |    2352    58751   184294 |    38163     3219     24 |  0.000 % |
2.07/2.19	c 2	|      4930 |    2352    58751   184294 |    41979     4930     26 |  0.000 % |
2.76/2.82	c 2	|      7492 |    2352    58751   184294 |    46177     7492     28 |  0.000 % |
3.55/3.68	c 3	|     11336 |    2352    58751   184294 |    50794    11336     29 |  0.000 % |
5.03/5.16	c 5	|     17103 |    2352    58751   184294 |    55874    17103     29 |  0.000 % |
7.91/8.03	c 8	|     25752 |    2352    58751   184294 |    61461    25752     30 |  0.000 % |
14.45/14.62	c 14	|     38726 |    2352    58751   184294 |    67608    38726     32 |  0.000 % |
24.65/24.95	c 24	|     58187 |    2352    58751   184294 |    74368    58187     34 |  0.000 % |
41.58/42.07	c 42	|     87379 |    2352    58751   184294 |    81805    24865     36 |  0.000 % |
64.97/65.66	c 65	|    131168 |    2352    58751   184294 |    89986    68654     36 |  0.000 % |
108.16/109.28	c 109	|    196853 |    2352    58751   184294 |    98985    56151     39 |  0.000 % |
200.29/202.20	c 202	|    295381 |    2352    58751   184294 |   108883    70617     37 |  0.000 % |
340.16/343.46	c 343	|    443171 |    2352    58751   184294 |   119771    24946     38 |  0.000 % |
571.48/576.98	c 576	|    664855 |    2352    58751   184294 |   131749    43755     37 |  0.000 % |
940.11/949.08	c 949	|    997380 |    2352    58751   184294 |   144924    34758     33 |  0.000 % |
1486.82/1500.94	c 1500	|   1496168 |    2352    58751   184294 |   159416   145235     42 |  0.000 % |
1800.01/1814.71	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1814.71	c 1814	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1814.71	c ERROR INTERRUPTED
1800.01/1814.72	s UNKNOWN
1800.01/1814.72	c 1814	CPU 1.23 (0.06 0.01 1.07 0.09)
1800.01/1814.72	c 1814	END Sat Jul 11 22:08:53 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-2066033-1247341118/watcher-2066033-1247341118 -o /tmp/evaluation-result-2066033-1247341118/solver-2066033-1247341118 -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-2066033-1247341118.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: 1.85 1.93 1.96 4/74 17468
/proc/meminfo: memFree=1160976/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=12268 CPUtime=0
/proc/17468/stat : 17468 (sugar) R 17466 17468 16465 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21174581 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638236580 0 0 4224 0 0 0 0 17 1 0 0
/proc/17468/statm: 3067 316 241 3 0 167 0

[startup+0.0881881 s]
/proc/loadavg: 1.85 1.93 1.96 4/74 17468
/proc/meminfo: memFree=1160976/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.07
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 21174581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10923 s]
/proc/loadavg: 1.85 1.93 1.96 4/74 17468
/proc/meminfo: memFree=1160976/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.07
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 21174581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301206 s]
/proc/loadavg: 1.85 1.93 1.96 4/74 17468
/proc/meminfo: memFree=1160976/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.07
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 21174581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70125 s]
/proc/loadavg: 1.85 1.93 1.96 4/74 17468
/proc/meminfo: memFree=1160976/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.55
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1309 4609 0 1 6 1 45 3 16 0 1 0 21174581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50134 s]
/proc/loadavg: 1.95 1.95 1.96 4/85 17490
/proc/meminfo: memFree=1145592/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 15 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.1015 s]
/proc/loadavg: 1.95 1.95 1.96 3/77 17492
/proc/meminfo: memFree=1152184/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 15 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=5836 CPUtime=1.82
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 1354 0 0 0 182 0 0 0 25 0 1 0 21174706 5976064 1340 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 1459 1340 75 150 0 1306 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 28060

[startup+6.30283 s]
/proc/loadavg: 1.95 1.95 1.96 3/77 17492
/proc/meminfo: memFree=1150072/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=7684 CPUtime=5
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 1818 0 0 0 499 1 0 0 25 0 1 0 21174706 7868416 1804 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 1921 1804 75 150 0 1768 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 29908

[startup+12.7015 s]
/proc/loadavg: 1.95 1.95 1.96 3/77 17492
/proc/meminfo: memFree=1147256/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=10092 CPUtime=11.34
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 2424 0 0 0 1132 2 0 0 25 0 1 0 21174706 10334208 2410 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 2523 2410 75 150 0 2370 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 32316

[startup+25.5018 s]
/proc/loadavg: 1.96 1.95 1.96 3/77 17492
/proc/meminfo: memFree=1142840/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=14396 CPUtime=24.01
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 3490 0 0 0 2398 3 0 0 25 0 1 0 21174706 14741504 3476 996147200 134512640 135127466 4294956256 18446744073709551615 134521718 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 3599 3476 75 150 0 3446 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 36620

[startup+51.1024 s]
/proc/loadavg: 1.97 1.95 1.96 3/77 17492
/proc/meminfo: memFree=1139832/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=17164 CPUtime=49.37
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 4196 0 0 0 4933 4 0 0 25 0 1 0 21174706 17575936 4182 996147200 134512640 135127466 4294956256 18446744073709551615 134531250 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 4291 4182 75 150 0 4138 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 39388

[startup+102.308 s]
/proc/loadavg: 1.99 1.95 1.96 3/77 17492
/proc/meminfo: memFree=1135544/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=20992 CPUtime=100.1
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 5158 0 0 0 10004 6 0 0 25 0 1 0 21174706 21495808 5144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 5248 5144 75 150 0 5095 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 43216

[startup+162.303 s]
/proc/loadavg: 1.99 1.96 1.96 3/77 17492
/proc/meminfo: memFree=1131896/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=24508 CPUtime=159.53
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 5997 0 0 0 15946 7 0 0 25 0 1 0 21174706 25096192 5983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 6127 5983 75 150 0 5974 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 46732

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17492
/proc/meminfo: memFree=1131256/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=24508 CPUtime=218.97
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 5998 0 0 0 21890 7 0 0 25 0 1 0 21174706 25096192 5984 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 6127 5984 75 150 0 5974 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 46732

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17492
/proc/meminfo: memFree=1129144/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=26488 CPUtime=278.41
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 6502 0 0 0 27833 8 0 0 25 0 1 0 21174706 27123712 6488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 6622 6488 75 150 0 6469 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 48712

[startup+342.301 s]

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

/proc/meminfo: memFree=1108976/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=43592 CPUtime=1348.29
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 10588 0 0 0 134817 12 0 0 25 0 1 0 21174706 44638208 10574 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 10898 10574 75 150 0 10745 0
Current children cumulated CPU time (s) 1349.52
Current children cumulated vsize (KiB) 65816

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1108976/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=43592 CPUtime=1407.73
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 10590 0 0 0 140761 12 0 0 25 0 1 0 21174706 44638208 10576 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 10898 10576 75 150 0 10745 0
Current children cumulated CPU time (s) 1408.96
Current children cumulated vsize (KiB) 65816

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1108592/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=43812 CPUtime=1467.17
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 10626 0 0 0 146705 12 0 0 25 0 1 0 21174706 44863488 10612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 10953 10612 75 150 0 10800 0
Current children cumulated CPU time (s) 1468.4
Current children cumulated vsize (KiB) 66036

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/77 17500
/proc/meminfo: memFree=1106288/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=45792 CPUtime=1526.61
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 11154 0 0 0 152648 13 0 0 25 0 1 0 21174706 46891008 11140 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17492/statm: 11448 11140 75 150 0 11295 0
Current children cumulated CPU time (s) 1527.84
Current children cumulated vsize (KiB) 68016

[startup+1602.3 s]
/proc/loadavg: 2.02 1.97 1.96 3/77 17553
/proc/meminfo: memFree=1044336/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=45792 CPUtime=1586.47
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 11155 0 0 0 158633 14 0 0 25 0 1 0 21174706 46891008 11141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17492/statm: 11448 11141 75 150 0 11295 0
Current children cumulated CPU time (s) 1587.7
Current children cumulated vsize (KiB) 68016

[startup+1662.3 s]
/proc/loadavg: 2.06 1.99 1.97 3/77 17553
/proc/meminfo: memFree=999024/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=45792 CPUtime=1646.44
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 11155 0 0 0 164630 14 0 0 25 0 1 0 21174706 46891008 11141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17492/statm: 11448 11141 75 150 0 11295 0
Current children cumulated CPU time (s) 1647.67
Current children cumulated vsize (KiB) 68016

[startup+1722.3 s]
/proc/loadavg: 2.13 2.02 1.98 3/77 17553
/proc/meminfo: memFree=959536/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=45780 CPUtime=1706.42
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 11155 0 0 0 170628 14 0 0 25 0 1 0 21174706 46878720 11141 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17492/statm: 11445 11141 75 150 0 11292 0
Current children cumulated CPU time (s) 1707.65
Current children cumulated vsize (KiB) 68004

[startup+1782.3 s]
/proc/loadavg: 2.16 2.06 1.99 3/77 17553
/proc/meminfo: memFree=919088/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=45780 CPUtime=1766.39
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 11155 0 0 0 176625 14 0 0 25 0 1 0 21174706 46878720 11141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17492/statm: 11445 11141 75 150 0 11292 0
Current children cumulated CPU time (s) 1767.62
Current children cumulated vsize (KiB) 68004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.10 2.05 1.99 3/77 17553
/proc/meminfo: memFree=901104/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=45780 CPUtime=1798.78
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 11155 0 0 0 179864 14 0 0 25 0 1 0 21174706 46878720 11141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17492/statm: 11445 11141 75 150 0 11292 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 68004

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

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

[startup+1814.7 s]
/proc/loadavg: 2.10 2.05 1.99 3/77 17553
/proc/meminfo: memFree=901104/2055920 swapFree=4192956/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=1.23
/proc/17468/stat : 17468 (sugar) S 17466 17468 16465 0 -1 4194304 1376 11296 0 2 6 1 107 9 16 0 1 0 21174581 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17491] ppid=17468 vsize=5356 CPUtime=0
/proc/17491/stat : 17491 (sh) S 17468 17468 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21174706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17491/statm: 1339 232 193 169 0 50 0
[pid=17492] ppid=17491 vsize=45780 CPUtime=1798.78
/proc/17492/stat : 17492 (minisat) R 17491 17468 16465 0 -1 4194304 11155 0 0 0 179864 14 0 0 25 0 1 0 21174706 46878720 11141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17492/statm: 11445 11141 75 150 0 11292 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 68004

Child status: 0

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

Real time (s): 1814.72
CPU time (s): 1800.01
CPU user time (s): 1799.77
CPU system time (s): 0.24
CPU usage (%): 99.1893
Max. virtual memory (cumulated for all children) (KiB): 891824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14882
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13161
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= 1335
involuntary context switches= 1238

runsolver used 2.18767 second user time and 6.07608 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-11 21:38:38
IDJOB=2066033
IDBENCH=54461
IDSOLVER=739
FILE ID=node67/2066033-1247341118
PBS_JOBID= 9506732
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-25.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-2066033-1247341118/watcher-2066033-1247341118 -o /tmp/evaluation-result-2066033-1247341118/solver-2066033-1247341118 -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-2066033-1247341118.xml

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

MD5SUM BENCH= 177c3fba917c31966b3b94a9ac2abc25
RANDOM SEED=1256762020

node67.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.239
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.239
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:       1161456 kB
Buffers:         51252 kB
Cached:         754004 kB
SwapCached:          0 kB
Active:          77772 kB
Inactive:       751976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          35668 kB
Slab:            49864 kB
Committed_AS:   158608 kB
PageTables:       1876 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= 66472 MiB
End job on node67 at 2009-07-11 22:08:55