Trace number 335869

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.1 601.731

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
MD5SUM0ce167d7a0126df2b5481aeca929a46c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark285.775
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses5067
Sum of the clauses size10404
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25049
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data (download as text)

0.00/0.15	c This is Ornithorynque version 0.1 alpha
0.00/0.15	c (c) roussel@cril.univ-artois.fr
0.00/0.15	c using unsigned short
0.00/0.15	c parsing...
0.00/0.16	c ...done
0.00/0.16	c nbVar=306 nbClause=5067
0.00/0.16	c nbVar=306 nbClause=5067
0.00/0.16	c complete search running
0.00/0.16	c local search running
0.00/0.16	c flip 0 nbSat=3408 maxSat=0
0.29/0.34	c flip 0 nbSat=5038 maxSat=5066
0.88/0.60	c flip 0 nbSat=6164 maxSat=6317
8.47/4.41	c flip 0 nbSat=12903 maxSat=7454
9.47/4.91	c nbDecision=10000 #clauses=14740
9.67/5.05	c flip 0 nbSat=13822 maxSat=14257
11.06/5.71	c flip 0 nbSat=14787 maxSat=15075
26.42/13.42	c nbDecision=20000 #clauses=24331
51.77/26.17	c flip 0 nbSat=28901 maxSat=16354
56.56/28.56	c flip 0 nbSat=29773 maxSat=30027
78.10/39.30	c nbDecision=30000 #clauses=34005
128.79/64.73	c nbDecision=40000 #clauses=43719
139.76/70.21	c flip 0 nbSat=43665 maxSat=30950
144.95/72.87	c flip 0 nbSat=43961 maxSat=44793
152.74/76.72	c flip 0 nbSat=44703 maxSat=45271
221.97/111.47	c nbDecision=50000 #clauses=53471
269.18/135.10	c nbDecision=60000 #clauses=63169
323.00/162.18	c nbDecision=70000 #clauses=72856
335.56/168.43	c flip 0 nbSat=72881 maxSat=46190
343.33/172.38	c flip 0 nbSat=74229 maxSat=74309
352.88/177.12	c flip 0 nbSat=75174 maxSat=75402
361.65/181.58	c flip 0 nbSat=76054 maxSat=76600
419.06/210.31	c nbDecision=80000 #clauses=82542
521.63/261.78	c nbDecision=90000 #clauses=92253
612.62/307.34	c nbDecision=100000 #clauses=101928
695.43/348.89	c flip 0 nbSat=108446 maxSat=77413
729.14/365.79	c nbDecision=110000 #clauses=111640
828.52/415.50	c flip 0 nbSat=116001 maxSat=109549
847.68/425.13	c flip 0 nbSat=117041 maxSat=117110
877.80/440.28	c nbDecision=120000 #clauses=121312
1025.26/514.15	c nbDecision=130000 #clauses=131092

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/node33/watcher-335869-1173635940 -o ROOT/results/node33/solver-335869-1173635940 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335869-1173635940/ornithorynque /tmp/evaluation/335869-1173635940/instance-335869-1173635940.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: 0.91 0.95 0.98 3/64 28033
/proc/meminfo: memFree=1926896/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=1364 CPUtime=0
/proc/28033/stat : 28033 (ornithorynque) D 28031 28033 27212 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 89550459 1396736 32 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210821510537 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28033/statm: 341 32 25 42 0 3 0

[startup+0.106642 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 28033
/proc/meminfo: memFree=1926896/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=18420 CPUtime=0
/proc/28033/stat : 28033 (ornithorynque) D 28031 28033 27212 0 -1 4194304 94 0 3 0 0 0 0 0 18 0 1 0 89550459 18862080 81 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210821513936 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/28033/statm: 4605 81 59 42 0 38 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18420

[startup+0.202657 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 28033
/proc/meminfo: memFree=1926896/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=44660 CPUtime=0.09
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 707 0 6 0 9 0 0 0 18 0 3 0 89550459 45731840 674 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 11165 674 387 42 0 5417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44660

[startup+0.302666 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 28033
/proc/meminfo: memFree=1926896/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=44792 CPUtime=0.29
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 753 0 6 0 29 0 0 0 18 0 3 0 89550459 45867008 720 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 11198 720 387 42 0 5450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44792

[startup+0.702721 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 28033
/proc/meminfo: memFree=1926896/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=46348 CPUtime=1.08
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 1128 0 6 0 108 0 0 0 18 0 3 0 89550459 47460352 1095 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 11587 1095 387 42 0 5839 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 46348

[startup+1.50182 s]
/proc/loadavg: 0.91 0.95 0.98 3/67 28036
/proc/meminfo: memFree=1923160/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=47288 CPUtime=2.68
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 1312 0 6 0 268 0 0 0 18 0 3 0 89550459 48422912 1279 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 11822 1279 387 42 0 6074 0
[pid=28033/tid=28035] ppid=28031 vsize=47288 CPUtime=1.33
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 391 0 0 0 133 0 0 0 25 0 3 0 89550475 48422912 1279 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311137 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=47288 CPUtime=1.33
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 245 0 0 0 133 0 0 0 25 0 3 0 89550475 48422912 1279 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240899 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 47288

[startup+3.10202 s]
/proc/loadavg: 0.91 0.95 0.98 3/67 28036
/proc/meminfo: memFree=1922200/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=48212 CPUtime=5.87
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 1557 0 6 0 587 0 0 0 18 0 3 0 89550459 49369088 1524 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 12053 1524 387 42 0 6305 0
[pid=28033/tid=28035] ppid=28031 vsize=48212 CPUtime=2.92
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 636 0 0 0 292 0 0 0 25 0 3 0 89550475 49369088 1524 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=48212 CPUtime=2.93
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 245 0 0 0 293 0 0 0 25 0 3 0 89550475 49369088 1524 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 48212

[startup+6.30142 s]
/proc/loadavg: 1.00 0.97 0.98 3/67 28036
/proc/meminfo: memFree=1917528/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=54168 CPUtime=12.26
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 2757 0 6 0 1225 1 0 0 18 0 3 0 89550459 55468032 2724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 13542 2724 387 42 0 7794 0
[pid=28033/tid=28035] ppid=28031 vsize=54168 CPUtime=6.11
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 1036 0 0 0 611 0 0 0 25 0 3 0 89550475 55468032 2724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240323 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=54168 CPUtime=6.12
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 1045 0 0 0 612 0 0 0 25 0 3 0 89550475 55468032 2724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 54168

[startup+12.7012 s]
/proc/loadavg: 1.08 0.99 0.99 3/67 28036
/proc/meminfo: memFree=1914656/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=56452 CPUtime=25.03
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 3308 0 6 0 2502 1 0 0 18 0 3 0 89550459 57806848 3275 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 14113 3275 387 42 0 8365 0
[pid=28033/tid=28035] ppid=28031 vsize=56452 CPUtime=12.48
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 1587 0 0 0 1248 0 0 0 25 0 3 0 89550475 57806848 3275 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311151 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=56452 CPUtime=12.52
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 1045 0 0 0 1252 0 0 0 25 0 3 0 89550475 57806848 3275 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283714 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 56452

[startup+25.5028 s]
/proc/loadavg: 1.28 1.04 1.01 3/67 28036
/proc/meminfo: memFree=1912224/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=59156 CPUtime=50.57
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 3908 0 6 0 5055 2 0 0 18 0 3 0 89550459 60575744 3875 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 14789 3875 387 42 0 9041 0
[pid=28033/tid=28035] ppid=28031 vsize=59156 CPUtime=25.23
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 2187 0 0 0 2522 1 0 0 25 0 3 0 89550475 60575744 3875 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=59156 CPUtime=25.32
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 1045 0 0 0 2532 0 0 0 25 0 3 0 89550475 60575744 3875 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 59156

[startup+51.103 s]
/proc/loadavg: 1.53 1.11 1.03 3/67 28036
/proc/meminfo: memFree=1903200/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=69428 CPUtime=101.66
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 6265 0 6 0 10163 3 0 0 18 0 3 0 89550459 71094272 6134 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 17357 6134 387 42 0 11609 0
[pid=28033/tid=28035] ppid=28031 vsize=69428 CPUtime=50.71
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 3181 0 0 0 5070 1 0 0 25 0 3 0 89550475 71094272 6134 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311294 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=69428 CPUtime=50.92
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 2408 0 0 0 5091 1 0 0 25 0 3 0 89550475 71094272 6134 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 69428

[startup+102.302 s]
/proc/loadavg: 1.79 1.25 1.08 3/67 28036
/proc/meminfo: memFree=1891424/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=83452 CPUtime=203.83
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 9261 0 6 0 20377 6 0 0 18 0 3 0 89550459 85454848 9026 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 20863 9026 387 42 0 15115 0
[pid=28033/tid=28035] ppid=28031 vsize=83452 CPUtime=101.69
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 4452 0 0 0 10166 3 0 0 25 0 3 0 89550475 85454848 9026 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=83452 CPUtime=102.11
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 4133 0 0 0 10209 2 0 0 25 0 3 0 89550475 85454848 9026 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 83452

[startup+162.303 s]
/proc/loadavg: 1.92 1.38 1.13 3/73 28154
/proc/meminfo: memFree=1882512/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=91756 CPUtime=323.4
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 11277 0 6 0 32325 15 0 0 18 0 3 0 89550459 93958144 10880 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 22939 10880 387 42 0 17191 0
[pid=28033/tid=28035] ppid=28031 vsize=91756 CPUtime=161.4
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 6468 0 0 0 16128 12 0 0 25 0 3 0 89550475 93958144 10880 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=91756 CPUtime=161.97
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 4133 0 0 0 16195 2 0 0 25 0 3 0 89550475 93958144 10880 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.4
Current children cumulated vsize (KiB) 91756

[startup+222.306 s]
/proc/loadavg: 1.97 1.49 1.19 3/67 28234
/proc/meminfo: memFree=1868256/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=113724 CPUtime=443.01
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 17196 0 6 0 44277 24 0 0 18 0 3 0 89550459 116453376 14705 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 28431 14705 387 42 0 22683 0
[pid=28033/tid=28035] ppid=28031 vsize=113724 CPUtime=221.1
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 8089 0 0 0 22090 20 0 0 25 0 3 0 89550475 116453376 14705 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311151 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=113724 CPUtime=221.88
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 8431 0 0 0 22185 3 0 0 25 0 3 0 89550475 116453376 14705 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238103 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.01
Current children cumulated vsize (KiB) 113724

[startup+282.303 s]
/proc/loadavg: 1.99 1.58 1.23 3/67 28234
/proc/meminfo: memFree=1863904/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=118356 CPUtime=562.73
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 18456 0 6 0 56247 26 0 0 18 0 3 0 89550459 121196544 15800 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 29589 15800 387 42 0 23841 0
[pid=28033/tid=28035] ppid=28031 vsize=118356 CPUtime=280.85
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 9349 0 0 0 28063 22 0 0 25 0 3 0 89550475 121196544 15800 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311492 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=118356 CPUtime=281.86
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 8431 0 0 0 28183 3 0 0 25 0 3 0 89550475 121196544 15800 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.73
Current children cumulated vsize (KiB) 118356

[startup+342.302 s]
/proc/loadavg: 1.99 1.65 1.28 3/67 28234
/proc/meminfo: memFree=1859232/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=123096 CPUtime=682.46
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 19718 0 6 0 68218 28 0 0 18 0 3 0 89550459 126050304 16963 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 30774 16963 387 42 0 25026 0
[pid=28033/tid=28035] ppid=28031 vsize=123096 CPUtime=340.58
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 10611 0 0 0 34035 23 0 0 25 0 3 0 89550475 126050304 16963 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=123096 CPUtime=341.84
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 8431 0 0 0 34181 3 0 0 25 0 3 0 89550475 126050304 16963 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.46
Current children cumulated vsize (KiB) 123096

[startup+402.303 s]
/proc/loadavg: 1.99 1.71 1.32 3/67 28234
/proc/meminfo: memFree=1844768/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=139308 CPUtime=802.17
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 25150 0 6 0 80186 31 0 0 18 0 3 0 89550459 142651392 20605 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 34827 20605 387 42 0 29079 0
[pid=28033/tid=28035] ppid=28031 vsize=139308 CPUtime=400.32
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 11782 0 0 0 40007 25 0 0 25 0 3 0 89550475 142651392 20605 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=139308 CPUtime=401.83
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 12692 0 0 0 40177 6 0 0 25 0 3 0 89550475 142651392 20605 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241092 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.17
Current children cumulated vsize (KiB) 139308

[startup+462.302 s]
/proc/loadavg: 1.99 1.76 1.36 3/67 28234
/proc/meminfo: memFree=1838112/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=152720 CPUtime=921.9
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 29120 0 6 0 92156 34 0 0 18 0 3 0 89550459 156385280 22234 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 38180 22234 387 42 0 32432 0
[pid=28033/tid=28035] ppid=28031 vsize=152720 CPUtime=460.06
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 12733 0 0 0 45980 26 0 0 25 0 3 0 89550475 156385280 22234 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=152720 CPUtime=461.81
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 15711 0 0 0 46174 7 0 0 25 0 3 0 89550475 156385280 22234 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4284356 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.9
Current children cumulated vsize (KiB) 152720

[startup+522.303 s]
/proc/loadavg: 1.99 1.80 1.40 3/67 28234
/proc/meminfo: memFree=1835296/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=156504 CPUtime=1041.62
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 30192 0 6 0 104127 35 0 0 18 0 3 0 89550459 160260096 22950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 39126 22950 387 42 0 33378 0
[pid=28033/tid=28035] ppid=28031 vsize=156504 CPUtime=519.8
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 13805 0 0 0 51953 27 0 0 25 0 3 0 89550475 160260096 22950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=156504 CPUtime=521.79
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 15711 0 0 0 52172 7 0 0 25 0 3 0 89550475 160260096 22950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241104 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.62
Current children cumulated vsize (KiB) 156504

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.43 3/67 28234
/proc/meminfo: memFree=1832480/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=159828 CPUtime=1161.34
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 31150 0 6 0 116098 36 0 0 18 0 3 0 89550459 163663872 23677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 39957 23677 387 42 0 34209 0
[pid=28033/tid=28035] ppid=28031 vsize=159828 CPUtime=579.54
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 14763 0 0 0 57926 28 0 0 25 0 3 0 89550475 163663872 23677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=159828 CPUtime=581.77
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 15711 0 0 0 58170 7 0 0 25 0 3 0 89550475 163663872 23677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.34
Current children cumulated vsize (KiB) 159828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.701 s]
/proc/loadavg: 1.99 1.85 1.44 3/67 28234
/proc/meminfo: memFree=1831392/2055920 swapFree=4177820/4192956
[pid=28033] ppid=28031 vsize=160900 CPUtime=1200.07
/proc/28033/stat : 28033 (ornithorynque) S 28031 28033 27212 0 -1 4194304 31445 0 6 0 119970 37 0 0 18 0 3 0 89550459 164761600 23939 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/28033/statm: 40225 23939 387 42 0 34477 0
[pid=28033/tid=28035] ppid=28031 vsize=160900 CPUtime=598.86
/proc/28033/task/28035/stat : 28035 (ornithorynque) R 28031 28033 27212 0 -1 4194368 15058 0 0 0 59858 28 0 0 25 0 3 0 89550475 164761600 23939 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=28033/tid=28036] ppid=28031 vsize=160900 CPUtime=601.17
/proc/28033/task/28036/stat : 28036 (ornithorynque) R 28031 28033 27212 0 -1 4194368 15711 0 0 0 60110 7 0 0 25 0 3 0 89550475 164761600 23939 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242196 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 160900

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): 601.731
CPU time (s): 1200.1
CPU user time (s): 1199.72
CPU system time (s): 0.384941
CPU usage (%): 199.442
Max. virtual memory (cumulated for all children) (KiB): 160900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.72
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31445
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60
involuntary context switches= 9381

runsolver used 0.554915 second user time and 1.64975 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Mar 11 17:59:01 UTC 2007

IDJOB= 335869
IDBENCH= 24661
IDSOLVER= 139
FILE ID= node33/335869-1173635940

PBS_JOBID= 4101285

Free space on /tmp= 66543 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335869-1173635940/ornithorynque /tmp/evaluation/335869-1173635940/instance-335869-1173635940.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-335869-1173635940 -o ROOT/results/node33/solver-335869-1173635940 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335869-1173635940/ornithorynque /tmp/evaluation/335869-1173635940/instance-335869-1173635940.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  0ce167d7a0126df2b5481aeca929a46c

RANDOM SEED= 315396504

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.231
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.231
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:       1927368 kB
Buffers:         13028 kB
Cached:          73872 kB
SwapCached:       9252 kB
Active:          22916 kB
Inactive:        79920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927368 kB
SwapTotal:     4192956 kB
SwapFree:      4177820 kB
Dirty:             300 kB
Writeback:           0 kB
Mapped:          15300 kB
Slab:            11748 kB
Committed_AS:    94332 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= 66543 MiB

End job on node33 on Sun Mar 11 18:09:04 UTC 2007