Trace number 328025

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.424

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1093254405-20.SAT.shuffled.cnf
MD5SUMb50ca018e79197079aea11ca328afe4d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.068989
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

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.01/0.03	c ...done
0.01/0.03	c nbVar=60 nbClause=5340
0.01/0.03	c nbVar=60 nbClause=5340
0.01/0.03	c complete search running
0.01/0.03	c local search running
0.01/0.03	c flip 0 nbSat=5304 maxSat=0
0.16/0.19	c flip 0 nbSat=6721 maxSat=5323
0.76/0.45	c flip 0 nbSat=8373 maxSat=6760
1.56/0.82	c flip 0 nbSat=10402 maxSat=8403
2.55/1.30	c flip 0 nbSat=12663 maxSat=10423
3.35/1.77	c nbDecision=10000 #clauses=14450
3.75/1.98	c flip 0 nbSat=15118 maxSat=12681
5.75/2.91	c flip 0 nbSat=17899 maxSat=15141
8.34/4.24	c flip 0 nbSat=21187 maxSat=17918
10.34/5.27	c nbDecision=20000 #clauses=23616
12.14/6.11	c flip 0 nbSat=25399 maxSat=21212
17.33/8.76	c flip 0 nbSat=30869 maxSat=25431
19.32/9.79	c nbDecision=30000 #clauses=32819
23.71/11.94	c flip 0 nbSat=36250 maxSat=30885
31.69/15.92	c flip 0 nbSat=41615 maxSat=36280
32.29/16.23	c nbDecision=40000 #clauses=42038
41.27/20.75	c flip 0 nbSat=46904 maxSat=41633
49.65/24.90	c nbDecision=50000 #clauses=51190
52.65/26.44	c flip 0 nbSat=52223 maxSat=46932
65.62/32.93	c flip 0 nbSat=57323 maxSat=52249
75.20/37.72	c nbDecision=60000 #clauses=60370
80.18/40.20	c flip 0 nbSat=62074 maxSat=57354
95.54/47.97	c flip 0 nbSat=67383 maxSat=62094
101.52/50.96	c nbDecision=70000 #clauses=69546
112.31/56.36	c flip 0 nbSat=72532 maxSat=67404
131.07/65.71	c flip 0 nbSat=77421 maxSat=72553
135.85/68.15	c nbDecision=80000 #clauses=78710
151.42/75.95	c flip 0 nbSat=81963 maxSat=77442
172.37/86.42	c flip 0 nbSat=86896 maxSat=81990
177.16/88.84	c nbDecision=90000 #clauses=87900
195.32/97.94	c flip 0 nbSat=91682 maxSat=86914
218.47/109.57	c flip 0 nbSat=96115 maxSat=91712
223.06/111.80	c nbDecision=100000 #clauses=97082
244.80/122.70	c flip 0 nbSat=101924 maxSat=96134
267.15/133.95	c nbDecision=110000 #clauses=106259
271.73/136.20	c flip 0 nbSat=107214 maxSat=101948
300.28/150.51	c flip 0 nbSat=112144 maxSat=107246
315.04/157.96	c nbDecision=120000 #clauses=115468
330.20/165.57	c flip 0 nbSat=118420 maxSat=112178
362.13/181.59	c flip 0 nbSat=124186 maxSat=118438
364.52/182.75	c nbDecision=130000 #clauses=124752
395.85/198.45	c flip 0 nbSat=130544 maxSat=124218
416.40/208.74	c nbDecision=140000 #clauses=133963
430.77/215.93	c flip 0 nbSat=135837 maxSat=130587
467.49/234.32	c flip 0 nbSat=140032 maxSat=135861
492.03/246.61	c nbDecision=150000 #clauses=143216
504.60/252.96	c flip 0 nbSat=145066 maxSat=140063
544.11/272.77	c flip 0 nbSat=149892 maxSat=145094
561.87/281.62	c nbDecision=160000 #clauses=152403
584.43/292.95	c flip 0 nbSat=155345 maxSat=149913
626.53/314.05	c flip 0 nbSat=161426 maxSat=155385
628.11/314.84	c nbDecision=170000 #clauses=161650
670.03/335.83	c flip 0 nbSat=167650 maxSat=161453
697.36/349.60	c nbDecision=180000 #clauses=170869
715.52/358.69	c flip 0 nbSat=172746 maxSat=167665
762.22/382.06	c flip 0 nbSat=177594 maxSat=172767
784.76/393.39	c nbDecision=190000 #clauses=180191
810.09/406.03	c flip 0 nbSat=183209 maxSat=177616
855.60/428.84	c nbDecision=200000 #clauses=189425
859.19/430.69	c flip 0 nbSat=189722 maxSat=183249
909.87/456.00	c flip 0 nbSat=197640 maxSat=189744
914.86/458.58	c nbDecision=210000 #clauses=198593
964.55/483.48	c nbDecision=220000 #clauses=207773
965.75/484.03	c flip 0 nbSat=207910 maxSat=197662
1023.40/512.98	c flip 0 nbSat=215956 maxSat=207932
1031.00/516.70	c nbDecision=230000 #clauses=217023
1081.47/542.09	c flip 0 nbSat=223021 maxSat=215983
1112.61/557.64	c nbDecision=240000 #clauses=226296
1141.74/572.23	c flip 0 nbSat=229841 maxSat=223046
1193.61/598.21	c nbDecision=250000 #clauses=235531

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/node58/watcher-328025-1173106959 -o ROOT/results/node58/solver-328025-1173106959 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328025-1173106959/ornithorynque /tmp/evaluation/328025-1173106959/instance-328025-1173106959.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.86 1.93 1.69 3/64 17439
/proc/meminfo: memFree=796488/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=23220 CPUtime=0
/proc/17439/stat : 17439 (ornithorynque) R 17437 17439 17098 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 330652602 23777280 257 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226235550421 0 0 4096 0 0 0 0 17 1 0 0
/proc/17439/statm: 5805 258 217 42 0 45 0

[startup+0.0168161 s]
/proc/loadavg: 1.86 1.93 1.69 3/64 17439
/proc/meminfo: memFree=796488/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=23440 CPUtime=0.01
/proc/17439/stat : 17439 (ornithorynque) R 17437 17439 17098 0 -1 4194304 530 0 0 0 1 0 0 0 18 0 1 0 330652602 24002560 491 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4258011 0 0 4096 1088 0 0 0 17 1 0 0
/proc/17439/statm: 5860 491 377 42 0 112 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23440

[startup+0.101827 s]
/proc/loadavg: 1.86 1.93 1.69 3/64 17439
/proc/meminfo: memFree=796488/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=44784 CPUtime=0.16
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 753 0 0 0 16 0 0 0 18 0 3 0 330652602 45858816 714 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 11196 714 387 42 0 5448 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44784

[startup+0.301848 s]
/proc/loadavg: 1.86 1.93 1.69 3/64 17439
/proc/meminfo: memFree=796488/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=46072 CPUtime=0.56
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 857 0 0 0 56 0 0 0 18 0 3 0 330652602 47177728 818 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 11518 818 387 42 0 5770 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46072

[startup+0.701892 s]
/proc/loadavg: 1.86 1.93 1.69 3/64 17439
/proc/meminfo: memFree=796488/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=46468 CPUtime=1.36
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 991 0 0 0 136 0 0 0 18 0 3 0 330652602 47583232 952 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 11617 952 387 42 0 5869 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 46468

[startup+1.50198 s]
/proc/loadavg: 1.86 1.93 1.69 3/67 17442
/proc/meminfo: memFree=793328/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=47304 CPUtime=2.95
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 1298 0 0 0 295 0 0 0 18 0 3 0 330652602 48439296 1259 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 11826 1259 387 42 0 6078 0
[pid=17439/tid=17441] ppid=17437 vsize=47304 CPUtime=1.46
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 256 0 0 0 146 0 0 0 22 0 3 0 330652606 48439296 1259 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=47304 CPUtime=1.46
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 334 0 0 0 146 0 0 0 25 0 3 0 330652606 48439296 1259 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240866 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 47304

[startup+3.10116 s]
/proc/loadavg: 1.86 1.93 1.69 3/67 17442
/proc/meminfo: memFree=791984/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=49424 CPUtime=6.15
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 1743 0 0 0 615 0 0 0 18 0 3 0 330652602 50610176 1638 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 12356 1638 387 42 0 6608 0
[pid=17439/tid=17441] ppid=17437 vsize=49424 CPUtime=3.06
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 468 0 0 0 306 0 0 0 18 0 3 0 330652606 50610176 1638 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311151 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=49424 CPUtime=3.05
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 567 0 0 0 305 0 0 0 25 0 3 0 330652606 50610176 1638 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242557 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 49424

[startup+6.30251 s]
/proc/loadavg: 1.87 1.93 1.69 3/67 17442
/proc/meminfo: memFree=789936/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=51988 CPUtime=12.54
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 2308 0 0 0 1253 1 0 0 18 0 3 0 330652602 53235712 2203 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 12997 2203 387 42 0 7249 0
[pid=17439/tid=17441] ppid=17437 vsize=51988 CPUtime=6.26
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 747 0 0 0 626 0 0 0 25 0 3 0 330652606 53235712 2203 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=51988 CPUtime=6.24
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 853 0 0 0 624 0 0 0 25 0 3 0 330652606 53235712 2203 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285316 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 51988

[startup+12.7012 s]
/proc/loadavg: 1.88 1.93 1.69 3/67 17442
/proc/meminfo: memFree=786096/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=55528 CPUtime=25.31
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 3152 0 0 0 2529 2 0 0 18 0 3 0 330652602 56860672 2917 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 13882 2917 387 42 0 8134 0
[pid=17439/tid=17441] ppid=17437 vsize=55528 CPUtime=12.65
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 1278 0 0 0 1264 1 0 0 25 0 3 0 330652606 56860672 2917 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=55528 CPUtime=12.61
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 1166 0 0 0 1261 0 0 0 25 0 3 0 330652606 56860672 2917 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 55528

[startup+25.5016 s]
/proc/loadavg: 1.91 1.93 1.69 3/67 17442
/proc/meminfo: memFree=782000/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=60576 CPUtime=50.85
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 4415 0 0 0 5082 3 0 0 18 0 3 0 330652602 62029824 3875 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 15144 3875 387 42 0 9396 0
[pid=17439/tid=17441] ppid=17437 vsize=60576 CPUtime=25.45
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 1954 0 0 0 2543 2 0 0 25 0 3 0 330652606 62029824 3875 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311294 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=60576 CPUtime=25.35
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 1753 0 0 0 2535 0 0 0 25 0 3 0 330652606 62029824 3875 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241728 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 60576

[startup+51.1014 s]
/proc/loadavg: 1.94 1.94 1.70 3/67 17442
/proc/meminfo: memFree=777328/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=65228 CPUtime=101.92
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 5880 0 0 0 10188 4 0 0 18 0 3 0 330652602 66793472 5082 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 16307 5082 387 42 0 10559 0
[pid=17439/tid=17441] ppid=17437 vsize=65228 CPUtime=51.04
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 2816 0 0 0 5101 3 0 0 25 0 3 0 330652606 66793472 5082 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=65228 CPUtime=50.84
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 2356 0 0 0 5084 0 0 0 25 0 3 0 330652606 66793472 5082 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 65228

[startup+102.305 s]
/proc/loadavg: 1.97 1.94 1.72 3/67 17442
/proc/meminfo: memFree=771120/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=74412 CPUtime=204.1
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 8260 0 0 0 20403 7 0 0 18 0 3 0 330652602 76197888 6633 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 18603 6633 387 42 0 12855 0
[pid=17439/tid=17441] ppid=17437 vsize=74412 CPUtime=102.23
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 3977 0 0 0 10218 5 0 0 25 0 3 0 330652606 76197888 6633 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311371 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=74412 CPUtime=101.83
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 3575 0 0 0 10182 1 0 0 25 0 3 0 330652606 76197888 6633 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 74412

[startup+162.302 s]
/proc/loadavg: 1.99 1.95 1.73 3/67 17442
/proc/meminfo: memFree=765296/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=79780 CPUtime=323.82
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 9711 0 0 0 32374 8 0 0 18 0 3 0 330652602 81694720 8051 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 19945 8051 387 42 0 14197 0
[pid=17439/tid=17441] ppid=17437 vsize=79780 CPUtime=162.21
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 4890 0 0 0 16215 6 0 0 25 0 3 0 330652606 81694720 8051 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=79780 CPUtime=161.57
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 4113 0 0 0 16156 1 0 0 25 0 3 0 330652606 81694720 8051 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241616 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.82
Current children cumulated vsize (KiB) 79780

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.74 3/67 17442
/proc/meminfo: memFree=759600/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=86972 CPUtime=443.55
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 11769 0 0 0 44344 11 0 0 18 0 3 0 330652602 89059328 9474 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 21743 9474 387 42 0 15995 0
[pid=17439/tid=17441] ppid=17437 vsize=86972 CPUtime=222.19
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 5980 0 0 0 22211 8 0 0 25 0 3 0 330652606 89059328 9474 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=86972 CPUtime=221.31
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 5081 0 0 0 22130 1 0 0 25 0 3 0 330652606 89059328 9474 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.55
Current children cumulated vsize (KiB) 86972

[startup+282.302 s]
/proc/loadavg: 1.99 1.96 1.75 3/67 17442
/proc/meminfo: memFree=755568/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=90848 CPUtime=563.27
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 12893 0 0 0 56315 12 0 0 18 0 3 0 330652602 93028352 10466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 22712 10466 387 42 0 16964 0
[pid=17439/tid=17441] ppid=17437 vsize=90848 CPUtime=282.18
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 6701 0 0 0 28208 10 0 0 25 0 3 0 330652606 93028352 10466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=90848 CPUtime=281.06
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 5484 0 0 0 28104 2 0 0 25 0 3 0 330652606 93028352 10466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.27
Current children cumulated vsize (KiB) 90848

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.77 3/67 17442
/proc/meminfo: memFree=751344/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=99332 CPUtime=682.99
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 15286 0 0 0 68285 14 0 0 18 0 3 0 330652602 101715968 11534 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 24833 11534 387 42 0 19085 0
[pid=17439/tid=17441] ppid=17437 vsize=99332 CPUtime=342.16
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 7603 0 0 0 34205 11 0 0 25 0 3 0 330652606 101715968 11534 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=99332 CPUtime=340.79
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 6975 0 0 0 34077 2 0 0 25 0 3 0 330652606 101715968 11534 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241016 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.99
Current children cumulated vsize (KiB) 99332

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.78 3/67 17442
/proc/meminfo: memFree=747760/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=102944 CPUtime=802.72
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 16552 0 0 0 80257 15 0 0 18 0 3 0 330652602 105414656 12411 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 25736 12411 387 42 0 19988 0
[pid=17439/tid=17441] ppid=17437 vsize=102944 CPUtime=402.14
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 8520 0 0 0 40202 12 0 0 25 0 3 0 330652606 105414656 12411 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=102944 CPUtime=400.54
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 7324 0 0 0 40052 2 0 0 25 0 3 0 330652606 105414656 12411 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.72
Current children cumulated vsize (KiB) 102944

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.79 3/67 17442
/proc/meminfo: memFree=743344/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=107960 CPUtime=922.44
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 17902 0 0 0 92227 17 0 0 18 0 3 0 330652602 110551040 13530 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 26990 13530 387 42 0 21242 0
[pid=17439/tid=17441] ppid=17437 vsize=107960 CPUtime=462.13
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 9185 0 0 0 46199 14 0 0 25 0 3 0 330652606 110551040 13530 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=107960 CPUtime=460.28
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 8009 0 0 0 46025 3 0 0 25 0 3 0 330652606 110551040 13530 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241187 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.44
Current children cumulated vsize (KiB) 107960

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.80 3/67 17442
/proc/meminfo: memFree=738992/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=111684 CPUtime=1042.17
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 19280 0 0 0 104197 20 0 0 18 0 3 0 330652602 114364416 14645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 27921 14645 387 42 0 22173 0
[pid=17439/tid=17441] ppid=17437 vsize=111684 CPUtime=522.11
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 9963 0 0 0 52195 16 0 0 25 0 3 0 330652606 114364416 14645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=111684 CPUtime=520.02
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 8609 0 0 0 51999 3 0 0 25 0 3 0 330652606 114364416 14645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.17
Current children cumulated vsize (KiB) 111684

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.81 3/67 17442
/proc/meminfo: memFree=735792/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=115840 CPUtime=1161.89
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 20537 0 0 0 116167 22 0 0 18 0 3 0 330652602 118620160 15467 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 28960 15467 387 42 0 23212 0
[pid=17439/tid=17441] ppid=17437 vsize=115840 CPUtime=582.08
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 10494 0 0 0 58191 17 0 0 25 0 3 0 330652606 118620160 15467 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=115840 CPUtime=579.76
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 9335 0 0 0 57972 4 0 0 25 0 3 0 330652606 118620160 15467 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241600 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.89
Current children cumulated vsize (KiB) 115840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.402 s]
/proc/loadavg: 1.99 1.97 1.82 3/67 17442
/proc/meminfo: memFree=735088/2055920 swapFree=4184224/4192956
[pid=17439] ppid=17437 vsize=115840 CPUtime=1200.01
/proc/17439/stat : 17439 (ornithorynque) S 17437 17439 17098 0 -1 4194304 20682 0 0 0 119979 22 0 0 18 0 3 0 330652602 118620160 15612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 226247077755 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17439/statm: 28960 15612 387 42 0 23212 0
[pid=17439/tid=17441] ppid=17437 vsize=115840 CPUtime=601.19
/proc/17439/task/17441/stat : 17441 (ornithorynque) R 17437 17439 17098 0 -1 4194368 10639 0 0 0 60101 18 0 0 25 0 3 0 330652606 118620160 15612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17439/tid=17442] ppid=17437 vsize=115840 CPUtime=598.78
/proc/17439/task/17442/stat : 17442 (ornithorynque) R 17437 17439 17098 0 -1 4194368 9335 0 0 0 59874 4 0 0 25 0 3 0 330652606 118620160 15612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242580 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 115840

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.424
CPU time (s): 1200.04
CPU user time (s): 1199.8
CPU system time (s): 0.238963
CPU usage (%): 199.533
Max. virtual memory (cumulated for all children) (KiB): 115840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.8
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20682
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= 17
involuntary context switches= 9138

runsolver used 0.45393 second user time and 1.74673 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Mar  5 15:02:39 UTC 2007

IDJOB= 328025
IDBENCH= 19933
IDSOLVER= 139
FILE ID= node58/328025-1173106959

PBS_JOBID= 4013892

Free space on /tmp= 66488 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1093254405-20.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/328025-1173106959/ornithorynque /tmp/evaluation/328025-1173106959/instance-328025-1173106959.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-328025-1173106959 -o ROOT/results/node58/solver-328025-1173106959 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328025-1173106959/ornithorynque /tmp/evaluation/328025-1173106959/instance-328025-1173106959.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  b50ca018e79197079aea11ca328afe4d

RANDOM SEED= 255699329

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:        796896 kB
Buffers:         49560 kB
Cached:        1111532 kB
SwapCached:       2864 kB
Active:         218028 kB
Inactive:       952732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        796896 kB
SwapTotal:     4192956 kB
SwapFree:      4184224 kB
Dirty:             456 kB
Writeback:           0 kB
Mapped:          15600 kB
Slab:            74400 kB
Committed_AS:   744476 kB
PageTables:       1380 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= 66488 MiB

End job on node58 on Mon Mar  5 15:12:43 UTC 2007