Trace number 339145

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.25 601.55

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
MD5SUM0a790b16b30661bee32dad474c146a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned short
0.00/0.00	c parsing...
0.00/0.01	c ...done
0.00/0.01	c nbVar=280 nbClause=1120
0.00/0.01	c nbVar=280 nbClause=1120
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=971 maxSat=0
0.05/0.04	c flip 0 nbSat=1343 maxSat=1099
0.18/0.12	c flip 0 nbSat=2098 maxSat=1466
0.58/0.38	c flip 0 nbSat=4052 maxSat=2212
1.78/0.96	c flip 0 nbSat=7711 maxSat=4179
2.77/1.49	c nbDecision=10000 #clauses=11049
4.18/2.16	c flip 0 nbSat=14705 maxSat=7829
6.37/3.28	c nbDecision=20000 #clauses=21051
10.36/5.29	c nbDecision=30000 #clauses=31049
12.74/6.48	c flip 0 nbSat=35349 maxSat=14828
16.34/8.23	c nbDecision=40000 #clauses=41049
23.71/11.93	c nbDecision=50000 #clauses=51049
31.10/15.63	c nbDecision=60000 #clauses=61053
38.08/19.18	c nbDecision=70000 #clauses=71051
43.48/21.81	c flip 0 nbSat=80522 maxSat=35471
43.48/21.81	c nbDecision=80000 #clauses=81051
49.06/24.60	c nbDecision=90000 #clauses=91053
54.85/27.59	c nbDecision=100000 #clauses=101051
59.84/30.06	c nbDecision=110000 #clauses=111053
65.43/32.81	c nbDecision=120000 #clauses=121049
71.21/35.77	c nbDecision=130000 #clauses=131051
76.41/38.32	c nbDecision=140000 #clauses=141049
81.39/40.88	c nbDecision=150000 #clauses=151053
86.77/43.59	c nbDecision=160000 #clauses=161053
96.16/48.27	c nbDecision=170000 #clauses=171051
102.54/51.49	c flip 0 nbSat=175838 maxSat=80633
108.32/54.37	c nbDecision=180000 #clauses=181051
120.89/60.63	c nbDecision=190000 #clauses=191053
132.66/66.53	c nbDecision=200000 #clauses=201051
142.04/71.27	c nbDecision=210000 #clauses=211051
152.22/76.35	c nbDecision=220000 #clauses=221051
163.19/81.83	c nbDecision=230000 #clauses=231059
172.38/86.49	c nbDecision=240000 #clauses=241051
181.97/91.25	c nbDecision=250000 #clauses=251055
192.14/96.37	c nbDecision=260000 #clauses=261055
202.30/101.41	c nbDecision=270000 #clauses=271057
212.88/106.76	c nbDecision=280000 #clauses=281051
223.45/112.01	c nbDecision=290000 #clauses=291053
244.20/122.42	c nbDecision=300000 #clauses=301041
254.97/127.87	c flip 0 nbSat=304114 maxSat=175957
276.93/138.81	c nbDecision=310000 #clauses=311039
310.44/155.62	c nbDecision=320000 #clauses=321043
346.17/173.55	c nbDecision=330000 #clauses=331039
379.88/190.42	c nbDecision=340000 #clauses=341043
415.20/208.17	c nbDecision=350000 #clauses=351043
452.33/226.77	c nbDecision=360000 #clauses=361047
481.84/241.60	c nbDecision=370000 #clauses=371031
511.98/256.62	c nbDecision=380000 #clauses=381029
542.32/271.85	c nbDecision=390000 #clauses=391031
570.65/286.04	c flip 0 nbSat=399805 maxSat=304230
573.23/287.30	c nbDecision=400000 #clauses=401033
605.17/303.30	c nbDecision=410000 #clauses=411037
636.30/318.97	c nbDecision=420000 #clauses=421033
668.81/335.21	c nbDecision=430000 #clauses=431031
697.15/349.40	c nbDecision=440000 #clauses=441033
726.09/363.95	c nbDecision=450000 #clauses=451035
757.61/379.76	c nbDecision=460000 #clauses=461029
786.34/394.19	c nbDecision=470000 #clauses=471031
817.08/409.55	c nbDecision=480000 #clauses=481029
848.60/425.40	c nbDecision=490000 #clauses=491037
878.94/440.53	c nbDecision=500000 #clauses=501033
910.06/456.14	c nbDecision=510000 #clauses=511033
940.38/471.32	c nbDecision=520000 #clauses=521033
972.13/487.21	c nbDecision=530000 #clauses=531035
987.69/495.06	c flip 0 nbSat=535646 maxSat=399924
1004.05/503.27	c nbDecision=540000 #clauses=541033
1036.17/519.32	c nbDecision=550000 #clauses=551033
1065.89/534.25	c nbDecision=560000 #clauses=561029
1073.67/538.19	c nbDecision=570000 #clauses=571033
1083.06/542.81	c nbDecision=580000 #clauses=581031
1093.63/548.15	c nbDecision=590000 #clauses=591035
1102.81/552.75	c nbDecision=600000 #clauses=601031
1113.18/557.93	c nbDecision=610000 #clauses=611035
1124.95/563.84	c nbDecision=620000 #clauses=621031
1135.53/569.17	c nbDecision=630000 #clauses=631029
1145.72/574.27	c nbDecision=640000 #clauses=641029
1156.69/579.74	c nbDecision=650000 #clauses=651031
1168.87/585.84	c nbDecision=660000 #clauses=661033
1180.04/591.48	c nbDecision=670000 #clauses=671033
1192.80/597.82	c nbDecision=680000 #clauses=681035

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/node4/watcher-339145-1173699258 -o ROOT/results/node4/solver-339145-1173699258 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339145-1173699258/ornithorynque /tmp/evaluation/339145-1173699258/instance-339145-1173699258.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.99 0.97 0.98 3/77 9472
/proc/meminfo: memFree=1421992/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=23220 CPUtime=0
/proc/9472/stat : 9472 (ornithorynque) R 9470 9472 5805 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 389880663 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259910571120 0 0 4096 0 0 0 0 17 1 0 0
/proc/9472/statm: 5805 263 218 42 0 45 0

[startup+0.0346961 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 9472
/proc/meminfo: memFree=1421992/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=44072 CPUtime=0.05
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 566 0 0 0 5 0 0 0 18 0 3 0 389880663 45129728 527 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 11018 527 387 42 0 5270 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44072

[startup+0.101704 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 9472
/proc/meminfo: memFree=1421992/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=45228 CPUtime=0.18
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 623 0 0 0 18 0 0 0 18 0 3 0 389880663 46313472 584 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 11307 584 387 42 0 5559 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45228

[startup+0.301725 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 9472
/proc/meminfo: memFree=1421992/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=45488 CPUtime=0.58
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 745 0 0 0 58 0 0 0 18 0 3 0 389880663 46579712 706 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 11372 706 387 42 0 5624 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45488

[startup+0.701762 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 9472
/proc/meminfo: memFree=1421992/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=46160 CPUtime=1.38
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 1002 0 0 0 137 1 0 0 18 0 3 0 389880663 47267840 963 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 11540 963 387 42 0 5792 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 46160

[startup+1.50184 s]
/proc/loadavg: 1.07 0.99 0.98 3/80 9475
/proc/meminfo: memFree=1418384/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=48248 CPUtime=2.97
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 1437 0 0 0 296 1 0 0 18 0 3 0 389880663 49405952 1398 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 12062 1398 387 42 0 6314 0
[pid=9472/tid=9474] ppid=9470 vsize=48248 CPUtime=1.47
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 545 0 0 0 147 0 0 0 25 0 3 0 389880664 49405952 1398 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4290239 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9472/tid=9475] ppid=9470 vsize=48248 CPUtime=1.48
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 346 0 0 0 148 0 0 0 25 0 3 0 389880664 49405952 1398 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4284356 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 48248

[startup+3.102 s]
/proc/loadavg: 1.07 0.99 0.98 3/80 9475
/proc/meminfo: memFree=1416848/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=51516 CPUtime=6.17
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 2269 0 0 0 616 1 0 0 18 0 3 0 389880663 52752384 2197 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 12879 2197 387 42 0 7131 0
[pid=9472/tid=9474] ppid=9470 vsize=51516 CPUtime=3.07
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 1051 0 0 0 307 0 0 0 25 0 3 0 389880664 52752384 2197 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259913061089 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9472/tid=9475] ppid=9470 vsize=51516 CPUtime=3.07
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 672 0 0 0 307 0 0 0 25 0 3 0 389880664 52752384 2197 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 51516

[startup+6.30131 s]
/proc/loadavg: 1.15 1.00 0.99 3/80 9475
/proc/meminfo: memFree=1411984/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=55148 CPUtime=12.54
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 3174 0 0 0 1252 2 0 0 18 0 3 0 389880663 56471552 3004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 13787 3004 387 42 0 8039 0
[pid=9472/tid=9474] ppid=9470 vsize=55148 CPUtime=6.27
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 1956 0 0 0 626 1 0 0 25 0 3 0 389880664 56471552 3004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311238 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9472/tid=9475] ppid=9470 vsize=55148 CPUtime=6.25
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 672 0 0 0 625 0 0 0 25 0 3 0 389880664 56471552 3004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 55148

[startup+12.7029 s]
/proc/loadavg: 1.22 1.02 1.00 3/80 9475
/proc/meminfo: memFree=1403344/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=65204 CPUtime=25.31
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 5512 0 0 0 2528 3 0 0 18 0 3 0 389880663 66768896 4980 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 16301 4980 387 42 0 10553 0
[pid=9472/tid=9474] ppid=9470 vsize=65204 CPUtime=12.68
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 2929 0 0 0 1266 2 0 0 25 0 3 0 389880664 66768896 4980 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4288607 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9472/tid=9475] ppid=9470 vsize=65204 CPUtime=12.61
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 2037 0 0 0 1261 0 0 0 25 0 3 0 389880664 66768896 4980 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 65204

[startup+25.5011 s]
/proc/loadavg: 1.39 1.07 1.01 3/80 9475
/proc/meminfo: memFree=1387344/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=85248 CPUtime=50.85
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 11199 0 0 0 5079 6 0 0 18 0 3 0 389880663 87293952 8968 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 21312 8968 387 42 0 15564 0
[pid=9472/tid=9474] ppid=9470 vsize=85248 CPUtime=25.47
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 5469 0 0 0 2544 3 0 0 25 0 3 0 389880664 87293952 8968 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312023 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9472/tid=9475] ppid=9470 vsize=85248 CPUtime=25.35
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 5184 0 0 0 2534 1 0 0 25 0 3 0 389880664 87293952 8968 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 85248

[startup+51.1016 s]
/proc/loadavg: 1.60 1.14 1.04 3/80 9475
/proc/meminfo: memFree=1368400/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=105076 CPUtime=101.94
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 16667 0 0 0 10185 9 0 0 18 0 3 0 389880663 107597824 13691 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 26269 13691 387 42 0 20521 0
[pid=9472/tid=9474] ppid=9470 vsize=105076 CPUtime=51.06
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 10937 0 0 0 5100 6 0 0 25 0 3 0 389880664 107597824 13691 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9472/tid=9475] ppid=9470 vsize=105076 CPUtime=50.86
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 5184 0 0 0 5084 2 0 0 25 0 3 0 389880664 107597824 13691 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283791 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 105076

[startup+102.305 s]
/proc/loadavg: 1.82 1.27 1.08 3/80 9475
/proc/meminfo: memFree=1331984/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=149820 CPUtime=204.1
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 30897 0 0 0 20393 17 0 0 18 0 3 0 389880663 153415680 22694 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 37455 22695 387 42 0 31707 0
[pid=9472/tid=9474] ppid=9470 vsize=149820 CPUtime=102.25
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 17356 0 0 0 10214 11 0 0 25 0 3 0 389880664 153415680 22695 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259913061089 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9472/tid=9475] ppid=9470 vsize=149820 CPUtime=101.83
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 12996 0 0 0 10178 5 0 0 25 0 3 0 389880664 153415680 22695 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) 149820

[startup+162.301 s]
/proc/loadavg: 1.93 1.40 1.14 3/80 9475
/proc/meminfo: memFree=1299408/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=197228 CPUtime=323.82
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 47454 0 0 0 32357 25 0 0 18 0 3 0 389880663 201961472 30834 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 49307 30834 387 42 0 43559 0
[pid=9472/tid=9474] ppid=9470 vsize=197228 CPUtime=162.09
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 20708 0 0 0 16194 15 0 0 25 0 3 0 389880664 201961472 30834 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311458 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=197228 CPUtime=161.71
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 26200 0 0 0 16162 9 0 0 25 0 3 0 389880664 201961472 30834 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.82
Current children cumulated vsize (KiB) 197228

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.19 3/80 9475
/proc/meminfo: memFree=1292112/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=204640 CPUtime=443.54
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 49454 0 0 0 44327 27 0 0 18 0 3 0 389880663 209551360 32640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 51160 32640 387 42 0 45412 0
[pid=9472/tid=9474] ppid=9470 vsize=204640 CPUtime=221.82
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 22708 0 0 0 22166 16 0 0 25 0 3 0 389880664 209551360 32640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311247 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=204640 CPUtime=221.7
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 26200 0 0 0 22160 10 0 0 25 0 3 0 389880664 209551360 32640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.54
Current children cumulated vsize (KiB) 204640

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.24 3/80 9475
/proc/meminfo: memFree=1283536/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=213260 CPUtime=563.25
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 51887 0 0 0 56295 30 0 0 18 0 3 0 389880663 218378240 34815 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 53315 34815 387 42 0 47567 0
[pid=9472/tid=9474] ppid=9470 vsize=213260 CPUtime=281.55
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 25141 0 0 0 28136 19 0 0 25 0 3 0 389880664 218378240 34815 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311522 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=213260 CPUtime=281.68
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 26200 0 0 0 28158 10 0 0 25 0 3 0 389880664 218378240 34815 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.25
Current children cumulated vsize (KiB) 213260

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.28 3/80 9475
/proc/meminfo: memFree=1259728/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=234012 CPUtime=682.98
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 60852 0 0 0 68262 36 0 0 18 0 3 0 389880663 239628288 40757 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 58503 40757 387 42 0 52755 0
[pid=9472/tid=9474] ppid=9470 vsize=234012 CPUtime=341.3
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 27794 0 0 0 34108 22 0 0 25 0 3 0 389880664 239628288 40757 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=234012 CPUtime=341.66
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 32512 0 0 0 34153 13 0 0 25 0 3 0 389880664 239628288 40757 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.98
Current children cumulated vsize (KiB) 234012

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.32 3/80 9475
/proc/meminfo: memFree=1251536/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=241844 CPUtime=802.71
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 62913 0 0 0 80233 38 0 0 18 0 3 0 389880663 247648256 42818 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 60461 42818 387 42 0 54713 0
[pid=9472/tid=9474] ppid=9470 vsize=241844 CPUtime=401.04
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 29855 0 0 0 40080 24 0 0 25 0 3 0 389880664 247648256 42818 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=241844 CPUtime=401.65
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 32512 0 0 0 40151 14 0 0 25 0 3 0 389880664 247648256 42818 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240905 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.71
Current children cumulated vsize (KiB) 241844

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.36 3/80 9475
/proc/meminfo: memFree=1242960/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=250488 CPUtime=922.43
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 65293 0 0 0 92202 41 0 0 18 0 3 0 389880663 256499712 44941 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 62622 44941 387 42 0 56874 0
[pid=9472/tid=9474] ppid=9470 vsize=250488 CPUtime=460.78
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 32235 0 0 0 46052 26 0 0 25 0 3 0 389880664 256499712 44941 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=250488 CPUtime=461.63
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 32512 0 0 0 46149 14 0 0 25 0 3 0 389880664 256499712 44941 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283791 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.43
Current children cumulated vsize (KiB) 250488

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.40 3/80 9475
/proc/meminfo: memFree=1215312/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=302364 CPUtime=1042.15
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 83408 0 0 0 104164 51 0 0 18 0 3 0 389880663 309620736 51832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 75591 51832 387 42 0 69843 0
[pid=9472/tid=9474] ppid=9470 vsize=302364 CPUtime=520.51
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 35726 0 0 0 52023 28 0 0 25 0 3 0 389880664 309620736 51832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=302364 CPUtime=521.62
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 47136 0 0 0 52140 22 0 0 25 0 3 0 389880664 309620736 51832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1042.15
Current children cumulated vsize (KiB) 302364

[startup+582.301 s]
/proc/loadavg: 1.99 1.84 1.43 3/80 9477
/proc/meminfo: memFree=1191440/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=326936 CPUtime=1161.87
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 90504 0 0 0 116130 57 0 0 18 0 3 0 389880663 334782464 57803 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 81734 57803 387 42 0 75986 0
[pid=9472/tid=9474] ppid=9470 vsize=326936 CPUtime=580.25
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 42822 0 0 0 57991 34 0 0 25 0 3 0 389880664 334782464 57803 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=326936 CPUtime=581.6
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 47136 0 0 0 58138 22 0 0 25 0 3 0 389880664 334782464 57803 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241569 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.87
Current children cumulated vsize (KiB) 326936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.501 s]
/proc/loadavg: 2.07 1.87 1.45 3/80 9477
/proc/meminfo: memFree=1184912/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=332832 CPUtime=1200.19
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 92087 0 0 0 119960 59 0 0 18 0 3 0 389880663 340819968 59386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 83208 59386 387 42 0 77460 0
[pid=9472/tid=9474] ppid=9470 vsize=332832 CPUtime=599.37
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 44405 0 0 0 59901 36 0 0 25 0 3 0 389880664 340819968 59386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311223 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=332832 CPUtime=600.8
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 47136 0 0 0 60058 22 0 0 25 0 3 0 389880664 340819968 59386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 332832

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

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

[startup+601.501 s]
/proc/loadavg: 2.07 1.87 1.45 3/80 9477
/proc/meminfo: memFree=1184912/2055920 swapFree=4153224/4192956
[pid=9472] ppid=9470 vsize=332832 CPUtime=1200.19
/proc/9472/stat : 9472 (ornithorynque) S 9470 9472 5805 0 -1 4194304 92087 0 0 0 119960 59 0 0 18 0 3 0 389880663 340819968 59386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259922095995 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9472/statm: 83208 59386 387 42 0 77460 0
[pid=9472/tid=9474] ppid=9470 vsize=332832 CPUtime=599.37
/proc/9472/task/9474/stat : 9474 (ornithorynque) R 9470 9472 5805 0 -1 4194368 44405 0 0 0 59901 36 0 0 25 0 3 0 389880664 340819968 59386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311223 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=9472/tid=9475] ppid=9470 vsize=332832 CPUtime=600.8
/proc/9472/task/9475/stat : 9475 (ornithorynque) R 9470 9472 5805 0 -1 4194368 47136 0 0 0 60058 22 0 0 25 0 3 0 389880664 340819968 59386 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 332832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.55
CPU time (s): 1200.25
CPU user time (s): 1199.62
CPU system time (s): 0.632903
CPU usage (%): 199.526
Max. virtual memory (cumulated for all children) (KiB): 332832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.62
system time used= 0.632903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92087
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= 28
involuntary context switches= 22766

runsolver used 0.573912 second user time and 1.63175 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Mar 12 11:34:18 UTC 2007

IDJOB= 339145
IDBENCH= 24739
IDSOLVER= 139
FILE ID= node4/339145-1173699258

PBS_JOBID= 4101462

Free space on /tmp= 66505 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339145-1173699258/ornithorynque /tmp/evaluation/339145-1173699258/instance-339145-1173699258.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-339145-1173699258 -o ROOT/results/node4/solver-339145-1173699258 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339145-1173699258/ornithorynque /tmp/evaluation/339145-1173699258/instance-339145-1173699258.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  0a790b16b30661bee32dad474c146a58

RANDOM SEED= 543203175

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1422400 kB
Buffers:         58592 kB
Cached:         477768 kB
SwapCached:       3016 kB
Active:         201084 kB
Inactive:       359848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422400 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          31032 kB
Slab:            58100 kB
Committed_AS:  1369592 kB
PageTables:       1772 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= 66505 MiB

End job on node4 on Mon Mar 12 11:44:22 UTC 2007