Trace number 327909

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.14 601.523

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S309048450-11.SAT.shuffled.cnf
MD5SUM6d383381e8ab688e1b7567de1fb83536
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
Maximum clause length5
Minimum clause length5
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 51704
Number of clauses of size over 50

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.01	c ...done
0.00/0.01	c nbVar=80 nbClause=1704
0.00/0.01	c nbVar=80 nbClause=1704
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=1718 maxSat=0
0.05/0.06	c flip 0 nbSat=2460 maxSat=1752
0.18/0.16	c flip 0 nbSat=3694 maxSat=2496
0.58/0.34	c flip 0 nbSat=5435 maxSat=3726
1.18/0.63	c flip 0 nbSat=7491 maxSat=5475
1.98/1.03	c flip 0 nbSat=9844 maxSat=7522
2.18/1.14	c nbDecision=10000 #clauses=10477
3.17/1.62	c flip 0 nbSat=12841 maxSat=9894
4.96/2.59	c flip 0 nbSat=16310 maxSat=12877
6.96/3.58	c nbDecision=20000 #clauses=19319
7.56/3.84	c flip 0 nbSat=20108 maxSat=16351
11.35/5.70	c flip 0 nbSat=24587 maxSat=20153
15.54/7.83	c nbDecision=30000 #clauses=28084
16.34/8.21	c flip 0 nbSat=28563 maxSat=24641
22.33/11.27	c flip 0 nbSat=33242 maxSat=28606
29.29/14.79	c nbDecision=40000 #clauses=36967
30.29/15.22	c flip 0 nbSat=37287 maxSat=33300
38.68/19.46	c flip 0 nbSat=40849 maxSat=37325
48.25/24.29	c flip 0 nbSat=45045 maxSat=40901
49.65/24.97	c nbDecision=50000 #clauses=45789
59.63/29.91	c flip 0 nbSat=50201 maxSat=45108
69.61/34.91	c nbDecision=60000 #clauses=54679
71.40/35.87	c flip 0 nbSat=55422 maxSat=50241
85.57/42.96	c flip 0 nbSat=60993 maxSat=55465
92.35/46.33	c nbDecision=70000 #clauses=63622
101.74/51.04	c flip 0 nbSat=66733 maxSat=61040
117.08/58.77	c nbDecision=80000 #clauses=72485
119.87/60.13	c flip 0 nbSat=73384 maxSat=66774
140.24/70.34	c flip 0 nbSat=79538 maxSat=73430
147.02/73.70	c nbDecision=90000 #clauses=81419
161.59/81.05	c flip 0 nbSat=85327 maxSat=79584
183.94/92.27	c nbDecision=100000 #clauses=90347
184.94/92.71	c flip 0 nbSat=90498 maxSat=85376
208.66/104.61	c flip 0 nbSat=94780 maxSat=90550
230.61/115.61	c nbDecision=110000 #clauses=99267
235.41/118.06	c flip 0 nbSat=100471 maxSat=94826
262.35/131.55	c flip 0 nbSat=106226 maxSat=100521
269.74/135.30	c nbDecision=120000 #clauses=108095
292.88/146.83	c flip 0 nbSat=112497 maxSat=106294
323.20/162.06	c flip 0 nbSat=116152 maxSat=112550
327.99/164.48	c nbDecision=130000 #clauses=117010
354.93/177.99	c flip 0 nbSat=121044 maxSat=116207
386.85/193.92	c flip 0 nbSat=125467 maxSat=121110
388.45/194.73	c nbDecision=140000 #clauses=125831
422.16/211.68	c flip 0 nbSat=131910 maxSat=125530
441.51/221.32	c nbDecision=150000 #clauses=134809
459.28/230.22	c flip 0 nbSat=137148 maxSat=131938
495.58/248.50	c flip 0 nbSat=141550 maxSat=137209
513.74/257.54	c nbDecision=160000 #clauses=143774
536.30/268.86	c flip 0 nbSat=146420 maxSat=141613
577.38/289.47	c flip 0 nbSat=151255 maxSat=146477
588.56/295.03	c nbDecision=170000 #clauses=152690
621.69/311.61	c flip 0 nbSat=156596 maxSat=151327
650.63/326.13	c nbDecision=180000 #clauses=161589
665.98/333.89	c flip 0 nbSat=163218 maxSat=157427
711.47/356.69	c flip 0 nbSat=168006 maxSat=163273
738.61/370.23	c nbDecision=190000 #clauses=170525
758.96/380.46	c flip 0 nbSat=172691 maxSat=168074
807.45/404.73	c flip 0 nbSat=177803 maxSat=172746
821.22/411.60	c nbDecision=200000 #clauses=179524
854.93/428.59	c flip 0 nbSat=183044 maxSat=177857
902.22/452.28	c nbDecision=210000 #clauses=188480
907.01/454.69	c flip 0 nbSat=188932 maxSat=183089
958.28/480.35	c flip 0 nbSat=194815 maxSat=188967
982.83/492.62	c nbDecision=220000 #clauses=197512
1012.16/507.32	c flip 0 nbSat=200554 maxSat=194903
1070.42/536.54	c flip 0 nbSat=205809 maxSat=200631
1076.01/539.33	c nbDecision=230000 #clauses=206411
1127.48/565.15	c flip 0 nbSat=210452 maxSat=205905
1179.96/591.43	c nbDecision=240000 #clauses=215291
1187.94/595.49	c flip 0 nbSat=215985 maxSat=210525

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-327909-1173114929 -o ROOT/results/node12/solver-327909-1173114929 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327909-1173114929/ornithorynque /tmp/evaluation/327909-1173114929/instance-327909-1173114929.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: 0.00 0.00 0.26 3/77 19700
/proc/meminfo: memFree=1483192/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=23220 CPUtime=0
/proc/19700/stat : 19700 (ornithorynque) R 19698 19700 19643 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 331447360 23777280 266 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252426882321 0 0 4096 0 0 0 0 17 1 0 0
/proc/19700/statm: 5805 267 220 42 0 45 0

[startup+0.039506 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 19700
/proc/meminfo: memFree=1483192/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=45084 CPUtime=0.05
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 592 0 0 0 5 0 0 0 18 0 3 0 331447360 46166016 553 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 11271 554 387 42 0 5523 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45084

[startup+0.101518 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 19700
/proc/meminfo: memFree=1483192/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=45216 CPUtime=0.18
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 652 0 0 0 18 0 0 0 18 0 3 0 331447360 46301184 613 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 11304 613 387 42 0 5556 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45216

[startup+0.301554 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 19700
/proc/meminfo: memFree=1483192/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=45216 CPUtime=0.58
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 769 0 0 0 58 0 0 0 18 0 3 0 331447360 46301184 730 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 11304 730 387 42 0 5556 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45216

[startup+0.701628 s]
/proc/loadavg: 0.00 0.00 0.26 3/77 19700
/proc/meminfo: memFree=1483192/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=46840 CPUtime=1.38
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 1008 0 0 0 138 0 0 0 18 0 3 0 331447360 47964160 969 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 11710 969 387 42 0 5962 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 46840

[startup+1.50277 s]
/proc/loadavg: 0.00 0.00 0.26 3/80 19703
/proc/meminfo: memFree=1480352/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=47248 CPUtime=2.97
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 1215 0 0 0 297 0 0 0 18 0 3 0 331447360 48381952 1176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 11812 1176 387 42 0 6064 0
[pid=19700/tid=19702] ppid=19698 vsize=47248 CPUtime=1.48
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 438 0 0 0 148 0 0 0 25 0 3 0 331447361 48381952 1176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=47248 CPUtime=1.48
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 223 0 0 0 148 0 0 0 25 0 3 0 331447361 48381952 1176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242562 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 47248

[startup+3.10106 s]
/proc/loadavg: 0.00 0.00 0.26 3/80 19703
/proc/meminfo: memFree=1478944/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=49024 CPUtime=6.16
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 1639 0 0 0 616 0 0 0 18 0 3 0 331447360 50200576 1567 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 12256 1567 387 42 0 6508 0
[pid=19700/tid=19702] ppid=19698 vsize=49024 CPUtime=3.07
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 703 0 0 0 307 0 0 0 25 0 3 0 331447361 50200576 1567 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311145 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=49024 CPUtime=3.07
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 382 0 0 0 307 0 0 0 25 0 3 0 331447361 50200576 1567 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 49024

[startup+6.30263 s]
/proc/loadavg: 0.16 0.03 0.27 3/80 19703
/proc/meminfo: memFree=1476768/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=51660 CPUtime=12.55
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 2239 0 0 0 1254 1 0 0 18 0 3 0 331447360 52899840 2134 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 12915 2134 387 42 0 7167 0
[pid=19700/tid=19702] ppid=19698 vsize=51660 CPUtime=6.27
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 1007 0 0 0 627 0 0 0 25 0 3 0 331447361 52899840 2134 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=51660 CPUtime=6.25
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 678 0 0 0 625 0 0 0 25 0 3 0 331447361 52899840 2134 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4284356 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 51660

[startup+12.7018 s]
/proc/loadavg: 0.31 0.07 0.28 3/80 19703
/proc/meminfo: memFree=1473632/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=53792 CPUtime=25.3
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 2899 0 0 0 2528 2 0 0 18 0 3 0 331447360 55083008 2664 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 13448 2664 387 42 0 7700 0
[pid=19700/tid=19702] ppid=19698 vsize=53792 CPUtime=12.67
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 1428 0 0 0 1266 1 0 0 25 0 3 0 331447361 55083008 2664 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=53792 CPUtime=12.61
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 917 0 0 0 1261 0 0 0 25 0 3 0 331447361 55083008 2664 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241825 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 53792

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.31 3/80 19703
/proc/meminfo: memFree=1470752/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=57060 CPUtime=50.85
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 3679 0 0 0 5081 4 0 0 18 0 3 0 331447360 58429440 3378 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 14265 3378 387 42 0 8517 0
[pid=19700/tid=19702] ppid=19698 vsize=57060 CPUtime=25.47
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 1907 0 0 0 2544 3 0 0 25 0 3 0 331447361 58429440 3378 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=57060 CPUtime=25.35
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 1218 0 0 0 2535 0 0 0 25 0 3 0 331447361 58429440 3378 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 57060

[startup+51.1016 s]
/proc/loadavg: 1.13 0.31 0.35 3/80 19703
/proc/meminfo: memFree=1465888/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=63684 CPUtime=101.94
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 5416 0 0 0 10189 5 0 0 18 0 3 0 331447360 65212416 4676 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 15921 4676 387 42 0 10173 0
[pid=19700/tid=19702] ppid=19698 vsize=63684 CPUtime=51.06
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 2852 0 0 0 5102 4 0 0 17 0 3 0 331447361 65212416 4676 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=63684 CPUtime=50.85
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 2010 0 0 0 5085 0 0 0 25 0 3 0 331447361 65212416 4676 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283692 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 63684

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.43 3/80 19703
/proc/meminfo: memFree=1458720/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=71684 CPUtime=204.1
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 7545 0 0 0 20403 7 0 0 18 0 3 0 331447360 73404416 6317 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 17921 6317 387 42 0 12173 0
[pid=19700/tid=19702] ppid=19698 vsize=71684 CPUtime=102.24
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 3945 0 0 0 10219 5 0 0 25 0 3 0 331447361 73404416 6317 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=71684 CPUtime=101.84
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 3046 0 0 0 10183 1 0 0 25 0 3 0 331447361 73404416 6317 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241572 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 71684

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.53 3/80 19703
/proc/meminfo: memFree=1453216/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=78004 CPUtime=323.8
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 9339 0 0 0 32370 10 0 0 18 0 3 0 331447360 79876096 7765 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 19501 7765 387 42 0 13753 0
[pid=19700/tid=19702] ppid=19698 vsize=78004 CPUtime=162.22
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 5098 0 0 0 16214 8 0 0 25 0 3 0 331447361 79876096 7765 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311375 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=78004 CPUtime=161.55
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 3687 0 0 0 16154 1 0 0 25 0 3 0 331447361 79876096 7765 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.8
Current children cumulated vsize (KiB) 78004

[startup+222.301 s]
/proc/loadavg: 2.01 1.05 0.62 3/80 19703
/proc/meminfo: memFree=1448736/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=83932 CPUtime=443.51
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 11026 0 0 0 44339 12 0 0 18 0 3 0 331447360 85946368 8839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 20983 8839 387 42 0 15235 0
[pid=19700/tid=19702] ppid=19698 vsize=83932 CPUtime=222.19
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 6123 0 0 0 22209 10 0 0 25 0 3 0 331447361 85946368 8839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=83932 CPUtime=221.29
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 4349 0 0 0 22128 1 0 0 25 0 3 0 331447361 85946368 8839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.51
Current children cumulated vsize (KiB) 83932

[startup+282.302 s]
/proc/loadavg: 2.06 1.24 0.71 3/80 19703
/proc/meminfo: memFree=1445664/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=86888 CPUtime=563.24
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 11969 0 0 0 56310 14 0 0 18 0 3 0 331447360 88973312 9650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 21722 9650 387 42 0 15974 0
[pid=19700/tid=19702] ppid=19698 vsize=86888 CPUtime=282.18
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 6712 0 0 0 28206 12 0 0 25 0 3 0 331447361 88973312 9650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=86888 CPUtime=281.04
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 4703 0 0 0 28102 2 0 0 25 0 3 0 331447361 88973312 9650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.24
Current children cumulated vsize (KiB) 86888

[startup+342.303 s]
/proc/loadavg: 2.07 1.39 0.80 3/80 19703
/proc/meminfo: memFree=1441312/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=91400 CPUtime=682.94
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 13337 0 0 0 68278 16 0 0 18 0 3 0 331447360 93593600 10689 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 22850 10689 387 42 0 17102 0
[pid=19700/tid=19702] ppid=19698 vsize=91400 CPUtime=342.15
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 7636 0 0 0 34202 13 0 0 25 0 3 0 331447361 93593600 10689 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=91400 CPUtime=340.76
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 5147 0 0 0 34074 2 0 0 25 0 3 0 331447361 93593600 10689 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.94
Current children cumulated vsize (KiB) 91400

[startup+402.302 s]
/proc/loadavg: 2.07 1.51 0.87 3/80 19703
/proc/meminfo: memFree=1438624/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=96032 CPUtime=802.66
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 14461 0 0 0 80249 17 0 0 18 0 3 0 331447360 98336768 11360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 24008 11360 387 42 0 18260 0
[pid=19700/tid=19702] ppid=19698 vsize=96032 CPUtime=402.13
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 8142 0 0 0 40199 14 0 0 25 0 3 0 331447361 98336768 11360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=96032 CPUtime=400.5
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 5765 0 0 0 40048 2 0 0 25 0 3 0 331447361 98336768 11360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241728 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.66
Current children cumulated vsize (KiB) 96032

[startup+462.302 s]
/proc/loadavg: 2.02 1.60 0.94 3/80 19703
/proc/meminfo: memFree=1435488/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=99372 CPUtime=922.38
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 15676 0 0 0 92219 19 0 0 18 0 3 0 331447360 101756928 12153 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 24843 12153 387 42 0 19095 0
[pid=19700/tid=19702] ppid=19698 vsize=99372 CPUtime=462.11
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 8660 0 0 0 46195 16 0 0 25 0 3 0 331447361 101756928 12153 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=99372 CPUtime=460.24
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 6462 0 0 0 46022 2 0 0 25 0 3 0 331447361 101756928 12153 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.38
Current children cumulated vsize (KiB) 99372

[startup+522.302 s]
/proc/loadavg: 2.01 1.67 1.01 3/80 19703
/proc/meminfo: memFree=1432416/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=103552 CPUtime=1042.09
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 16722 0 0 0 104187 22 0 0 18 0 3 0 331447360 106037248 12907 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 25888 12907 387 42 0 20140 0
[pid=19700/tid=19702] ppid=19698 vsize=103552 CPUtime=522.09
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 9349 0 0 0 52191 18 0 0 25 0 3 0 331447361 106037248 12907 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=103552 CPUtime=519.97
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 6819 0 0 0 51994 3 0 0 25 0 3 0 331447361 106037248 12907 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285770 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.09
Current children cumulated vsize (KiB) 103552

[startup+582.301 s]
/proc/loadavg: 2.00 1.73 1.06 3/80 19703
/proc/meminfo: memFree=1429984/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=105948 CPUtime=1161.8
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 17411 0 0 0 116157 23 0 0 18 0 3 0 331447360 108490752 13530 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 26487 13530 387 42 0 20739 0
[pid=19700/tid=19702] ppid=19698 vsize=105948 CPUtime=582.06
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 9753 0 0 0 58187 19 0 0 25 0 3 0 331447361 108490752 13530 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=105948 CPUtime=579.71
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 7104 0 0 0 57968 3 0 0 25 0 3 0 331447361 108490752 13530 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242583 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.8
Current children cumulated vsize (KiB) 105948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 2.00 1.74 1.08 3/80 19703
/proc/meminfo: memFree=1428896/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=107132 CPUtime=1200.11
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 17884 0 0 0 119988 23 0 0 18 0 3 0 331447360 109703168 13801 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 26783 13801 387 42 0 21035 0
[pid=19700/tid=19702] ppid=19698 vsize=107132 CPUtime=601.27
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 9963 0 0 0 60107 20 0 0 25 0 3 0 331447361 109703168 13801 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=107132 CPUtime=598.83
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 7367 0 0 0 59880 3 0 0 25 0 3 0 331447361 109703168 13801 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 107132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+601.502 s]
/proc/loadavg: 2.00 1.74 1.08 3/80 19703
/proc/meminfo: memFree=1428896/2055920 swapFree=4156600/4192956
[pid=19700] ppid=19698 vsize=107132 CPUtime=1200.11
/proc/19700/stat : 19700 (ornithorynque) S 19698 19700 19643 0 -1 4194304 17884 0 0 0 119988 23 0 0 18 0 3 0 331447360 109703168 13801 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 252438409083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19700/statm: 26783 13801 387 42 0 21035 0
[pid=19700/tid=19702] ppid=19698 vsize=107132 CPUtime=601.27
/proc/19700/task/19702/stat : 19702 (ornithorynque) R 19698 19700 19643 0 -1 4194368 9963 0 0 0 60107 20 0 0 25 0 3 0 331447361 109703168 13801 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19700/tid=19703] ppid=19698 vsize=107132 CPUtime=598.83
/proc/19700/task/19703/stat : 19703 (ornithorynque) R 19698 19700 19643 0 -1 4194368 7367 0 0 0 59880 3 0 0 25 0 3 0 331447361 109703168 13801 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 107132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.523
CPU time (s): 1200.14
CPU user time (s): 1199.9
CPU system time (s): 0.247962
CPU usage (%): 199.518
Max. virtual memory (cumulated for all children) (KiB): 107132

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

runsolver used 0.477927 second user time and 1.72674 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Mar  5 17:15:29 UTC 2007

IDJOB= 327909
IDBENCH= 19817
IDSOLVER= 139
FILE ID= node12/327909-1173114929

PBS_JOBID= 4014551

Free space on /tmp= 66478 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S309048450-11.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327909-1173114929/ornithorynque /tmp/evaluation/327909-1173114929/instance-327909-1173114929.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-327909-1173114929 -o ROOT/results/node12/solver-327909-1173114929 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327909-1173114929/ornithorynque /tmp/evaluation/327909-1173114929/instance-327909-1173114929.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  6d383381e8ab688e1b7567de1fb83536

RANDOM SEED= 422653218

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:       1483600 kB
Buffers:         42056 kB
Cached:         444476 kB
SwapCached:      14832 kB
Active:         147848 kB
Inactive:       361196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483600 kB
SwapTotal:     4192956 kB
SwapFree:      4156600 kB
Dirty:             312 kB
Writeback:           0 kB
Mapped:          29568 kB
Slab:            48900 kB
Committed_AS:  1550144 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 17:25:33 UTC 2007