Trace number 328211

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

General information on the benchmark

Namerandom/LargeSize/7SAT/v220/
unif-k7-r85-v220-c18700-S879514135-06.cnf
MD5SUM30cedd343a249ee79ef6344a724972e1
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 variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

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=220 nbClause=18700
0.00/0.09	c nbVar=220 nbClause=18700
0.00/0.10	c complete search running
0.00/0.10	c local search running
0.09/0.10	c flip 0 nbSat=18565 maxSat=0
1.29/0.76	c flip 0 nbSat=20733 maxSat=18629
3.69/1.98	c flip 0 nbSat=23422 maxSat=20806
7.87/4.06	c nbDecision=10000 #clauses=27041
8.07/4.18	c flip 0 nbSat=27010 maxSat=23511
16.06/8.13	c flip 0 nbSat=31410 maxSat=27108
25.23/12.71	c nbDecision=20000 #clauses=35353
30.83/15.52	c flip 0 nbSat=36836 maxSat=31516
53.76/27.04	c flip 0 nbSat=42743 maxSat=36919
56.17/28.27	c nbDecision=30000 #clauses=43668
85.90/43.11	c flip 0 nbSat=50820 maxSat=42826
91.28/45.81	c nbDecision=40000 #clauses=51886
129.19/64.88	c flip 0 nbSat=58266 maxSat=50910
141.37/70.90	c nbDecision=50000 #clauses=60351
182.48/91.59	c flip 0 nbSat=66330 maxSat=58331
200.43/100.56	c nbDecision=60000 #clauses=68733
247.33/124.04	c flip 0 nbSat=73663 maxSat=66413
284.24/142.51	c nbDecision=70000 #clauses=77178
320.56/160.71	c flip 0 nbSat=80456 maxSat=73739
383.81/192.46	c nbDecision=80000 #clauses=85585
401.77/201.41	c flip 0 nbSat=87030 maxSat=80529
486.77/244.08	c nbDecision=90000 #clauses=94093
490.96/246.18	c flip 0 nbSat=94260 maxSat=87081
592.33/296.99	c flip 0 nbSat=102071 maxSat=94338
596.32/298.99	c nbDecision=100000 #clauses=102566
688.51/345.15	c nbDecision=110000 #clauses=111065
704.28/353.04	c flip 0 nbSat=112618 maxSat=102148
779.70/390.84	c nbDecision=120000 #clauses=119463
827.00/414.53	c flip 0 nbSat=123604 maxSat=112697
880.87/441.58	c nbDecision=130000 #clauses=127970
966.27/484.36	c flip 0 nbSat=133445 maxSat=123667
1015.36/508.97	c nbDecision=140000 #clauses=136430
1120.52/561.62	c flip 0 nbSat=142366 maxSat=133521
1161.03/581.98	c nbDecision=150000 #clauses=144951

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/node63/watcher-328211-1173108929 -o ROOT/results/node63/solver-328211-1173108929 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328211-1173108929/ornithorynque /tmp/evaluation/328211-1173108929/instance-328211-1173108929.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.91 3/64 5824
/proc/meminfo: memFree=1132312/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=23220 CPUtime=0
/proc/5824/stat : 5824 (ornithorynque) R 5822 5824 5359 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 330850261 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247252161648 0 0 4096 0 0 0 0 17 1 0 0
/proc/5824/statm: 5805 263 218 42 0 45 0

[startup+0.102739 s]
/proc/loadavg: 1.83 1.94 1.91 3/64 5824
/proc/meminfo: memFree=1132312/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=47072 CPUtime=0.09
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 1340 0 0 0 9 0 0 0 18 0 3 0 330850261 48201728 1235 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 11768 1235 386 42 0 6020 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47072

[startup+0.201756 s]
/proc/loadavg: 1.83 1.94 1.91 3/64 5824
/proc/meminfo: memFree=1132312/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=47352 CPUtime=0.29
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 1401 0 0 0 29 0 0 0 18 0 3 0 330850261 48488448 1296 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 11838 1296 387 42 0 6090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47352

[startup+0.301768 s]
/proc/loadavg: 1.83 1.94 1.91 3/64 5824
/proc/meminfo: memFree=1132312/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=47484 CPUtime=0.49
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 1432 0 0 0 49 0 0 0 18 0 3 0 330850261 48623616 1327 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 11871 1327 387 42 0 6123 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 47484

[startup+0.701809 s]
/proc/loadavg: 1.83 1.94 1.91 3/64 5824
/proc/meminfo: memFree=1132312/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=47880 CPUtime=1.29
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 1522 0 0 0 129 0 0 0 18 0 3 0 330850261 49029120 1417 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 11970 1417 387 42 0 6222 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 47880

[startup+1.50189 s]
/proc/loadavg: 1.85 1.94 1.91 3/67 5827
/proc/meminfo: memFree=1126912/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=49732 CPUtime=2.88
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 1875 0 0 0 288 0 0 0 18 0 3 0 330850261 50925568 1770 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 12433 1770 387 42 0 6685 0
[pid=5824/tid=5826] ppid=5822 vsize=49732 CPUtime=1.39
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 331 0 0 0 139 0 0 0 25 0 3 0 330850271 50925568 1770 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4257867 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=49732 CPUtime=1.39
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 209 0 0 0 139 0 0 0 24 0 3 0 330850271 50925568 1770 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242179 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 49732

[startup+3.10107 s]
/proc/loadavg: 1.85 1.94 1.91 3/67 5827
/proc/meminfo: memFree=1125184/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=51620 CPUtime=6.08
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 2325 0 0 0 607 1 0 0 18 0 3 0 330850261 52858880 2220 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 12905 2220 387 42 0 7157 0
[pid=5824/tid=5826] ppid=5822 vsize=51620 CPUtime=2.98
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 567 0 0 0 298 0 0 0 25 0 3 0 330850271 52858880 2220 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=51620 CPUtime=2.98
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 423 0 0 0 298 0 0 0 25 0 3 0 330850271 52858880 2220 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 51620

[startup+6.3024 s]
/proc/loadavg: 1.86 1.94 1.91 3/67 5827
/proc/meminfo: memFree=1122176/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=54520 CPUtime=12.46
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 3003 0 0 0 1245 1 0 0 18 0 3 0 330850261 55828480 2898 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 13630 2898 387 42 0 7882 0
[pid=5824/tid=5826] ppid=5822 vsize=54520 CPUtime=6.19
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 873 0 0 0 618 1 0 0 25 0 3 0 330850271 55828480 2898 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=54520 CPUtime=6.17
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 795 0 0 0 617 0 0 0 25 0 3 0 330850271 55828480 2898 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 54520

[startup+12.7011 s]
/proc/loadavg: 1.87 1.94 1.91 3/67 5827
/proc/meminfo: memFree=1118792/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=58696 CPUtime=25.23
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 3856 0 0 0 2521 2 0 0 18 0 3 0 330850261 60104704 3686 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 14674 3686 387 42 0 8926 0
[pid=5824/tid=5826] ppid=5822 vsize=58696 CPUtime=12.58
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 1359 0 0 0 1257 1 0 0 25 0 3 0 330850271 60104704 3686 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=58696 CPUtime=12.54
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 1162 0 0 0 1254 0 0 0 25 0 3 0 330850271 60104704 3686 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 58696

[startup+25.5014 s]
/proc/loadavg: 1.90 1.94 1.91 3/67 5827
/proc/meminfo: memFree=1115016/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=62680 CPUtime=50.77
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 4875 0 0 0 5074 3 0 0 18 0 3 0 330850261 64184320 4603 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 15670 4603 387 42 0 9922 0
[pid=5824/tid=5826] ppid=5822 vsize=62680 CPUtime=25.38
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 1907 0 0 0 2536 2 0 0 25 0 3 0 330850271 64184320 4603 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=62680 CPUtime=25.28
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 1633 0 0 0 2528 0 0 0 25 0 3 0 330850271 64184320 4603 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 62680

[startup+51.1012 s]
/proc/loadavg: 1.93 1.94 1.91 3/67 5827
/proc/meminfo: memFree=1105992/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=73248 CPUtime=101.86
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 7148 0 0 0 10180 6 0 0 18 0 3 0 330850261 75005952 6876 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 18312 6876 387 42 0 12564 0
[pid=5824/tid=5826] ppid=5822 vsize=73248 CPUtime=50.97
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 2768 0 0 0 5093 4 0 0 25 0 3 0 330850271 75005952 6876 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=73248 CPUtime=50.77
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 3045 0 0 0 5077 0 0 0 25 0 3 0 330850271 75005952 6876 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 73248

[startup+102.302 s]
/proc/loadavg: 1.97 1.95 1.91 3/67 5827
/proc/meminfo: memFree=1098120/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=81084 CPUtime=204.03
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 9678 0 0 0 20395 8 0 0 18 0 3 0 330850261 83030016 8785 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 20271 8785 387 42 0 14523 0
[pid=5824/tid=5826] ppid=5822 vsize=81084 CPUtime=102.16
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 4051 0 0 0 10210 6 0 0 25 0 3 0 330850271 83030016 8785 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=81084 CPUtime=101.76
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 4292 0 0 0 10175 1 0 0 25 0 3 0 330850271 83030016 8785 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 81084

[startup+162.302 s]
/proc/loadavg: 1.99 1.96 1.91 3/67 5827
/proc/meminfo: memFree=1090312/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=94240 CPUtime=323.74
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 13073 0 0 0 32363 11 0 0 18 0 3 0 330850261 96501760 10717 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 23560 10717 387 42 0 17812 0
[pid=5824/tid=5826] ppid=5822 vsize=94240 CPUtime=162.15
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 4998 0 0 0 16206 9 0 0 25 0 3 0 330850271 96501760 10717 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=94240 CPUtime=161.5
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 6740 0 0 0 16148 2 0 0 25 0 3 0 330850271 96501760 10717 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) 94240

[startup+222.305 s]
/proc/loadavg: 1.99 1.96 1.91 3/67 5827
/proc/meminfo: memFree=1085960/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=97128 CPUtime=443.48
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 14231 0 0 0 44335 13 0 0 18 0 3 0 330850261 99459072 11809 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 24282 11809 387 42 0 18534 0
[pid=5824/tid=5826] ppid=5822 vsize=97128 CPUtime=222.13
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 5716 0 0 0 22203 10 0 0 25 0 3 0 330850271 99459072 11809 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=97128 CPUtime=221.25
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 7180 0 0 0 22123 2 0 0 25 0 3 0 330850271 99459072 11809 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.48
Current children cumulated vsize (KiB) 97128

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 5827
/proc/meminfo: memFree=1081096/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=101272 CPUtime=563.2
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 15446 0 0 0 56305 15 0 0 18 0 3 0 330850261 103702528 13024 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 25318 13024 387 42 0 19570 0
[pid=5824/tid=5826] ppid=5822 vsize=101272 CPUtime=282.1
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 6416 0 0 0 28199 11 0 0 25 0 3 0 330850271 103702528 13024 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=101272 CPUtime=280.98
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 7695 0 0 0 28096 2 0 0 25 0 3 0 330850271 103702528 13024 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.2
Current children cumulated vsize (KiB) 101272

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 5827
/proc/meminfo: memFree=1075464/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=106108 CPUtime=682.92
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 16931 0 0 0 68274 18 0 0 18 0 3 0 330850261 108654592 14427 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 26527 14427 387 42 0 20779 0
[pid=5824/tid=5826] ppid=5822 vsize=106108 CPUtime=342.09
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 7265 0 0 0 34195 14 0 0 25 0 3 0 330850271 108654592 14427 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=106108 CPUtime=340.72
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 8331 0 0 0 34069 3 0 0 25 0 3 0 330850271 108654592 14427 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.92
Current children cumulated vsize (KiB) 106108

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 5827
/proc/meminfo: memFree=1069768/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=114064 CPUtime=802.65
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 19429 0 0 0 80245 20 0 0 18 0 3 0 330850261 116801536 15852 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 28516 15852 387 42 0 22768 0
[pid=5824/tid=5826] ppid=5822 vsize=114064 CPUtime=402.07
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 8043 0 0 0 40192 15 0 0 25 0 3 0 330850271 116801536 15852 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=114064 CPUtime=400.47
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 10051 0 0 0 40044 3 0 0 25 0 3 0 330850271 116801536 15852 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.65
Current children cumulated vsize (KiB) 114064

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 5827
/proc/meminfo: memFree=1063752/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=125272 CPUtime=922.37
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 22841 0 0 0 92215 22 0 0 18 0 3 0 330850261 128278528 17314 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 31318 17314 387 42 0 25570 0
[pid=5824/tid=5826] ppid=5822 vsize=125272 CPUtime=462.06
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 8718 0 0 0 46189 17 0 0 25 0 3 0 330850271 128278528 17314 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=125272 CPUtime=460.21
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 12788 0 0 0 46017 4 0 0 25 0 3 0 330850271 128278528 17314 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.37
Current children cumulated vsize (KiB) 125272

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 5829
/proc/meminfo: memFree=1059016/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=135080 CPUtime=1042.09
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 25779 0 0 0 104185 24 0 0 18 0 3 0 330850261 138321920 18535 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 33770 18535 387 42 0 28022 0
[pid=5824/tid=5826] ppid=5822 vsize=135080 CPUtime=522.03
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 9511 0 0 0 52185 18 0 0 25 0 3 0 330850271 138321920 18535 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=135080 CPUtime=519.95
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 14933 0 0 0 51990 5 0 0 25 0 3 0 330850271 138321920 18535 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.09
Current children cumulated vsize (KiB) 135080

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 5829
/proc/meminfo: memFree=1054152/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=139844 CPUtime=1161.83
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 27290 0 0 0 116157 26 0 0 18 0 3 0 330850261 143200256 19721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 34961 19721 387 42 0 29213 0
[pid=5824/tid=5826] ppid=5822 vsize=139844 CPUtime=582.02
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 10017 0 0 0 58183 19 0 0 25 0 3 0 330850271 143200256 19721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=139844 CPUtime=579.69
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 15938 0 0 0 57964 5 0 0 25 0 3 0 330850271 143200256 19721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.83
Current children cumulated vsize (KiB) 139844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 5829
/proc/meminfo: memFree=1053448/2055920 swapFree=4183280/4192956
[pid=5824] ppid=5822 vsize=140868 CPUtime=1200.13
/proc/5824/stat : 5824 (ornithorynque) S 5822 5824 5359 0 -1 4194304 27468 0 0 0 119987 26 0 0 18 0 3 0 330850261 144248832 19899 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 247263686523 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/5824/statm: 35217 19899 387 42 0 29469 0
[pid=5824/tid=5826] ppid=5822 vsize=140868 CPUtime=601.22
/proc/5824/task/5826/stat : 5826 (ornithorynque) R 5822 5824 5359 0 -1 4194368 10195 0 0 0 60102 20 0 0 25 0 3 0 330850271 144248832 19899 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=5824/tid=5827] ppid=5822 vsize=140868 CPUtime=598.8
/proc/5824/task/5827/stat : 5827 (ornithorynque) R 5822 5824 5359 0 -1 4194368 15938 0 0 0 59875 5 0 0 25 0 3 0 330850271 144248832 19899 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 140868

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.17
CPU user time (s): 1199.89
CPU system time (s): 0.280957
CPU usage (%): 199.521
Max. virtual memory (cumulated for all children) (KiB): 140868

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

runsolver used 0.675897 second user time and 1.52277 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Mar  5 15:35:29 UTC 2007

IDJOB= 328211
IDBENCH= 20119
IDSOLVER= 139
FILE ID= node63/328211-1173108929

PBS_JOBID= 4013911

Free space on /tmp= 66540 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  30cedd343a249ee79ef6344a724972e1

RANDOM SEED= 29420828

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.214
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.214
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:       1132720 kB
Buffers:         36512 kB
Cached:         797632 kB
SwapCached:       3684 kB
Active:          27308 kB
Inactive:       816452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132720 kB
SwapTotal:     4192956 kB
SwapFree:      4183280 kB
Dirty:             796 kB
Writeback:           0 kB
Mapped:          15604 kB
Slab:            65404 kB
Committed_AS:   768596 kB
PageTables:       1460 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= 66540 MiB

End job on node63 on Mon Mar  5 15:45:32 UTC 2007