Trace number 330991

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.27 607.301

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned int
0.00/0.00	c parsing...
9.18/9.23	c ...done
9.18/9.23	c nbVar=209724 nbClause=3634677
9.89/9.96	c nbVar=209724 nbClause=3634677
11.28/11.38	c complete search running
11.28/11.38	c local search running
12.60/12.05	c flip 0 nbSat=2790344 maxSat=0
31.54/21.52	c flip 10000 nbSat=3085033 maxSat=3085033
76.19/43.94	c nbDecision=10000 #clauses=3634677
106.72/59.28	c flip 20000 nbSat=3208513 maxSat=3211321
142.63/77.21	c flip 30000 nbSat=3274032 maxSat=3275615
207.48/109.77	c nbDecision=20000 #clauses=3634719
258.37/135.26	c flip 40000 nbSat=3358972 maxSat=3364730
277.71/144.96	c nbDecision=30000 #clauses=3634719
349.56/180.94	c flip 50000 nbSat=3380803 maxSat=3402415
419.39/215.97	c nbDecision=40000 #clauses=3634724
486.85/249.78	c flip 60000 nbSat=3504987 maxSat=3505683
584.20/298.56	c nbDecision=50000 #clauses=3634760
621.72/317.36	c flip 70000 nbSat=3539120 maxSat=3549012
715.50/364.32	c nbDecision=60000 #clauses=3634785
792.33/402.83	c flip 80000 nbSat=3540944 maxSat=3549012
840.01/426.72	c nbDecision=70000 #clauses=3634841
946.14/479.99	c flip 90000 nbSat=3546304 maxSat=3549468
965.90/489.83	c nbDecision=80000 #clauses=3634878
1072.86/543.41	c nbDecision=90000 #clauses=3634925
1159.45/586.80	c flip 100000 nbSat=3549439 maxSat=3557009
1179.60/596.93	c nbDecision=100000 #clauses=3634948

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/node17/watcher-330991-1173177793 -o ROOT/results/node17/solver-330991-1173177793 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330991-1173177793/ornithorynque /tmp/evaluation/330991-1173177793/instance-330991-1173177793.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.00 0.97 0.99 3/77 27718
/proc/meminfo: memFree=1666432/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=23220 CPUtime=0
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 337734000 23777280 267 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245480066321 0 0 4096 0 0 0 0 17 1 0 0
/proc/27718/statm: 5805 267 220 42 0 45 0

[startup+0.00806011 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 27718
/proc/meminfo: memFree=1666432/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=23308 CPUtime=0
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 337734000 23867392 447 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/27718/statm: 5827 447 379 42 0 79 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23308

[startup+0.10107 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 27718
/proc/meminfo: memFree=1666432/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=27328 CPUtime=0.08
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 1543 0 0 0 8 0 0 0 18 0 1 0 337734000 27983872 1406 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/27718/statm: 6832 1407 379 42 0 1084 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27328

[startup+0.30109 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 27718
/proc/meminfo: memFree=1666432/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=35104 CPUtime=0.29
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 3651 0 0 0 27 2 0 0 19 0 1 0 337734000 35946496 3385 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/27718/statm: 8776 3386 379 42 0 3028 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35104

[startup+0.701133 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 27718
/proc/meminfo: memFree=1666432/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=52024 CPUtime=0.68
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 8204 0 0 0 65 3 0 0 23 0 1 0 337734000 53272576 7168 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/27718/statm: 13006 7169 379 42 0 7258 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 52024

[startup+1.50122 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 27719
/proc/meminfo: memFree=1628728/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=84220 CPUtime=1.48
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 16951 0 0 0 140 8 0 0 25 0 1 0 337734000 86241280 14827 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212275211686 0 0 4096 1088 0 0 0 17 0 0 0
/proc/27718/statm: 21055 14827 379 42 0 15307 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84220

[startup+3.10138 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 27719
/proc/meminfo: memFree=1586744/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=148612 CPUtime=3.08
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 34443 0 0 0 292 16 0 0 25 0 1 0 337734000 152178688 30145 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/27718/statm: 37153 30145 379 42 0 31405 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 148612

[startup+6.30171 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 27719
/proc/meminfo: memFree=1465976/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=271188 CPUtime=6.29
/proc/27718/stat : 27718 (ornithorynque) R 27716 27718 27573 0 -1 4194304 67750 0 0 0 596 33 0 0 25 0 1 0 337734000 277696512 59107 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4293162 0 0 4096 1088 0 0 0 17 1 0 0
/proc/27718/statm: 67797 59107 379 42 0 62049 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271188

[startup+12.7014 s]
/proc/loadavg: 1.00 0.97 0.99 3/80 27721
/proc/meminfo: memFree=1107880/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=615092 CPUtime=13.99
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 159739 0 0 0 1329 70 0 0 25 0 3 0 337734000 629854208 140469 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 153773 140469 388 42 0 148025 0
[pid=27718/tid=27720] ppid=27716 vsize=615092 CPUtime=1.31
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 3334 0 0 0 130 1 0 0 25 0 3 0 337735139 629854208 140469 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4271730 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=615092 CPUtime=1.31
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 131 0 0 0 25 0 3 0 337735139 629854208 140469 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244327 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 615092

[startup+25.5017 s]
/proc/loadavg: 1.22 1.02 1.01 3/80 27721
/proc/meminfo: memFree=1108648/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=615488 CPUtime=39.53
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 181977 0 0 0 3874 79 0 0 25 0 3 0 337734000 630259712 140567 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 153872 140567 388 42 0 148124 0
[pid=27718/tid=27720] ppid=27716 vsize=615488 CPUtime=14.1
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 25572 0 0 0 1400 10 0 0 25 0 3 0 337735139 630259712 140567 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274127 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=615488 CPUtime=14.04
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 1404 0 0 0 25 0 3 0 337735139 630259712 140567 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244832 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.53
Current children cumulated vsize (KiB) 615488

[startup+51.1014 s]
/proc/loadavg: 1.49 1.10 1.03 3/80 27721
/proc/meminfo: memFree=1107240/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=613848 CPUtime=90.56
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 203712 0 0 0 8968 88 0 0 25 0 3 0 337734000 628580352 140162 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 153462 140162 388 42 0 147714 0
[pid=27718/tid=27720] ppid=27716 vsize=613848 CPUtime=39.64
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 47307 0 0 0 3945 19 0 0 25 0 3 0 337735139 628580352 140162 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=613848 CPUtime=39.54
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 3954 0 0 0 25 0 3 0 337735139 628580352 140162 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244351 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.56
Current children cumulated vsize (KiB) 613848

[startup+102.307 s]
/proc/loadavg: 1.77 1.23 1.08 3/80 27721
/proc/meminfo: memFree=1108520/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=642376 CPUtime=192.73
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 242008 0 0 0 19168 105 0 0 25 0 3 0 337734000 657793024 140199 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160594 140199 389 42 0 154846 0
[pid=27718/tid=27720] ppid=27716 vsize=642376 CPUtime=90.82
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 85603 0 0 0 9047 35 0 0 25 0 3 0 337735139 657793024 140199 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328134 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=642376 CPUtime=90.52
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 9052 0 0 0 25 0 3 0 337735139 657793024 140199 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297622 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 192.73
Current children cumulated vsize (KiB) 642376

[startup+162.302 s]
/proc/loadavg: 1.92 1.37 1.13 3/80 27721
/proc/meminfo: memFree=1107816/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643116 CPUtime=312.43
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 298344 0 0 0 31113 130 0 0 25 0 3 0 337734000 658550784 140365 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160779 140365 389 42 0 155031 0
[pid=27718/tid=27720] ppid=27716 vsize=643116 CPUtime=150.8
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 141939 0 0 0 15020 60 0 0 25 0 3 0 337735139 658550784 140365 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328127 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643116 CPUtime=150.25
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 15025 0 0 0 25 0 3 0 337735139 658550784 140365 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244956 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.43
Current children cumulated vsize (KiB) 643116

[startup+222.301 s]
/proc/loadavg: 1.97 1.48 1.19 4/80 27721
/proc/meminfo: memFree=1107688/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643116 CPUtime=432.16
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 330349 0 0 0 43072 144 0 0 25 0 3 0 337734000 658550784 140390 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160779 140390 389 42 0 155031 0
[pid=27718/tid=27720] ppid=27716 vsize=643116 CPUtime=210.78
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 173944 0 0 0 21004 74 0 0 25 0 3 0 337735139 658550784 140390 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328114 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643116 CPUtime=209.99
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 20999 0 0 0 25 0 3 0 337735139 658550784 140390 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 432.16
Current children cumulated vsize (KiB) 643116

[startup+282.301 s]
/proc/loadavg: 1.99 1.57 1.23 3/80 27721
/proc/meminfo: memFree=1106280/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643116 CPUtime=551.88
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 354131 0 0 0 55034 154 0 0 25 0 3 0 337734000 658550784 140392 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160779 140392 389 42 0 155031 0
[pid=27718/tid=27720] ppid=27716 vsize=643116 CPUtime=270.77
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 197726 0 0 0 26993 84 0 0 25 0 3 0 337735139 658550784 140392 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643116 CPUtime=269.72
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 26972 0 0 0 25 0 3 0 337735139 658550784 140392 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 551.88
Current children cumulated vsize (KiB) 643116

[startup+342.302 s]
/proc/loadavg: 1.99 1.65 1.28 3/80 27721
/proc/meminfo: memFree=1107688/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643248 CPUtime=671.59
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 379966 0 0 0 66994 165 0 0 25 0 3 0 337734000 658685952 140397 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160812 140397 389 42 0 155064 0
[pid=27718/tid=27720] ppid=27716 vsize=643248 CPUtime=330.75
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 223561 0 0 0 32980 95 0 0 25 0 3 0 337735139 658685952 140397 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643248 CPUtime=329.46
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 32945 1 0 0 25 0 3 0 337735139 658685952 140397 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244532 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 671.59
Current children cumulated vsize (KiB) 643248

[startup+402.302 s]
/proc/loadavg: 1.99 1.71 1.32 3/80 27721
/proc/meminfo: memFree=1107624/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643248 CPUtime=791.32
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 427124 0 0 0 78946 186 0 0 25 0 3 0 337734000 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160812 140405 389 42 0 155064 0
[pid=27718/tid=27720] ppid=27716 vsize=643248 CPUtime=390.73
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 270719 0 0 0 38957 116 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643248 CPUtime=389.21
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 38920 1 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 791.32
Current children cumulated vsize (KiB) 643248

[startup+462.301 s]
/proc/loadavg: 1.99 1.76 1.36 3/80 27721
/proc/meminfo: memFree=1106152/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643248 CPUtime=911.04
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 469764 0 0 0 90900 204 0 0 25 0 3 0 337734000 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160812 140405 389 42 0 155064 0
[pid=27718/tid=27720] ppid=27716 vsize=643248 CPUtime=450.72
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 313359 0 0 0 44938 134 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643248 CPUtime=448.94
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 44893 1 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297053 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 911.04
Current children cumulated vsize (KiB) 643248

[startup+522.301 s]
/proc/loadavg: 1.99 1.80 1.40 3/80 27721
/proc/meminfo: memFree=1107624/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643248 CPUtime=1030.75
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 509534 0 0 0 102853 222 0 0 25 0 3 0 337734000 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160812 140405 389 42 0 155064 0
[pid=27718/tid=27720] ppid=27716 vsize=643248 CPUtime=510.7
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 353129 0 0 0 50919 151 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328147 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643248 CPUtime=508.66
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 50865 1 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244357 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1030.75
Current children cumulated vsize (KiB) 643248

[startup+582.302 s]
/proc/loadavg: 1.99 1.83 1.43 3/80 27721
/proc/meminfo: memFree=1106088/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643248 CPUtime=1150.47
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 553404 0 0 0 114808 239 0 0 25 0 3 0 337734000 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160812 140405 389 42 0 155064 0
[pid=27718/tid=27720] ppid=27716 vsize=643248 CPUtime=570.68
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 396999 0 0 0 56900 168 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328147 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643248 CPUtime=568.39
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 56838 1 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244562 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1150.47
Current children cumulated vsize (KiB) 643248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+607.206 s]
/proc/loadavg: 1.99 1.85 1.45 3/80 27721
/proc/meminfo: memFree=1107624/2055920 swapFree=4168576/4192956
[pid=27718] ppid=27716 vsize=643248 CPUtime=1200.16
/proc/27718/stat : 27718 (ornithorynque) S 27716 27718 27573 0 -1 4194304 572674 0 0 0 119768 248 0 0 25 0 3 0 337734000 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/27718/statm: 160812 140405 389 42 0 155064 0
[pid=27718/tid=27720] ppid=27716 vsize=643248 CPUtime=595.58
/proc/27718/task/27720/stat : 27720 (ornithorynque) R 27716 27718 27573 0 -1 4194368 416269 0 0 0 59381 177 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=27718/tid=27721] ppid=27716 vsize=643248 CPUtime=593.2
/proc/27718/task/27721/stat : 27721 (ornithorynque) R 27716 27718 27573 0 -1 4194368 2 0 0 0 59318 2 0 0 25 0 3 0 337735139 658685952 140405 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244337 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 643248

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)
Real time (s): 607.301
CPU time (s): 1200.27
CPU user time (s): 1197.7
CPU system time (s): 2.57061
CPU usage (%): 197.639
Max. virtual memory (cumulated for all children) (KiB): 644888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.7
system time used= 2.57061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572674
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= 13
involuntary context switches= 22321

runsolver used 0.529919 second user time and 1.69574 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Mar  6 10:43:18 UTC 2007

IDJOB= 330991
IDBENCH= 20576
IDSOLVER= 139
FILE ID= node17/330991-1173177793

PBS_JOBID= 4015031

Free space on /tmp= 66430 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  580dc3969c4e46e50013253fd4ac9139

RANDOM SEED= 453134457

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 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.229
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.229
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:       1666840 kB
Buffers:         34320 kB
Cached:         275748 kB
SwapCached:       2120 kB
Active:         188192 kB
Inactive:       144156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666840 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:           77108 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            42268 kB
Committed_AS:  1396028 kB
PageTables:       1748 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= 66430 MiB

End job on node17 on Tue Mar  6 10:53:27 UTC 2007