Trace number 327943

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.14 601.525

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
MD5SUMc3a60c73a856b19b59d723c0a3c76b1b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.119981
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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=100 nbClause=2130
0.00/0.01	c nbVar=100 nbClause=2130
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=2058 maxSat=0
0.05/0.06	c flip 0 nbSat=2854 maxSat=2107
0.18/0.18	c flip 0 nbSat=4211 maxSat=2888
0.78/0.42	c flip 0 nbSat=5856 maxSat=4253
1.37/0.79	c flip 0 nbSat=8062 maxSat=5889
2.37/1.28	c nbDecision=10000 #clauses=10627
2.57/1.38	c flip 0 nbSat=10998 maxSat=8110
4.37/2.30	c flip 0 nbSat=14499 maxSat=11050
7.57/3.84	c flip 0 nbSat=19035 maxSat=14537
7.76/3.90	c nbDecision=20000 #clauses=19280
12.35/6.29	c flip 0 nbSat=23752 maxSat=19073
18.13/9.18	c nbDecision=30000 #clauses=28028
19.54/9.90	c flip 0 nbSat=29052 maxSat=23790
28.91/14.51	c flip 0 nbSat=35560 maxSat=29094
30.11/15.17	c nbDecision=40000 #clauses=36707
41.09/20.69	c flip 0 nbSat=42279 maxSat=35605
49.47/24.86	c nbDecision=50000 #clauses=45384
55.65/27.95	c flip 0 nbSat=47322 maxSat=42345
72.60/36.42	c flip 0 nbSat=52905 maxSat=47363
75.80/38.03	c nbDecision=60000 #clauses=54004
91.96/46.12	c flip 0 nbSat=58778 maxSat=52965
102.94/51.70	c nbDecision=70000 #clauses=62715
113.70/57.02	c flip 0 nbSat=65833 maxSat=58838
131.47/65.99	c nbDecision=80000 #clauses=71362
138.45/69.42	c flip 0 nbSat=73094 maxSat=65891
166.19/83.33	c flip 0 nbSat=79935 maxSat=73164
166.79/83.60	c nbDecision=90000 #clauses=80142
197.31/98.93	c flip 0 nbSat=87523 maxSat=79980
202.90/101.77	c nbDecision=100000 #clauses=89002
230.44/115.53	c flip 0 nbSat=94995 maxSat=87559
243.20/121.92	c nbDecision=110000 #clauses=97659
266.13/133.49	c flip 0 nbSat=101819 maxSat=95048
297.67/149.20	c nbDecision=120000 #clauses=106509
305.85/153.32	c flip 0 nbSat=107797 maxSat=101868
347.55/174.27	c flip 0 nbSat=114739 maxSat=107832
350.54/175.70	c nbDecision=130000 #clauses=115274
389.85/195.44	c flip 0 nbSat=120890 maxSat=114825
409.21/205.16	c nbDecision=140000 #clauses=123961
436.54/218.84	c flip 0 nbSat=127457 maxSat=120945
475.64/238.47	c nbDecision=150000 #clauses=132734
487.41/244.39	c flip 0 nbSat=134037 maxSat=127508
537.69/269.52	c flip 0 nbSat=140253 maxSat=134094
548.26/274.85	c nbDecision=160000 #clauses=141497
589.97/295.77	c flip 0 nbSat=146141 maxSat=140304
629.87/315.75	c nbDecision=170000 #clauses=150293
648.43/325.05	c flip 0 nbSat=152084 maxSat=146189
707.49/354.60	c flip 0 nbSat=157710 maxSat=152155
721.64/361.76	c nbDecision=180000 #clauses=159061
766.34/384.10	c flip 0 nbSat=163744 maxSat=157770
803.65/402.90	c nbDecision=190000 #clauses=167861
829.98/416.02	c flip 0 nbSat=170189 maxSat=163832
894.63/448.42	c flip 0 nbSat=176461 maxSat=170253
896.03/449.15	c nbDecision=200000 #clauses=176694
964.68/483.55	c flip 0 nbSat=183195 maxSat=176518
990.39/496.49	c nbDecision=210000 #clauses=185420
1036.10/519.35	c flip 0 nbSat=189497 maxSat=183239
1079.60/541.12	c nbDecision=220000 #clauses=194195
1107.12/554.96	c flip 0 nbSat=197069 maxSat=189561
1169.18/586.01	c nbDecision=230000 #clauses=203017
1182.34/592.63	c flip 0 nbSat=204102 maxSat=197129

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/node9/watcher-327943-1173114994 -o ROOT/results/node9/solver-327943-1173114994 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327943-1173114994/ornithorynque /tmp/evaluation/327943-1173114994/instance-327943-1173114994.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.21 3/77 14397
/proc/meminfo: memFree=1125128/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=23220 CPUtime=0
/proc/14397/stat : 14397 (ornithorynque) R 14395 14397 14340 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 331454043 23777280 266 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215416343825 0 0 4096 0 0 0 0 17 1 0 0
/proc/14397/statm: 5805 266 219 42 0 45 0

[startup+0.0382849 s]
/proc/loadavg: 0.00 0.00 0.21 3/77 14397
/proc/meminfo: memFree=1125128/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=44196 CPUtime=0.05
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 595 0 0 0 5 0 0 0 18 0 3 0 331454043 45256704 556 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 11049 556 387 42 0 5301 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44196

[startup+0.101298 s]
/proc/loadavg: 0.00 0.00 0.21 3/77 14397
/proc/meminfo: memFree=1125128/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=45352 CPUtime=0.18
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 671 0 0 0 18 0 0 0 18 0 3 0 331454043 46440448 632 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 11338 632 387 42 0 5590 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45352

[startup+0.301336 s]
/proc/loadavg: 0.00 0.00 0.21 3/77 14397
/proc/meminfo: memFree=1125128/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=45516 CPUtime=0.58
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 802 0 0 0 58 0 0 0 18 0 3 0 331454043 46608384 763 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 11379 763 387 42 0 5631 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45516

[startup+0.701414 s]
/proc/loadavg: 0.00 0.00 0.21 3/77 14397
/proc/meminfo: memFree=1125128/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=45796 CPUtime=1.37
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 979 0 0 0 137 0 0 0 18 0 3 0 331454043 46895104 940 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 11449 940 387 42 0 5701 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 45796

[startup+1.50157 s]
/proc/loadavg: 0.00 0.00 0.21 3/80 14400
/proc/meminfo: memFree=1122224/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=47660 CPUtime=2.97
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 1313 0 0 0 297 0 0 0 18 0 3 0 331454043 48803840 1274 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 11915 1274 387 42 0 6167 0
[pid=14397/tid=14399] ppid=14395 vsize=47660 CPUtime=1.47
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 436 0 0 0 147 0 0 0 25 0 3 0 331454044 48803840 1274 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311607 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=47660 CPUtime=1.48
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 304 0 0 0 148 0 0 0 25 0 3 0 331454044 48803840 1274 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241830 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 47660

[startup+3.10188 s]
/proc/loadavg: 0.00 0.00 0.21 3/80 14400
/proc/meminfo: memFree=1120880/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=49600 CPUtime=6.17
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 1698 0 0 0 616 1 0 0 18 0 3 0 331454043 50790400 1626 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 12400 1626 387 42 0 6652 0
[pid=14397/tid=14399] ppid=14395 vsize=49600 CPUtime=3.07
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 696 0 0 0 307 0 0 0 25 0 3 0 331454044 50790400 1626 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=49600 CPUtime=3.07
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 429 0 0 0 307 0 0 0 25 0 3 0 331454044 50790400 1626 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 49600

[startup+6.3015 s]
/proc/loadavg: 0.16 0.03 0.22 3/80 14400
/proc/meminfo: memFree=1118320/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=51844 CPUtime=12.55
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 2318 0 0 0 1254 1 0 0 18 0 3 0 331454043 53088256 2213 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 12961 2213 387 42 0 7213 0
[pid=14397/tid=14399] ppid=14395 vsize=51844 CPUtime=6.27
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 1001 0 0 0 626 1 0 0 25 0 3 0 331454044 53088256 2213 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=51844 CPUtime=6.26
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 744 0 0 0 626 0 0 0 25 0 3 0 331454044 53088256 2213 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) 51844

[startup+12.7027 s]
/proc/loadavg: 0.31 0.07 0.23 3/80 14400
/proc/meminfo: memFree=1115120/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=54572 CPUtime=25.33
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 3044 0 0 0 2531 2 0 0 18 0 3 0 331454043 55881728 2841 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 13643 2841 387 42 0 7895 0
[pid=14397/tid=14399] ppid=14395 vsize=54572 CPUtime=12.67
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 1519 0 0 0 1266 1 0 0 25 0 3 0 331454044 55881728 2841 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=54572 CPUtime=12.63
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 952 0 0 0 1263 0 0 0 25 0 3 0 331454044 55881728 2841 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240907 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 54572

[startup+25.5012 s]
/proc/loadavg: 0.68 0.16 0.26 3/80 14400
/proc/meminfo: memFree=1111600/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=57936 CPUtime=50.86
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 3931 0 0 0 5083 3 0 0 18 0 3 0 331454043 59326464 3663 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 14484 3663 387 42 0 8736 0
[pid=14397/tid=14399] ppid=14395 vsize=57936 CPUtime=25.46
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 2043 0 0 0 2544 2 0 0 25 0 3 0 331454044 59326464 3663 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=57936 CPUtime=25.37
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 1315 0 0 0 2537 0 0 0 25 0 3 0 331454044 59326464 3663 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 57936

[startup+51.1011 s]
/proc/loadavg: 1.13 0.31 0.31 3/80 14400
/proc/meminfo: memFree=1106480/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=64672 CPUtime=101.93
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 5614 0 0 0 10188 5 0 0 18 0 3 0 331454043 66224128 4950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 16168 4950 387 42 0 10420 0
[pid=14397/tid=14399] ppid=14395 vsize=64672 CPUtime=51.06
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 2828 0 0 0 5102 4 0 0 25 0 3 0 331454044 66224128 4950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=64672 CPUtime=50.85
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 2213 0 0 0 5085 0 0 0 25 0 3 0 331454044 66224128 4950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242557 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 64672

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.39 3/80 14400
/proc/meminfo: memFree=1098736/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=72772 CPUtime=204.1
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 7888 0 0 0 20402 8 0 0 18 0 3 0 331454043 74518528 6836 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 18193 6836 387 42 0 12445 0
[pid=14397/tid=14399] ppid=14395 vsize=72772 CPUtime=102.24
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 4126 0 0 0 10218 6 0 0 25 0 3 0 331454044 74518528 6836 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=72772 CPUtime=101.83
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 3189 0 0 0 10182 1 0 0 25 0 3 0 331454044 74518528 6836 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) 72772

[startup+162.302 s]
/proc/loadavg: 1.86 0.82 0.49 3/80 14400
/proc/meminfo: memFree=1092208/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=81656 CPUtime=323.81
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 10435 0 0 0 32370 11 0 0 18 0 3 0 331454043 83615744 8454 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 20414 8454 387 42 0 14666 0
[pid=14397/tid=14399] ppid=14395 vsize=81656 CPUtime=162.21
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 5296 0 0 0 16213 8 0 0 25 0 3 0 331454044 83615744 8454 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312539 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=81656 CPUtime=161.57
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 4566 0 0 0 16155 2 0 0 25 0 3 0 331454044 83615744 8454 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.81
Current children cumulated vsize (KiB) 81656

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.58 3/80 14400
/proc/meminfo: memFree=1087600/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=86612 CPUtime=443.5
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 11797 0 0 0 44338 12 0 0 18 0 3 0 331454043 88690688 9619 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 21653 9619 387 42 0 15905 0
[pid=14397/tid=14399] ppid=14395 vsize=86612 CPUtime=222.19
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 6029 0 0 0 22210 9 0 0 25 0 3 0 331454044 88690688 9619 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=86612 CPUtime=221.29
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 5195 0 0 0 22127 2 0 0 25 0 3 0 331454044 88690688 9619 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.5
Current children cumulated vsize (KiB) 86612

[startup+282.302 s]
/proc/loadavg: 1.98 1.21 0.67 3/80 14400
/proc/meminfo: memFree=1083760/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=92468 CPUtime=563.23
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 13474 0 0 0 56308 15 0 0 18 0 3 0 331454043 94687232 10620 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 23117 10620 387 42 0 17369 0
[pid=14397/tid=14399] ppid=14395 vsize=92468 CPUtime=282.17
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 7034 0 0 0 28205 12 0 0 25 0 3 0 331454044 94687232 10620 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=92468 CPUtime=281.04
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 5867 0 0 0 28101 3 0 0 25 0 3 0 331454044 94687232 10620 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241811 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.23
Current children cumulated vsize (KiB) 92468

[startup+342.302 s]
/proc/loadavg: 1.99 1.35 0.75 3/80 14400
/proc/meminfo: memFree=1080048/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=95204 CPUtime=682.95
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 14385 0 0 0 68278 17 0 0 18 0 3 0 331454043 97488896 11498 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 23801 11498 387 42 0 18053 0
[pid=14397/tid=14399] ppid=14395 vsize=95204 CPUtime=342.15
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 7541 0 0 0 34202 13 0 0 25 0 3 0 331454044 97488896 11498 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311436 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=95204 CPUtime=340.77
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 6271 0 0 0 34074 3 0 0 25 0 3 0 331454044 97488896 11498 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.95
Current children cumulated vsize (KiB) 95204

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.82 3/80 14400
/proc/meminfo: memFree=1076720/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=98564 CPUtime=802.65
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 15252 0 0 0 80247 18 0 0 18 0 3 0 331454043 100929536 12332 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 24641 12332 387 42 0 18893 0
[pid=14397/tid=14399] ppid=14395 vsize=98564 CPUtime=402.12
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 8056 0 0 0 40198 14 0 0 25 0 3 0 331454044 100929536 12332 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=98564 CPUtime=400.51
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 6623 0 0 0 40048 3 0 0 25 0 3 0 331454044 100929536 12332 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.65
Current children cumulated vsize (KiB) 98564

[startup+462.301 s]
/proc/loadavg: 1.99 1.56 0.89 3/80 14400
/proc/meminfo: memFree=1073136/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=103064 CPUtime=922.37
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 16590 0 0 0 92217 20 0 0 18 0 3 0 331454043 105537536 13215 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 25766 13215 387 42 0 20018 0
[pid=14397/tid=14399] ppid=14395 vsize=103064 CPUtime=462.09
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 8759 0 0 0 46194 15 0 0 25 0 3 0 331454044 105537536 13215 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=103064 CPUtime=460.24
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 7258 0 0 0 46020 4 0 0 25 0 3 0 331454044 105537536 13215 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240998 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.37
Current children cumulated vsize (KiB) 103064

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.96 3/80 14400
/proc/meminfo: memFree=1070000/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=108264 CPUtime=1042.09
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 18223 0 0 0 104187 22 0 0 18 0 3 0 331454043 110862336 13976 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 27066 13976 387 42 0 21318 0
[pid=14397/tid=14399] ppid=14395 vsize=108264 CPUtime=522.08
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 9215 0 0 0 52191 17 0 0 25 0 3 0 331454044 110862336 13976 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=108264 CPUtime=519.98
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 8435 0 0 0 51994 4 0 0 25 0 3 0 331454044 110862336 13976 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.09
Current children cumulated vsize (KiB) 108264

[startup+582.302 s]
/proc/loadavg: 1.99 1.70 1.02 3/80 14400
/proc/meminfo: memFree=1067376/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=112176 CPUtime=1161.79
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 19243 0 0 0 116155 24 0 0 18 0 3 0 331454043 114868224 14639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 28044 14639 387 42 0 22296 0
[pid=14397/tid=14399] ppid=14395 vsize=112176 CPUtime=582.06
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 9693 0 0 0 58187 19 0 0 25 0 3 0 331454044 114868224 14639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312342 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=112176 CPUtime=579.71
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 8977 0 0 0 57966 5 0 0 25 0 3 0 331454044 114868224 14639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.79
Current children cumulated vsize (KiB) 112176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 1.99 1.72 1.04 3/80 14400
/proc/meminfo: memFree=1066160/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=113196 CPUtime=1200.11
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 19728 0 0 0 119986 25 0 0 18 0 3 0 331454043 115912704 14961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 28299 14961 387 42 0 22551 0
[pid=14397/tid=14399] ppid=14395 vsize=113196 CPUtime=601.25
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 9817 0 0 0 60106 19 0 0 25 0 3 0 331454044 115912704 14961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=113196 CPUtime=598.83
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 9338 0 0 0 59878 5 0 0 25 0 3 0 331454044 115912704 14961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242600 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 113196

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

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

[startup+601.502 s]
/proc/loadavg: 1.99 1.72 1.04 3/80 14400
/proc/meminfo: memFree=1066160/2055920 swapFree=4152248/4192956
[pid=14397] ppid=14395 vsize=113196 CPUtime=1200.11
/proc/14397/stat : 14397 (ornithorynque) S 14395 14397 14340 0 -1 4194304 19728 0 0 0 119986 25 0 0 18 0 3 0 331454043 115912704 14961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14397/statm: 28299 14961 387 42 0 22551 0
[pid=14397/tid=14399] ppid=14395 vsize=113196 CPUtime=601.25
/proc/14397/task/14399/stat : 14399 (ornithorynque) R 14395 14397 14340 0 -1 4194368 9817 0 0 0 60106 19 0 0 25 0 3 0 331454044 115912704 14961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14397/tid=14400] ppid=14395 vsize=113196 CPUtime=598.83
/proc/14397/task/14400/stat : 14400 (ornithorynque) R 14395 14397 14340 0 -1 4194368 9338 0 0 0 59878 5 0 0 25 0 3 0 331454044 115912704 14961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242600 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 113196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.525
CPU time (s): 1200.14
CPU user time (s): 1199.88
CPU system time (s): 0.26196
CPU usage (%): 199.517
Max. virtual memory (cumulated for all children) (KiB): 113196

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

runsolver used 0.568913 second user time and 1.63575 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Mar  5 17:16:34 UTC 2007

IDJOB= 327943
IDBENCH= 19851
IDSOLVER= 139
FILE ID= node9/327943-1173114994

PBS_JOBID= 4014554

Free space on /tmp= 66457 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327943-1173114994/ornithorynque /tmp/evaluation/327943-1173114994/instance-327943-1173114994.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-327943-1173114994 -o ROOT/results/node9/solver-327943-1173114994 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327943-1173114994/ornithorynque /tmp/evaluation/327943-1173114994/instance-327943-1173114994.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  c3a60c73a856b19b59d723c0a3c76b1b

RANDOM SEED= 204677882

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1125536 kB
Buffers:         37628 kB
Cached:         816696 kB
SwapCached:       8732 kB
Active:         108044 kB
Inactive:       768596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125536 kB
SwapTotal:     4192956 kB
SwapFree:      4152248 kB
Dirty:             308 kB
Writeback:           0 kB
Mapped:          29316 kB
Slab:            39356 kB
Committed_AS:  1402784 kB
PageTables:       1688 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= 66457 MiB

End job on node9 on Mon Mar  5 17:26:38 UTC 2007