Trace number 327912

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.07 601.422

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S256297823-16.SAT.shuffled.cnf
MD5SUM98acb22e903e1289d5e4bb5a28958843
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05799
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51704
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=80 nbClause=1704
0.00/0.01	c nbVar=80 nbClause=1704
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=1658 maxSat=0
0.00/0.05	c flip 0 nbSat=2326 maxSat=1687
0.18/0.14	c flip 0 nbSat=3422 maxSat=2360
0.58/0.30	c flip 0 nbSat=4909 maxSat=3451
0.98/0.56	c flip 0 nbSat=6983 maxSat=4927
1.78/0.96	c flip 0 nbSat=9301 maxSat=7039
2.38/1.20	c nbDecision=10000 #clauses=10445
2.98/1.58	c flip 0 nbSat=12010 maxSat=9336
4.77/2.44	c flip 0 nbSat=15196 maxSat=12042
7.16/3.61	c nbDecision=20000 #clauses=19239
7.16/3.63	c flip 0 nbSat=19217 maxSat=15249
10.77/5.48	c flip 0 nbSat=23385 maxSat=19255
15.74/7.93	c flip 0 nbSat=27809 maxSat=23427
15.94/8.07	c nbDecision=30000 #clauses=28084
22.33/11.20	c flip 0 nbSat=33099 maxSat=27837
27.52/13.84	c nbDecision=40000 #clauses=36917
29.90/15.07	c flip 0 nbSat=38772 maxSat=33124
38.88/19.57	c flip 0 nbSat=44294 maxSat=38809
42.07/21.18	c nbDecision=50000 #clauses=45696
50.27/25.25	c flip 0 nbSat=49108 maxSat=44345
63.63/31.91	c flip 0 nbSat=54043 maxSat=49164
64.43/32.38	c nbDecision=60000 #clauses=54476
77.40/38.89	c flip 0 nbSat=58510 maxSat=54083
90.77/45.55	c nbDecision=70000 #clauses=63262
93.17/46.70	c flip 0 nbSat=63948 maxSat=58546
111.32/55.85	c flip 0 nbSat=70660 maxSat=63982
115.52/57.98	c nbDecision=80000 #clauses=72166
132.26/66.33	c flip 0 nbSat=76914 maxSat=70704
145.84/73.15	c nbDecision=90000 #clauses=80968
153.63/77.08	c flip 0 nbSat=82897 maxSat=76956
177.58/89.07	c flip 0 nbSat=87325 maxSat=82944
189.55/95.08	c nbDecision=100000 #clauses=89789
203.32/101.95	c flip 0 nbSat=91891 maxSat=87375
229.85/115.21	c flip 0 nbSat=96291 maxSat=91940
241.02/120.80	c nbDecision=110000 #clauses=98684
257.79/129.21	c flip 0 nbSat=102007 maxSat=96350
282.74/141.71	c nbDecision=120000 #clauses=107552
286.12/143.40	c flip 0 nbSat=108316 maxSat=102054
316.05/158.41	c flip 0 nbSat=113336 maxSat=108373
333.81/167.35	c nbDecision=130000 #clauses=116427
349.18/175.03	c flip 0 nbSat=118982 maxSat=113398
382.50/191.79	c flip 0 nbSat=124185 maxSat=119043
390.48/195.73	c nbDecision=140000 #clauses=125306
418.21/209.67	c flip 0 nbSat=129987 maxSat=124236
450.54/225.83	c nbDecision=150000 #clauses=134240
457.33/229.23	c flip 0 nbSat=134997 maxSat=130032
495.64/248.48	c flip 0 nbSat=140025 maxSat=135053
517.60/259.45	c nbDecision=160000 #clauses=143167
536.55/268.90	c flip 0 nbSat=145375 maxSat=140100
578.45/289.91	c flip 0 nbSat=151828 maxSat=145411
579.25/290.34	c nbDecision=170000 #clauses=152057
621.76/311.63	c flip 0 nbSat=159050 maxSat=151880
632.73/317.16	c nbDecision=180000 #clauses=160947
669.45/335.53	c flip 0 nbSat=166619 maxSat=159102
691.59/346.68	c nbDecision=190000 #clauses=169945
718.53/360.14	c flip 0 nbSat=173404 maxSat=166674
768.41/385.11	c nbDecision=200000 #clauses=178883
770.01/385.92	c flip 0 nbSat=178956 maxSat=173477
822.50/412.20	c flip 0 nbSat=184848 maxSat=179030
850.83/426.41	c nbDecision=210000 #clauses=187799
874.57/438.32	c flip 0 nbSat=190126 maxSat=184886
929.05/465.60	c flip 0 nbSat=195246 maxSat=190169
938.62/470.44	c nbDecision=220000 #clauses=196683
985.13/493.79	c flip 0 nbSat=200633 maxSat=195651
1036.01/519.28	c nbDecision=230000 #clauses=205619
1042.59/522.52	c flip 0 nbSat=206235 maxSat=200686
1103.86/553.30	c flip 0 nbSat=210965 maxSat=206292
1153.34/578.04	c nbDecision=240000 #clauses=214605
1163.91/583.35	c flip 0 nbSat=215391 maxSat=211023

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/node3/watcher-327912-1173114929 -o ROOT/results/node3/solver-327912-1173114929 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327912-1173114929/ornithorynque /tmp/evaluation/327912-1173114929/instance-327912-1173114929.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.00 0.00 0.26 3/77 23892
/proc/meminfo: memFree=1070696/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=23220 CPUtime=0
/proc/23892/stat : 23892 (ornithorynque) R 23890 23892 23835 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 331447827 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233630110832 0 0 4096 0 0 0 0 17 1 0 0
/proc/23892/statm: 5805 263 218 42 0 45 0

[startup+0.0763101 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 23892
/proc/meminfo: memFree=1070696/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=45216 CPUtime=0.13
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 630 0 0 0 13 0 0 0 18 0 3 0 331447827 46301184 591 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 11304 591 387 42 0 5556 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 45216

[startup+0.101312 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 23892
/proc/meminfo: memFree=1070696/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=45216 CPUtime=0.18
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 645 0 0 0 18 0 0 0 18 0 3 0 331447827 46301184 606 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 11304 606 387 42 0 5556 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45216

[startup+0.301329 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 23892
/proc/meminfo: memFree=1070696/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=45348 CPUtime=0.58
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 772 0 0 0 58 0 0 0 18 0 3 0 331447827 46436352 733 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 11337 733 387 42 0 5589 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45348

[startup+0.702365 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 23892
/proc/meminfo: memFree=1070696/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=45784 CPUtime=1.38
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 979 0 0 0 138 0 0 0 18 0 3 0 331447827 46882816 940 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 11446 940 387 42 0 5698 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 45784

[startup+1.50243 s]
/proc/loadavg: 0.16 0.03 0.27 3/80 23895
/proc/meminfo: memFree=1067856/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=47352 CPUtime=2.98
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 1215 0 0 0 298 0 0 0 18 0 3 0 331447827 48488448 1176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 11838 1176 387 42 0 6090 0
[pid=23892/tid=23894] ppid=23890 vsize=47352 CPUtime=1.48
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 420 0 0 0 148 0 0 0 25 0 3 0 331447828 48488448 1176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=47352 CPUtime=1.48
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 242 0 0 0 148 0 0 0 25 0 3 0 331447828 48488448 1176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 47352

[startup+3.10157 s]
/proc/loadavg: 0.16 0.03 0.27 3/80 23895
/proc/meminfo: memFree=1066768/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=49212 CPUtime=6.17
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 1647 0 0 0 617 0 0 0 18 0 3 0 331447827 50393088 1575 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 12303 1575 387 42 0 6555 0
[pid=23892/tid=23894] ppid=23890 vsize=49212 CPUtime=3.08
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 693 0 0 0 308 0 0 0 25 0 3 0 331447828 50393088 1575 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=49212 CPUtime=3.07
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 401 0 0 0 307 0 0 0 25 0 3 0 331447828 50393088 1575 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241640 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 49212

[startup+6.30183 s]
/proc/loadavg: 0.16 0.03 0.27 3/80 23895
/proc/meminfo: memFree=1064464/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=51544 CPUtime=12.56
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 2210 0 0 0 1255 1 0 0 18 0 3 0 331447827 52781056 2105 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 12886 2105 387 42 0 7138 0
[pid=23892/tid=23894] ppid=23890 vsize=51544 CPUtime=6.27
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 993 0 0 0 627 0 0 0 24 0 3 0 331447828 52781056 2105 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311093 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=51544 CPUtime=6.26
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 664 0 0 0 626 0 0 0 25 0 3 0 331447828 52781056 2105 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238103 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 51544

[startup+12.7014 s]
/proc/loadavg: 0.44 0.10 0.29 3/80 23895
/proc/meminfo: memFree=1061072/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=54284 CPUtime=25.32
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 2979 0 0 0 2529 3 0 0 18 0 3 0 331447827 55586816 2744 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 13571 2744 387 42 0 7823 0
[pid=23892/tid=23894] ppid=23890 vsize=54284 CPUtime=12.68
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 1464 0 0 0 1266 2 0 0 25 0 3 0 331447828 55586816 2744 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311016 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=54284 CPUtime=12.62
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 962 0 0 0 1262 0 0 0 25 0 3 0 331447828 55586816 2744 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241397 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 54284

[startup+25.5024 s]
/proc/loadavg: 0.68 0.16 0.31 3/80 23895
/proc/meminfo: memFree=1057808/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=58420 CPUtime=50.86
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 4030 0 0 0 5082 4 0 0 18 0 3 0 331447827 59822080 3630 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 14605 3630 387 42 0 8857 0
[pid=23892/tid=23894] ppid=23890 vsize=58420 CPUtime=25.47
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 1989 0 0 0 2544 3 0 0 25 0 3 0 331447828 59822080 3630 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=58420 CPUtime=25.36
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 1488 0 0 0 2536 0 0 0 25 0 3 0 331447828 59822080 3630 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241611 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 58420

[startup+51.1025 s]
/proc/loadavg: 1.13 0.31 0.35 3/80 23895
/proc/meminfo: memFree=1053136/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=63700 CPUtime=101.95
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 5367 0 0 0 10190 5 0 0 18 0 3 0 331447827 65228800 4690 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 15925 4690 387 42 0 10177 0
[pid=23892/tid=23894] ppid=23890 vsize=63700 CPUtime=51.06
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 2921 0 0 0 5103 3 0 0 25 0 3 0 331447828 65228800 4690 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=63700 CPUtime=50.87
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 1893 0 0 0 5086 1 0 0 25 0 3 0 331447828 65228800 4690 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 63700

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.44 3/80 23895
/proc/meminfo: memFree=1046288/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=71668 CPUtime=204.12
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 7569 0 0 0 20404 8 0 0 18 0 3 0 331447827 73388032 6372 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 17917 6372 387 42 0 12169 0
[pid=23892/tid=23894] ppid=23890 vsize=71668 CPUtime=102.25
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 3964 0 0 0 10219 6 0 0 25 0 3 0 331447828 73388032 6372 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=71668 CPUtime=101.84
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 3052 0 0 0 10183 1 0 0 25 0 3 0 331447828 73388032 6372 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241600 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 71668

[startup+162.303 s]
/proc/loadavg: 1.87 0.84 0.54 3/80 23895
/proc/meminfo: memFree=1040912/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=78072 CPUtime=323.83
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 9198 0 0 0 32374 9 0 0 18 0 3 0 331447827 79945728 7724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 19518 7724 387 42 0 13770 0
[pid=23892/tid=23894] ppid=23890 vsize=78072 CPUtime=162.24
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 4948 0 0 0 16216 8 0 0 25 0 3 0 331447828 79945728 7725 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233632600743 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=78072 CPUtime=161.57
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 3698 0 0 0 16156 1 0 0 25 0 3 0 331447828 79945728 7725 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) 78072

[startup+222.303 s]
/proc/loadavg: 1.95 1.05 0.63 3/80 23895
/proc/meminfo: memFree=1036176/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=83028 CPUtime=443.56
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 10752 0 0 0 44345 11 0 0 18 0 3 0 331447827 85020672 8890 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 20757 8890 387 42 0 15009 0
[pid=23892/tid=23894] ppid=23890 vsize=83028 CPUtime=222.22
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 6089 0 0 0 22213 9 0 0 25 0 3 0 331447828 85020672 8890 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311262 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=83028 CPUtime=221.32
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 4110 0 0 0 22131 1 0 0 25 0 3 0 331447828 85020672 8890 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241604 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.56
Current children cumulated vsize (KiB) 83028

[startup+282.302 s]
/proc/loadavg: 1.98 1.22 0.71 3/80 23895
/proc/meminfo: memFree=1032848/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=87272 CPUtime=563.29
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 12012 0 0 0 56316 13 0 0 18 0 3 0 331447827 89366528 9761 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 21818 9761 387 42 0 16070 0
[pid=23892/tid=23894] ppid=23890 vsize=87272 CPUtime=282.2
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 6722 0 0 0 28209 11 0 0 25 0 3 0 331447828 89366528 9761 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311415 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=87272 CPUtime=281.06
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 4737 0 0 0 28105 1 0 0 25 0 3 0 331447828 89366528 9761 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4284351 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.29
Current children cumulated vsize (KiB) 87272

[startup+342.302 s]
/proc/loadavg: 1.99 1.36 0.79 3/80 23895
/proc/meminfo: memFree=1027920/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=92312 CPUtime=683.01
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 13513 0 0 0 68285 16 0 0 18 0 3 0 331447827 94527488 10965 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 23078 10965 387 42 0 17330 0
[pid=23892/tid=23894] ppid=23890 vsize=92312 CPUtime=342.18
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 7480 0 0 0 34205 13 0 0 25 0 3 0 331447828 94527488 10965 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=92312 CPUtime=340.8
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 5480 0 0 0 34078 2 0 0 25 0 3 0 331447828 94527488 10965 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.01
Current children cumulated vsize (KiB) 92312

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.86 3/80 23895
/proc/meminfo: memFree=1024912/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=97060 CPUtime=802.74
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 14844 0 0 0 80256 18 0 0 18 0 3 0 331447827 99389440 11714 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 24265 11714 387 42 0 18517 0
[pid=23892/tid=23894] ppid=23890 vsize=97060 CPUtime=402.17
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 8005 0 0 0 40202 15 0 0 25 0 3 0 331447828 99389440 11714 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=97060 CPUtime=400.55
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 6286 0 0 0 40053 2 0 0 25 0 3 0 331447828 99389440 11714 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285312 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.74
Current children cumulated vsize (KiB) 97060

[startup+462.302 s]
/proc/loadavg: 1.99 1.57 0.93 3/80 23895
/proc/meminfo: memFree=1021840/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=101692 CPUtime=922.48
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 16067 0 0 0 92228 20 0 0 18 0 3 0 331447827 104132608 12483 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 25423 12483 387 42 0 19675 0
[pid=23892/tid=23894] ppid=23890 vsize=101692 CPUtime=462.15
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 8693 0 0 0 46199 16 0 0 25 0 3 0 331447828 104132608 12483 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=101692 CPUtime=460.3
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 6821 0 0 0 46027 3 0 0 25 0 3 0 331447828 104132608 12483 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241629 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.48
Current children cumulated vsize (KiB) 101692

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.99 3/80 23895
/proc/meminfo: memFree=1019280/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=104520 CPUtime=1042.19
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 17049 0 0 0 104198 21 0 0 18 0 3 0 331447827 107028480 13107 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 26130 13107 387 42 0 20382 0
[pid=23892/tid=23894] ppid=23890 vsize=104520 CPUtime=522.14
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 9306 0 0 0 52196 18 0 0 25 0 3 0 331447828 107028480 13107 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=104520 CPUtime=520.03
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 7190 0 0 0 52000 3 0 0 25 0 3 0 331447828 107028480 13107 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.19
Current children cumulated vsize (KiB) 104520

[startup+582.303 s]
/proc/loadavg: 1.99 1.71 1.05 3/80 23895
/proc/meminfo: memFree=1016976/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=107100 CPUtime=1161.92
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 17881 0 0 0 116169 23 0 0 18 0 3 0 331447827 109670400 13708 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 26775 13708 387 42 0 21027 0
[pid=23892/tid=23894] ppid=23890 vsize=107100 CPUtime=582.12
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 9791 0 0 0 58193 19 0 0 25 0 3 0 331447828 109670400 13708 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=107100 CPUtime=579.77
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 7537 0 0 0 57974 3 0 0 25 0 3 0 331447828 109670400 13708 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.92
Current children cumulated vsize (KiB) 107100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.401 s]
/proc/loadavg: 1.99 1.72 1.07 3/80 23895
/proc/meminfo: memFree=1016016/2055920 swapFree=4191880/4192956
[pid=23892] ppid=23890 vsize=108572 CPUtime=1200.04
/proc/23892/stat : 23892 (ornithorynque) S 23890 23892 23835 0 -1 4194304 18162 0 0 0 119980 24 0 0 18 0 3 0 331447827 111177728 13923 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 233641635707 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/23892/statm: 27143 13923 387 42 0 21395 0
[pid=23892/tid=23894] ppid=23890 vsize=108572 CPUtime=601.23
/proc/23892/task/23894/stat : 23894 (ornithorynque) R 23890 23892 23835 0 -1 4194368 9910 0 0 0 60103 20 0 0 25 0 3 0 331447828 111177728 13923 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=23892/tid=23895] ppid=23890 vsize=108572 CPUtime=598.79
/proc/23892/task/23895/stat : 23895 (ornithorynque) R 23890 23892 23835 0 -1 4194368 7699 0 0 0 59876 3 0 0 25 0 3 0 331447828 111177728 13923 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241821 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 108572

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.422
CPU time (s): 1200.07
CPU user time (s): 1199.82
CPU system time (s): 0.249962
CPU usage (%): 199.538
Max. virtual memory (cumulated for all children) (KiB): 108572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.82
system time used= 0.249962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18162
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= 19
involuntary context switches= 22747

runsolver used 0.633903 second user time and 1.56776 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Mar  5 17:15:30 UTC 2007

IDJOB= 327912
IDBENCH= 19820
IDSOLVER= 139
FILE ID= node3/327912-1173114929

PBS_JOBID= 4014559

Free space on /tmp= 66540 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S256297823-16.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327912-1173114929/ornithorynque /tmp/evaluation/327912-1173114929/instance-327912-1173114929.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-327912-1173114929 -o ROOT/results/node3/solver-327912-1173114929 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327912-1173114929/ornithorynque /tmp/evaluation/327912-1173114929/instance-327912-1173114929.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  98acb22e903e1289d5e4bb5a28958843

RANDOM SEED= 540807613

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1071296 kB
Buffers:         40560 kB
Cached:         826988 kB
SwapCached:        268 kB
Active:         188552 kB
Inactive:       732712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071296 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:             312 kB
Writeback:           0 kB
Mapped:          63816 kB
Slab:            49108 kB
Committed_AS:  1422368 kB
PageTables:       1656 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 node3 on Mon Mar  5 17:25:33 UTC 2007