Trace number 328185

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.22 601.427

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S660110840-06.cnf
MD5SUM4b21b8e0976302c1b0731a8b86b306d2
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=20239 maxSat=0
1.48/0.87	c flip 0 nbSat=22554 maxSat=20314
4.28/2.27	c flip 0 nbSat=25390 maxSat=22645
8.87/4.57	c nbDecision=10000 #clauses=28544
9.27/4.72	c flip 0 nbSat=28553 maxSat=25470
18.05/9.10	c flip 0 nbSat=32720 maxSat=28618
27.83/14.08	c nbDecision=20000 #clauses=36754
33.62/16.91	c flip 0 nbSat=38530 maxSat=32813
58.37/29.32	c flip 0 nbSat=44791 maxSat=38604
59.36/29.86	c nbDecision=30000 #clauses=45197
92.89/46.68	c nbDecision=40000 #clauses=53481
93.69/47.06	c flip 0 nbSat=53468 maxSat=44863
135.21/67.83	c nbDecision=50000 #clauses=61735
141.39/70.92	c flip 0 nbSat=62560 maxSat=53534
190.89/95.72	c nbDecision=60000 #clauses=70120
202.26/101.47	c flip 0 nbSat=71633 maxSat=62683
254.55/127.65	c nbDecision=70000 #clauses=78516
277.11/138.92	c flip 0 nbSat=81248 maxSat=71702
321.42/161.11	c nbDecision=80000 #clauses=86825
366.12/183.56	c flip 0 nbSat=91385 maxSat=81347
401.05/201.08	c nbDecision=90000 #clauses=95137
468.91/235.07	c flip 0 nbSat=101144 maxSat=91482
498.85/250.01	c nbDecision=100000 #clauses=103559
585.27/293.37	c flip 0 nbSat=110067 maxSat=101223
609.80/305.67	c nbDecision=110000 #clauses=111898
716.78/359.22	c flip 0 nbSat=118998 maxSat=110134
731.15/366.41	c nbDecision=120000 #clauses=120308
858.70/430.36	c flip 0 nbSat=127757 maxSat=119093
872.07/437.00	c nbDecision=130000 #clauses=128682
995.20/498.72	c nbDecision=140000 #clauses=137132
1014.56/508.48	c flip 0 nbSat=138044 maxSat=127839
1134.32/568.48	c nbDecision=150000 #clauses=145541
1184.01/593.30	c flip 0 nbSat=147932 maxSat=138126

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/node16/watcher-328185-1173108650 -o ROOT/results/node16/solver-328185-1173108650 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328185-1173108650/ornithorynque /tmp/evaluation/328185-1173108650/instance-328185-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.82 3/77 12728
/proc/meminfo: memFree=1080488/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=23220 CPUtime=0
/proc/12728/stat : 12728 (ornithorynque) R 12726 12728 12305 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 330819330 23777280 266 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231959727377 0 0 4096 0 0 0 0 17 1 0 0
/proc/12728/statm: 5805 266 219 42 0 45 0

[startup+0.0155019 s]
/proc/loadavg: 1.83 1.94 1.82 3/77 12728
/proc/meminfo: memFree=1080488/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=23440 CPUtime=0
/proc/12728/stat : 12728 (ornithorynque) R 12726 12728 12305 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 330819330 24002560 481 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231962219233 0 0 4096 1088 0 0 0 17 1 0 0
/proc/12728/statm: 5860 482 377 42 0 112 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23440

[startup+0.101491 s]
/proc/loadavg: 1.83 1.94 1.82 3/77 12728
/proc/meminfo: memFree=1080488/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=25936 CPUtime=0.09
/proc/12728/stat : 12728 (ornithorynque) R 12726 12728 12305 0 -1 4194304 1160 0 0 0 9 0 0 0 18 0 1 0 330819330 26558464 1055 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231962219233 0 0 4096 1088 0 0 0 17 1 0 0
/proc/12728/statm: 6484 1056 382 42 0 736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25936

[startup+0.301474 s]
/proc/loadavg: 1.83 1.94 1.82 3/77 12728
/proc/meminfo: memFree=1080488/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=47772 CPUtime=0.48
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 1495 0 0 0 47 1 0 0 18 0 3 0 330819330 48918528 1390 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 11943 1390 387 42 0 6195 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 47772

[startup+0.701426 s]
/proc/loadavg: 1.83 1.94 1.82 3/77 12728
/proc/meminfo: memFree=1080488/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=48164 CPUtime=1.28
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 1587 0 0 0 127 1 0 0 18 0 3 0 330819330 49319936 1482 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 12041 1483 387 42 0 6293 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 48164

[startup+1.50233 s]
/proc/loadavg: 1.83 1.94 1.82 3/80 12731
/proc/meminfo: memFree=1074704/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=50196 CPUtime=2.88
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 1983 0 0 0 287 1 0 0 18 0 3 0 330819330 51400704 1878 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 12549 1878 387 42 0 6801 0
[pid=12728/tid=12730] ppid=12726 vsize=50196 CPUtime=1.38
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 332 0 0 0 138 0 0 0 22 0 3 0 330819341 51400704 1878 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=50196 CPUtime=1.38
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 249 0 0 0 138 0 0 0 25 0 3 0 330819341 51400704 1878 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 50196

[startup+3.10115 s]
/proc/loadavg: 1.83 1.94 1.82 3/80 12731
/proc/meminfo: memFree=1073808/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=52372 CPUtime=6.07
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 2440 0 0 0 606 1 0 0 18 0 3 0 330819330 53628928 2335 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 13093 2335 387 42 0 7345 0
[pid=12728/tid=12730] ppid=12726 vsize=52372 CPUtime=2.98
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 532 0 0 0 298 0 0 0 25 0 3 0 330819341 53628928 2335 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311185 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=52372 CPUtime=2.97
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 506 0 0 0 297 0 0 0 25 0 3 0 330819341 53628928 2335 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 52372

[startup+6.30276 s]
/proc/loadavg: 1.85 1.94 1.82 3/80 12731
/proc/meminfo: memFree=1070032/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=54996 CPUtime=12.47
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 3074 0 0 0 1245 2 0 0 18 0 3 0 330819330 56315904 2969 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 13749 2969 387 42 0 8001 0
[pid=12728/tid=12730] ppid=12726 vsize=54996 CPUtime=6.18
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 815 0 0 0 618 0 0 0 25 0 3 0 330819341 56315904 2969 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=54996 CPUtime=6.16
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 857 0 0 0 616 0 0 0 25 0 3 0 330819341 56315904 2969 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 54996

[startup+12.702 s]
/proc/loadavg: 1.86 1.94 1.83 3/80 12731
/proc/meminfo: memFree=1066704/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=58164 CPUtime=25.24
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 3985 0 0 0 2521 3 0 0 18 0 3 0 330819330 59559936 3750 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 14541 3750 387 42 0 8793 0
[pid=12728/tid=12730] ppid=12726 vsize=58164 CPUtime=12.58
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 1300 0 0 0 1257 1 0 0 25 0 3 0 330819341 59559936 3750 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=58164 CPUtime=12.54
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 1283 0 0 0 1254 0 0 0 25 0 3 0 330819341 59559936 3750 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240905 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 58164

[startup+25.5015 s]
/proc/loadavg: 1.89 1.94 1.83 3/80 12731
/proc/meminfo: memFree=1062032/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=63060 CPUtime=50.78
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 5161 0 0 0 5074 4 0 0 18 0 3 0 330819330 64573440 4886 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 15765 4886 387 42 0 10017 0
[pid=12728/tid=12730] ppid=12726 vsize=63060 CPUtime=25.38
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 1900 0 0 0 2535 3 0 0 25 0 3 0 330819341 64573440 4886 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231962219175 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=63060 CPUtime=25.29
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 1859 0 0 0 2529 0 0 0 25 0 3 0 330819341 64573440 4886 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241565 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 63060

[startup+51.1014 s]
/proc/loadavg: 1.93 1.94 1.83 3/80 12731
/proc/meminfo: memFree=1052944/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=73908 CPUtime=101.88
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 7439 0 0 0 10181 7 0 0 18 0 3 0 330819330 75681792 7164 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 18477 7164 387 42 0 12729 0
[pid=12728/tid=12730] ppid=12726 vsize=73908 CPUtime=50.98
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 2837 0 0 0 5094 4 0 0 25 0 3 0 330819341 75681792 7164 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=73908 CPUtime=50.78
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 3200 0 0 0 5077 1 0 0 25 0 3 0 330819341 75681792 7164 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 73908

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.83 3/80 12731
/proc/meminfo: memFree=1042000/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=88824 CPUtime=204.06
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 11292 0 0 0 20396 10 0 0 18 0 3 0 330819330 90955776 9827 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 22206 9827 387 42 0 16458 0
[pid=12728/tid=12730] ppid=12726 vsize=88824 CPUtime=102.18
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 4299 0 0 0 10211 7 0 0 25 0 3 0 330819341 90955776 9827 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311137 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=88824 CPUtime=101.77
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 5591 0 0 0 10175 2 0 0 25 0 3 0 330819341 90955776 9827 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 88824

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.84 3/80 12731
/proc/meminfo: memFree=1034320/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=98920 CPUtime=323.81
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 14034 0 0 0 32368 13 0 0 18 0 3 0 330819330 101294080 11777 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 24730 11777 387 42 0 18982 0
[pid=12728/tid=12730] ppid=12726 vsize=98920 CPUtime=162.17
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 5543 0 0 0 16208 9 0 0 25 0 3 0 330819341 101294080 11777 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311255 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=98920 CPUtime=161.53
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 7089 0 0 0 16150 3 0 0 25 0 3 0 330819341 101294080 11777 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.81
Current children cumulated vsize (KiB) 98920

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.85 3/80 12731
/proc/meminfo: memFree=1028432/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=103408 CPUtime=443.55
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 15728 0 0 0 44338 17 0 0 18 0 3 0 330819330 105889792 13240 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 25852 13240 387 42 0 20104 0
[pid=12728/tid=12730] ppid=12726 vsize=103408 CPUtime=222.16
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 6409 0 0 0 22204 12 0 0 25 0 3 0 330819341 105889792 13240 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=103408 CPUtime=221.27
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 7917 0 0 0 22123 4 0 0 25 0 3 0 330819341 105889792 13240 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.55
Current children cumulated vsize (KiB) 103408

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.85 3/80 12733
/proc/meminfo: memFree=1022864/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=107772 CPUtime=563.31
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 17242 0 0 0 56311 20 0 0 18 0 3 0 330819330 110358528 14589 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 26943 14589 387 42 0 21195 0
[pid=12728/tid=12730] ppid=12726 vsize=107772 CPUtime=282.17
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 7132 0 0 0 28203 14 0 0 25 0 3 0 330819341 110358528 14589 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311238 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=107772 CPUtime=281.02
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 8708 0 0 0 28098 4 0 0 25 0 3 0 330819341 110358528 14589 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.31
Current children cumulated vsize (KiB) 107772

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.86 3/80 12733
/proc/meminfo: memFree=1017936/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=112012 CPUtime=683.06
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 18799 0 0 0 68284 22 0 0 18 0 3 0 330819330 114700288 15853 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 28003 15853 387 42 0 22255 0
[pid=12728/tid=12730] ppid=12726 vsize=112012 CPUtime=342.15
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 7759 0 0 0 34200 15 0 0 25 0 3 0 330819341 114700288 15853 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=112012 CPUtime=340.78
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 9638 0 0 0 34073 5 0 0 25 0 3 0 330819341 114700288 15853 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.06
Current children cumulated vsize (KiB) 112012

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.86 3/80 12733
/proc/meminfo: memFree=1012880/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=122520 CPUtime=802.8
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 21720 0 0 0 80256 24 0 0 18 0 3 0 330819330 125460480 17084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 30630 17084 387 42 0 24882 0
[pid=12728/tid=12730] ppid=12726 vsize=122520 CPUtime=402.15
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 8360 0 0 0 40198 17 0 0 25 0 3 0 330819341 125460480 17084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=122520 CPUtime=400.53
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 11958 0 0 0 40047 6 0 0 25 0 3 0 330819341 125460480 17084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.8
Current children cumulated vsize (KiB) 122520

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.87 3/80 12733
/proc/meminfo: memFree=1007504/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=133364 CPUtime=922.56
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 24837 0 0 0 92229 27 0 0 18 0 3 0 330819330 136564736 18448 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 33341 18448 387 42 0 27593 0
[pid=12728/tid=12730] ppid=12726 vsize=133364 CPUtime=462.15
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 9266 0 0 0 46197 18 0 0 25 0 3 0 330819341 136564736 18448 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=133364 CPUtime=460.28
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 14169 0 0 0 46021 7 0 0 25 0 3 0 330819341 136564736 18448 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.56
Current children cumulated vsize (KiB) 133364

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.87 3/80 12733
/proc/meminfo: memFree=1002384/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=140356 CPUtime=1042.31
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 27195 0 0 0 104202 29 0 0 18 0 3 0 330819330 143724544 19769 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 35089 19769 387 42 0 29341 0
[pid=12728/tid=12730] ppid=12726 vsize=140356 CPUtime=522.15
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 9825 0 0 0 52195 20 0 0 25 0 3 0 330819341 143724544 19769 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=140356 CPUtime=520.05
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 15968 0 0 0 51997 8 0 0 25 0 3 0 330819341 143724544 19769 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.31
Current children cumulated vsize (KiB) 140356

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.88 3/80 12733
/proc/meminfo: memFree=1000208/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=142536 CPUtime=1162.04
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 27725 0 0 0 116174 30 0 0 18 0 3 0 330819330 145956864 20299 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 35634 20299 387 42 0 29886 0
[pid=12728/tid=12730] ppid=12726 vsize=142536 CPUtime=582.14
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 10355 0 0 0 58193 21 0 0 25 0 3 0 330819341 145956864 20299 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311221 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=142536 CPUtime=579.78
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 15968 0 0 0 57970 8 0 0 25 0 3 0 330819341 145956864 20299 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241579 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1162.04
Current children cumulated vsize (KiB) 142536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.402 s]
/proc/loadavg: 1.99 1.97 1.88 3/80 12733
/proc/meminfo: memFree=996944/2055920 swapFree=4192812/4192956
[pid=12728] ppid=12726 vsize=146772 CPUtime=1200.18
/proc/12728/stat : 12728 (ornithorynque) S 12726 12728 12305 0 -1 4194304 29260 0 0 0 119987 31 0 0 18 0 3 0 330819330 150294528 21116 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12728/statm: 36693 21116 387 42 0 30945 0
[pid=12728/tid=12730] ppid=12726 vsize=146772 CPUtime=601.25
/proc/12728/task/12730/stat : 12730 (ornithorynque) R 12726 12728 12305 0 -1 4194368 10506 0 0 0 60104 21 0 0 25 0 3 0 330819341 150294528 21116 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12728/tid=12731] ppid=12726 vsize=146772 CPUtime=598.81
/proc/12728/task/12731/stat : 12731 (ornithorynque) R 12726 12728 12305 0 -1 4194368 17352 0 0 0 59873 8 0 0 25 0 3 0 330819341 150294528 21116 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 146772

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.427
CPU time (s): 1200.22
CPU user time (s): 1199.89
CPU system time (s): 0.32595
CPU usage (%): 199.561
Max. virtual memory (cumulated for all children) (KiB): 146772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.89
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29260
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= 23
involuntary context switches= 22719

runsolver used 0.538918 second user time and 1.66175 second system time

The end

Launcher Data (download as text)

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

IDJOB= 328185
IDBENCH= 20093
IDSOLVER= 139
FILE ID= node16/328185-1173108650

PBS_JOBID= 4013943

Free space on /tmp= 66479 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  4b21b8e0976302c1b0731a8b86b306d2

RANDOM SEED= 305640192

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1080896 kB
Buffers:         49556 kB
Cached:         797248 kB
SwapCached:          0 kB
Active:         283276 kB
Inactive:       617092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             952 kB
Writeback:           0 kB
Mapped:          72520 kB
Slab:            60332 kB
Committed_AS:  1272664 kB
PageTables:       1720 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= 66479 MiB

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