Trace number 328189

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.08 601.529

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S1446471927-04.cnf
MD5SUM328eff5f4a59e23832259fb06180efee
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 variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

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.07	c ...done
0.00/0.07	c nbVar=180 nbClause=15300
0.00/0.08	c nbVar=180 nbClause=15300
0.00/0.08	c complete search running
0.00/0.08	c local search running
0.00/0.09	c flip 0 nbSat=15184 maxSat=0
1.11/0.60	c flip 0 nbSat=17179 maxSat=15242
2.90/1.53	c flip 0 nbSat=19586 maxSat=17251
5.89/3.01	c flip 0 nbSat=23007 maxSat=19641
6.29/3.30	c nbDecision=10000 #clauses=23728
11.68/5.91	c flip 0 nbSat=27252 maxSat=23090
21.65/10.90	c nbDecision=20000 #clauses=32254
22.65/11.43	c flip 0 nbSat=32547 maxSat=27318
40.41/20.38	c flip 0 nbSat=39874 maxSat=32586
42.60/21.40	c nbDecision=30000 #clauses=40700
67.76/34.05	c flip 0 nbSat=48138 maxSat=39934
71.33/35.87	c nbDecision=40000 #clauses=49248
104.26/52.34	c flip 0 nbSat=57359 maxSat=48196
105.85/53.13	c nbDecision=50000 #clauses=57845
145.77/73.15	c nbDecision=60000 #clauses=66362
150.95/75.74	c flip 0 nbSat=67072 maxSat=57405
202.22/101.41	c nbDecision=70000 #clauses=74991
208.21/104.49	c flip 0 nbSat=75665 maxSat=67149
261.67/131.25	c nbDecision=80000 #clauses=83561
272.25/136.52	c flip 0 nbSat=85495 maxSat=75734
312.96/156.93	c nbDecision=90000 #clauses=92143
351.65/176.34	c flip 0 nbSat=97540 maxSat=85545
374.81/187.95	c nbDecision=100000 #clauses=100728
439.06/220.12	c flip 0 nbSat=108698 maxSat=97598
442.44/221.85	c nbDecision=110000 #clauses=109222
516.28/258.88	c nbDecision=120000 #clauses=117876
540.02/270.72	c flip 0 nbSat=120276 maxSat=108772
605.87/303.73	c nbDecision=130000 #clauses=126437
653.55/327.68	c flip 0 nbSat=130494 maxSat=120342
713.79/357.88	c nbDecision=140000 #clauses=135106
779.85/390.91	c flip 0 nbSat=140970 maxSat=130553
807.97/405.04	c nbDecision=150000 #clauses=143695
902.94/452.67	c nbDecision=160000 #clauses=152258
920.70/461.58	c flip 0 nbSat=153638 maxSat=141052
1001.71/502.13	c nbDecision=170000 #clauses=160850
1068.76/535.72	c flip 0 nbSat=166223 maxSat=153712
1113.05/557.99	c nbDecision=180000 #clauses=169604

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/node12/watcher-328189-1173108650 -o ROOT/results/node12/solver-328189-1173108650 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328189-1173108650/ornithorynque /tmp/evaluation/328189-1173108650/instance-328189-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.86 3/77 18497
/proc/meminfo: memFree=1525232/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=23220 CPUtime=0
/proc/18497/stat : 18497 (ornithorynque) R 18495 18497 18074 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 330819486 23777280 267 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252426882321 0 0 4096 0 0 0 0 17 1 0 0
/proc/18497/statm: 5805 267 220 42 0 45 0

[startup+0.105692 s]
/proc/loadavg: 1.83 1.94 1.86 3/77 18497
/proc/meminfo: memFree=1525232/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=46544 CPUtime=0.11
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 1160 0 0 0 11 0 0 0 18 0 3 0 330819486 47661056 1121 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 11636 1121 387 42 0 5888 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 46544

[startup+0.201709 s]
/proc/loadavg: 1.83 1.94 1.86 3/77 18497
/proc/meminfo: memFree=1525232/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=46544 CPUtime=0.3
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 1193 0 0 0 30 0 0 0 18 0 3 0 330819486 47661056 1154 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 11636 1154 387 42 0 5888 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 46544

[startup+0.301729 s]
/proc/loadavg: 1.83 1.94 1.86 3/77 18497
/proc/meminfo: memFree=1525232/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=46676 CPUtime=0.5
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 1225 0 0 0 50 0 0 0 18 0 3 0 330819486 47796224 1186 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 11669 1186 387 42 0 5921 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 46676

[startup+0.701802 s]
/proc/loadavg: 1.83 1.94 1.86 3/77 18497
/proc/meminfo: memFree=1525232/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=48352 CPUtime=1.31
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 1553 0 0 0 130 1 0 0 18 0 3 0 330819486 49512448 1448 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 12088 1448 387 42 0 6340 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 48352

[startup+1.50294 s]
/proc/loadavg: 1.83 1.94 1.86 3/80 18500
/proc/meminfo: memFree=1520600/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=48748 CPUtime=2.9
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 1654 0 0 0 289 1 0 0 18 0 3 0 330819486 49917952 1549 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 12187 1549 387 42 0 6439 0
[pid=18497/tid=18499] ppid=18495 vsize=48748 CPUtime=1.4
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 307 0 0 0 140 0 0 0 25 0 3 0 330819495 49917952 1549 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=48748 CPUtime=1.4
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 223 0 0 0 140 0 0 0 24 0 3 0 330819495 49917952 1549 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 48748

[startup+3.10124 s]
/proc/loadavg: 1.83 1.94 1.86 3/80 18500
/proc/meminfo: memFree=1519000/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=51588 CPUtime=6.09
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 2347 0 0 0 608 1 0 0 18 0 3 0 330819486 52826112 2242 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 12897 2242 387 42 0 7149 0
[pid=18497/tid=18499] ppid=18495 vsize=51588 CPUtime=3
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 529 0 0 0 300 0 0 0 17 0 3 0 330819495 52826112 2242 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311247 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=51588 CPUtime=2.99
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 694 0 0 0 299 0 0 0 25 0 3 0 330819495 52826112 2242 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 51588

[startup+6.30281 s]
/proc/loadavg: 1.85 1.94 1.86 3/80 18500
/proc/meminfo: memFree=1516376/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=54836 CPUtime=12.48
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 2948 0 0 0 1246 2 0 0 18 0 3 0 330819486 56152064 2843 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 13709 2843 387 42 0 7961 0
[pid=18497/tid=18499] ppid=18495 vsize=54836 CPUtime=6.2
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 820 0 0 0 620 0 0 0 25 0 3 0 330819495 56152064 2843 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=54836 CPUtime=6.18
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 1004 0 0 0 618 0 0 0 25 0 3 0 330819495 56152064 2843 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 54836

[startup+12.702 s]
/proc/loadavg: 1.86 1.94 1.86 3/80 18500
/proc/meminfo: memFree=1511832/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=57676 CPUtime=25.24
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 3763 0 0 0 2522 2 0 0 18 0 3 0 330819486 59060224 3593 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 14419 3593 387 42 0 8671 0
[pid=18497/tid=18499] ppid=18495 vsize=57676 CPUtime=12.6
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 1266 0 0 0 1259 1 0 0 25 0 3 0 330819495 59060224 3593 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4305550 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=57676 CPUtime=12.55
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 1373 0 0 0 1255 0 0 0 25 0 3 0 330819495 59060224 3593 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 57676

[startup+25.5013 s]
/proc/loadavg: 1.89 1.94 1.86 3/80 18500
/proc/meminfo: memFree=1506584/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=64712 CPUtime=50.78
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 5151 0 0 0 5075 3 0 0 18 0 3 0 330819486 66265088 4916 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 16178 4916 387 42 0 10430 0
[pid=18497/tid=18499] ppid=18495 vsize=64712 CPUtime=25.4
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 1925 0 0 0 2538 2 0 0 25 0 3 0 330819495 66265088 4916 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=64712 CPUtime=25.3
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 2102 0 0 0 2529 1 0 0 25 0 3 0 330819495 66265088 4916 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241632 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 64712

[startup+51.1019 s]
/proc/loadavg: 1.93 1.94 1.86 3/80 18500
/proc/meminfo: memFree=1501528/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=69568 CPUtime=101.86
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 6427 0 0 0 10181 5 0 0 18 0 3 0 330819486 71237632 6192 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 17392 6192 387 42 0 11644 0
[pid=18497/tid=18499] ppid=18495 vsize=69568 CPUtime=50.99
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 2633 0 0 0 5096 3 0 0 25 0 3 0 330819495 71237632 6192 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=69568 CPUtime=50.78
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 2670 0 0 0 5077 1 0 0 25 0 3 0 330819495 71237632 6192 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242179 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 69568

[startup+102.302 s]
/proc/loadavg: 1.97 1.95 1.87 3/80 18500
/proc/meminfo: memFree=1491480/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=84336 CPUtime=204.03
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 10192 0 0 0 20395 8 0 0 18 0 3 0 330819486 86360064 8649 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 21084 8649 387 42 0 15336 0
[pid=18497/tid=18499] ppid=18495 vsize=84336 CPUtime=102.17
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 4074 0 0 0 10213 4 0 0 25 0 3 0 330819495 86360064 8649 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=84336 CPUtime=101.76
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 4994 0 0 0 10174 2 0 0 25 0 3 0 330819495 86360064 8649 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 84336

[startup+162.302 s]
/proc/loadavg: 1.99 1.95 1.87 3/80 18500
/proc/meminfo: memFree=1482136/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=92484 CPUtime=323.74
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 12965 0 0 0 32363 11 0 0 18 0 3 0 330819486 94703616 10993 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 23121 10993 387 42 0 17373 0
[pid=18497/tid=18499] ppid=18495 vsize=92484 CPUtime=162.15
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 5429 0 0 0 16208 7 0 0 25 0 3 0 330819495 94703616 10993 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=92484 CPUtime=161.49
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 6412 0 0 0 16146 3 0 0 25 0 3 0 330819495 94703616 10993 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) 92484

[startup+222.306 s]
/proc/loadavg: 1.99 1.96 1.88 3/80 18500
/proc/meminfo: memFree=1472024/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=104084 CPUtime=443.44
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 16490 0 0 0 44330 14 0 0 18 0 3 0 330819486 106582016 13468 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 26021 13468 387 42 0 20273 0
[pid=18497/tid=18499] ppid=18495 vsize=104084 CPUtime=222.13
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 6521 0 0 0 22204 9 0 0 25 0 3 0 330819495 106582016 13468 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311238 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=104084 CPUtime=221.22
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 8845 0 0 0 22118 4 0 0 25 0 3 0 330819495 106582016 13468 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283783 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.44
Current children cumulated vsize (KiB) 104084

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.88 3/80 18500
/proc/meminfo: memFree=1465624/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=117164 CPUtime=563.16
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 20144 0 0 0 56299 17 0 0 18 0 3 0 330819486 119975936 15150 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 29291 15150 387 42 0 23543 0
[pid=18497/tid=18499] ppid=18495 vsize=117164 CPUtime=282.1
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 7541 0 0 0 28200 10 0 0 25 0 3 0 330819495 119975936 15150 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311145 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=117164 CPUtime=280.96
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 11479 0 0 0 28091 5 0 0 25 0 3 0 330819495 119975936 15150 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.16
Current children cumulated vsize (KiB) 117164

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.89 3/80 18500
/proc/meminfo: memFree=1460440/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=123528 CPUtime=682.88
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 22239 0 0 0 68270 18 0 0 18 0 3 0 330819486 126492672 16402 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 30882 16402 387 42 0 25134 0
[pid=18497/tid=18499] ppid=18495 vsize=123528 CPUtime=342.08
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 8522 0 0 0 34197 11 0 0 25 0 3 0 330819495 126492672 16402 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=123528 CPUtime=340.7
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 12593 0 0 0 34064 6 0 0 25 0 3 0 330819495 126492672 16402 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.88
Current children cumulated vsize (KiB) 123528

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.89 3/80 18500
/proc/meminfo: memFree=1455320/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=128516 CPUtime=802.58
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 24030 0 0 0 80238 20 0 0 18 0 3 0 330819486 131600384 17707 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 32129 17707 387 42 0 26381 0
[pid=18497/tid=18499] ppid=18495 vsize=128516 CPUtime=402.06
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 9294 0 0 0 40193 13 0 0 25 0 3 0 330819495 131600384 17707 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=128516 CPUtime=400.43
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 13612 0 0 0 40037 6 0 0 25 0 3 0 330819495 131600384 17707 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241616 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.58
Current children cumulated vsize (KiB) 128516

[startup+462.302 s]
/proc/loadavg: 2.06 1.99 1.91 3/80 18500
/proc/meminfo: memFree=1449176/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=133188 CPUtime=922.3
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 25610 0 0 0 92208 22 0 0 18 0 3 0 330819486 136384512 19221 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 33297 19221 387 42 0 27549 0
[pid=18497/tid=18499] ppid=18495 vsize=133188 CPUtime=462.03
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 10044 0 0 0 46189 14 0 0 25 0 3 0 330819495 136384512 19221 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=133188 CPUtime=460.16
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 14442 0 0 0 46010 6 0 0 25 0 3 0 330819495 136384512 19221 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.3
Current children cumulated vsize (KiB) 133188

[startup+522.302 s]
/proc/loadavg: 2.02 1.99 1.91 3/80 18500
/proc/meminfo: memFree=1446424/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=135696 CPUtime=1042.02
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 26285 0 0 0 104179 23 0 0 18 0 3 0 330819486 138952704 19896 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 33924 19896 387 42 0 28176 0
[pid=18497/tid=18499] ppid=18495 vsize=135696 CPUtime=522.01
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 10719 0 0 0 52186 15 0 0 25 0 3 0 330819495 138952704 19896 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311371 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=135696 CPUtime=519.91
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 14442 0 0 0 51984 7 0 0 25 0 3 0 330819495 138952704 19896 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.02
Current children cumulated vsize (KiB) 135696

[startup+582.301 s]
/proc/loadavg: 2.01 1.99 1.91 3/80 18500
/proc/meminfo: memFree=1440664/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=140164 CPUtime=1161.72
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 28013 0 0 0 116147 25 0 0 18 0 3 0 330819486 143527936 21328 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 35041 21328 387 42 0 29293 0
[pid=18497/tid=18499] ppid=18495 vsize=140164 CPUtime=582
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 11517 0 0 0 58183 17 0 0 25 0 3 0 330819495 143527936 21328 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=140164 CPUtime=579.64
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 15372 0 0 0 57956 8 0 0 25 0 3 0 330819495 143527936 21328 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.72
Current children cumulated vsize (KiB) 140164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.503 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 18500
/proc/meminfo: memFree=1439896/2055920 swapFree=4156600/4192956
[pid=18497] ppid=18495 vsize=141004 CPUtime=1200.04
/proc/18497/stat : 18497 (ornithorynque) S 18495 18497 18074 0 -1 4194304 28243 0 0 0 119978 26 0 0 18 0 3 0 330819486 144388096 21525 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/18497/statm: 35251 21525 387 42 0 29503 0
[pid=18497/tid=18499] ppid=18495 vsize=141004 CPUtime=601.19
/proc/18497/task/18499/stat : 18499 (ornithorynque) R 18495 18497 18074 0 -1 4194368 11747 0 0 0 60102 17 0 0 25 0 3 0 330819495 144388096 21525 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311229 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=18497/tid=18500] ppid=18495 vsize=141004 CPUtime=598.76
/proc/18497/task/18500/stat : 18500 (ornithorynque) R 18495 18497 18074 0 -1 4194368 15372 0 0 0 59868 8 0 0 25 0 3 0 330819495 144388096 21525 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 141004

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.529
CPU time (s): 1200.08
CPU user time (s): 1199.8
CPU system time (s): 0.280957
CPU usage (%): 199.505
Max. virtual memory (cumulated for all children) (KiB): 141004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.8
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= 28243
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= 19
involuntary context switches= 22685

runsolver used 0.543917 second user time and 1.65475 second system time

The end

Launcher Data (download as text)

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

IDJOB= 328189
IDBENCH= 20097
IDSOLVER= 139
FILE ID= node12/328189-1173108650

PBS_JOBID= 4013944

Free space on /tmp= 66478 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  328eff5f4a59e23832259fb06180efee

RANDOM SEED= 550590269

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1525576 kB
Buffers:         41488 kB
Cached:         402816 kB
SwapCached:      14832 kB
Active:         147048 kB
Inactive:       320044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525576 kB
SwapTotal:     4192956 kB
SwapFree:      4156600 kB
Dirty:             716 kB
Writeback:           0 kB
Mapped:          29832 kB
Slab:            48844 kB
Committed_AS:  1550396 kB
PageTables:       1692 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= 66478 MiB

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