Trace number 330907

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
ornithorynque 0.1 alpha? (TO) 1200.37 617.332

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
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 variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data (download as text)

0.00/0.05	c This is Ornithorynque version 0.1 alpha
0.00/0.05	c (c) roussel@cril.univ-artois.fr
0.00/0.05	c using unsigned int
0.00/0.05	c parsing...
25.23/25.34	c ...done
25.23/25.35	c nbVar=482093 nbClause=9676386
27.13/27.24	c nbVar=482093 nbClause=9676386
30.92/31.06	c complete search running
30.92/31.06	c local search running
34.46/32.81	c flip 0 nbSat=7322035 maxSat=0
74.79/53.12	c flip 10000 nbSat=7843529 maxSat=7844006
152.42/92.03	c nbDecision=10000 #clauses=9676386
268.34/150.19	c flip 20000 nbSat=8071685 maxSat=8071685
403.61/217.93	c nbDecision=20000 #clauses=9676386
579.60/306.16	c flip 30000 nbSat=8253272 maxSat=8254581
729.44/381.28	c nbDecision=30000 #clauses=9676386
895.84/464.70	c flip 40000 nbSat=8405200 maxSat=8406608
960.69/497.13	c nbDecision=40000 #clauses=9676428
1163.20/598.67	c nbDecision=50000 #clauses=9676428

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-330907-1173176248 -o ROOT/results/node42/solver-330907-1173176248 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330907-1173176248/ornithorynque /tmp/evaluation/330907-1173176248/instance-330907-1173176248.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.15 1.00 0.97 3/64 18620
/proc/meminfo: memFree=1606432/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=5968 CPUtime=0
/proc/18620/stat : 18620 (ornithorynque) D 18618 18620 18313 0 -1 4194304 63 0 0 0 0 0 0 0 18 0 1 0 43579439 6111232 47 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259412522377 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18620/statm: 1492 47 36 42 0 9 0

[startup+0.0192661 s]
/proc/loadavg: 1.15 1.00 0.97 3/64 18620
/proc/meminfo: memFree=1606432/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=5968 CPUtime=0
/proc/18620/stat : 18620 (ornithorynque) D 18618 18620 18313 0 -1 4194304 63 0 0 0 0 0 0 0 18 0 1 0 43579439 6111232 47 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259412522377 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18620/statm: 1492 47 36 42 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5968

[startup+0.101289 s]
/proc/loadavg: 1.15 1.00 0.97 3/64 18620
/proc/meminfo: memFree=1606432/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=25336 CPUtime=0.04
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 1026 0 1 0 4 0 0 0 18 0 1 0 43579439 25944064 955 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 236938836826 0 0 4096 1088 0 0 0 17 0 0 0
/proc/18620/statm: 6334 955 379 42 0 586 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25336

[startup+0.301327 s]
/proc/loadavg: 1.15 1.00 0.97 3/64 18620
/proc/meminfo: memFree=1606432/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=33892 CPUtime=0.24
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 3347 0 1 0 23 1 0 0 19 0 1 0 43579439 34705408 3082 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 236938837570 0 0 4096 1088 0 0 0 17 0 0 0
/proc/18620/statm: 8473 3082 379 42 0 2725 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 33892

[startup+0.701404 s]
/proc/loadavg: 1.15 1.00 0.97 3/64 18620
/proc/meminfo: memFree=1606432/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=51988 CPUtime=0.65
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 8187 0 1 0 62 3 0 0 23 0 1 0 43579439 53235712 7152 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 236938837514 0 0 4096 1088 0 0 0 17 0 0 0
/proc/18620/statm: 12997 7152 379 42 0 7249 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 51988

[startup+1.50155 s]
/proc/loadavg: 1.15 1.00 0.97 2/65 18621
/proc/meminfo: memFree=1566808/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=84176 CPUtime=1.44
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 16965 0 1 0 137 7 0 0 25 0 1 0 43579439 86196224 14845 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259414987489 0 0 4096 1088 0 0 0 17 1 0 0
/proc/18620/statm: 21044 14846 379 42 0 15296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 84176

[startup+3.10185 s]
/proc/loadavg: 1.15 1.00 0.97 2/65 18621
/proc/meminfo: memFree=1524632/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=146832 CPUtime=3.04
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 33968 0 1 0 287 17 0 0 25 0 1 0 43579439 150355968 29679 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259414987489 0 0 4096 1088 0 0 0 17 1 0 0
/proc/18620/statm: 36708 29679 379 42 0 30960 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 146832

[startup+6.30146 s]
/proc/loadavg: 1.22 1.02 0.97 2/65 18621
/proc/meminfo: memFree=1405656/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=270296 CPUtime=6.24
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 67457 0 1 0 589 35 0 0 25 0 1 0 43579439 276783104 58832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259414987489 0 0 4096 1088 0 0 0 17 1 0 0
/proc/18620/statm: 67574 58832 379 42 0 61826 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 270296

[startup+12.7017 s]
/proc/loadavg: 1.20 1.02 0.97 2/65 18621
/proc/meminfo: memFree=1169432/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=512076 CPUtime=12.64
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 133058 0 1 0 1195 69 0 0 25 0 1 0 43579439 524365824 115763 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259414987489 0 0 4096 1088 0 0 0 17 1 0 0
/proc/18620/statm: 128019 115763 379 42 0 122271 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 512076

[startup+25.5011 s]
/proc/loadavg: 1.15 1.02 0.97 2/65 18621
/proc/meminfo: memFree=722328/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1036500 CPUtime=25.43
/proc/18620/stat : 18620 (ornithorynque) R 18618 18620 18313 0 -1 4194304 273459 0 1 0 2406 137 0 0 25 0 1 0 43579439 1061376000 239779 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4261140 0 0 4096 1088 0 0 0 17 1 0 0
/proc/18620/statm: 259125 239784 382 42 0 253377 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 1036500

[startup+51.102 s]
/proc/loadavg: 1.38 1.08 0.99 3/67 18623
/proc/meminfo: memFree=140488/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1632668 CPUtime=70.8
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 479189 0 1 0 6859 221 0 0 25 0 3 0 43579439 1671852032 366311 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 408167 366311 388 42 0 402419 0
[pid=18620/tid=18622] ppid=18618 vsize=1632668 CPUtime=19.86
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 46424 0 0 0 1964 22 0 0 25 0 3 0 43582546 1671852032 366311 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274127 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1632668 CPUtime=19.94
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 1994 0 0 0 25 0 3 0 43582546 1671852032 366311 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297829 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.8
Current children cumulated vsize (KiB) 1632668

[startup+102.306 s]
/proc/loadavg: 1.73 1.22 1.04 3/67 18623
/proc/meminfo: memFree=140232/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1632668 CPUtime=172.98
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 537662 0 1 0 17048 250 0 0 25 0 3 0 43579439 1671852032 366380 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 408167 366380 388 42 0 402419 0
[pid=18620/tid=18622] ppid=18618 vsize=1632668 CPUtime=71.04
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 104897 0 0 0 7054 50 0 0 25 0 3 0 43582546 1671852032 366380 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274226 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1632668 CPUtime=70.92
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 7092 0 0 0 25 0 3 0 43582546 1671852032 366380 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.98
Current children cumulated vsize (KiB) 1632668

[startup+162.301 s]
/proc/loadavg: 1.90 1.36 1.10 3/67 18623
/proc/meminfo: memFree=143688/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1629924 CPUtime=292.67
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 583835 0 1 0 28995 272 0 0 25 0 3 0 43579439 1669042176 365453 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 407481 365453 388 42 0 401733 0
[pid=18620/tid=18622] ppid=18618 vsize=1629924 CPUtime=131.02
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 151070 0 0 0 13029 73 0 0 25 0 3 0 43582546 1669042176 365453 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1629924 CPUtime=130.65
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 13065 0 0 0 25 0 3 0 43582546 1669042176 365453 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4296984 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 292.67
Current children cumulated vsize (KiB) 1629924

[startup+222.303 s]
/proc/loadavg: 1.96 1.47 1.15 3/67 18623
/proc/meminfo: memFree=143688/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1633692 CPUtime=412.4
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 626225 0 1 0 40946 294 0 0 25 0 3 0 43579439 1672900608 366395 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 408423 366395 388 42 0 402675 0
[pid=18620/tid=18622] ppid=18618 vsize=1633692 CPUtime=191
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 193460 0 0 0 19005 95 0 0 25 0 3 0 43582546 1672900608 366395 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274226 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1633692 CPUtime=190.39
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 19039 0 0 0 25 0 3 0 43582546 1672900608 366395 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 412.4
Current children cumulated vsize (KiB) 1633692

[startup+282.302 s]
/proc/loadavg: 1.98 1.57 1.20 3/67 18623
/proc/meminfo: memFree=143496/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1629924 CPUtime=532.11
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 663932 0 1 0 52898 313 0 0 25 0 3 0 43579439 1669042176 365480 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 407481 365480 388 42 0 401733 0
[pid=18620/tid=18622] ppid=18618 vsize=1629924 CPUtime=250.98
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 231167 0 0 0 24984 114 0 0 25 0 3 0 43582546 1669042176 365480 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1629924 CPUtime=250.13
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 25013 0 0 0 25 0 3 0 43582546 1669042176 365480 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244337 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 532.11
Current children cumulated vsize (KiB) 1629924

[startup+342.302 s]
/proc/loadavg: 1.99 1.64 1.25 3/67 18623
/proc/meminfo: memFree=143368/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1629924 CPUtime=651.83
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 697867 0 1 0 64855 328 0 0 25 0 3 0 43579439 1669042176 365503 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 407481 365503 388 42 0 401733 0
[pid=18620/tid=18622] ppid=18618 vsize=1629924 CPUtime=310.95
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 265102 0 0 0 30966 129 0 0 25 0 3 0 43582546 1669042176 365503 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1629924 CPUtime=309.87
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 30987 0 0 0 25 0 3 0 43582546 1669042176 365503 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244167 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 651.83
Current children cumulated vsize (KiB) 1629924

[startup+402.302 s]
/proc/loadavg: 1.99 1.70 1.30 3/67 18623
/proc/meminfo: memFree=143176/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1709288 CPUtime=771.54
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 746917 0 1 0 76802 352 0 0 25 0 3 0 43579439 1750310912 366451 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 427322 366451 389 42 0 421574 0
[pid=18620/tid=18622] ppid=18618 vsize=1709288 CPUtime=370.93
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 314152 0 0 0 36940 153 0 0 25 0 3 0 43582546 1750310912 366451 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274106 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1709288 CPUtime=369.6
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 36960 0 0 0 25 0 3 0 43582546 1750310912 366451 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 771.54
Current children cumulated vsize (KiB) 1709288

[startup+462.301 s]
/proc/loadavg: 1.99 1.76 1.34 3/67 18623
/proc/meminfo: memFree=139592/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1705520 CPUtime=891.25
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 779887 0 1 0 88755 370 0 0 25 0 3 0 43579439 1746452480 365509 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 426380 365509 389 42 0 420632 0
[pid=18620/tid=18622] ppid=18618 vsize=1705520 CPUtime=430.9
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 347122 0 0 0 42920 170 0 0 25 0 3 0 43582546 1746452480 365509 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4329375 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1705520 CPUtime=429.33
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 42933 0 0 0 25 0 3 0 43582546 1746452480 365509 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 891.25
Current children cumulated vsize (KiB) 1705520

[startup+522.302 s]
/proc/loadavg: 1.99 1.80 1.38 3/67 18623
/proc/meminfo: memFree=142216/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1706544 CPUtime=1010.97
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 860206 0 1 0 100685 412 0 0 25 0 3 0 43579439 1747501056 365758 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 426636 365758 389 42 0 420888 0
[pid=18620/tid=18622] ppid=18618 vsize=1706544 CPUtime=490.88
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 427441 0 0 0 48876 212 0 0 25 0 3 0 43582546 1747501056 365758 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1706544 CPUtime=489.08
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 48907 1 0 0 25 0 3 0 43582546 1747501056 365758 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1010.97
Current children cumulated vsize (KiB) 1706544

[startup+582.302 s]
/proc/loadavg: 1.99 1.83 1.41 3/67 18623
/proc/meminfo: memFree=141960/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1706544 CPUtime=1130.68
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 910164 0 1 0 112633 435 0 0 25 0 3 0 43579439 1747501056 365790 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 426636 365790 389 42 0 420888 0
[pid=18620/tid=18622] ppid=18618 vsize=1706544 CPUtime=550.86
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 477399 0 0 0 54851 235 0 0 25 0 3 0 43582546 1747501056 365790 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1706544 CPUtime=548.81
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 54880 1 0 0 25 0 3 0 43582546 1747501056 365790 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1130.68
Current children cumulated vsize (KiB) 1706544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+617.107 s]
/proc/loadavg: 1.99 1.85 1.43 3/67 18623
/proc/meminfo: memFree=141960/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=1706544 CPUtime=1200.14
/proc/18620/stat : 18620 (ornithorynque) S 18618 18620 18313 0 -1 4194304 936544 0 1 0 119566 448 0 0 25 0 3 0 43579439 1747501056 365794 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 426636 365794 389 42 0 420888 0
[pid=18620/tid=18622] ppid=18618 vsize=1706544 CPUtime=585.66
/proc/18620/task/18622/stat : 18622 (ornithorynque) R 18618 18620 18313 0 -1 4194368 503779 0 0 0 58318 248 0 0 25 0 3 0 43582546 1747501056 365794 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18618 vsize=1706544 CPUtime=583.47
/proc/18620/task/18623/stat : 18623 (ornithorynque) R 18618 18620 18313 0 -1 4194368 2 0 0 0 58346 1 0 0 25 0 3 0 43582546 1747501056 365794 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 1706544

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

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

[startup+617.214 s]
/proc/loadavg: 1.99 1.85 1.43 3/67 18623
/proc/meminfo: memFree=141960/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=0 CPUtime=1200.25
/proc/18620/stat : 18620 (ornithorynque) Z 18618 18620 18313 0 -1 4195340 936544 0 1 0 119567 458 0 0 16 0 2 0 43579439 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.25
Current children cumulated vsize (KiB) 0

[startup+617.302 s]
/proc/loadavg: 1.99 1.85 1.43 3/67 18623
/proc/meminfo: memFree=141960/2055920 swapFree=4184636/4192956
[pid=18620] ppid=18618 vsize=0 CPUtime=1200.34
/proc/18620/stat : 18620 (ornithorynque) Z 18618 18620 18313 0 -1 4195340 936544 0 1 0 119567 467 0 0 16 0 2 0 43579439 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 617.332
CPU time (s): 1200.37
CPU user time (s): 1195.67
CPU system time (s): 4.70029
CPU usage (%): 194.445
Max. virtual memory (cumulated for all children) (KiB): 1781120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.67
system time used= 4.70029
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 936544
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 8887

runsolver used 0.551916 second user time and 1.67974 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Mar  6 10:17:40 UTC 2007

IDJOB= 330907
IDBENCH= 20574
IDSOLVER= 139
FILE ID= node42/330907-1173176248

PBS_JOBID= 4015270

Free space on /tmp= 66311 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.cnf
COMMAND LINE= /tmp/evaluation/330907-1173176248/ornithorynque /tmp/evaluation/330907-1173176248/instance-330907-1173176248.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-330907-1173176248 -o ROOT/results/node42/solver-330907-1173176248 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330907-1173176248/ornithorynque /tmp/evaluation/330907-1173176248/instance-330907-1173176248.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 953854357

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1606968 kB
Buffers:         13120 kB
Cached:         368056 kB
SwapCached:       2412 kB
Active:         246412 kB
Inactive:       144268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606968 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:          209588 kB
Writeback:           0 kB
Mapped:          16252 kB
Slab:            44352 kB
Committed_AS:   121028 kB
PageTables:       1408 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= 66311 MiB

End job on node42 on Tue Mar  6 10:27:59 UTC 2007