Trace number 331159

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.22 610.665

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
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 variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data (download as text)

0.00/0.02	c This is Ornithorynque version 0.1 alpha
0.00/0.02	c (c) roussel@cril.univ-artois.fr
0.00/0.02	c using unsigned int
0.00/0.02	c parsing...
14.66/14.75	c ...done
14.66/14.75	c nbVar=306095 nbClause=6069108
15.76/15.87	c nbVar=306095 nbClause=6069108
17.96/18.09	c complete search running
17.96/18.09	c local search running
20.27/19.28	c flip 0 nbSat=4625871 maxSat=0
81.03/49.74	c nbDecision=10000 #clauses=6069108
131.11/74.80	c flip 10000 nbSat=4964475 maxSat=4981392
229.08/123.91	c nbDecision=20000 #clauses=6069108
361.38/190.29	c flip 20000 nbSat=5125917 maxSat=5133669
382.72/200.91	c nbDecision=30000 #clauses=6069150
473.91/246.69	c nbDecision=40000 #clauses=6069150
597.22/308.41	c nbDecision=50000 #clauses=6069257
623.56/321.68	c flip 30000 nbSat=5253456 maxSat=5265078
672.25/346.06	c nbDecision=60000 #clauses=6069323
761.05/390.54	c nbDecision=70000 #clauses=6069360
854.24/437.28	c nbDecision=80000 #clauses=6069384
911.89/466.12	c flip 40000 nbSat=5387831 maxSat=5399184
950.41/485.47	c nbDecision=90000 #clauses=6069398
1048.77/534.71	c nbDecision=100000 #clauses=6069411
1170.51/595.70	c nbDecision=110000 #clauses=6069496
1192.05/606.59	c flip 50000 nbSat=5482658 maxSat=5491517

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/node59/watcher-331159-1173181155 -o ROOT/results/node59/solver-331159-1173181155 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331159-1173181155/ornithorynque /tmp/evaluation/331159-1173181155/instance-331159-1173181155.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.92 1.85 1.46 3/64 1514
/proc/meminfo: memFree=1621408/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=10440 CPUtime=0
/proc/1514/stat : 1514 (ornithorynque) D 1512 1514 718 0 -1 4194304 77 0 0 0 0 0 0 0 18 0 1 0 338072971 10690560 61 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217049003401 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1514/statm: 2610 61 44 42 0 15 0

[startup+0.0638021 s]
/proc/loadavg: 1.92 1.85 1.46 3/64 1514
/proc/meminfo: memFree=1621408/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=25080 CPUtime=0.03
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 935 0 0 0 3 0 0 0 18 0 1 0 338072971 25681920 863 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217051468513 0 0 4096 1088 0 0 0 17 0 0 0
/proc/1514/statm: 6270 863 379 42 0 522 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25080

[startup+0.101804 s]
/proc/loadavg: 1.92 1.85 1.46 3/64 1514
/proc/meminfo: memFree=1621408/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=26788 CPUtime=0.08
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 1407 0 0 0 7 1 0 0 18 0 1 0 338072971 27430912 1270 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217051468513 0 0 4096 1088 0 0 0 17 0 0 0
/proc/1514/statm: 6697 1271 379 42 0 949 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26788

[startup+0.301826 s]
/proc/loadavg: 1.92 1.85 1.46 3/64 1514
/proc/meminfo: memFree=1621408/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=35128 CPUtime=0.27
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 3659 0 0 0 25 2 0 0 19 0 1 0 338072971 35971072 3393 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217051468513 0 0 4096 1088 0 0 0 17 0 0 0
/proc/1514/statm: 8782 3393 379 42 0 3034 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 35128

[startup+0.70187 s]
/proc/loadavg: 1.92 1.85 1.46 3/64 1514
/proc/meminfo: memFree=1621408/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=52976 CPUtime=0.67
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 8490 0 0 0 63 4 0 0 23 0 1 0 338072971 54247424 7454 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217051468513 0 0 4096 1088 0 0 0 17 0 0 0
/proc/1514/statm: 13244 7454 379 42 0 7496 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 52976

[startup+1.50196 s]
/proc/loadavg: 1.92 1.85 1.46 2/65 1515
/proc/meminfo: memFree=1580760/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=86628 CPUtime=1.47
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 17624 0 0 0 139 8 0 0 25 0 1 0 338072971 88707072 15500 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4293162 0 0 4096 1088 0 0 0 17 0 0 0
/proc/1514/statm: 21657 15500 379 42 0 15909 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 86628

[startup+3.10114 s]
/proc/loadavg: 1.92 1.85 1.46 2/65 1515
/proc/meminfo: memFree=1536600/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=153140 CPUtime=3.07
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 35685 0 0 0 289 18 0 0 25 0 1 0 338072971 156815360 31384 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217051468513 0 0 4096 1088 0 0 0 17 0 0 0
/proc/1514/statm: 38285 31384 379 42 0 32537 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 153140

[startup+6.3025 s]
/proc/loadavg: 1.93 1.85 1.46 2/65 1515
/proc/meminfo: memFree=1407704/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=282864 CPUtime=6.27
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 70902 0 0 0 592 35 0 0 25 0 1 0 338072971 289652736 62251 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258619129089 0 0 4096 1088 0 0 0 17 1 0 0
/proc/1514/statm: 70716 62251 379 42 0 64968 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 282864

[startup+12.7012 s]
/proc/loadavg: 1.93 1.85 1.46 2/65 1515
/proc/meminfo: memFree=1158232/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=538748 CPUtime=12.66
/proc/1514/stat : 1514 (ornithorynque) R 1512 1514 718 0 -1 4194304 140340 0 0 0 1196 70 0 0 25 0 1 0 338072971 551677952 122991 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217051468513 0 0 4096 1088 0 0 0 17 0 0 0
/proc/1514/statm: 134687 122991 379 42 0 128939 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 538748

[startup+25.5016 s]
/proc/loadavg: 1.87 1.84 1.47 3/67 1517
/proc/meminfo: memFree=702344/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1011360 CPUtime=32.85
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 284226 0 0 0 3159 126 0 0 25 0 3 0 338072971 1035632640 231084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 252840 231084 388 42 0 247092 0
[pid=1514/tid=1516] ppid=1512 vsize=1011360 CPUtime=7.4
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 20490 0 0 0 732 8 0 0 25 0 3 0 338074780 1035632640 231084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1011360 CPUtime=7.38
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 738 0 0 0 25 0 3 0 338074780 1035632640 231084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297053 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.85
Current children cumulated vsize (KiB) 1011360

[startup+51.1014 s]
/proc/loadavg: 1.92 1.85 1.48 3/67 1517
/proc/meminfo: memFree=702216/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1009100 CPUtime=83.81
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 326143 0 0 0 8237 144 0 0 25 0 3 0 338072971 1033318400 230543 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 252275 230543 388 42 0 246527 0
[pid=1514/tid=1516] ppid=1512 vsize=1009100 CPUtime=32.98
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 62407 0 0 0 3271 27 0 0 25 0 3 0 338074780 1033318400 230543 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1009100 CPUtime=32.77
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 3277 0 0 0 25 0 3 0 338074780 1033318400 230543 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297788 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.81
Current children cumulated vsize (KiB) 1009100

[startup+102.305 s]
/proc/loadavg: 1.96 1.87 1.50 3/67 1517
/proc/meminfo: memFree=702024/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1011756 CPUtime=185.99
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 371639 0 0 0 18434 165 0 0 25 0 3 0 338072971 1036038144 231189 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 252939 231189 388 42 0 247191 0
[pid=1514/tid=1516] ppid=1512 vsize=1011756 CPUtime=84.15
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 107903 0 0 0 8368 47 0 0 25 0 3 0 338074780 1036038144 231189 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274162 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1011756 CPUtime=83.77
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 8377 0 0 0 25 0 3 0 338074780 1036038144 231189 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.99
Current children cumulated vsize (KiB) 1011756

[startup+162.302 s]
/proc/loadavg: 1.98 1.89 1.53 3/67 1517
/proc/meminfo: memFree=699592/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1056912 CPUtime=305.7
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 416414 0 0 0 30384 186 0 0 25 0 3 0 338072971 1082277888 230622 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 264228 230622 389 42 0 258480 0
[pid=1514/tid=1516] ppid=1512 vsize=1056912 CPUtime=144.11
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 152678 0 0 0 14342 69 0 0 25 0 3 0 338074780 1082277888 230622 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1056912 CPUtime=143.54
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 14354 0 0 0 25 0 3 0 338074780 1082277888 230622 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244314 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 305.7
Current children cumulated vsize (KiB) 1056912

[startup+222.301 s]
/proc/loadavg: 1.99 1.91 1.56 3/67 1517
/proc/meminfo: memFree=700936/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1057856 CPUtime=425.43
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 488392 0 0 0 42321 222 0 0 25 0 3 0 338072971 1083244544 230840 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 264464 230840 389 42 0 258716 0
[pid=1514/tid=1516] ppid=1512 vsize=1057856 CPUtime=204.06
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 224656 0 0 0 20302 104 0 0 25 0 3 0 338074780 1083244544 230840 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1057856 CPUtime=203.3
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 20330 0 0 0 25 0 3 0 338074780 1083244544 230840 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 425.43
Current children cumulated vsize (KiB) 1057856

[startup+282.302 s]
/proc/loadavg: 1.99 1.92 1.58 3/67 1519
/proc/meminfo: memFree=698568/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1060380 CPUtime=545.14
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 548829 0 0 0 54264 250 0 0 25 0 3 0 338072971 1085829120 231477 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 265095 231477 389 42 0 259347 0
[pid=1514/tid=1516] ppid=1512 vsize=1060380 CPUtime=264.01
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 285093 0 0 0 26269 132 0 0 25 0 3 0 338074780 1085829120 231477 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1060380 CPUtime=263.07
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 26307 0 0 0 25 0 3 0 338074780 1085829120 231477 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 545.14
Current children cumulated vsize (KiB) 1060380

[startup+342.301 s]
/proc/loadavg: 1.99 1.94 1.61 3/67 1519
/proc/meminfo: memFree=698504/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1057988 CPUtime=664.87
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 639139 0 0 0 66195 292 0 0 25 0 3 0 338072971 1083379712 230891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 264497 230891 389 42 0 258749 0
[pid=1514/tid=1516] ppid=1512 vsize=1057988 CPUtime=323.97
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 375403 0 0 0 32223 174 0 0 25 0 3 0 338074780 1083379712 230891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1057988 CPUtime=322.83
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 32283 0 0 0 25 0 3 0 338074780 1083379712 230891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297829 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 664.87
Current children cumulated vsize (KiB) 1057988

[startup+402.301 s]
/proc/loadavg: 1.99 1.94 1.63 3/67 1519
/proc/meminfo: memFree=698504/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1058120 CPUtime=784.59
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 724056 0 0 0 78127 332 0 0 25 0 3 0 338072971 1083514880 230892 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 264530 230892 389 42 0 258782 0
[pid=1514/tid=1516] ppid=1512 vsize=1058120 CPUtime=383.92
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 460320 0 0 0 38178 214 0 0 25 0 3 0 338074780 1083514880 230892 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328104 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1058120 CPUtime=382.6
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 38260 0 0 0 25 0 3 0 338074780 1083514880 230892 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244167 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 784.59
Current children cumulated vsize (KiB) 1058120

[startup+462.302 s]
/proc/loadavg: 1.99 1.95 1.65 3/67 1519
/proc/meminfo: memFree=698504/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1058120 CPUtime=904.32
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 798209 0 0 0 90066 366 0 0 25 0 3 0 338072971 1083514880 230893 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 264530 230893 389 42 0 258782 0
[pid=1514/tid=1516] ppid=1512 vsize=1058120 CPUtime=443.89
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 534473 0 0 0 44141 248 0 0 25 0 3 0 338074780 1083514880 230893 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1058120 CPUtime=442.36
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 44236 0 0 0 25 0 3 0 338074780 1083514880 230893 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297788 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 904.32
Current children cumulated vsize (KiB) 1058120

[startup+522.301 s]
/proc/loadavg: 1.99 1.96 1.67 3/67 1519
/proc/meminfo: memFree=700680/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1058120 CPUtime=1024.04
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 870568 0 0 0 102007 397 0 0 25 0 3 0 338072971 1083514880 230894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 264530 230894 389 42 0 258782 0
[pid=1514/tid=1516] ppid=1512 vsize=1058120 CPUtime=503.84
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 606832 0 0 0 50105 279 0 0 25 0 3 0 338074780 1083514880 230894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328147 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1058120 CPUtime=502.13
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 50213 0 0 0 25 0 3 0 338074780 1083514880 230894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244327 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1024.04
Current children cumulated vsize (KiB) 1058120

[startup+582.302 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 1519
/proc/meminfo: memFree=698376/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1058120 CPUtime=1143.76
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 923208 0 0 0 113955 421 0 0 25 0 3 0 338072971 1083514880 230910 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 264530 230910 389 42 0 258782 0
[pid=1514/tid=1516] ppid=1512 vsize=1058120 CPUtime=563.8
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 659472 0 0 0 56077 303 0 0 25 0 3 0 338074780 1083514880 230910 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1058120 CPUtime=561.9
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 56190 0 0 0 25 0 3 0 338074780 1083514880 230910 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297902 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1143.76
Current children cumulated vsize (KiB) 1058120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+610.507 s]
/proc/loadavg: 1.99 1.96 1.69 3/67 1519
/proc/meminfo: memFree=698312/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=1060512 CPUtime=1200.05
/proc/1514/stat : 1514 (ornithorynque) S 1512 1514 718 0 -1 4194304 948332 0 0 0 119572 433 0 0 25 0 3 0 338072971 1085964288 231516 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 217060503419 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/1514/statm: 265128 231516 389 42 0 259380 0
[pid=1514/tid=1516] ppid=1512 vsize=1060512 CPUtime=591.98
/proc/1514/task/1516/stat : 1516 (ornithorynque) R 1512 1514 718 0 -1 4194368 684596 0 0 0 58884 314 0 0 25 0 3 0 338074780 1085964288 231516 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274717 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=1514/tid=1517] ppid=1512 vsize=1060512 CPUtime=589.99
/proc/1514/task/1517/stat : 1517 (ornithorynque) R 1512 1514 718 0 -1 4194368 2 0 0 0 58999 0 0 0 25 0 3 0 338074780 1085964288 231516 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1060512

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

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

[startup+610.614 s]
/proc/loadavg: 1.99 1.96 1.69 3/67 1519
/proc/meminfo: memFree=698312/2055920 swapFree=4183700/4192956
[pid=1514] ppid=1512 vsize=0 CPUtime=1200.16
/proc/1514/stat : 1514 (ornithorynque) Z 1512 1514 718 0 -1 4195340 948332 0 0 0 119574 442 0 0 16 0 2 0 338072971 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/1514/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 610.665
CPU time (s): 1200.22
CPU user time (s): 1195.74
CPU system time (s): 4.47432
CPU usage (%): 196.542
Max. virtual memory (cumulated for all children) (KiB): 1104328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.74
system time used= 4.47432
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 948332
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= 9013

runsolver used 0.582911 second user time and 1.65575 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Mar  6 11:39:23 UTC 2007

IDJOB= 331159
IDBENCH= 20580
IDSOLVER= 139
FILE ID= node59/331159-1173181155

PBS_JOBID= 4015257

Free space on /tmp= 66382 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  0fbc00fde383cec371bb97d621c5e7e5

RANDOM SEED= 975242570

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1621816 kB
Buffers:         15300 kB
Cached:         347780 kB
SwapCached:       2896 kB
Active:         156316 kB
Inactive:       216068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621816 kB
SwapTotal:     4192956 kB
SwapFree:      4183700 kB
Dirty:          131960 kB
Writeback:           0 kB
Mapped:          15336 kB
Slab:            47724 kB
Committed_AS:   685684 kB
PageTables:       1472 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= 66382 MiB

End job on node59 on Tue Mar  6 11:49:35 UTC 2007