Trace number 328103

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.04 601.426

General information on the benchmark

Namerandom/OnTreshold/3SAT/v650/
unif-k3-r4.261-v650-c2769-S1341479044-12.UNSAT.shuffled.cnf
MD5SUMbe59f67372654e4e0f143ff9a11e7d34
Bench CategoryRANDOM (random 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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 short
0.00/0.00	c parsing...
0.00/0.01	c ...done
0.00/0.01	c nbVar=650 nbClause=2769
0.00/0.01	c nbVar=650 nbClause=2769
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=2427 maxSat=0
0.00/0.07	c flip 10000 nbSat=2706 maxSat=2725
0.17/0.09	c flip 0 nbSat=3203 maxSat=2727
0.38/0.24	c flip 10000 nbSat=3478 maxSat=3512
0.38/0.28	c flip 0 nbSat=4559 maxSat=3512
1.18/0.66	c flip 10000 nbSat=4879 maxSat=4890
1.38/0.77	c flip 0 nbSat=7252 maxSat=4891
2.77/1.48	c nbDecision=10000 #clauses=9762
2.97/1.52	c flip 10000 nbSat=7547 maxSat=7567
3.37/1.77	c flip 0 nbSat=10080 maxSat=7570
5.76/2.92	c flip 10000 nbSat=10372 maxSat=10373
6.57/3.35	c flip 0 nbSat=13274 maxSat=10380
10.76/5.43	c flip 10000 nbSat=13578 maxSat=13591
11.15/5.64	c nbDecision=20000 #clauses=17232
12.15/6.13	c flip 0 nbSat=17535 maxSat=13591
22.32/11.24	c flip 10000 nbSat=17837 maxSat=17879
22.92/11.53	c nbDecision=30000 #clauses=24554
24.92/12.57	c flip 0 nbSat=25172 maxSat=17879
36.10/18.13	c nbDecision=40000 #clauses=31856
41.49/20.87	c flip 10000 nbSat=25434 maxSat=25470
47.07/23.66	c flip 0 nbSat=36575 maxSat=25470
52.86/26.55	c nbDecision=50000 #clauses=39323
73.41/36.84	c nbDecision=60000 #clauses=46381
74.21/37.28	c flip 10000 nbSat=36832 maxSat=36870
82.18/41.23	c flip 0 nbSat=48838 maxSat=36870
95.95/48.16	c nbDecision=70000 #clauses=53788
119.30/59.83	c nbDecision=80000 #clauses=61023
120.10/60.28	c flip 10000 nbSat=49133 maxSat=49150
132.88/66.65	c flip 0 nbSat=63757 maxSat=49159
150.63/75.57	c nbDecision=90000 #clauses=68211
182.75/91.67	c flip 10000 nbSat=64074 maxSat=64085
183.15/91.84	c nbDecision=100000 #clauses=75447
200.11/100.31	c flip 0 nbSat=79156 maxSat=64087
216.48/108.55	c nbDecision=110000 #clauses=82665
258.99/129.81	c nbDecision=120000 #clauses=89998
261.57/131.13	c flip 10000 nbSat=79485 maxSat=79512
282.52/141.60	c flip 0 nbSat=93438 maxSat=79512
303.08/151.99	c nbDecision=130000 #clauses=97392
356.15/178.51	c nbDecision=140000 #clauses=104882
367.72/184.37	c flip 10000 nbSat=93685 maxSat=93729
389.28/195.12	c flip 0 nbSat=108150 maxSat=93729
420.01/210.52	c nbDecision=150000 #clauses=112236
484.06/242.69	c nbDecision=160000 #clauses=119546
490.25/245.76	c flip 10000 nbSat=108478 maxSat=108493
517.39/259.31	c flip 0 nbSat=122863 maxSat=108493
548.90/275.14	c nbDecision=170000 #clauses=126925
622.54/312.01	c flip 10000 nbSat=123185 maxSat=123225
626.92/314.26	c nbDecision=180000 #clauses=134369
656.86/329.25	c flip 0 nbSat=136912 maxSat=123230
703.35/352.54	c nbDecision=190000 #clauses=141645
771.00/386.46	c nbDecision=200000 #clauses=149039
779.78/390.83	c flip 10000 nbSat=137154 maxSat=137211
814.88/408.44	c flip 0 nbSat=152940 maxSat=137211
849.81/425.94	c nbDecision=210000 #clauses=156375
930.63/466.42	c nbDecision=220000 #clauses=163844
963.15/482.78	c flip 10000 nbSat=153223 maxSat=153263
1003.85/503.14	c flip 0 nbSat=169514 maxSat=153263
1020.42/511.47	c nbDecision=230000 #clauses=171178
1123.59/563.13	c nbDecision=240000 #clauses=178668
1165.09/583.90	c flip 10000 nbSat=169928 maxSat=169939

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/node24/watcher-328103-1173107746 -o ROOT/results/node24/solver-328103-1173107746 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328103-1173107746/ornithorynque /tmp/evaluation/328103-1173107746/instance-328103-1173107746.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.83 1.94 1.90 3/77 17700
/proc/meminfo: memFree=1098640/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=23220 CPUtime=0
/proc/17700/stat : 17700 (ornithorynque) R 17698 17700 17317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 330728874 23777280 266 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237785615633 0 0 4096 0 0 0 0 17 1 0 0
/proc/17700/statm: 5805 266 219 42 0 45 0

[startup+0.096669 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 17700
/proc/meminfo: memFree=1098640/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=45480 CPUtime=0.17
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 713 0 0 0 17 0 0 0 18 0 3 0 330728874 46571520 674 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 11370 674 387 42 0 5622 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 45480

[startup+0.101668 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 17700
/proc/meminfo: memFree=1098640/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=45480 CPUtime=0.18
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 713 0 0 0 18 0 0 0 18 0 3 0 330728874 46571520 674 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 11370 674 387 42 0 5622 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45480

[startup+0.301691 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 17700
/proc/meminfo: memFree=1098640/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=45740 CPUtime=0.58
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 848 0 0 0 58 0 0 0 18 0 3 0 330728874 46837760 809 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 11435 809 387 42 0 5687 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45740

[startup+0.701734 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 17700
/proc/meminfo: memFree=1098640/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=46160 CPUtime=1.38
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 958 0 0 0 138 0 0 0 18 0 3 0 330728874 47267840 919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 11540 919 387 42 0 5792 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 46160

[startup+1.50282 s]
/proc/loadavg: 1.83 1.94 1.90 3/80 17703
/proc/meminfo: memFree=1095608/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=46812 CPUtime=2.97
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 1222 0 0 0 297 0 0 0 18 0 3 0 330728874 47935488 1183 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 11703 1183 387 42 0 5955 0
[pid=17700/tid=17702] ppid=17698 vsize=46812 CPUtime=1.48
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 346 0 0 0 148 0 0 0 22 0 3 0 330728876 47935488 1183 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311824 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=46812 CPUtime=1.47
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 254 0 0 0 147 0 0 0 25 0 3 0 330728876 47935488 1183 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242225 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 46812

[startup+3.10199 s]
/proc/loadavg: 1.83 1.94 1.90 3/80 17703
/proc/meminfo: memFree=1094456/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=48624 CPUtime=6.16
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 1521 0 0 0 616 0 0 0 18 0 3 0 330728874 49790976 1482 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 12156 1482 387 42 0 6408 0
[pid=17700/tid=17702] ppid=17698 vsize=48624 CPUtime=3.07
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 532 0 0 0 307 0 0 0 25 0 3 0 330728876 49790976 1482 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312197 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=48624 CPUtime=3.07
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 367 0 0 0 307 0 0 0 25 0 3 0 330728876 49790976 1482 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285268 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 48624

[startup+6.30134 s]
/proc/loadavg: 1.85 1.94 1.90 3/80 17703
/proc/meminfo: memFree=1092472/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=52116 CPUtime=12.55
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 2244 0 0 0 1254 1 0 0 18 0 3 0 330728874 53366784 2139 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 13029 2139 387 42 0 7281 0
[pid=17700/tid=17702] ppid=17698 vsize=52116 CPUtime=6.27
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 853 0 0 0 627 0 0 0 25 0 3 0 330728876 53366784 2139 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=52116 CPUtime=6.25
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 769 0 0 0 625 0 0 0 25 0 3 0 330728876 53366784 2139 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 52116

[startup+12.701 s]
/proc/loadavg: 1.86 1.94 1.90 3/80 17703
/proc/meminfo: memFree=1089656/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=54752 CPUtime=25.32
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 2926 0 0 0 2530 2 0 0 18 0 3 0 330728874 56066048 2821 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 13688 2821 387 42 0 7940 0
[pid=17700/tid=17702] ppid=17698 vsize=54752 CPUtime=12.66
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 1266 0 0 0 1266 0 0 0 17 0 3 0 330728876 56066048 2821 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311525 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=54752 CPUtime=12.62
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 1038 0 0 0 1262 0 0 0 25 0 3 0 330728876 56066048 2821 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 54752

[startup+25.5014 s]
/proc/loadavg: 1.89 1.94 1.90 3/80 17703
/proc/meminfo: memFree=1083960/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=59624 CPUtime=50.87
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 4205 0 0 0 5084 3 0 0 18 0 3 0 330728874 61054976 3970 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 14906 3970 387 42 0 9158 0
[pid=17700/tid=17702] ppid=17698 vsize=59624 CPUtime=25.46
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 1995 0 0 0 2545 1 0 0 25 0 3 0 330728876 61054976 3970 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311537 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=59624 CPUtime=25.38
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 1588 0 0 0 2537 1 0 0 25 0 3 0 330728876 61054976 3970 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 59624

[startup+51.1012 s]
/proc/loadavg: 1.93 1.94 1.90 3/80 17703
/proc/meminfo: memFree=1078328/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=65344 CPUtime=101.93
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 5662 0 0 0 10190 3 0 0 18 0 3 0 330728874 66912256 5386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 16336 5386 387 42 0 10588 0
[pid=17700/tid=17702] ppid=17698 vsize=65344 CPUtime=51.06
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 3001 0 0 0 5104 2 0 0 25 0 3 0 330728876 66912256 5386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=65344 CPUtime=50.85
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 2039 0 0 0 5084 1 0 0 25 0 3 0 330728876 66912256 5386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283786 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 65344

[startup+102.307 s]
/proc/loadavg: 1.97 1.95 1.91 3/80 17703
/proc/meminfo: memFree=1068280/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=77800 CPUtime=204.11
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 8907 0 0 0 20406 5 0 0 18 0 3 0 330728874 79667200 7845 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 19450 7845 387 42 0 13702 0
[pid=17700/tid=17702] ppid=17698 vsize=77800 CPUtime=102.25
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 4459 0 0 0 10222 3 0 0 25 0 3 0 330728876 79667200 7845 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=77800 CPUtime=101.84
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 3826 0 0 0 10182 2 0 0 25 0 3 0 330728876 79667200 7845 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285312 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 77800

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.91 3/80 17703
/proc/meminfo: memFree=1061496/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=85056 CPUtime=323.83
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 10819 0 0 0 32376 7 0 0 18 0 3 0 330728874 87097344 9511 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 21264 9511 387 42 0 15516 0
[pid=17700/tid=17702] ppid=17698 vsize=85056 CPUtime=162.23
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 5668 0 0 0 16219 4 0 0 25 0 3 0 330728876 87097344 9511 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=85056 CPUtime=161.58
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 4529 0 0 0 16156 2 0 0 25 0 3 0 330728876 87097344 9511 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.83
Current children cumulated vsize (KiB) 85056

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.91 3/80 17703
/proc/meminfo: memFree=1056120/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=91484 CPUtime=443.55
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 12604 0 0 0 44347 8 0 0 18 0 3 0 330728874 93679616 10857 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 22871 10857 387 42 0 17123 0
[pid=17700/tid=17702] ppid=17698 vsize=91484 CPUtime=222.21
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 6515 0 0 0 22216 5 0 0 25 0 3 0 330728876 93679616 10857 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=91484 CPUtime=221.32
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 5467 0 0 0 22130 2 0 0 25 0 3 0 330728876 93679616 10857 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.55
Current children cumulated vsize (KiB) 91484

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 17703
/proc/meminfo: memFree=1051064/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=97916 CPUtime=563.28
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 14450 0 0 0 56318 10 0 0 18 0 3 0 330728874 100265984 12148 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 24479 12148 387 42 0 18731 0
[pid=17700/tid=17702] ppid=17698 vsize=97916 CPUtime=282.19
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 7252 0 0 0 28213 6 0 0 25 0 3 0 330728876 100265984 12148 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=97916 CPUtime=281.05
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 6576 0 0 0 28103 2 0 0 25 0 3 0 330728876 100265984 12148 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241616 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.28
Current children cumulated vsize (KiB) 97916

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 17703
/proc/meminfo: memFree=1045944/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=104740 CPUtime=683
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 16548 0 0 0 68288 12 0 0 18 0 3 0 330728874 107253760 13406 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 26185 13406 387 42 0 20437 0
[pid=17700/tid=17702] ppid=17698 vsize=104740 CPUtime=342.17
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 8256 0 0 0 34209 8 0 0 25 0 3 0 330728876 107253760 13406 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311203 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=104740 CPUtime=340.8
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 7670 0 0 0 34077 3 0 0 25 0 3 0 330728876 107253760 13406 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683
Current children cumulated vsize (KiB) 104740

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 17703
/proc/meminfo: memFree=1043320/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=107288 CPUtime=802.72
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 17215 0 0 0 80260 12 0 0 18 0 3 0 330728874 109862912 14073 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 26822 14073 387 42 0 21074 0
[pid=17700/tid=17702] ppid=17698 vsize=107288 CPUtime=402.15
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 8923 0 0 0 40207 8 0 0 25 0 3 0 330728876 109862912 14073 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=107288 CPUtime=400.54
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 7670 0 0 0 40051 3 0 0 25 0 3 0 330728876 109862912 14073 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.72
Current children cumulated vsize (KiB) 107288

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 17703
/proc/meminfo: memFree=1038328/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=112940 CPUtime=922.44
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 18940 0 0 0 92231 13 0 0 18 0 3 0 330728874 115650560 15274 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 28235 15274 387 42 0 22487 0
[pid=17700/tid=17702] ppid=17698 vsize=112940 CPUtime=462.14
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 9518 0 0 0 46205 9 0 0 25 0 3 0 330728876 115650560 15274 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312381 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=112940 CPUtime=460.28
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 8800 0 0 0 46025 3 0 0 25 0 3 0 330728876 115650560 15274 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.44
Current children cumulated vsize (KiB) 112940

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 17703
/proc/meminfo: memFree=1033592/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=117904 CPUtime=1042.17
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 20614 0 0 0 104203 14 0 0 18 0 3 0 330728874 120733696 16492 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 29476 16492 387 42 0 23728 0
[pid=17700/tid=17702] ppid=17698 vsize=117904 CPUtime=522.12
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 10253 0 0 0 52202 10 0 0 25 0 3 0 330728876 120733696 16492 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=117904 CPUtime=520.02
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 9739 0 0 0 51999 3 0 0 25 0 3 0 330728876 120733696 16492 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285255 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.17
Current children cumulated vsize (KiB) 117904

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 17703
/proc/meminfo: memFree=1031672/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=119880 CPUtime=1161.89
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 21108 0 0 0 116174 15 0 0 18 0 3 0 330728874 122757120 16953 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 29970 16953 387 42 0 24222 0
[pid=17700/tid=17702] ppid=17698 vsize=119880 CPUtime=582.11
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 10747 0 0 0 58200 11 0 0 25 0 3 0 330728876 122757120 16953 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311068 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=119880 CPUtime=579.77
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 9739 0 0 0 57973 4 0 0 25 0 3 0 330728876 122757120 16953 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.89
Current children cumulated vsize (KiB) 119880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.403 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 17703
/proc/meminfo: memFree=1031096/2055920 swapFree=4144152/4192956
[pid=17700] ppid=17698 vsize=120408 CPUtime=1200.01
/proc/17700/stat : 17700 (ornithorynque) S 17698 17700 17317 0 -1 4194304 21249 0 0 0 119986 15 0 0 18 0 3 0 330728874 123297792 17094 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17700/statm: 30102 17094 387 42 0 24354 0
[pid=17700/tid=17702] ppid=17698 vsize=120408 CPUtime=601.21
/proc/17700/task/17702/stat : 17702 (ornithorynque) R 17698 17700 17317 0 -1 4194368 10888 0 0 0 60110 11 0 0 25 0 3 0 330728876 123297792 17094 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4290247 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17700/tid=17703] ppid=17698 vsize=120408 CPUtime=598.78
/proc/17700/task/17703/stat : 17703 (ornithorynque) R 17698 17700 17317 0 -1 4194368 9739 0 0 0 59874 4 0 0 25 0 3 0 330728876 123297792 17094 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 120408

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.426
CPU time (s): 1200.04
CPU user time (s): 1199.88
CPU system time (s): 0.166974
CPU usage (%): 199.533
Max. virtual memory (cumulated for all children) (KiB): 120408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.88
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21249
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= 30
involuntary context switches= 9151

runsolver used 0.508922 second user time and 1.69774 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Mar  5 15:15:46 UTC 2007

IDJOB= 328103
IDBENCH= 20011
IDSOLVER= 139
FILE ID= node24/328103-1173107746

PBS_JOBID= 4013905

Free space on /tmp= 66540 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v650/unif-k3-r4.261-v650-c2769-S1341479044-12.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/328103-1173107746/ornithorynque /tmp/evaluation/328103-1173107746/instance-328103-1173107746.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-328103-1173107746 -o ROOT/results/node24/solver-328103-1173107746 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328103-1173107746/ornithorynque /tmp/evaluation/328103-1173107746/instance-328103-1173107746.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  be59f67372654e4e0f143ff9a11e7d34

RANDOM SEED= 391482712

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:       1099048 kB
Buffers:         38004 kB
Cached:         846108 kB
SwapCached:       3764 kB
Active:         193116 kB
Inactive:       700544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1099048 kB
SwapTotal:     4192956 kB
SwapFree:      4144152 kB
Dirty:             360 kB
Writeback:           0 kB
Mapped:          15624 kB
Slab:            48760 kB
Committed_AS:   907004 kB
PageTables:       1732 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= 66540 MiB

End job on node24 on Mon Mar  5 15:25:49 UTC 2007