Trace number 327940

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.16 601.524

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S455021619-18.SAT.shuffled.cnf
MD5SUM693bc5cdd356b5e961552ebc3dddd87e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
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.02	c flip 0 nbSat=2119 maxSat=0
0.08/0.07	c flip 0 nbSat=2900 maxSat=2165
0.17/0.19	c flip 0 nbSat=4169 maxSat=2956
0.77/0.41	c flip 0 nbSat=5735 maxSat=4217
1.37/0.75	c flip 0 nbSat=7810 maxSat=5788
2.57/1.30	c flip 0 nbSat=10518 maxSat=7869
2.57/1.32	c nbDecision=10000 #clauses=10692
3.97/2.01	c flip 0 nbSat=13293 maxSat=10574
6.15/3.13	c flip 0 nbSat=16638 maxSat=13339
8.35/4.23	c nbDecision=20000 #clauses=19442
9.34/4.78	c flip 0 nbSat=20528 maxSat=16692
14.73/7.50	c flip 0 nbSat=25324 maxSat=20587
18.72/9.46	c nbDecision=30000 #clauses=28142
22.12/11.17	c flip 0 nbSat=30040 maxSat=25374
31.49/15.85	c flip 0 nbSat=35005 maxSat=30100
35.68/17.99	c nbDecision=40000 #clauses=36958
42.47/21.34	c flip 0 nbSat=39476 maxSat=35047
55.64/27.93	c flip 0 nbSat=44220 maxSat=39532
59.82/30.01	c nbDecision=50000 #clauses=45644
69.81/35.02	c flip 0 nbSat=48284 maxSat=44261
86.16/43.28	c flip 0 nbSat=52448 maxSat=48323
91.36/45.89	c nbDecision=60000 #clauses=54418
105.12/52.71	c flip 0 nbSat=58460 maxSat=52500
124.48/62.49	c flip 0 nbSat=62674 maxSat=58515
127.08/63.77	c nbDecision=70000 #clauses=63192
146.61/73.53	c flip 0 nbSat=66808 maxSat=62718
170.37/85.45	c flip 0 nbSat=71331 maxSat=66868
172.96/86.77	c nbDecision=80000 #clauses=71888
195.49/98.02	c flip 0 nbSat=75683 maxSat=71392
219.85/110.21	c nbDecision=90000 #clauses=80515
222.24/111.44	c flip 0 nbSat=80841 maxSat=75752
251.57/126.13	c flip 0 nbSat=86642 maxSat=80914
263.54/132.16	c nbDecision=100000 #clauses=89198
282.50/141.61	c flip 0 nbSat=92437 maxSat=86704
313.43/157.13	c nbDecision=110000 #clauses=97881
315.62/158.27	c flip 0 nbSat=98139 maxSat=92480
351.73/176.37	c flip 0 nbSat=104139 maxSat=98206
368.88/184.95	c nbDecision=120000 #clauses=106613
388.25/194.61	c flip 0 nbSat=108896 maxSat=104201
427.75/214.50	c flip 0 nbSat=115068 maxSat=108952
429.15/215.16	c nbDecision=130000 #clauses=115360
471.45/236.34	c flip 0 nbSat=120770 maxSat=115131
496.80/249.01	c nbDecision=140000 #clauses=124136
517.74/259.60	c flip 0 nbSat=126922 maxSat=120819
565.23/283.33	c nbDecision=150000 #clauses=132903
567.22/284.34	c flip 0 nbSat=133067 maxSat=127002
615.71/308.68	c flip 0 nbSat=137972 maxSat=133124
650.63/326.11	c nbDecision=160000 #clauses=141650
668.79/335.26	c flip 0 nbSat=143225 maxSat=138047
723.26/362.53	c flip 0 nbSat=148086 maxSat=143275
745.80/373.85	c nbDecision=170000 #clauses=150411
780.71/391.30	c flip 0 nbSat=154232 maxSat=148151
821.42/411.70	c nbDecision=180000 #clauses=159039
837.98/420.06	c flip 0 nbSat=161004 maxSat=154288
893.65/447.97	c nbDecision=190000 #clauses=167782
897.45/449.86	c flip 0 nbSat=168104 maxSat=161064
960.10/481.25	c flip 0 nbSat=175890 maxSat=168143
964.88/483.64	c nbDecision=200000 #clauses=176540
1026.94/514.78	c flip 0 nbSat=183154 maxSat=175961
1046.30/524.49	c nbDecision=210000 #clauses=185233
1093.97/548.38	c flip 0 nbSat=190258 maxSat=183203
1132.49/567.63	c nbDecision=220000 #clauses=194049
1163.22/583.02	c flip 0 nbSat=196847 maxSat=190335

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/node60/watcher-327940-1173114993 -o ROOT/results/node60/solver-327940-1173114993 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327940-1173114993/ornithorynque /tmp/evaluation/327940-1173114993/instance-327940-1173114993.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.20 3/64 25703
/proc/meminfo: memFree=1631528/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=23220 CPUtime=0
/proc/25703/stat : 25703 (ornithorynque) R 25701 25703 25646 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 331456101 23777280 257 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271891600496 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 5805 257 217 42 0 45 0

[startup+0.053583 s]
/proc/loadavg: 0.00 0.00 0.20 3/64 25703
/proc/meminfo: memFree=1631528/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=45216 CPUtime=0.08
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 612 0 0 0 8 0 0 0 18 0 3 0 331456101 46301184 573 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 11304 573 387 42 0 5556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45216

[startup+0.101591 s]
/proc/loadavg: 0.00 0.00 0.20 3/64 25703
/proc/meminfo: memFree=1631528/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=45216 CPUtime=0.17
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 668 0 0 0 17 0 0 0 18 0 3 0 331456101 46301184 629 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 11304 629 387 42 0 5556 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 45216

[startup+0.301627 s]
/proc/loadavg: 0.00 0.00 0.20 3/64 25703
/proc/meminfo: memFree=1631528/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=45400 CPUtime=0.57
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 783 0 0 0 57 0 0 0 18 0 3 0 331456101 46489600 744 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 11350 744 387 42 0 5602 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 45400

[startup+0.701699 s]
/proc/loadavg: 0.00 0.00 0.20 3/64 25703
/proc/meminfo: memFree=1631528/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=45688 CPUtime=1.37
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 948 0 0 0 137 0 0 0 18 0 3 0 331456101 46784512 909 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 11422 909 387 42 0 5674 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 45688

[startup+1.50185 s]
/proc/loadavg: 0.00 0.00 0.20 3/67 25706
/proc/meminfo: memFree=1628944/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=47408 CPUtime=2.97
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 1262 0 0 0 297 0 0 0 18 0 3 0 331456101 48545792 1223 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 11852 1223 387 42 0 6104 0
[pid=25703/tid=25705] ppid=25701 vsize=47408 CPUtime=1.48
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 427 0 0 0 148 0 0 0 18 0 3 0 331456103 48545792 1223 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311478 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=47408 CPUtime=1.47
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 262 0 0 0 147 0 0 0 25 0 3 0 331456103 48545792 1223 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 47408

[startup+3.10213 s]
/proc/loadavg: 0.00 0.00 0.20 3/67 25706
/proc/meminfo: memFree=1627216/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=49184 CPUtime=6.15
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 1616 0 0 0 615 0 0 0 18 0 3 0 331456101 50364416 1544 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 12296 1544 387 42 0 6548 0
[pid=25703/tid=25705] ppid=25701 vsize=49184 CPUtime=3.08
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 696 0 0 0 308 0 0 0 25 0 3 0 331456103 50364416 1544 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=49184 CPUtime=3.06
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 347 0 0 0 306 0 0 0 25 0 3 0 331456103 50364416 1544 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242545 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 49184

[startup+6.3017 s]
/proc/loadavg: 0.16 0.03 0.21 3/67 25706
/proc/meminfo: memFree=1624848/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=51192 CPUtime=12.54
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 2140 0 0 0 1253 1 0 0 18 0 3 0 331456101 52420608 2035 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 12798 2035 387 42 0 7050 0
[pid=25703/tid=25705] ppid=25701 vsize=51192 CPUtime=6.28
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 979 0 0 0 627 1 0 0 25 0 3 0 331456103 52420608 2035 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=51192 CPUtime=6.24
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 588 0 0 0 624 0 0 0 25 0 3 0 331456103 52420608 2035 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285268 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 51192

[startup+12.7028 s]
/proc/loadavg: 0.31 0.07 0.22 3/67 25706
/proc/meminfo: memFree=1621912/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=53836 CPUtime=25.31
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 2839 0 0 0 2529 2 0 0 18 0 3 0 331456101 55128064 2734 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 13459 2734 387 42 0 7711 0
[pid=25703/tid=25705] ppid=25701 vsize=53836 CPUtime=12.67
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 1338 0 0 0 1266 1 0 0 25 0 3 0 331456103 55128064 2734 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=53836 CPUtime=12.62
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 928 0 0 0 1262 0 0 0 25 0 3 0 331456103 55128064 2734 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 53836

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.25 3/67 25706
/proc/meminfo: memFree=1618968/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=57524 CPUtime=50.84
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 3699 0 0 0 5082 2 0 0 18 0 3 0 331456101 58904576 3431 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 14381 3431 387 42 0 8633 0
[pid=25703/tid=25705] ppid=25701 vsize=57524 CPUtime=25.47
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 1908 0 0 0 2545 2 0 0 25 0 3 0 331456103 58904576 3431 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=57524 CPUtime=25.35
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 1218 0 0 0 2535 0 0 0 25 0 3 0 331456103 58904576 3431 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 57524

[startup+51.1017 s]
/proc/loadavg: 1.13 0.31 0.29 3/67 25706
/proc/meminfo: memFree=1615000/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=61840 CPUtime=101.93
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 4930 0 0 0 10189 4 0 0 18 0 3 0 331456101 63324160 4431 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 15460 4431 387 42 0 9712 0
[pid=25703/tid=25705] ppid=25701 vsize=61840 CPUtime=51.06
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 2540 0 0 0 5103 3 0 0 25 0 3 0 331456103 63324160 4431 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311229 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=61840 CPUtime=50.84
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 1817 0 0 0 5084 0 0 0 25 0 3 0 331456103 63324160 4431 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 61840

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.38 3/67 25706
/proc/meminfo: memFree=1608856/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=69584 CPUtime=204.09
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 6816 0 0 0 20402 7 0 0 18 0 3 0 331456101 71254016 5961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 17396 5961 387 42 0 11648 0
[pid=25703/tid=25705] ppid=25701 vsize=69584 CPUtime=102.25
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 3595 0 0 0 10219 6 0 0 25 0 3 0 331456103 71254016 5961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=69584 CPUtime=101.82
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 2648 0 0 0 10182 0 0 0 25 0 3 0 331456103 71254016 5961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 69584

[startup+162.302 s]
/proc/loadavg: 1.86 0.82 0.48 3/67 25706
/proc/meminfo: memFree=1602392/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=77364 CPUtime=323.8
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 8943 0 0 0 32372 8 0 0 18 0 3 0 331456101 79220736 7506 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 19341 7506 387 42 0 13593 0
[pid=25703/tid=25705] ppid=25701 vsize=77364 CPUtime=162.22
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 4578 0 0 0 16215 7 0 0 25 0 3 0 331456103 79220736 7506 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=77364 CPUtime=161.55
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 3792 0 0 0 16155 0 0 0 25 0 3 0 331456103 79220736 7506 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.8
Current children cumulated vsize (KiB) 77364

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.57 3/67 25706
/proc/meminfo: memFree=1597848/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=81484 CPUtime=443.52
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 10302 0 0 0 44342 10 0 0 18 0 3 0 331456101 83439616 8669 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 20371 8669 387 42 0 14623 0
[pid=25703/tid=25705] ppid=25701 vsize=81484 CPUtime=222.2
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 5319 0 0 0 22212 8 0 0 25 0 3 0 331456103 83439616 8669 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=81484 CPUtime=221.29
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 4410 0 0 0 22128 1 0 0 25 0 3 0 331456103 83439616 8669 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.52
Current children cumulated vsize (KiB) 81484

[startup+282.303 s]
/proc/loadavg: 1.98 1.21 0.66 3/67 25706
/proc/meminfo: memFree=1593880/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=86696 CPUtime=563.23
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 11847 0 0 0 56311 12 0 0 18 0 3 0 331456101 88776704 9665 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 21674 9665 387 42 0 15926 0
[pid=25703/tid=25705] ppid=25701 vsize=86696 CPUtime=282.18
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 6370 0 0 0 28208 10 0 0 25 0 3 0 331456103 88776704 9665 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=86696 CPUtime=281.03
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 4904 0 0 0 28102 1 0 0 25 0 3 0 331456103 88776704 9665 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.23
Current children cumulated vsize (KiB) 86696

[startup+342.302 s]
/proc/loadavg: 1.99 1.35 0.74 3/67 25706
/proc/meminfo: memFree=1590232/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=91604 CPUtime=682.95
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 13120 0 0 0 68282 13 0 0 18 0 3 0 331456101 93802496 10582 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 22901 10582 387 42 0 17153 0
[pid=25703/tid=25705] ppid=25701 vsize=91604 CPUtime=342.16
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 6919 0 0 0 34205 11 0 0 25 0 3 0 331456103 93802496 10582 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=91604 CPUtime=340.77
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 5628 0 0 0 34075 2 0 0 25 0 3 0 331456103 93802496 10582 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.95
Current children cumulated vsize (KiB) 91604

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.81 3/67 25706
/proc/meminfo: memFree=1586328/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=95728 CPUtime=802.66
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 14306 0 0 0 80252 14 0 0 18 0 3 0 331456101 98025472 11538 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 23932 11538 387 42 0 18184 0
[pid=25703/tid=25705] ppid=25701 vsize=95728 CPUtime=402.14
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 7692 0 0 0 40202 12 0 0 25 0 3 0 331456103 98025472 11538 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=95728 CPUtime=400.5
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 6041 0 0 0 40048 2 0 0 25 0 3 0 331456103 98025472 11538 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.66
Current children cumulated vsize (KiB) 95728

[startup+462.302 s]
/proc/loadavg: 1.99 1.56 0.89 3/67 25706
/proc/meminfo: memFree=1582616/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=98956 CPUtime=922.38
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 15278 0 0 0 92222 16 0 0 18 0 3 0 331456101 101330944 12477 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 24739 12477 387 42 0 18991 0
[pid=25703/tid=25705] ppid=25701 vsize=98956 CPUtime=462.12
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 8246 0 0 0 46199 13 0 0 25 0 3 0 331456103 101330944 12477 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=98956 CPUtime=460.23
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 6459 0 0 0 46021 2 0 0 25 0 3 0 331456103 101330944 12477 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.38
Current children cumulated vsize (KiB) 98956

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.95 3/67 25706
/proc/meminfo: memFree=1578904/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=103968 CPUtime=1042.11
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 16789 0 0 0 104192 19 0 0 18 0 3 0 331456101 106463232 13403 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 25992 13403 387 42 0 20244 0
[pid=25703/tid=25705] ppid=25701 vsize=103968 CPUtime=522.1
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 8819 0 0 0 52195 15 0 0 25 0 3 0 331456103 106463232 13403 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=103968 CPUtime=519.98
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 7397 0 0 0 51995 3 0 0 25 0 3 0 331456103 106463232 13403 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.11
Current children cumulated vsize (KiB) 103968

[startup+582.302 s]
/proc/loadavg: 1.99 1.70 1.02 3/67 25706
/proc/meminfo: memFree=1576216/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=108556 CPUtime=1161.82
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 18269 0 0 0 116162 20 0 0 18 0 3 0 331456101 111161344 14081 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 27139 14081 387 42 0 21391 0
[pid=25703/tid=25705] ppid=25701 vsize=108556 CPUtime=582.08
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 9375 0 0 0 58192 16 0 0 25 0 3 0 331456103 111161344 14081 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=108556 CPUtime=579.71
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 8321 0 0 0 57968 3 0 0 25 0 3 0 331456103 111161344 14081 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241632 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.82
Current children cumulated vsize (KiB) 108556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 1.99 1.72 1.03 3/67 25706
/proc/meminfo: memFree=1574872/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=110488 CPUtime=1200.13
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 18727 0 0 0 119993 20 0 0 18 0 3 0 331456101 113139712 14410 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 27622 14410 387 42 0 21874 0
[pid=25703/tid=25705] ppid=25701 vsize=110488 CPUtime=601.28
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 9532 0 0 0 60112 16 0 0 25 0 3 0 331456103 113139712 14410 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=110488 CPUtime=598.82
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 8622 0 0 0 59879 3 0 0 25 0 3 0 331456103 113139712 14410 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 110488

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.03 3/67 25706
/proc/meminfo: memFree=1574872/2055920 swapFree=4183500/4192956
[pid=25703] ppid=25701 vsize=110488 CPUtime=1200.13
/proc/25703/stat : 25703 (ornithorynque) S 25701 25703 25646 0 -1 4194304 18727 0 0 0 119993 20 0 0 18 0 3 0 331456101 113139712 14410 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271903125371 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 27622 14410 387 42 0 21874 0
[pid=25703/tid=25705] ppid=25701 vsize=110488 CPUtime=601.28
/proc/25703/task/25705/stat : 25705 (ornithorynque) R 25701 25703 25646 0 -1 4194368 9532 0 0 0 60112 16 0 0 25 0 3 0 331456103 113139712 14410 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=110488 CPUtime=598.82
/proc/25703/task/25706/stat : 25706 (ornithorynque) R 25701 25703 25646 0 -1 4194368 8622 0 0 0 59879 3 0 0 25 0 3 0 331456103 113139712 14410 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 110488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.524
CPU time (s): 1200.16
CPU user time (s): 1199.94
CPU system time (s): 0.216967
CPU usage (%): 199.52
Max. virtual memory (cumulated for all children) (KiB): 110488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18727
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= 9133

runsolver used 0.594909 second user time and 1.60776 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Mar  5 17:16:33 UTC 2007

IDJOB= 327940
IDBENCH= 19848
IDSOLVER= 139
FILE ID= node60/327940-1173114993

PBS_JOBID= 4014756

Free space on /tmp= 66534 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  693bc5cdd356b5e961552ebc3dddd87e

RANDOM SEED= 421726359

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1632064 kB
Buffers:         27520 kB
Cached:         322464 kB
SwapCached:       3412 kB
Active:          51748 kB
Inactive:       307636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632064 kB
SwapTotal:     4192956 kB
SwapFree:      4183500 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            50480 kB
Committed_AS:   915524 kB
PageTables:       1464 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= 66534 MiB

End job on node60 on Mon Mar  5 17:26:36 UTC 2007