Trace number 201179

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
CSPtoSAT+minisat 0.3? (TO) 1800.13 1815.11

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-4.xml
MD5SUM9e78c37f84975ac2cde8c3ed71f26ee9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8692
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01	c This is CSPtoSAT+minisat version 0.3
0.01	c (c) 2006 roussel@cril.univ-artois.fr
0.01	
0.01	c This solver internally uses a modified version of MiniSat2 version 061112
0.01	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.01	
0.01	c parsing...
3.41	c ...done
3.41	c #SATvar=1540820 #SATclauses=3072636 #CSPpredicates=33021

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node75/watcher-201179-1168055495 -o ROOT/results/node75/solver-201179-1168055495 -C 1800 -M 900 /tmp/evaluation/201179-1168055495/CSPtoSAT+minisat /tmp/evaluation/201179-1168055495/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.36 1.84 1.87 4/68 17468
/proc/meminfo: memFree=1373144/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=6696 CPUtime=0
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 423 0 0 0 0 0 0 0 19 0 1 0 153949481 6856704 402 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 6704004 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 1674 403 365 52 0 30 0

[startup+0.103436 s]
/proc/loadavg: 1.36 1.84 1.87 4/68 17468
/proc/meminfo: memFree=1373144/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=17108 CPUtime=0.09
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 2876 0 0 0 8 1 0 0 19 0 1 0 153949481 17518592 2824 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134669235 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 4277 2827 694 52 0 2645 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17108

[startup+0.511484 s]
/proc/loadavg: 1.36 1.84 1.87 4/68 17468
/proc/meminfo: memFree=1373144/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=98684 CPUtime=0.5
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 19844 0 0 0 40 10 0 0 24 0 1 0 153949481 101052416 19641 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134669235 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 24671 19642 696 52 0 23039 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 98684

[startup+1.33658 s]
/proc/loadavg: 1.36 1.84 1.87 2/68 17468
/proc/meminfo: memFree=1199832/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=217228 CPUtime=1.32
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 51245 0 0 0 108 24 0 0 25 0 1 0 153949481 222441472 51042 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4158431270 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 54307 51042 704 52 0 52675 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 217228

[startup+2.97377 s]
/proc/loadavg: 1.33 1.82 1.86 2/68 17468
/proc/meminfo: memFree=1168216/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=222456 CPUtime=2.96
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 52553 0 0 0 271 25 0 0 25 0 1 0 153949481 227794944 52350 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 7201758 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 55614 52350 704 52 0 53982 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 222456

[startup+6.25016 s]
/proc/loadavg: 1.33 1.82 1.86 2/68 17468
/proc/meminfo: memFree=1164376/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=224100 CPUtime=6.24
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 53046 0 0 0 598 26 0 0 25 0 1 0 153949481 229478400 52743 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667329 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 56025 52743 721 52 0 54393 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 224100

[startup+12.7069 s]
/proc/loadavg: 1.28 1.79 1.85 2/69 17469
/proc/meminfo: memFree=1164176/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=224364 CPUtime=12.69
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 53107 0 0 0 1243 26 0 0 25 0 1 0 153949481 229748736 52804 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 56091 52804 721 52 0 54459 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 224364

[startup+25.5074 s]
/proc/loadavg: 1.24 1.77 1.84 2/68 17473
/proc/meminfo: memFree=1163864/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=224808 CPUtime=25.48
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 53223 0 0 0 2522 26 0 0 25 0 1 0 153949481 230203392 52920 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/17467/statm: 56202 52920 721 52 0 54570 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 224808

[startup+51.1625 s]
/proc/loadavg: 1.50 1.78 1.85 3/73 17496
/proc/meminfo: memFree=1039600/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=225472 CPUtime=50.91
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 53392 0 0 0 5065 26 0 0 25 0 1 0 153949481 230883328 53089 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667280 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 56368 53089 721 52 0 54736 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 225472

[startup+102.366 s]
/proc/loadavg: 1.78 1.82 1.85 3/73 17496
/proc/meminfo: memFree=1038064/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=226536 CPUtime=101.7
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 53578 0 0 0 10144 26 0 0 25 0 1 0 153949481 231972864 53275 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665607 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 56634 53275 721 52 0 55002 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 226536

[startup+162.399 s]
/proc/loadavg: 1.92 1.85 1.86 3/73 17496
/proc/meminfo: memFree=1036592/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=227208 CPUtime=161.24
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 53757 0 0 0 16097 27 0 0 25 0 1 0 153949481 232660992 53454 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671585 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 56802 53454 721 52 0 55170 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 227208

[startup+222.437 s]
/proc/loadavg: 1.97 1.87 1.86 3/73 17496
/proc/meminfo: memFree=1035184/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=227868 CPUtime=220.79
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 53927 0 0 0 22052 27 0 0 25 0 1 0 153949481 233336832 53624 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 56967 53624 721 52 0 55335 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 227868

[startup+282.467 s]
/proc/loadavg: 1.99 1.89 1.87 3/73 17496
/proc/meminfo: memFree=1033840/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=228560 CPUtime=280.34
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 54089 0 0 0 28006 28 0 0 25 0 1 0 153949481 234045440 53786 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 57140 53786 721 52 0 55508 0
Current children cumulated CPU time (s) 280.34
Current children cumulated vsize (KiB) 228560

[startup+342.494 s]
/proc/loadavg: 2.04 1.92 1.88 3/73 17496
/proc/meminfo: memFree=1032496/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=229220 CPUtime=339.87
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 54247 0 0 0 33959 28 0 0 25 0 1 0 153949481 234721280 53944 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 57305 53944 721 52 0 55673 0
Current children cumulated CPU time (s) 339.87
Current children cumulated vsize (KiB) 229220

[startup+402.525 s]
/proc/loadavg: 2.01 1.93 1.89 3/73 17496
/proc/meminfo: memFree=1031216/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=229828 CPUtime=399.43
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 54404 0 0 0 39914 29 0 0 25 0 1 0 153949481 235343872 54101 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 57457 54101 721 52 0 55825 0
Current children cumulated CPU time (s) 399.43
Current children cumulated vsize (KiB) 229828

[startup+462.556 s]
/proc/loadavg: 2.00 1.94 1.89 3/73 17496
/proc/meminfo: memFree=1029936/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=230488 CPUtime=458.98
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 54556 0 0 0 45869 29 0 0 25 0 1 0 153949481 236019712 54253 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 57622 54253 721 52 0 55990 0
Current children cumulated CPU time (s) 458.98
Current children cumulated vsize (KiB) 230488

[startup+522.583 s]
/proc/loadavg: 2.00 1.95 1.90 3/73 17496
/proc/meminfo: memFree=1028592/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=231016 CPUtime=518.5
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 54712 0 0 0 51821 29 0 0 25 0 1 0 153949481 236560384 54409 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671770 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 57754 54409 721 52 0 56122 0
Current children cumulated CPU time (s) 518.5
Current children cumulated vsize (KiB) 231016

[startup+582.628 s]
/proc/loadavg: 2.00 1.96 1.90 3/79 17598
/proc/meminfo: memFree=1025824/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=231664 CPUtime=577.95
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 54861 0 0 0 57757 38 0 0 25 0 1 0 153949481 237223936 54558 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671648 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 57916 54558 721 52 0 56284 0
Current children cumulated CPU time (s) 577.95
Current children cumulated vsize (KiB) 231664

[startup+642.682 s]
/proc/loadavg: 2.00 1.96 1.91 3/79 17668
/proc/meminfo: memFree=1024696/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=232324 CPUtime=637.38
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55005 0 0 0 63687 51 0 0 25 0 1 0 153949481 237899776 54702 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 58081 54702 721 52 0 56449 0
Current children cumulated CPU time (s) 637.38
Current children cumulated vsize (KiB) 232324

[startup+702.719 s]
/proc/loadavg: 2.00 1.97 1.91 3/73 17694
/proc/meminfo: memFree=1024624/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=232852 CPUtime=696.87
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55151 0 0 0 69634 53 0 0 25 0 1 0 153949481 238440448 54848 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562954 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 58213 54848 721 52 0 56581 0
Current children cumulated CPU time (s) 696.87
Current children cumulated vsize (KiB) 232852

[startup+762.759 s]
/proc/loadavg: 2.00 1.97 1.91 3/73 17694
/proc/meminfo: memFree=1023408/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=233380 CPUtime=756.42
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55290 0 0 0 75589 53 0 0 25 0 1 0 153949481 238981120 54987 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667401 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 58345 54987 721 52 0 56713 0
Current children cumulated CPU time (s) 756.42
Current children cumulated vsize (KiB) 233380

[startup+822.793 s]
/proc/loadavg: 2.00 1.97 1.91 3/73 17694
/proc/meminfo: memFree=1022192/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=233908 CPUtime=815.97
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55429 0 0 0 81544 53 0 0 25 0 1 0 153949481 239521792 55126 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 58477 55126 721 52 0 56845 0
Current children cumulated CPU time (s) 815.97
Current children cumulated vsize (KiB) 233908

[startup+882.825 s]
/proc/loadavg: 2.05 1.99 1.91 3/73 17694
/proc/meminfo: memFree=1020976/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=234616 CPUtime=875.49
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55568 0 0 0 87495 54 0 0 25 0 1 0 153949481 240246784 55265 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678275 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 58654 55265 721 52 0 57022 0
Current children cumulated CPU time (s) 875.49
Current children cumulated vsize (KiB) 234616

[startup+942.858 s]
/proc/loadavg: 2.02 1.99 1.91 3/73 17694
/proc/meminfo: memFree=1019760/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=235144 CPUtime=935.04
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55703 0 0 0 93450 54 0 0 25 0 1 0 153949481 240787456 55400 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667356 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 58786 55400 721 52 0 57154 0
Current children cumulated CPU time (s) 935.04
Current children cumulated vsize (KiB) 235144

[startup+1002.89 s]
/proc/loadavg: 2.13 2.02 1.93 3/73 17694
/proc/meminfo: memFree=1018608/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=235672 CPUtime=994.6
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55837 0 0 0 99405 55 0 0 25 0 1 0 153949481 241328128 55534 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 58918 55534 721 52 0 57286 0
Current children cumulated CPU time (s) 994.6
Current children cumulated vsize (KiB) 235672

[startup+1062.93 s]
/proc/loadavg: 2.05 2.01 1.93 3/73 17694
/proc/meminfo: memFree=1017584/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=236068 CPUtime=1054.12
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 55968 0 0 0 105357 55 0 0 25 0 1 0 153949481 241733632 55665 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59017 55665 721 52 0 57385 0
Current children cumulated CPU time (s) 1054.12
Current children cumulated vsize (KiB) 236068

[startup+1122.96 s]
/proc/loadavg: 2.02 2.01 1.93 3/73 17694
/proc/meminfo: memFree=1016496/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=236596 CPUtime=1113.67
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56101 0 0 0 111312 55 0 0 25 0 1 0 153949481 242274304 55798 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59149 55798 721 52 0 57517 0
Current children cumulated CPU time (s) 1113.67
Current children cumulated vsize (KiB) 236596

[startup+1183 s]
/proc/loadavg: 2.09 2.03 1.94 3/73 17694
/proc/meminfo: memFree=1015280/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=237124 CPUtime=1173.22
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56232 0 0 0 117266 56 0 0 25 0 1 0 153949481 242814976 55929 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59281 55929 721 52 0 57649 0
Current children cumulated CPU time (s) 1173.22
Current children cumulated vsize (KiB) 237124

[startup+1243.03 s]
/proc/loadavg: 2.08 2.04 1.94 3/73 17694
/proc/meminfo: memFree=1014128/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=237652 CPUtime=1232.75
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56361 0 0 0 123219 56 0 0 25 0 1 0 153949481 243355648 56058 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671180 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59413 56058 721 52 0 57781 0
Current children cumulated CPU time (s) 1232.75
Current children cumulated vsize (KiB) 237652

[startup+1303.07 s]
/proc/loadavg: 2.03 2.03 1.94 3/73 17694
/proc/meminfo: memFree=1013040/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=238316 CPUtime=1292.3
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56488 0 0 0 129173 57 0 0 25 0 1 0 153949481 244035584 56185 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678204 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59579 56185 721 52 0 57947 0
Current children cumulated CPU time (s) 1292.3
Current children cumulated vsize (KiB) 238316

[startup+1363.1 s]
/proc/loadavg: 2.01 2.02 1.94 3/73 17694
/proc/meminfo: memFree=1011888/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=238844 CPUtime=1351.85
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56613 0 0 0 135128 57 0 0 25 0 1 0 153949481 244576256 56310 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59711 56310 721 52 0 58079 0
Current children cumulated CPU time (s) 1351.85
Current children cumulated vsize (KiB) 238844

[startup+1423.14 s]
/proc/loadavg: 2.00 2.02 1.94 3/73 17694
/proc/meminfo: memFree=1010800/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=239372 CPUtime=1411.39
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56739 0 0 0 141081 58 0 0 25 0 1 0 153949481 245116928 56436 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59843 56436 721 52 0 58211 0
Current children cumulated CPU time (s) 1411.39
Current children cumulated vsize (KiB) 239372

[startup+1483.17 s]
/proc/loadavg: 2.00 2.01 1.94 3/73 17694
/proc/meminfo: memFree=1009712/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=239768 CPUtime=1470.93
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56861 0 0 0 147035 58 0 0 25 0 1 0 153949481 245522432 56558 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 59942 56558 721 52 0 58310 0
Current children cumulated CPU time (s) 1470.93
Current children cumulated vsize (KiB) 239768

[startup+1543.21 s]
/proc/loadavg: 2.00 2.00 1.94 3/73 17694
/proc/meminfo: memFree=1008560/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=240296 CPUtime=1530.48
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 56984 0 0 0 152990 58 0 0 25 0 1 0 153949481 246063104 56681 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 60074 56681 721 52 0 58442 0
Current children cumulated CPU time (s) 1530.48
Current children cumulated vsize (KiB) 240296

[startup+1603.24 s]
/proc/loadavg: 2.05 2.01 1.95 3/73 17696
/proc/meminfo: memFree=1007344/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=240692 CPUtime=1590.01
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 57106 0 0 0 158942 59 0 0 25 0 1 0 153949481 246468608 56803 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667395 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 60173 56803 721 52 0 58541 0
Current children cumulated CPU time (s) 1590.01
Current children cumulated vsize (KiB) 240692

[startup+1663.28 s]
/proc/loadavg: 2.02 2.01 1.95 3/73 17696
/proc/meminfo: memFree=1006448/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=241220 CPUtime=1649.55
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 57229 0 0 0 164896 59 0 0 25 0 1 0 153949481 247009280 56926 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671287 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 60305 56926 721 52 0 58673 0
Current children cumulated CPU time (s) 1649.55
Current children cumulated vsize (KiB) 241220

[startup+1723.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 17696
/proc/meminfo: memFree=1005296/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=241616 CPUtime=1709.11
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 57348 0 0 0 170851 60 0 0 25 0 1 0 153949481 247414784 57045 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667389 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 60404 57045 721 52 0 58772 0
Current children cumulated CPU time (s) 1709.11
Current children cumulated vsize (KiB) 241616

[startup+1783.35 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 17696
/proc/meminfo: memFree=1004336/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=242012 CPUtime=1768.63
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 57466 0 0 0 176803 60 0 0 25 0 1 0 153949481 247820288 57163 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 60503 57163 721 52 0 58871 0
Current children cumulated CPU time (s) 1768.63
Current children cumulated vsize (KiB) 242012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.06 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 17696
/proc/meminfo: memFree=1003760/2055920 swapFree=4191892/4192956
[pid=17467] ppid=17465 vsize=242276 CPUtime=1800.09
/proc/17467/stat : 17467 (CSPtoSAT+minisa) R 17465 17467 16555 0 -1 4194304 57527 0 0 0 179948 61 0 0 25 0 1 0 153949481 248090624 57224 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671477 0 0 4096 0 0 0 0 17 0 0 0
/proc/17467/statm: 60569 57224 721 52 0 58937 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 242276

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.11
CPU time (s): 1800.13
CPU user time (s): 1799.48
CPU system time (s): 0.6529
CPU usage (%): 99.1749
Max. virtual memory (cumulated for all children) (KiB): 242276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.6529
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57527
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= 11
involuntary context switches= 37949

runsolver used 1.71374 s user time and 4.90625 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 03:51:40 UTC 2007


IDJOB= 201179
IDBENCH= 3747
FILE ID= node75/201179-1168055495

PBS_JOBID= 3475494

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-4.xml
COMMAND LINE= /tmp/evaluation/201179-1168055495/CSPtoSAT+minisat /tmp/evaluation/201179-1168055495/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-201179-1168055495 -o ROOT/results/node75/solver-201179-1168055495 -C 1800 -M 900  /tmp/evaluation/201179-1168055495/CSPtoSAT+minisat /tmp/evaluation/201179-1168055495/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  9e78c37f84975ac2cde8c3ed71f26ee9

RANDOM SEED= 235180118

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1372032 kB
Buffers:         63988 kB
Cached:         517144 kB
SwapCached:        268 kB
Active:          91560 kB
Inactive:       509296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1372032 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            6228 kB
Writeback:           0 kB
Mapped:          28608 kB
Slab:            68688 kB
Committed_AS:  2991960 kB
PageTables:       1636 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= 66541 MiB



End job on node75 on Sat Jan  6 04:21:57 UTC 2007