Trace number 327979

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.628

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1390822082-06.SAT.shuffled.cnf
MD5SUM65db25de989ce832e05150660fae21db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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.02	c ...done
0.00/0.02	c nbVar=50 nbClause=4450
0.00/0.02	c nbVar=50 nbClause=4450
0.00/0.02	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=4427 maxSat=0
0.16/0.16	c flip 0 nbSat=5753 maxSat=4451
0.56/0.37	c flip 0 nbSat=7354 maxSat=5785
1.16/0.67	c flip 0 nbSat=9294 maxSat=7370
1.96/1.09	c flip 0 nbSat=11400 maxSat=9318
2.96/1.58	c nbDecision=10000 #clauses=13774
3.16/1.63	c flip 0 nbSat=13909 maxSat=11430
4.56/2.36	c flip 0 nbSat=16659 maxSat=13937
6.75/3.43	c flip 0 nbSat=20618 maxSat=16688
8.94/4.55	c nbDecision=20000 #clauses=23060
9.74/4.97	c flip 0 nbSat=23622 maxSat=20634
13.73/6.94	c flip 0 nbSat=27147 maxSat=23653
18.53/9.33	c flip 0 nbSat=31638 maxSat=27174
19.53/9.84	c nbDecision=30000 #clauses=32283
24.12/12.13	c flip 0 nbSat=34545 maxSat=31659
30.70/15.45	c flip 0 nbSat=38172 maxSat=34565
36.88/18.53	c nbDecision=40000 #clauses=41591
38.48/19.32	c flip 0 nbSat=42474 maxSat=38194
46.85/23.55	c flip 0 nbSat=47819 maxSat=42507
52.24/26.21	c nbDecision=50000 #clauses=50889
56.84/28.60	c flip 0 nbSat=53258 maxSat=47847
68.01/34.18	c flip 0 nbSat=58542 maxSat=53288
72.40/36.35	c nbDecision=60000 #clauses=60216
80.37/40.37	c flip 0 nbSat=63186 maxSat=58564
94.35/47.38	c flip 0 nbSat=69342 maxSat=63203
94.74/47.54	c nbDecision=70000 #clauses=69505
109.52/54.93	c flip 0 nbSat=74917 maxSat=69364
120.89/60.61	c nbDecision=80000 #clauses=78852
125.88/63.12	c flip 0 nbSat=80202 maxSat=74942
143.63/72.07	c flip 0 nbSat=85336 maxSat=80228
155.80/78.12	c nbDecision=90000 #clauses=88134
163.18/81.84	c flip 0 nbSat=90010 maxSat=85369
183.53/92.06	c flip 0 nbSat=94253 maxSat=90026
199.10/99.86	c nbDecision=100000 #clauses=97479
204.69/102.62	c flip 0 nbSat=98398 maxSat=94283
226.24/113.46	c flip 0 nbSat=101750 maxSat=98425
249.38/125.05	c flip 0 nbSat=105517 maxSat=101766
255.57/128.19	c nbDecision=110000 #clauses=106695
272.13/136.45	c flip 0 nbSat=109605 maxSat=105542
296.29/148.54	c flip 0 nbSat=114017 maxSat=109620
305.07/152.95	c nbDecision=120000 #clauses=115967
322.22/161.56	c flip 0 nbSat=119298 maxSat=114046
349.15/175.03	c flip 0 nbSat=123493 maxSat=119320
360.73/180.82	c nbDecision=130000 #clauses=125279
377.69/189.35	c flip 0 nbSat=127644 maxSat=123512
407.02/204.01	c flip 0 nbSat=131579 maxSat=127677
428.36/214.71	c nbDecision=140000 #clauses=134565
435.95/218.57	c flip 0 nbSat=135726 maxSat=131591
466.09/233.68	c flip 0 nbSat=139452 maxSat=135746
494.02/247.61	c nbDecision=150000 #clauses=143869
496.62/248.96	c flip 0 nbSat=144252 maxSat=139473
528.74/265.04	c flip 0 nbSat=149495 maxSat=144278
552.49/276.92	c nbDecision=160000 #clauses=153188
561.27/281.37	c flip 0 nbSat=154283 maxSat=149526
596.19/298.85	c flip 0 nbSat=160254 maxSat=154304
608.14/304.84	c nbDecision=170000 #clauses=162548
632.10/316.85	c flip 0 nbSat=166689 maxSat=160289
669.82/335.70	c flip 0 nbSat=170442 maxSat=166726
684.19/342.94	c nbDecision=180000 #clauses=171901
707.73/354.78	c flip 0 nbSat=174134 maxSat=170481
746.64/374.24	c flip 0 nbSat=177452 maxSat=174151
786.54/394.21	c flip 0 nbSat=180933 maxSat=177474
788.93/395.40	c nbDecision=190000 #clauses=181262
825.78/413.90	c flip 0 nbSat=185463 maxSat=180976
868.01/435.10	c flip 0 nbSat=190242 maxSat=185485
870.00/436.10	c nbDecision=200000 #clauses=190599
910.70/456.59	c flip 0 nbSat=196401 maxSat=190268
933.21/467.85	c nbDecision=210000 #clauses=199970
953.75/478.17	c flip 0 nbSat=202653 maxSat=196419
998.58/500.62	c flip 0 nbSat=209032 maxSat=202673
1000.18/501.42	c nbDecision=220000 #clauses=209351
1044.50/523.65	c flip 0 nbSat=215596 maxSat=209046
1068.62/535.74	c nbDecision=230000 #clauses=218690
1090.38/546.67	c flip 0 nbSat=220985 maxSat=215625
1137.67/570.34	c flip 0 nbSat=224525 maxSat=221031
1174.57/588.85	c nbDecision=240000 #clauses=228000
1187.35/595.26	c flip 0 nbSat=229555 maxSat=224561

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/node33/watcher-327979-1173106453 -o ROOT/results/node33/solver-327979-1173106453 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327979-1173106453/ornithorynque /tmp/evaluation/327979-1173106453/instance-327979-1173106453.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.91 1.72 1.59 3/64 9519
/proc/meminfo: memFree=905144/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=23220 CPUtime=0
/proc/9519/stat : 9519 (ornithorynque) R 9517 9519 9420 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 36601757 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210821485680 0 0 4096 0 0 0 0 17 1 0 0
/proc/9519/statm: 5805 263 218 42 0 45 0

[startup+0.0858051 s]
/proc/loadavg: 1.91 1.72 1.59 3/64 9519
/proc/meminfo: memFree=905144/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=44644 CPUtime=0.13
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 714 0 0 0 13 0 0 0 18 0 3 0 36601757 45715456 675 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 11161 675 387 42 0 5413 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 44644

[startup+0.101807 s]
/proc/loadavg: 1.91 1.72 1.59 3/64 9519
/proc/meminfo: memFree=905144/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=44776 CPUtime=0.16
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 721 0 0 0 16 0 0 0 18 0 3 0 36601757 45850624 682 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 11194 682 387 42 0 5446 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44776

[startup+0.301833 s]
/proc/loadavg: 1.91 1.72 1.59 3/64 9519
/proc/meminfo: memFree=905144/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=45932 CPUtime=0.56
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 843 0 0 0 56 0 0 0 18 0 3 0 36601757 47034368 804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 11483 804 387 42 0 5735 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 45932

[startup+0.701883 s]
/proc/loadavg: 1.91 1.72 1.59 3/64 9519
/proc/meminfo: memFree=905144/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=46608 CPUtime=1.36
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 1087 0 0 0 136 0 0 0 18 0 3 0 36601757 47726592 1048 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 11652 1048 387 42 0 5904 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 46608

[startup+1.50299 s]
/proc/loadavg: 1.91 1.72 1.59 3/67 9522
/proc/meminfo: memFree=902176/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=47632 CPUtime=2.96
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 1276 0 0 0 296 0 0 0 18 0 3 0 36601757 48775168 1237 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 11908 1237 387 42 0 6160 0
[pid=9519/tid=9521] ppid=9517 vsize=47632 CPUtime=1.46
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 436 0 0 0 146 0 0 0 25 0 3 0 36601760 48775168 1237 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=47632 CPUtime=1.46
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 170 0 0 0 146 0 0 0 25 0 3 0 36601760 48775168 1237 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240872 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 47632

[startup+3.10118 s]
/proc/loadavg: 1.91 1.72 1.59 3/67 9522
/proc/meminfo: memFree=900896/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=49748 CPUtime=6.15
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 1721 0 0 0 614 1 0 0 18 0 3 0 36601757 50941952 1616 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 12437 1616 387 42 0 6689 0
[pid=9519/tid=9521] ppid=9517 vsize=49748 CPUtime=3.06
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 700 0 0 0 306 0 0 0 25 0 3 0 36601760 50941952 1616 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=49748 CPUtime=3.06
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 351 0 0 0 306 0 0 0 25 0 3 0 36601760 50941952 1616 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 49748

[startup+6.30158 s]
/proc/loadavg: 1.92 1.73 1.59 3/67 9522
/proc/meminfo: memFree=898336/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=51512 CPUtime=12.54
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 2168 0 0 0 1253 1 0 0 18 0 3 0 36601757 52748288 2063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 12878 2063 387 42 0 7130 0
[pid=9519/tid=9521] ppid=9517 vsize=51512 CPUtime=6.26
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 968 0 0 0 625 1 0 0 25 0 3 0 36601760 52748288 2063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=51512 CPUtime=6.24
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 530 0 0 0 624 0 0 0 25 0 3 0 36601760 52748288 2063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241026 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 51512

[startup+12.7014 s]
/proc/loadavg: 1.93 1.73 1.59 3/67 9522
/proc/meminfo: memFree=895968/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=54332 CPUtime=25.31
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 2941 0 0 0 2529 2 0 0 18 0 3 0 36601757 55635968 2671 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 13583 2671 387 42 0 7835 0
[pid=9519/tid=9521] ppid=9517 vsize=54332 CPUtime=12.66
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 1431 0 0 0 1265 1 0 0 25 0 3 0 36601760 55635968 2671 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=54332 CPUtime=12.61
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 840 0 0 0 1261 0 0 0 25 0 3 0 36601760 55635968 2671 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 54332

[startup+25.502 s]
/proc/loadavg: 1.94 1.74 1.60 3/67 9522
/proc/meminfo: memFree=891872/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=58512 CPUtime=50.85
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 4027 0 0 0 5082 3 0 0 18 0 3 0 36601757 59916288 3625 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 14628 3625 387 42 0 8880 0
[pid=9519/tid=9521] ppid=9517 vsize=58512 CPUtime=25.45
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 2038 0 0 0 2543 2 0 0 25 0 3 0 36601760 59916288 3625 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=58512 CPUtime=25.35
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 1319 0 0 0 2535 0 0 0 25 0 3 0 36601760 59916288 3625 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 58512

[startup+51.1011 s]
/proc/loadavg: 1.96 1.76 1.61 3/67 9522
/proc/meminfo: memFree=886624/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=64652 CPUtime=101.93
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 5680 0 0 0 10188 5 0 0 18 0 3 0 36601757 66203648 4951 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 16163 4951 387 42 0 10415 0
[pid=9519/tid=9521] ppid=9517 vsize=64652 CPUtime=51.05
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 3092 0 0 0 5101 4 0 0 25 0 3 0 36601760 66203648 4951 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=64652 CPUtime=50.84
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 1918 0 0 0 5084 0 0 0 25 0 3 0 36601760 66203648 4951 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 64652

[startup+102.305 s]
/proc/loadavg: 2.03 1.81 1.63 3/67 9522
/proc/meminfo: memFree=879776/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=73296 CPUtime=204.1
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 7830 0 0 0 20402 8 0 0 18 0 3 0 36601757 75055104 6612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 18324 6612 387 42 0 12576 0
[pid=9519/tid=9521] ppid=9517 vsize=73296 CPUtime=102.23
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 4239 0 0 0 10217 6 0 0 25 0 3 0 36601760 75055104 6612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311302 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=73296 CPUtime=101.83
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 2921 0 0 0 10182 1 0 0 25 0 3 0 36601760 75055104 6612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283786 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 73296

[startup+162.302 s]
/proc/loadavg: 2.01 1.84 1.65 3/67 9522
/proc/meminfo: memFree=874848/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=78148 CPUtime=323.81
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 9184 0 0 0 32372 9 0 0 18 0 3 0 36601757 80023552 7848 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 19537 7848 387 42 0 13789 0
[pid=9519/tid=9521] ppid=9517 vsize=78148 CPUtime=162.22
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 5058 0 0 0 16214 8 0 0 25 0 3 0 36601760 80023552 7848 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=78148 CPUtime=161.56
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 3456 0 0 0 16155 1 0 0 25 0 3 0 36601760 80023552 7848 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242179 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.81
Current children cumulated vsize (KiB) 78148

[startup+222.301 s]
/proc/loadavg: 2.00 1.87 1.67 3/67 9522
/proc/meminfo: memFree=870560/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=84468 CPUtime=443.53
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 10914 0 0 0 44341 12 0 0 18 0 3 0 36601757 86495232 8899 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 21117 8899 387 42 0 15369 0
[pid=9519/tid=9521] ppid=9517 vsize=84468 CPUtime=222.2
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 6014 0 0 0 22210 10 0 0 25 0 3 0 36601760 86495232 8899 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314855 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=84468 CPUtime=221.3
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 4230 0 0 0 22129 1 0 0 25 0 3 0 36601760 86495232 8899 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241632 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.53
Current children cumulated vsize (KiB) 84468

[startup+282.302 s]
/proc/loadavg: 2.00 1.89 1.69 3/67 9522
/proc/meminfo: memFree=865824/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=89420 CPUtime=563.26
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 12381 0 0 0 56313 13 0 0 18 0 3 0 36601757 91566080 10098 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 22355 10098 387 42 0 16607 0
[pid=9519/tid=9521] ppid=9517 vsize=89420 CPUtime=282.17
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 7021 0 0 0 28206 11 0 0 25 0 3 0 36601760 91566080 10098 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=89420 CPUtime=281.05
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 4690 0 0 0 28104 1 0 0 25 0 3 0 36601760 91566080 10098 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.26
Current children cumulated vsize (KiB) 89420

[startup+342.301 s]
/proc/loadavg: 2.00 1.91 1.71 3/67 9522
/proc/meminfo: memFree=861792/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=95968 CPUtime=682.99
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 14320 0 0 0 68283 16 0 0 18 0 3 0 36601757 98271232 11063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 23992 11063 387 42 0 18244 0
[pid=9519/tid=9521] ppid=9517 vsize=95968 CPUtime=342.16
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 7801 0 0 0 34203 13 0 0 25 0 3 0 36601760 98271232 11063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=95968 CPUtime=340.79
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 5849 0 0 0 34077 2 0 0 25 0 3 0 36601760 98271232 11063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.99
Current children cumulated vsize (KiB) 95968

[startup+402.302 s]
/proc/loadavg: 2.00 1.92 1.72 3/67 9522
/proc/meminfo: memFree=859296/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=98164 CPUtime=802.7
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 15038 0 0 0 80254 16 0 0 18 0 3 0 36601757 100519936 11682 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 24541 11682 387 42 0 18793 0
[pid=9519/tid=9521] ppid=9517 vsize=98164 CPUtime=402.14
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 8258 0 0 0 40200 14 0 0 25 0 3 0 36601760 100519936 11682 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=98164 CPUtime=400.53
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 6110 0 0 0 40051 2 0 0 25 0 3 0 36601760 100519936 11682 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.7
Current children cumulated vsize (KiB) 98164

[startup+462.301 s]
/proc/loadavg: 2.00 1.93 1.74 3/73 9660
/proc/meminfo: memFree=854376/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=101636 CPUtime=922.25
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 16128 0 0 0 92195 30 0 0 18 0 3 0 36601757 104075264 12575 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 25409 12575 387 42 0 19661 0
[pid=9519/tid=9521] ppid=9517 vsize=101636 CPUtime=461.97
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 8946 0 0 0 46182 15 0 0 25 0 3 0 36601760 104075264 12575 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311308 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=101636 CPUtime=460.24
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 6512 0 0 0 46010 14 0 0 25 0 3 0 36601760 104075264 12575 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.25
Current children cumulated vsize (KiB) 101636

[startup+522.302 s]
/proc/loadavg: 2.00 1.94 1.75 3/67 9720
/proc/meminfo: memFree=852320/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=104204 CPUtime=1041.89
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 16983 0 0 0 104151 38 0 0 18 0 3 0 36601757 106704896 13397 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 26051 13397 387 42 0 20303 0
[pid=9519/tid=9521] ppid=9517 vsize=104204 CPUtime=521.88
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 9527 0 0 0 52171 17 0 0 25 0 3 0 36601760 106704896 13397 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=104204 CPUtime=519.97
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 6786 0 0 0 51977 20 0 0 25 0 3 0 36601760 106704896 13397 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285353 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.89
Current children cumulated vsize (KiB) 104204

[startup+582.301 s]
/proc/loadavg: 2.00 1.95 1.76 3/67 9720
/proc/meminfo: memFree=849440/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=106932 CPUtime=1161.6
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 17938 0 0 0 116121 39 0 0 18 0 3 0 36601757 109498368 14117 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 26733 14117 387 42 0 20985 0
[pid=9519/tid=9521] ppid=9517 vsize=106932 CPUtime=581.86
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 10051 0 0 0 58168 18 0 0 25 0 3 0 36601760 109498368 14117 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311379 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=106932 CPUtime=579.7
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 7217 0 0 0 57950 20 0 0 25 0 3 0 36601760 109498368 14117 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.6
Current children cumulated vsize (KiB) 106932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.603 s]
/proc/loadavg: 2.00 1.95 1.76 3/67 9720
/proc/meminfo: memFree=848352/2055920 swapFree=4192812/4192956
[pid=9519] ppid=9517 vsize=108600 CPUtime=1200.14
/proc/9519/stat : 9519 (ornithorynque) S 9517 9519 9420 0 -1 4194304 18283 0 0 0 119974 40 0 0 18 0 3 0 36601757 111206400 14363 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 210833010555 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9519/statm: 27150 14363 387 42 0 21402 0
[pid=9519/tid=9521] ppid=9517 vsize=108600 CPUtime=601.17
/proc/9519/task/9521/stat : 9521 (ornithorynque) R 9517 9519 9420 0 -1 4194368 10232 0 0 0 60099 18 0 0 25 0 3 0 36601760 111206400 14363 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9519/tid=9522] ppid=9517 vsize=108600 CPUtime=598.92
/proc/9519/task/9522/stat : 9522 (ornithorynque) R 9517 9519 9420 0 -1 4194368 7381 0 0 0 59872 20 0 0 25 0 3 0 36601760 111206400 14363 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 108600

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.628
CPU time (s): 1200.17
CPU user time (s): 1199.76
CPU system time (s): 0.410937
CPU usage (%): 199.487
Max. virtual memory (cumulated for all children) (KiB): 108600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18283
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= 12
involuntary context switches= 9443

runsolver used 0.499924 second user time and 1.70374 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Mar  5 14:54:14 UTC 2007

IDJOB= 327979
IDBENCH= 19887
IDSOLVER= 139
FILE ID= node33/327979-1173106453

PBS_JOBID= 4013906

Free space on /tmp= 66514 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S1390822082-06.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327979-1173106453/ornithorynque /tmp/evaluation/327979-1173106453/instance-327979-1173106453.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-327979-1173106453 -o ROOT/results/node33/solver-327979-1173106453 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327979-1173106453/ornithorynque /tmp/evaluation/327979-1173106453/instance-327979-1173106453.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  65db25de989ce832e05150660fae21db

RANDOM SEED= 893049885

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.231
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.231
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:        905752 kB
Buffers:         20608 kB
Cached:        1064128 kB
SwapCached:          0 kB
Active:          69088 kB
Inactive:      1031036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        905752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             360 kB
Writeback:           0 kB
Mapped:          25512 kB
Slab:            36132 kB
Committed_AS:    90612 kB
PageTables:       1408 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 node33 on Mon Mar  5 15:04:17 UTC 2007