Trace number 328188

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.15 601.528

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S1661921212-08.cnf
MD5SUM22f4fe283de9b4edb36d67aef170514a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses20400
Sum of the clauses size142800
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520400

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.09	c ...done
0.00/0.09	c nbVar=240 nbClause=20400
0.00/0.09	c nbVar=240 nbClause=20400
0.09/0.11	c complete search running
0.09/0.11	c local search running
0.09/0.11	c flip 0 nbSat=20222 maxSat=0
1.48/0.87	c flip 0 nbSat=22654 maxSat=20321
4.48/2.34	c flip 0 nbSat=25451 maxSat=22725
9.26/4.74	c nbDecision=10000 #clauses=28556
9.45/4.80	c flip 0 nbSat=28450 maxSat=25523
18.24/9.23	c flip 0 nbSat=32612 maxSat=28518
30.21/15.20	c nbDecision=20000 #clauses=36885
33.80/17.04	c flip 0 nbSat=37730 maxSat=32701
58.56/29.41	c flip 0 nbSat=43610 maxSat=37797
65.94/33.18	c nbDecision=30000 #clauses=45167
93.87/47.18	c flip 0 nbSat=52843 maxSat=43685
95.66/48.09	c nbDecision=40000 #clauses=53470
138.18/69.35	c nbDecision=50000 #clauses=61607
141.56/71.09	c flip 0 nbSat=62014 maxSat=52936
184.06/92.31	c nbDecision=60000 #clauses=69907
204.61/102.69	c flip 0 nbSat=72158 maxSat=62097
254.50/127.69	c nbDecision=70000 #clauses=78265
279.84/140.39	c flip 0 nbSat=81057 maxSat=72239
329.93/165.45	c nbDecision=80000 #clauses=86596
370.22/185.62	c flip 0 nbSat=90454 maxSat=81151
396.57/198.88	c nbDecision=90000 #clauses=95020
461.41/231.36	c nbDecision=100000 #clauses=103416
470.39/235.82	c flip 0 nbSat=104288 maxSat=90568
538.24/269.89	c nbDecision=110000 #clauses=111926
596.11/298.88	c flip 0 nbSat=116752 maxSat=104357
641.59/321.65	c nbDecision=120000 #clauses=120350
736.78/369.39	c flip 0 nbSat=126389 maxSat=116842
772.30/387.13	c nbDecision=130000 #clauses=128674
893.01/447.62	c flip 0 nbSat=136210 maxSat=126482
902.99/452.69	c nbDecision=140000 #clauses=137050
1022.52/512.51	c nbDecision=150000 #clauses=145438
1065.02/533.84	c flip 0 nbSat=147610 maxSat=136263
1187.33/595.11	c nbDecision=160000 #clauses=153798

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/node17/watcher-328188-1173108650 -o ROOT/results/node17/solver-328188-1173108650 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328188-1173108650/ornithorynque /tmp/evaluation/328188-1173108650/instance-328188-1173108650.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.83 3/77 19216
/proc/meminfo: memFree=1693448/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=23220 CPUtime=0
/proc/19216/stat : 19216 (ornithorynque) R 19214 19216 18793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 330819230 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245480068208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19216/statm: 5805 263 218 42 0 45 0

[startup+0.104554 s]
/proc/loadavg: 1.83 1.94 1.83 3/77 19216
/proc/meminfo: memFree=1693448/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=26208 CPUtime=0.09
/proc/19216/stat : 19216 (ornithorynque) R 19214 19216 18793 0 -1 4194304 1232 0 0 0 9 0 0 0 18 0 1 0 330819230 26836992 1127 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/19216/statm: 6552 1129 382 42 0 804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26208

[startup+0.201569 s]
/proc/loadavg: 1.83 1.94 1.83 3/77 19216
/proc/meminfo: memFree=1693448/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=47648 CPUtime=0.27
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 1469 0 0 0 27 0 0 0 18 0 3 0 330819230 48791552 1364 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 11912 1364 387 42 0 6164 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 47648

[startup+0.30258 s]
/proc/loadavg: 1.83 1.94 1.83 3/77 19216
/proc/meminfo: memFree=1693448/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=47780 CPUtime=0.48
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 1498 0 0 0 48 0 0 0 18 0 3 0 330819230 48926720 1393 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 11945 1393 387 42 0 6197 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 47780

[startup+0.702622 s]
/proc/loadavg: 1.83 1.94 1.83 3/77 19216
/proc/meminfo: memFree=1693448/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=48172 CPUtime=1.28
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 1590 0 0 0 127 1 0 0 18 0 3 0 330819230 49328128 1485 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 12043 1485 387 42 0 6295 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 48172

[startup+1.50271 s]
/proc/loadavg: 1.83 1.94 1.83 3/80 19219
/proc/meminfo: memFree=1687728/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=49456 CPUtime=2.88
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 1916 0 0 0 287 1 0 0 18 0 3 0 330819230 50642944 1811 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 12364 1811 387 42 0 6616 0
[pid=19216/tid=19218] ppid=19214 vsize=49456 CPUtime=1.38
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 240 0 0 0 138 0 0 0 25 0 3 0 330819241 50642944 1811 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311518 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=49456 CPUtime=1.38
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 272 0 0 0 138 0 0 0 25 0 3 0 330819241 50642944 1811 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241640 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 49456

[startup+3.10187 s]
/proc/loadavg: 1.83 1.94 1.83 3/80 19219
/proc/meminfo: memFree=1687088/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=52032 CPUtime=6.07
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 2324 0 0 0 606 1 0 0 18 0 3 0 330819230 53280768 2219 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 13008 2219 387 42 0 7260 0
[pid=19216/tid=19218] ppid=19214 vsize=52032 CPUtime=2.98
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 393 0 0 0 298 0 0 0 25 0 3 0 330819241 53280768 2219 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=52032 CPUtime=2.97
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 527 0 0 0 297 0 0 0 25 0 3 0 330819241 53280768 2219 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241168 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 52032

[startup+6.3012 s]
/proc/loadavg: 1.85 1.94 1.83 3/80 19219
/proc/meminfo: memFree=1683504/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=54112 CPUtime=12.45
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 2944 0 0 0 1244 1 0 0 18 0 3 0 330819230 55410688 2839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 13528 2839 387 42 0 7780 0
[pid=19216/tid=19218] ppid=19214 vsize=54112 CPUtime=6.18
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 650 0 0 0 618 0 0 0 25 0 3 0 330819241 55410688 2839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=54112 CPUtime=6.16
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 890 0 0 0 616 0 0 0 25 0 3 0 330819241 55410688 2839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 54112

[startup+12.7019 s]
/proc/loadavg: 1.86 1.94 1.83 3/80 19219
/proc/meminfo: memFree=1680568/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=57996 CPUtime=25.23
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 3763 0 0 0 2521 2 0 0 18 0 3 0 330819230 59387904 3528 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 14499 3528 387 42 0 8751 0
[pid=19216/tid=19218] ppid=19214 vsize=57996 CPUtime=12.58
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 1080 0 0 0 1257 1 0 0 25 0 3 0 330819241 59387904 3528 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=57996 CPUtime=12.53
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 1279 0 0 0 1253 0 0 0 25 0 3 0 330819241 59387904 3528 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241016 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 57996

[startup+25.5022 s]
/proc/loadavg: 1.89 1.94 1.83 3/80 19219
/proc/meminfo: memFree=1676216/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=63220 CPUtime=50.77
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 4865 0 0 0 5074 3 0 0 18 0 3 0 330819230 64737280 4590 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 15805 4590 387 42 0 10057 0
[pid=19216/tid=19218] ppid=19214 vsize=63220 CPUtime=25.38
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 1607 0 0 0 2536 2 0 0 25 0 3 0 330819241 64737280 4590 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=63220 CPUtime=25.28
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 1854 0 0 0 2528 0 0 0 25 0 3 0 330819241 64737280 4590 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283322 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 63220

[startup+51.1029 s]
/proc/loadavg: 1.93 1.94 1.83 3/80 19219
/proc/meminfo: memFree=1666424/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=74468 CPUtime=101.85
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 7344 0 0 0 10180 5 0 0 18 0 3 0 330819230 76255232 7069 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 18617 7069 387 42 0 12869 0
[pid=19216/tid=19218] ppid=19214 vsize=74468 CPUtime=50.97
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 2500 0 0 0 5094 3 0 0 25 0 3 0 330819241 76255232 7069 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311151 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=74468 CPUtime=50.76
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 3440 0 0 0 5076 0 0 0 25 0 3 0 330819241 76255232 7069 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241705 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 74468

[startup+102.302 s]
/proc/loadavg: 1.97 1.95 1.84 3/80 19219
/proc/meminfo: memFree=1659384/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=80420 CPUtime=204.02
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 9174 0 0 0 20395 7 0 0 18 0 3 0 330819230 82350080 8766 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 20105 8766 387 42 0 14357 0
[pid=19216/tid=19218] ppid=19214 vsize=80420 CPUtime=102.16
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 3927 0 0 0 10211 5 0 0 25 0 3 0 330819241 82350080 8766 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=80420 CPUtime=101.75
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 3843 0 0 0 10174 1 0 0 25 0 3 0 330819241 82350080 8766 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 80420

[startup+162.302 s]
/proc/loadavg: 1.99 1.95 1.84 3/80 19219
/proc/meminfo: memFree=1648760/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=97716 CPUtime=323.74
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 13824 0 0 0 32364 10 0 0 18 0 3 0 330819230 100061184 11422 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 24429 11422 387 42 0 18681 0
[pid=19216/tid=19218] ppid=19214 vsize=97716 CPUtime=162.14
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 5056 0 0 0 16207 7 0 0 25 0 3 0 330819241 100061184 11422 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=97716 CPUtime=161.49
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 7364 0 0 0 16147 2 0 0 25 0 3 0 330819241 100061184 11422 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.74
Current children cumulated vsize (KiB) 97716

[startup+222.307 s]
/proc/loadavg: 1.99 1.96 1.85 3/80 19219
/proc/meminfo: memFree=1641080/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=104816 CPUtime=443.46
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 15959 0 0 0 44333 13 0 0 18 0 3 0 330819230 107331584 13328 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 26204 13328 387 42 0 20456 0
[pid=19216/tid=19218] ppid=19214 vsize=104816 CPUtime=222.13
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 6280 0 0 0 22204 9 0 0 25 0 3 0 330819241 107331584 13328 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=104816 CPUtime=221.22
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 8275 0 0 0 22119 3 0 0 25 0 3 0 330819241 107331584 13328 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.46
Current children cumulated vsize (KiB) 104816

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.86 3/80 19219
/proc/meminfo: memFree=1633720/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=110224 CPUtime=563.18
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 17887 0 0 0 56303 15 0 0 18 0 3 0 330819230 112869376 15190 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 27556 15190 387 42 0 21808 0
[pid=19216/tid=19218] ppid=19214 vsize=110224 CPUtime=282.1
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 7237 0 0 0 28200 10 0 0 25 0 3 0 330819241 112869376 15190 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=110224 CPUtime=280.96
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 9246 0 0 0 28093 3 0 0 25 0 3 0 330819241 112869376 15190 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.18
Current children cumulated vsize (KiB) 110224

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.86 3/80 19219
/proc/meminfo: memFree=1627448/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=116212 CPUtime=682.91
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 20101 0 0 0 68274 17 0 0 18 0 3 0 330819230 119001088 16754 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 29053 16754 387 42 0 23305 0
[pid=19216/tid=19218] ppid=19214 vsize=116212 CPUtime=342.08
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 7907 0 0 0 34197 11 0 0 25 0 3 0 330819241 119001088 16754 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311174 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=116212 CPUtime=340.71
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 10790 0 0 0 34067 4 0 0 25 0 3 0 330819241 119001088 16754 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.91
Current children cumulated vsize (KiB) 116212

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.87 3/80 19219
/proc/meminfo: memFree=1622008/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=129132 CPUtime=802.63
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 23715 0 0 0 80244 19 0 0 18 0 3 0 330819230 132231168 18093 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 32283 18093 387 42 0 26535 0
[pid=19216/tid=19218] ppid=19214 vsize=129132 CPUtime=402.06
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 8438 0 0 0 40194 12 0 0 25 0 3 0 330819241 132231168 18093 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311255 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=129132 CPUtime=400.44
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 13873 0 0 0 40039 5 0 0 25 0 3 0 330819241 132231168 18093 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240866 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.63
Current children cumulated vsize (KiB) 129132

[startup+462.303 s]
/proc/loadavg: 1.99 1.97 1.87 3/80 19219
/proc/meminfo: memFree=1616504/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=139988 CPUtime=922.35
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 26930 0 0 0 92214 21 0 0 18 0 3 0 330819230 143347712 19461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 34997 19461 387 42 0 29249 0
[pid=19216/tid=19218] ppid=19214 vsize=139988 CPUtime=462.05
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 9308 0 0 0 46192 13 0 0 25 0 3 0 330819241 143347712 19461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311185 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=139988 CPUtime=460.18
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 16218 0 0 0 46012 6 0 0 25 0 3 0 330819241 143347712 19461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.35
Current children cumulated vsize (KiB) 139988

[startup+522.303 s]
/proc/loadavg: 1.99 1.97 1.88 3/80 19219
/proc/meminfo: memFree=1614008/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=142600 CPUtime=1042.08
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 27550 0 0 0 104186 22 0 0 18 0 3 0 330819230 146022400 20081 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 35650 20081 387 42 0 29902 0
[pid=19216/tid=19218] ppid=19214 vsize=142600 CPUtime=522.03
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 9928 0 0 0 52189 14 0 0 25 0 3 0 330819241 146022400 20081 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311229 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=142600 CPUtime=519.92
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 16218 0 0 0 51986 6 0 0 25 0 3 0 330819241 146022400 20081 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.08
Current children cumulated vsize (KiB) 142600

[startup+582.303 s]
/proc/loadavg: 1.99 1.97 1.88 3/80 19219
/proc/meminfo: memFree=1608696/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=149464 CPUtime=1161.79
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 29873 0 0 0 116155 24 0 0 18 0 3 0 330819230 153051136 21425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 37366 21425 387 42 0 31618 0
[pid=19216/tid=19218] ppid=19214 vsize=149464 CPUtime=582.01
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 10393 0 0 0 58186 15 0 0 25 0 3 0 330819241 153051136 21425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=149464 CPUtime=579.65
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 18076 0 0 0 57958 7 0 0 25 0 3 0 330819241 153051136 21425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241834 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.79
Current children cumulated vsize (KiB) 149464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 2.07 1.99 1.89 3/80 19219
/proc/meminfo: memFree=1608120/2055920 swapFree=4168648/4192956
[pid=19216] ppid=19214 vsize=150124 CPUtime=1200.11
/proc/19216/stat : 19216 (ornithorynque) S 19214 19216 18793 0 -1 4194304 30011 0 0 0 119987 24 0 0 18 0 3 0 330819230 153726976 21563 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19216/statm: 37531 21563 387 42 0 31783 0
[pid=19216/tid=19218] ppid=19214 vsize=150124 CPUtime=601.22
/proc/19216/task/19218/stat : 19218 (ornithorynque) R 19214 19216 18793 0 -1 4194368 10531 0 0 0 60106 16 0 0 25 0 3 0 330819241 153726976 21563 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19216/tid=19219] ppid=19214 vsize=150124 CPUtime=598.77
/proc/19216/task/19219/stat : 19219 (ornithorynque) R 19214 19216 18793 0 -1 4194368 18076 0 0 0 59870 7 0 0 25 0 3 0 330819241 153726976 21563 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 150124

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.528
CPU time (s): 1200.15
CPU user time (s): 1199.88
CPU system time (s): 0.263959
CPU usage (%): 199.516
Max. virtual memory (cumulated for all children) (KiB): 150124

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

runsolver used 0.470928 second user time and 1.72974 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Mar  5 15:30:50 UTC 2007

IDJOB= 328188
IDBENCH= 20096
IDSOLVER= 139
FILE ID= node17/328188-1173108650

PBS_JOBID= 4013940

Free space on /tmp= 66529 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S1661921212-08.cnf
COMMAND LINE= /tmp/evaluation/328188-1173108650/ornithorynque /tmp/evaluation/328188-1173108650/instance-328188-1173108650.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-328188-1173108650 -o ROOT/results/node17/solver-328188-1173108650 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328188-1173108650/ornithorynque /tmp/evaluation/328188-1173108650/instance-328188-1173108650.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  22f4fe283de9b4edb36d67aef170514a

RANDOM SEED= 597921910

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1693920 kB
Buffers:         36008 kB
Cached:         252044 kB
SwapCached:       2648 kB
Active:          68124 kB
Inactive:       242932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693920 kB
SwapTotal:     4192956 kB
SwapFree:      4168648 kB
Dirty:             936 kB
Writeback:           0 kB
Mapped:          30328 kB
Slab:            36480 kB
Committed_AS:  1368272 kB
PageTables:       1748 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= 66529 MiB

End job on node17 on Mon Mar  5 15:40:54 UTC 2007