Trace number 328475

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.22 602.228

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.574
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

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 int
0.00/0.00	c parsing...
1.09/1.16	c ...done
1.09/1.16	c nbVar=38290 nbClause=475249
1.19/1.25	c nbVar=38290 nbClause=475249
1.38/1.41	c complete search running
1.38/1.41	c local search running
1.38/1.50	c flip 0 nbSat=367360 maxSat=0
55.84/28.79	c nbDecision=10000 #clauses=478491
78.38/40.05	c flip 10000 nbSat=449509 maxSat=449509
110.31/56.08	c nbDecision=20000 #clauses=482384
132.66/67.25	c flip 20000 nbSat=448596 maxSat=452666
194.71/98.30	c flip 30000 nbSat=440159 maxSat=454380
221.05/111.50	c nbDecision=30000 #clauses=488245
265.14/133.64	c flip 40000 nbSat=456850 maxSat=457644
323.62/162.95	c flip 50000 nbSat=451579 maxSat=457644
383.47/192.95	c flip 60000 nbSat=455528 maxSat=457644
394.25/198.32	c nbDecision=40000 #clauses=495262
445.13/223.89	c flip 70000 nbSat=447109 maxSat=459296
502.60/252.60	c flip 80000 nbSat=444393 maxSat=459296
570.04/286.40	c flip 90000 nbSat=452326 maxSat=459296
627.51/315.29	c flip 100000 nbSat=456019 maxSat=459296
685.38/344.20	c flip 110000 nbSat=458573 maxSat=459296
743.43/373.36	c flip 120000 nbSat=458846 maxSat=460656
801.51/402.42	c flip 130000 nbSat=454116 maxSat=460684
861.77/432.63	c flip 140000 nbSat=452944 maxSat=460684
919.64/461.63	c flip 150000 nbSat=455306 maxSat=460684
979.29/491.51	c flip 160000 nbSat=451468 maxSat=460684
1036.77/520.40	c flip 170000 nbSat=457383 maxSat=460684
1096.04/550.09	c flip 180000 nbSat=452561 maxSat=460684
1155.50/579.84	c flip 190000 nbSat=459812 maxSat=460684

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/node17/watcher-328475-1173111688 -o ROOT/results/node17/solver-328475-1173111688 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328475-1173111688/ornithorynque /tmp/evaluation/328475-1173111688/instance-328475-1173111688.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.69 1.91 1.89 3/77 19626
/proc/meminfo: memFree=1672904/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=23220 CPUtime=0
/proc/19626/stat : 19626 (ornithorynque) R 19624 19626 18793 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 331123170 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245480068208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19626/statm: 5805 263 218 42 0 45 0

[startup+0.10275 s]
/proc/loadavg: 1.69 1.91 1.89 3/77 19626
/proc/meminfo: memFree=1672904/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=27452 CPUtime=0.09
/proc/19626/stat : 19626 (ornithorynque) R 19624 19626 18793 0 -1 4194304 1564 0 0 0 9 0 0 0 18 0 1 0 331123170 28110848 1427 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/19626/statm: 6863 1427 379 42 0 1115 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27452

[startup+0.201759 s]
/proc/loadavg: 1.69 1.91 1.89 3/77 19626
/proc/meminfo: memFree=1672904/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=31528 CPUtime=0.19
/proc/19626/stat : 19626 (ornithorynque) R 19624 19626 18793 0 -1 4194304 2686 0 0 0 18 1 0 0 18 0 1 0 331123170 32284672 2420 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/19626/statm: 7882 2421 379 42 0 2134 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31528

[startup+0.30177 s]
/proc/loadavg: 1.69 1.91 1.89 3/77 19626
/proc/meminfo: memFree=1672904/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=35224 CPUtime=0.29
/proc/19626/stat : 19626 (ornithorynque) R 19624 19626 18793 0 -1 4194304 3688 0 0 0 28 1 0 0 19 0 1 0 331123170 36069376 3422 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/19626/statm: 8806 3422 379 42 0 3058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35224

[startup+0.701811 s]
/proc/loadavg: 1.69 1.91 1.89 3/77 19626
/proc/meminfo: memFree=1672904/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=51760 CPUtime=0.68
/proc/19626/stat : 19626 (ornithorynque) R 19624 19626 18793 0 -1 4194304 8170 0 0 0 64 4 0 0 23 0 1 0 331123170 53002240 7134 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558177 0 0 4096 1088 0 0 0 17 1 0 0
/proc/19626/statm: 12940 7135 379 42 0 7192 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51760

[startup+1.5019 s]
/proc/loadavg: 1.69 1.91 1.89 2/78 19627
/proc/meminfo: memFree=1630784/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=118964 CPUtime=1.56
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 21147 0 0 0 146 10 0 0 25 0 3 0 331123170 121819136 18965 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 29741 18965 388 42 0 23993 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 118964

[startup+3.10108 s]
/proc/loadavg: 1.69 1.91 1.89 3/80 19629
/proc/meminfo: memFree=1597808/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=122952 CPUtime=4.76
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 22231 0 0 0 465 11 0 0 25 0 3 0 331123170 125902848 19045 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 30738 19045 389 42 0 24990 0
[pid=19626/tid=19628] ppid=19624 vsize=122952 CPUtime=1.67
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 1249 0 0 0 167 0 0 0 25 0 3 0 331123312 125902848 19045 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4329362 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=122952 CPUtime=1.67
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 167 0 0 0 25 0 3 0 331123312 125902848 19045 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297829 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 122952

[startup+6.30241 s]
/proc/loadavg: 1.71 1.91 1.89 3/80 19629
/proc/meminfo: memFree=1597424/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=123096 CPUtime=11.15
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 22495 0 0 0 1104 11 0 0 25 0 3 0 331123170 126050304 19084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 30774 19084 389 42 0 25026 0
[pid=19626/tid=19628] ppid=19624 vsize=123096 CPUtime=4.87
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 1513 0 0 0 487 0 0 0 25 0 3 0 331123312 126050304 19084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4329362 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=123096 CPUtime=4.86
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 486 0 0 0 25 0 3 0 331123312 126050304 19084 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 123096

[startup+12.7011 s]
/proc/loadavg: 1.73 1.91 1.89 3/80 19629
/proc/meminfo: memFree=1597232/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=123372 CPUtime=23.91
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 23392 0 0 0 2379 12 0 0 25 0 3 0 331123170 126332928 19156 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 30843 19156 389 42 0 25095 0
[pid=19626/tid=19628] ppid=19624 vsize=123372 CPUtime=11.27
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2410 0 0 0 1126 1 0 0 25 0 3 0 331123312 126332928 19156 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4326433 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=123372 CPUtime=11.22
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 1122 0 0 0 25 0 3 0 331123312 126332928 19156 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.91
Current children cumulated vsize (KiB) 123372

[startup+25.5014 s]
/proc/loadavg: 1.79 1.91 1.89 3/80 19629
/proc/meminfo: memFree=1596592/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=124032 CPUtime=49.46
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 24362 0 0 0 4933 13 0 0 25 0 3 0 331123170 127008768 19301 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 31008 19301 389 42 0 25260 0
[pid=19626/tid=19628] ppid=19624 vsize=124032 CPUtime=24.07
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 3380 0 0 0 2405 2 0 0 25 0 3 0 331123312 127008768 19301 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=124032 CPUtime=23.97
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 2397 0 0 0 25 0 3 0 331123312 127008768 19301 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 124032

[startup+51.1021 s]
/proc/loadavg: 1.86 1.92 1.89 3/80 19629
/proc/meminfo: memFree=1595248/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=125340 CPUtime=100.53
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 26892 0 0 0 10038 15 0 0 25 0 3 0 331123170 128348160 19656 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 31335 19656 389 42 0 25587 0
[pid=19626/tid=19628] ppid=19624 vsize=125340 CPUtime=49.66
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 5910 0 0 0 4962 4 0 0 25 0 3 0 331123312 128348160 19656 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4326863 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=125340 CPUtime=49.46
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 4946 0 0 0 25 0 3 0 331123312 128348160 19656 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297591 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.53
Current children cumulated vsize (KiB) 125340

[startup+102.302 s]
/proc/loadavg: 1.94 1.93 1.90 3/80 19629
/proc/meminfo: memFree=1591856/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=128640 CPUtime=202.69
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 28341 0 0 0 20253 16 0 0 25 0 3 0 331123170 131727360 20505 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 32160 20505 389 42 0 26412 0
[pid=19626/tid=19628] ppid=19624 vsize=128640 CPUtime=100.84
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 7359 0 0 0 10079 5 0 0 25 0 3 0 331123312 131727360 20505 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246457 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=128640 CPUtime=100.43
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 10043 0 0 0 25 0 3 0 331123312 131727360 20505 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297612 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.69
Current children cumulated vsize (KiB) 128640

[startup+162.303 s]
/proc/loadavg: 1.98 1.94 1.90 3/80 19629
/proc/meminfo: memFree=1588400/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=132060 CPUtime=322.42
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29229 0 0 0 32224 18 0 0 25 0 3 0 331123170 135229440 21393 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33015 21393 389 42 0 27267 0
[pid=19626/tid=19628] ppid=19624 vsize=132060 CPUtime=160.82
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8247 0 0 0 16075 7 0 0 25 0 3 0 331123312 135229440 21393 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246412 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=132060 CPUtime=160.18
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 16018 0 0 0 25 0 3 0 331123312 135229440 21393 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4239088 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.42
Current children cumulated vsize (KiB) 132060

[startup+222.306 s]
/proc/loadavg: 1.99 1.95 1.91 3/80 19629
/proc/meminfo: memFree=1585456/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=442.14
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29942 0 0 0 44195 19 0 0 25 0 3 0 331123170 138203136 22106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22106 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=220.81
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8960 0 0 0 22073 8 0 0 25 0 3 0 331123312 138203136 22106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246425 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=219.92
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 21992 0 0 0 25 0 3 0 331123312 138203136 22106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.14
Current children cumulated vsize (KiB) 134964

[startup+282.301 s]
/proc/loadavg: 1.99 1.95 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=561.86
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29942 0 0 0 56166 20 0 0 25 0 3 0 331123170 138203136 22106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22106 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=280.78
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8960 0 0 0 28070 8 0 0 25 0 3 0 331123312 138203136 22106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246488 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=279.65
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 27965 0 0 0 25 0 3 0 331123312 138203136 22106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4245808 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.86
Current children cumulated vsize (KiB) 134964

[startup+342.301 s]
/proc/loadavg: 2.04 1.97 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=681.58
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29945 0 0 0 68138 20 0 0 25 0 3 0 331123170 138203136 22109 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22109 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=340.77
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8963 0 0 0 34068 9 0 0 25 0 3 0 331123312 138203136 22109 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246459 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=339.39
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 33939 0 0 0 25 0 3 0 331123312 138203136 22109 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244524 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 681.58
Current children cumulated vsize (KiB) 134964

[startup+402.302 s]
/proc/loadavg: 2.01 1.97 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=801.31
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29946 0 0 0 80110 21 0 0 25 0 3 0 331123170 138203136 22110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22110 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=400.75
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8964 0 0 0 40066 9 0 0 25 0 3 0 331123312 138203136 22110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246457 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=399.13
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 39913 0 0 0 25 0 3 0 331123312 138203136 22110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244160 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.31
Current children cumulated vsize (KiB) 134964

[startup+462.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=921.03
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29946 0 0 0 92082 21 0 0 25 0 3 0 331123170 138203136 22110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22110 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=460.73
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8964 0 0 0 46064 9 0 0 25 0 3 0 331123312 138203136 22110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246386 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=458.87
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 45887 0 0 0 25 0 3 0 331123312 138203136 22110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.03
Current children cumulated vsize (KiB) 134964

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=1040.76
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29947 0 0 0 104054 22 0 0 25 0 3 0 331123170 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22111 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=520.72
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8965 0 0 0 52062 10 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246361 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=518.61
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 51861 0 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1040.76
Current children cumulated vsize (KiB) 134964

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=1160.47
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29947 0 0 0 116025 22 0 0 25 0 3 0 331123170 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22111 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=580.7
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8965 0 0 0 58060 10 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246403 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=578.35
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 57835 0 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1160.47
Current children cumulated vsize (KiB) 134964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.201 s]
/proc/loadavg: 2.00 1.97 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=1200.18
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29947 0 0 0 119996 22 0 0 25 0 3 0 331123170 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22111 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=600.59
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8965 0 0 0 60049 10 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246417 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=598.16
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 59816 0 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 134964

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

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

[startup+602.201 s]
/proc/loadavg: 2.00 1.97 1.91 3/80 19629
/proc/meminfo: memFree=1585392/2055920 swapFree=4168648/4192956
[pid=19626] ppid=19624 vsize=134964 CPUtime=1200.18
/proc/19626/stat : 19626 (ornithorynque) S 19624 19626 18793 0 -1 4194304 29947 0 0 0 119996 22 0 0 25 0 3 0 331123170 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19626/statm: 33741 22111 389 42 0 27993 0
[pid=19626/tid=19628] ppid=19624 vsize=134964 CPUtime=600.59
/proc/19626/task/19628/stat : 19628 (ornithorynque) R 19624 19626 18793 0 -1 4194368 8965 0 0 0 60049 10 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246417 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19626/tid=19629] ppid=19624 vsize=134964 CPUtime=598.16
/proc/19626/task/19629/stat : 19629 (ornithorynque) R 19624 19626 18793 0 -1 4194368 2 0 0 0 59816 0 0 0 25 0 3 0 331123312 138203136 22111 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 134964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 602.228
CPU time (s): 1200.22
CPU user time (s): 1199.98
CPU system time (s): 0.240963
CPU usage (%): 199.297
Max. virtual memory (cumulated for all children) (KiB): 134964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29947
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= 22745

runsolver used 0.449931 second user time and 1.75073 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Mar  5 16:21:29 UTC 2007

IDJOB= 328475
IDBENCH= 20397
IDSOLVER= 139
FILE ID= node17/328475-1173111688

PBS_JOBID= 4013940

Free space on /tmp= 66521 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/328475-1173111688/ornithorynque /tmp/evaluation/328475-1173111688/instance-328475-1173111688.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-328475-1173111688 -o ROOT/results/node17/solver-328475-1173111688 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328475-1173111688/ornithorynque /tmp/evaluation/328475-1173111688/instance-328475-1173111688.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 486063551

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1673376 kB
Buffers:         36288 kB
Cached:         272096 kB
SwapCached:       2648 kB
Active:          77052 kB
Inactive:       254352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673376 kB
SwapTotal:     4192956 kB
SwapFree:      4168648 kB
Dirty:            9068 kB
Writeback:           0 kB
Mapped:          30340 kB
Slab:            36704 kB
Committed_AS:  1368292 kB
PageTables:       1748 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= 66521 MiB

End job on node17 on Mon Mar  5 16:31:34 UTC 2007