Trace number 328201

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.18 601.527

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S1923240245-08.cnf
MD5SUMb9cfdbb54bb41cfa6a69bab5a7fcb3dc
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

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.08	c ...done
0.00/0.08	c nbVar=200 nbClause=17000
0.00/0.08	c nbVar=200 nbClause=17000
0.00/0.09	c complete search running
0.00/0.09	c local search running
0.00/0.09	c flip 0 nbSat=16879 maxSat=0
1.09/0.69	c flip 0 nbSat=19027 maxSat=16945
3.49/1.83	c flip 0 nbSat=21648 maxSat=19105
7.28/3.76	c nbDecision=10000 #clauses=25420
7.49/3.81	c flip 0 nbSat=25339 maxSat=21715
14.87/7.60	c flip 0 nbSat=30694 maxSat=25415
20.65/10.40	c nbDecision=20000 #clauses=33803
30.24/15.20	c flip 0 nbSat=37470 maxSat=30736
43.60/21.90	c nbDecision=30000 #clauses=42261
54.98/27.63	c flip 0 nbSat=45701 maxSat=37539
72.13/36.22	c nbDecision=40000 #clauses=50758
89.90/45.19	c flip 0 nbSat=54861 maxSat=45769
106.26/53.36	c nbDecision=50000 #clauses=59219
137.98/69.24	c flip 0 nbSat=64745 maxSat=54912
159.53/80.03	c nbDecision=60000 #clauses=67547
195.26/97.91	c flip 0 nbSat=71467 maxSat=64806
229.98/115.34	c nbDecision=70000 #clauses=76003
262.89/131.80	c flip 0 nbSat=79664 maxSat=71551
293.43/147.16	c nbDecision=80000 #clauses=84357
340.91/170.93	c flip 0 nbSat=89448 maxSat=79727
375.64/188.39	c nbDecision=90000 #clauses=92778
429.92/215.53	c flip 0 nbSat=97515 maxSat=89553
474.81/238.06	c nbDecision=100000 #clauses=101254
528.09/264.79	c flip 0 nbSat=105164 maxSat=97572
585.16/293.34	c nbDecision=110000 #clauses=109791
639.64/320.63	c flip 0 nbSat=115329 maxSat=105252
666.36/334.10	c nbDecision=120000 #clauses=118320
754.77/378.32	c nbDecision=130000 #clauses=126867
759.36/380.66	c flip 0 nbSat=127106 maxSat=115408
837.78/419.92	c nbDecision=140000 #clauses=135322
897.64/449.95	c flip 0 nbSat=139970 maxSat=127192
953.70/478.08	c nbDecision=150000 #clauses=143886
1047.89/525.30	c flip 0 nbSat=150493 maxSat=140055
1071.85/537.22	c nbDecision=160000 #clauses=152433
1198.15/600.56	c nbDecision=170000 #clauses=160999

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/node38/watcher-328201-1173108858 -o ROOT/results/node38/solver-328201-1173108858 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328201-1173108858/ornithorynque /tmp/evaluation/328201-1173108858/instance-328201-1173108858.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.99 1.97 1.91 3/64 18160
/proc/meminfo: memFree=953664/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=23220 CPUtime=0
/proc/18160/stat : 18160 (ornithorynque) R 18158 18160 17693 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 330841658 23777280 264 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266887795824 0 0 4096 0 0 0 0 17 1 0 0
/proc/18160/statm: 5805 266 219 42 0 45 0

[startup+0.103586 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 18160
/proc/meminfo: memFree=953664/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=47028 CPUtime=0.1
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 1301 0 0 0 10 0 0 0 18 0 3 0 330841658 48156672 1198 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 11757 1198 387 42 0 6009 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 47028

[startup+0.201599 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 18160
/proc/meminfo: memFree=953664/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=47160 CPUtime=0.29
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 1330 0 0 0 29 0 0 0 18 0 3 0 330841658 48291840 1227 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 11790 1227 387 42 0 6042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47160

[startup+0.30161 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 18160
/proc/meminfo: memFree=953664/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=47292 CPUtime=0.49
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 1359 0 0 0 49 0 0 0 18 0 3 0 330841658 48427008 1256 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 11823 1256 387 42 0 6075 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 47292

[startup+0.701655 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 18160
/proc/meminfo: memFree=953664/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=49424 CPUtime=1.3
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 1666 0 0 0 129 1 0 0 18 0 3 0 330841658 50610176 1563 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 12356 1563 387 42 0 6608 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 49424

[startup+1.50175 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=948456/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=49424 CPUtime=2.9
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 1809 0 0 0 289 1 0 0 18 0 3 0 330841658 50610176 1706 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 12356 1706 387 42 0 6608 0
[pid=18160/tid=18162] ppid=18158 vsize=49424 CPUtime=1.4
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 335 0 0 0 140 0 0 0 25 0 3 0 330841667 50610176 1706 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=49424 CPUtime=1.4
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 211 0 0 0 140 0 0 0 25 0 3 0 330841667 50610176 1706 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285203 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 49424

[startup+3.10193 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=946792/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=51312 CPUtime=6.09
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 2245 0 0 0 608 1 0 0 18 0 3 0 330841658 52543488 2142 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 12828 2142 387 42 0 7080 0
[pid=18160/tid=18162] ppid=18158 vsize=51312 CPUtime=3
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 563 0 0 0 300 0 0 0 25 0 3 0 330841667 52543488 2142 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=51312 CPUtime=2.99
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 419 0 0 0 299 0 0 0 25 0 3 0 330841667 52543488 2142 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241619 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 51312

[startup+6.30229 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=943848/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=53920 CPUtime=12.48
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 2940 0 0 0 1246 2 0 0 18 0 3 0 330841658 55214080 2837 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 13480 2837 387 42 0 7732 0
[pid=18160/tid=18162] ppid=18158 vsize=53920 CPUtime=6.2
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 930 0 0 0 619 1 0 0 25 0 3 0 330841667 55214080 2837 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=53920 CPUtime=6.18
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 747 0 0 0 618 0 0 0 25 0 3 0 330841667 55214080 2837 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242596 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 53920

[startup+12.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=939688/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=58772 CPUtime=25.24
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 4007 0 0 0 2521 3 0 0 18 0 3 0 330841658 60182528 3805 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 14693 3805 387 42 0 8945 0
[pid=18160/tid=18162] ppid=18158 vsize=58772 CPUtime=12.6
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 1499 0 0 0 1258 2 0 0 25 0 3 0 330841667 60182528 3805 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311137 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=58772 CPUtime=12.55
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 1245 0 0 0 1255 0 0 0 25 0 3 0 330841667 60182528 3805 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 58772

[startup+25.5014 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=935656/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=63120 CPUtime=50.78
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 5052 0 0 0 5074 4 0 0 18 0 3 0 330841658 64634880 4785 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 15780 4785 387 42 0 10032 0
[pid=18160/tid=18162] ppid=18158 vsize=63120 CPUtime=25.39
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 2137 0 0 0 2537 2 0 0 25 0 3 0 330841667 64634880 4785 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=63120 CPUtime=25.28
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 1652 0 0 0 2528 0 0 0 25 0 3 0 330841667 64634880 4785 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 63120

[startup+51.1013 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=926376/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=73056 CPUtime=101.87
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 7387 0 0 0 10179 8 0 0 18 0 3 0 330841658 74809344 7120 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 18264 7120 387 42 0 12516 0
[pid=18160/tid=18162] ppid=18158 vsize=73056 CPUtime=50.99
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 3124 0 0 0 5094 5 0 0 25 0 3 0 330841667 74809344 7120 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=73056 CPUtime=50.79
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 3000 0 0 0 5077 2 0 0 25 0 3 0 330841667 74809344 7120 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242219 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 73056

[startup+102.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=917480/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=87004 CPUtime=204.04
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 11022 0 0 0 20393 11 0 0 18 0 3 0 330841658 89092096 9308 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 21751 9308 387 42 0 16003 0
[pid=18160/tid=18162] ppid=18158 vsize=87004 CPUtime=102.17
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 4387 0 0 0 10210 7 0 0 25 0 3 0 330841667 89092096 9308 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=87004 CPUtime=101.77
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 5372 0 0 0 10174 3 0 0 25 0 3 0 330841667 89092096 9308 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 87004

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=911080/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=93420 CPUtime=323.76
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 12930 0 0 0 32363 13 0 0 18 0 3 0 330841658 95662080 10886 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 23355 10886 387 42 0 17607 0
[pid=18160/tid=18162] ppid=18158 vsize=93420 CPUtime=162.15
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 5469 0 0 0 16206 9 0 0 25 0 3 0 330841667 95662080 10886 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=93420 CPUtime=161.5
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 6198 0 0 0 16147 3 0 0 25 0 3 0 330841667 95662080 10886 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.76
Current children cumulated vsize (KiB) 93420

[startup+222.306 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 18163
/proc/meminfo: memFree=903656/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=99916 CPUtime=443.49
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 14988 0 0 0 44334 15 0 0 18 0 3 0 330841658 102313984 12779 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 24979 12779 387 42 0 19231 0
[pid=18160/tid=18162] ppid=18158 vsize=99916 CPUtime=222.14
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 6276 0 0 0 22204 10 0 0 25 0 3 0 330841667 102313984 12779 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=99916 CPUtime=221.24
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 7449 0 0 0 22121 3 0 0 25 0 3 0 330841667 102313984 12779 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.49
Current children cumulated vsize (KiB) 99916

[startup+282.301 s]
/proc/loadavg: 2.03 1.99 1.91 3/67 18163
/proc/meminfo: memFree=898856/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=103452 CPUtime=563.21
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 16296 0 0 0 56305 16 0 0 18 0 3 0 330841658 105934848 13957 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 25863 13957 387 42 0 20115 0
[pid=18160/tid=18162] ppid=18158 vsize=103452 CPUtime=282.12
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 6969 0 0 0 28201 11 0 0 25 0 3 0 330841667 105934848 13957 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311221 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=103452 CPUtime=280.99
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 8064 0 0 0 28096 3 0 0 25 0 3 0 330841667 105934848 13957 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.21
Current children cumulated vsize (KiB) 103452

[startup+342.301 s]
/proc/loadavg: 2.01 1.99 1.91 3/67 18163
/proc/meminfo: memFree=892584/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=114364 CPUtime=682.93
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 19510 0 0 0 68275 18 0 0 18 0 3 0 330841658 117108736 15493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 28591 15493 387 42 0 22843 0
[pid=18160/tid=18162] ppid=18158 vsize=114364 CPUtime=342.1
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 7955 0 0 0 34197 13 0 0 25 0 3 0 330841667 117108736 15493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311185 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=114364 CPUtime=340.73
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 10292 0 0 0 34069 4 0 0 25 0 3 0 330841667 117108736 15493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.93
Current children cumulated vsize (KiB) 114364

[startup+402.302 s]
/proc/loadavg: 2.00 1.99 1.91 3/67 18163
/proc/meminfo: memFree=885800/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=128344 CPUtime=802.65
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 23421 0 0 0 80244 21 0 0 18 0 3 0 330841658 131424256 17196 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 32086 17196 387 42 0 26338 0
[pid=18160/tid=18162] ppid=18158 vsize=128344 CPUtime=402.08
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 9062 0 0 0 40193 15 0 0 25 0 3 0 330841667 131424256 17196 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311255 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=128344 CPUtime=400.47
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 13096 0 0 0 40042 5 0 0 25 0 3 0 330841667 131424256 17196 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.65
Current children cumulated vsize (KiB) 128344

[startup+462.302 s]
/proc/loadavg: 2.00 1.99 1.91 3/67 18163
/proc/meminfo: memFree=879592/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=136588 CPUtime=922.38
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 25973 0 0 0 92215 23 0 0 18 0 3 0 330841658 139866112 18739 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 34147 18739 387 42 0 28399 0
[pid=18160/tid=18162] ppid=18158 vsize=136588 CPUtime=462.06
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 9992 0 0 0 46190 16 0 0 25 0 3 0 330841667 139866112 18739 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=136588 CPUtime=460.21
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 14718 0 0 0 46016 5 0 0 25 0 3 0 330841667 139866112 18739 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.38
Current children cumulated vsize (KiB) 136588

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/67 18163
/proc/meminfo: memFree=877160/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=138636 CPUtime=1042.1
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 26575 0 0 0 104186 24 0 0 18 0 3 0 330841658 141963264 19341 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 34659 19341 387 42 0 28911 0
[pid=18160/tid=18162] ppid=18158 vsize=138636 CPUtime=522.04
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 10594 0 0 0 52187 17 0 0 25 0 3 0 330841667 141963264 19341 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=138636 CPUtime=519.95
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 14718 0 0 0 51990 5 0 0 25 0 3 0 330841667 141963264 19341 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242508 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.1
Current children cumulated vsize (KiB) 138636

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/67 18165
/proc/meminfo: memFree=871592/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=142640 CPUtime=1161.83
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 28119 0 0 0 116157 26 0 0 18 0 3 0 330841658 146063360 20721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 35660 20721 387 42 0 29912 0
[pid=18160/tid=18162] ppid=18158 vsize=142640 CPUtime=582.03
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 11277 0 0 0 58184 19 0 0 25 0 3 0 330841667 146063360 20721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=142640 CPUtime=579.7
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 15579 0 0 0 57964 6 0 0 25 0 3 0 330841667 146063360 20721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.83
Current children cumulated vsize (KiB) 142640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.501 s]
/proc/loadavg: 2.00 1.99 1.91 3/67 18165
/proc/meminfo: memFree=870824/2055920 swapFree=4183908/4192956
[pid=18160] ppid=18158 vsize=143664 CPUtime=1200.15
/proc/18160/stat : 18160 (ornithorynque) S 18158 18160 17693 0 -1 4194304 28310 0 0 0 119988 27 0 0 18 0 3 0 330841658 147111936 20912 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 266899320699 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18160/statm: 35916 20912 387 42 0 30168 0
[pid=18160/tid=18162] ppid=18158 vsize=143664 CPUtime=601.23
/proc/18160/task/18162/stat : 18162 (ornithorynque) R 18158 18160 17693 0 -1 4194368 11468 0 0 0 60103 20 0 0 25 0 3 0 330841667 147111936 20912 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311137 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18160/tid=18163] ppid=18158 vsize=143664 CPUtime=598.82
/proc/18160/task/18163/stat : 18163 (ornithorynque) R 18158 18160 17693 0 -1 4194368 15579 0 0 0 59876 6 0 0 25 0 3 0 330841667 147111936 20912 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 143664

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.527
CPU time (s): 1200.18
CPU user time (s): 1199.9
CPU system time (s): 0.284956
CPU usage (%): 199.523
Max. virtual memory (cumulated for all children) (KiB): 143664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.9
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28310
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= 16
involuntary context switches= 9120

runsolver used 0.410937 second user time and 1.78673 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Mar  5 15:34:18 UTC 2007

IDJOB= 328201
IDBENCH= 20109
IDSOLVER= 139
FILE ID= node38/328201-1173108858

PBS_JOBID= 4013900

Free space on /tmp= 66514 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  b9cfdbb54bb41cfa6a69bab5a7fcb3dc

RANDOM SEED= 105943174

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:        954072 kB
Buffers:         42692 kB
Cached:         973592 kB
SwapCached:       2968 kB
Active:          25092 kB
Inactive:      1000684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        954072 kB
SwapTotal:     4192956 kB
SwapFree:      4183908 kB
Dirty:             740 kB
Writeback:           0 kB
Mapped:          15524 kB
Slab:            62056 kB
Committed_AS:   674548 kB
PageTables:       1468 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= 66514 MiB

End job on node38 on Mon Mar  5 15:44:22 UTC 2007