Trace number 355776

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, and are wall clock time (not CPU 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
TiniSatELite 2007-02-08? (TO) 10000.1 10003

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.36	c ==============================================================================
0.00/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.36	c ==============================================================================
0.00/0.36	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
4.48/4.55	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
4.48/4.55	c ==============================================================================
4.48/4.55	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
4.48/4.55	c CPU time:   4.41533 s
4.48/4.55	c ==============================================================================
4.84/5.20	c Tinisat 0.22
4.84/5.20	c solving /tmp/GTI_node17.alineos.net_12162.cnf
4.84/5.20	c 14569 variables, 183363 clauses

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-355776-1176778530 -o ROOT/results/node17/solver-355776-1176778530 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355776-1176778530/TiniSatELite /tmp/evaluation/355776-1176778530/instance-355776-1176778530.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 0 seconds
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: 0.79 0.95 0.98 3/77 12162
/proc/meminfo: memFree=1648024/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=0
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 125770586 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482881106 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/12162/statm: 1338 232 195 169 0 49 0
[pid=12163] ppid=12162 vsize=5352 CPUtime=0
/proc/12163/stat : 12163 (TiniSatELite) S 12162 12162 12106 0 -1 4194368 52 25 0 0 0 0 0 0 21 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/12163/statm: 1338 236 198 169 0 49 0

[startup+0.082523 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 12162
/proc/meminfo: memFree=1648024/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=0
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 125770586 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12162/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.102526 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 12162
/proc/meminfo: memFree=1648024/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=0
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 125770586 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12162/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.302546 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 12162
/proc/meminfo: memFree=1648024/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=0
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 125770586 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12162/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.702586 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 12162
/proc/meminfo: memFree=1648024/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=0
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 125770586 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12162/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50166 s]
/proc/loadavg: 0.79 0.95 0.98 2/79 12167
/proc/meminfo: memFree=1596608/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=0
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 125770586 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12162/statm: 1338 235 197 169 0 49 0
[pid=12167] ppid=12162 vsize=56300 CPUtime=1.48
/proc/12167/stat : 12167 (SatELite_releas) R 12162 12162 12106 0 -1 4194304 12998 0 0 0 140 8 0 0 25 0 1 0 125770586 57651200 12688 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134543285 0 0 4096 3 0 0 0 17 1 0 0
/proc/12167/statm: 14075 12688 66 128 0 13944 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61652

[startup+3.10183 s]
/proc/loadavg: 0.79 0.95 0.98 2/79 12167
/proc/meminfo: memFree=1585920/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=0
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 125770586 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12162/statm: 1338 235 197 169 0 49 0
[pid=12167] ppid=12162 vsize=59260 CPUtime=3.08
/proc/12167/stat : 12167 (SatELite_releas) R 12162 12162 12106 0 -1 4194304 13913 0 0 0 297 11 0 0 25 0 1 0 125770586 60682240 13395 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134564503 0 0 4096 3 0 0 0 17 1 0 0
/proc/12167/statm: 14815 13395 66 128 0 14684 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64612

[startup+6.30116 s]
/proc/loadavg: 0.81 0.95 0.98 2/79 12168
/proc/meminfo: memFree=1619904/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=17316 CPUtime=1.43
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 3559 0 0 0 142 1 0 0 25 0 1 0 125771072 17731584 3098 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 4329 3098 52 110 0 4216 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22668

[startup+12.7018 s]
/proc/loadavg: 0.82 0.95 0.98 2/79 12168
/proc/meminfo: memFree=1619072/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=17316 CPUtime=7.82
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 3824 0 0 0 781 1 0 0 25 0 1 0 125771072 17731584 3363 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 4329 3363 52 110 0 4216 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 22668

[startup+25.5012 s]
/proc/loadavg: 0.86 0.95 0.98 2/79 12168
/proc/meminfo: memFree=1616960/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=17316 CPUtime=20.62
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 4358 0 0 0 2060 2 0 0 25 0 1 0 125771072 17731584 3897 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 4329 3897 52 110 0 4216 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22668

[startup+51.1018 s]
/proc/loadavg: 0.91 0.96 0.98 2/79 12168
/proc/meminfo: memFree=1611712/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=32048 CPUtime=46.2
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 5684 0 0 0 4616 4 0 0 25 0 1 0 125771072 32817152 5223 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 8012 5223 52 110 0 7899 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 37400

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.98 2/79 12168
/proc/meminfo: memFree=1603520/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=32048 CPUtime=97.39
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 7722 0 0 0 9733 6 0 0 25 0 1 0 125771072 32817152 7261 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 8012 7261 52 110 0 7899 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 37400

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/79 12168
/proc/meminfo: memFree=1595136/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=61512 CPUtime=157.37
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 9800 0 0 0 15728 9 0 0 25 0 1 0 125771072 62988288 9339 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 15378 9339 52 110 0 15265 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 66864

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 12168
/proc/meminfo: memFree=1587648/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=62540 CPUtime=217.36
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 11660 0 0 0 21724 12 0 0 25 0 1 0 125771072 64040960 11199 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 15635 11199 52 110 0 15522 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 67892

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 12168
/proc/meminfo: memFree=1578944/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=62956 CPUtime=277.34
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 13867 0 0 0 27719 15 0 0 25 0 1 0 125771072 64466944 13406 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519514 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 15739 13406 52 110 0 15626 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 68308

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/85 12242
/proc/meminfo: memFree=1568016/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=122456 CPUtime=337.3
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 16216 0 0 0 33710 20 0 0 25 0 1 0 125771072 125394944 15755 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519606 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 30614 15755 52 110 0 30501 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 127808

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 12366
/proc/meminfo: memFree=1561216/2055920 swapFree=4066956/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=123488 CPUtime=397.22
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 18142 0 0 0 39700 22 0 0 25 0 1 0 125771072 126451712 17681 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515535 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 30872 17681 52 110 0 30759 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 128840

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

/proc/12168/statm: 248077 135300 52 110 0 247964 0
Current children cumulated CPU time (s) 9339.55
Current children cumulated vsize (KiB) 997660

[startup+9402.3 s]
/proc/loadavg: 1.04 1.05 1.01 2/79 12766
/proc/meminfo: memFree=1081280/2055920 swapFree=4069284/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=992500 CPUtime=9394.69
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 139196 0 0 0 939257 212 0 0 25 0 1 0 125771072 1016320000 135727 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532372 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248125 135727 52 110 0 248012 0
Current children cumulated CPU time (s) 9399.53
Current children cumulated vsize (KiB) 997852

[startup+9462.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/79 12766
/proc/meminfo: memFree=1079808/2055920 swapFree=4069284/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=992632 CPUtime=9454.68
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 139551 0 0 0 945255 213 0 0 25 0 1 0 125771072 1016455168 136082 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248158 136082 52 110 0 248045 0
Current children cumulated CPU time (s) 9459.52
Current children cumulated vsize (KiB) 997984

[startup+9522.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/79 12766
/proc/meminfo: memFree=1078016/2055920 swapFree=4069348/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=992824 CPUtime=9514.65
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 139997 0 0 0 951252 213 0 0 25 0 1 0 125771072 1016651776 136528 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248206 136528 52 110 0 248093 0
Current children cumulated CPU time (s) 9519.49
Current children cumulated vsize (KiB) 998176

[startup+9582.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 12766
/proc/meminfo: memFree=1076096/2055920 swapFree=4069348/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993088 CPUtime=9574.64
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 140461 0 0 0 957249 215 0 0 25 0 1 0 125771072 1016922112 136992 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248272 136992 52 110 0 248159 0
Current children cumulated CPU time (s) 9579.48
Current children cumulated vsize (KiB) 998440

[startup+9642.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 12766
/proc/meminfo: memFree=1074368/2055920 swapFree=4069412/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993216 CPUtime=9634.63
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 140913 0 0 0 963247 216 0 0 25 0 1 0 125771072 1017053184 137411 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248304 137411 52 110 0 248191 0
Current children cumulated CPU time (s) 9639.47
Current children cumulated vsize (KiB) 998568

[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 12766
/proc/meminfo: memFree=1072512/2055920 swapFree=4069412/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993216 CPUtime=9694.61
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 141392 0 0 0 969244 217 0 0 25 0 1 0 125771072 1017053184 137890 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248304 137890 52 110 0 248191 0
Current children cumulated CPU time (s) 9699.45
Current children cumulated vsize (KiB) 998568

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12768
/proc/meminfo: memFree=1070720/2055920 swapFree=4069412/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993408 CPUtime=9754.59
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 141812 0 0 0 975241 218 0 0 25 0 1 0 125771072 1017249792 138310 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248352 138310 52 110 0 248239 0
Current children cumulated CPU time (s) 9759.43
Current children cumulated vsize (KiB) 998760

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12768
/proc/meminfo: memFree=1069440/2055920 swapFree=4069476/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993536 CPUtime=9814.58
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 142171 0 0 0 981239 219 0 0 25 0 1 0 125771072 1017380864 138636 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248384 138636 52 110 0 248271 0
Current children cumulated CPU time (s) 9819.42
Current children cumulated vsize (KiB) 998888

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12768
/proc/meminfo: memFree=1067968/2055920 swapFree=4069476/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993800 CPUtime=9874.57
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 142534 0 0 0 987237 220 0 0 25 0 1 0 125771072 1017651200 138999 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248450 138999 52 110 0 248337 0
Current children cumulated CPU time (s) 9879.41
Current children cumulated vsize (KiB) 999152

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12768
/proc/meminfo: memFree=1066624/2055920 swapFree=4069540/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993800 CPUtime=9934.55
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 142860 0 0 0 993234 221 0 0 25 0 1 0 125771072 1017651200 139325 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520065 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248450 139325 52 110 0 248337 0
Current children cumulated CPU time (s) 9939.39
Current children cumulated vsize (KiB) 999152

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12768
/proc/meminfo: memFree=1065216/2055920 swapFree=4069540/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993932 CPUtime=9994.54
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 143208 0 0 0 999232 222 0 0 25 0 1 0 125771072 1017786368 139673 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248483 139673 52 110 0 248370 0
Current children cumulated CPU time (s) 9999.38
Current children cumulated vsize (KiB) 999284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12768
/proc/meminfo: memFree=1065216/2055920 swapFree=4069540/4192956
[pid=12162] ppid=12160 vsize=5352 CPUtime=4.84
/proc/12162/stat : 12162 (TiniSatELite) S 12160 12162 12106 0 -1 4194304 332 15538 0 0 0 0 468 16 19 0 1 0 125770586 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12162/statm: 1338 236 197 169 0 49 0
[pid=12168] ppid=12162 vsize=993932 CPUtime=9995.24
/proc/12168/stat : 12168 (tinisat) R 12162 12162 12106 0 -1 4194304 143212 0 0 0 999302 222 0 0 25 0 1 0 125771072 1017786368 139677 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/12168/statm: 248483 139677 52 110 0 248370 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 999284

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12162 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=690286
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 4.85526
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003
CPU time (s): 10000.1
CPU user time (s): 9997.7
CPU system time (s): 2.38
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 999284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.69029
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32
involuntary context switches= 72

runsolver used 9.61754 second user time and 26.7619 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 17 02:55:31 UTC 2007

IDJOB= 355776
IDBENCH= 20406
IDSOLVER= 170
FILE ID= node17/355776-1176778530

PBS_JOBID= 4580826

Free space on /tmp= 66512 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacias/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= /tmp/evaluation/355776-1176778530/TiniSatELite /tmp/evaluation/355776-1176778530/instance-355776-1176778530.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-355776-1176778530 -o ROOT/results/node17/solver-355776-1176778530 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355776-1176778530/TiniSatELite /tmp/evaluation/355776-1176778530/instance-355776-1176778530.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0683489092a5eb0c881dd17c2c45d08e

RANDOM SEED= 982200073

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

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

/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.240
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.240
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:       1648432 kB
Buffers:         29828 kB
Cached:         222392 kB
SwapCached:      78804 kB
Active:         115576 kB
Inactive:       224864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648432 kB
SwapTotal:     4192956 kB
SwapFree:      4066956 kB
Dirty:            7600 kB
Writeback:           0 kB
Mapped:          37608 kB
Slab:            52480 kB
Committed_AS:  7031348 kB
PageTables:       1796 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= 66498 MiB

End job on node17 on Tue Apr 17 05:42:16 UTC 2007