Trace number 200819

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 1802.68

General information on the benchmark

Namefapp/fapp11-15/fapp14/
fapp14-2500-0.xml
MD5SUM48c22b4658f7e95cf77401e5a2d21209
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.5512
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
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...
4.67	c ...done
4.67	c #SATvar=2317968 #SATclauses=4628432 #CSPpredicates=40767

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/node59/watcher-200819-1168055456 -o ROOT/results/node59/solver-200819-1168055456 -C 1800 -M 900 /tmp/evaluation/200819-1168055456/CSPtoSAT+minisat /tmp/evaluation/200819-1168055456/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.58 1.90 1.89 4/73 20850
/proc/meminfo: memFree=1361960/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=6696 CPUtime=0
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 433 0 0 0 0 0 0 0 18 0 1 0 153944577 6856704 412 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 9255800 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 1674 412 372 52 0 30 0

[startup+0.107829 s]
/proc/loadavg: 1.58 1.90 1.89 4/73 20850
/proc/meminfo: memFree=1361960/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=11668 CPUtime=0.09
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 1734 0 0 0 9 0 0 0 18 0 1 0 153944577 11948032 1666 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 2917 1672 694 52 0 1285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11668

[startup+0.516875 s]
/proc/loadavg: 1.58 1.90 1.89 4/73 20850
/proc/meminfo: memFree=1361960/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=91000 CPUtime=0.5
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 19693 0 0 0 41 9 0 0 22 0 1 0 153944577 93184000 19451 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 9721467 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 22750 19456 696 52 0 21118 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 91000

[startup+1.34297 s]
/proc/loadavg: 1.58 1.90 1.89 3/73 20850
/proc/meminfo: memFree=1194984/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=224428 CPUtime=1.33
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 50436 0 0 0 107 26 0 0 25 0 1 0 153944577 229814272 50194 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 9721467 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 56107 50195 696 52 0 54475 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 224428

[startup+2.98715 s]
/proc/loadavg: 1.58 1.90 1.89 3/73 20850
/proc/meminfo: memFree=1058216/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=325704 CPUtime=2.98
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 77316 0 0 0 259 39 0 0 25 0 1 0 153944577 333520896 77074 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 9717074 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 81426 77074 704 52 0 79794 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 325704

[startup+6.26651 s]
/proc/loadavg: 1.61 1.90 1.89 3/73 20850
/proc/meminfo: memFree=1050728/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=330920 CPUtime=6.25
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 78777 0 0 0 585 40 0 0 25 0 1 0 153944577 338862080 78397 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667415 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 82730 78397 721 52 0 81098 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 330920

[startup+12.7352 s]
/proc/loadavg: 1.64 1.90 1.89 3/73 20850
/proc/meminfo: memFree=1050664/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=331172 CPUtime=12.71
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 78828 0 0 0 1231 40 0 0 25 0 1 0 153944577 339120128 78448 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667430 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 82793 78448 721 52 0 81161 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 331172

[startup+25.5546 s]
/proc/loadavg: 1.72 1.91 1.90 3/73 20850
/proc/meminfo: memFree=1050344/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=331632 CPUtime=25.5
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 78946 0 0 0 2510 40 0 0 25 0 1 0 153944577 339591168 78566 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678600 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 82908 78566 721 52 0 81276 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 331632

[startup+51.2125 s]
/proc/loadavg: 1.82 1.91 1.90 3/73 20850
/proc/meminfo: memFree=1049640/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=332700 CPUtime=51.15
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 79131 0 0 0 5075 40 0 0 25 0 1 0 153944577 340684800 78751 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678217 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 83175 78751 721 52 0 81543 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 332700

[startup+102.415 s]
/proc/loadavg: 1.92 1.92 1.90 3/73 20850
/proc/meminfo: memFree=1048936/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=333324 CPUtime=102.3
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 79320 0 0 0 10189 41 0 0 25 0 1 0 153944577 341323776 78940 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 83331 78940 721 52 0 81699 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 333324

[startup+162.45 s]
/proc/loadavg: 2.04 1.95 1.91 3/73 20850
/proc/meminfo: memFree=1048168/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=333852 CPUtime=162.28
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 79489 0 0 0 16186 42 0 0 25 0 1 0 153944577 341864448 79109 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671183 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 83463 79109 721 52 0 81831 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 333852

[startup+222.484 s]
/proc/loadavg: 2.01 1.96 1.91 3/73 20850
/proc/meminfo: memFree=1047528/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=334512 CPUtime=222.26
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 79638 0 0 0 22184 42 0 0 25 0 1 0 153944577 342540288 79258 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 83628 79258 721 52 0 81996 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 334512

[startup+282.516 s]
/proc/loadavg: 2.00 1.96 1.91 3/73 20850
/proc/meminfo: memFree=1046952/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=335072 CPUtime=282.24
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 79785 0 0 0 28182 42 0 0 25 0 1 0 153944577 343113728 79405 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667427 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 83768 79405 721 52 0 82136 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 335072

[startup+342.548 s]
/proc/loadavg: 2.00 1.97 1.91 3/73 20850
/proc/meminfo: memFree=1046312/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=335732 CPUtime=342.2
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 79937 0 0 0 34177 43 0 0 25 0 1 0 153944577 343789568 79557 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 83933 79557 721 52 0 82301 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 335732

[startup+402.577 s]
/proc/loadavg: 2.04 1.99 1.92 3/73 20850
/proc/meminfo: memFree=1045736/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=336340 CPUtime=402.18
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 80082 0 0 0 40175 43 0 0 25 0 1 0 153944577 344412160 79702 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671651 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 84085 79702 721 52 0 82453 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 336340

[startup+462.608 s]
/proc/loadavg: 2.01 1.99 1.92 3/73 20850
/proc/meminfo: memFree=1045160/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=336868 CPUtime=462.16
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 80222 0 0 0 46173 43 0 0 25 0 1 0 153944577 344952832 79842 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667424 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 84217 79842 721 52 0 82585 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 336868

[startup+522.641 s]
/proc/loadavg: 2.00 1.99 1.92 3/73 20850
/proc/meminfo: memFree=1044520/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=337396 CPUtime=522.12
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 80362 0 0 0 52169 43 0 0 25 0 1 0 153944577 345493504 79982 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678219 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 84349 79982 721 52 0 82717 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 337396

[startup+582.673 s]
/proc/loadavg: 2.00 1.99 1.92 3/73 20850
/proc/meminfo: memFree=1043880/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=338044 CPUtime=582.11
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 80501 0 0 0 58167 44 0 0 25 0 1 0 153944577 346157056 80121 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678254 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 84511 80121 721 52 0 82879 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 338044

[startup+642.724 s]
/proc/loadavg: 2.08 2.02 1.93 3/79 20992
/proc/meminfo: memFree=1041960/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=338572 CPUtime=642.09
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 80638 0 0 0 64150 59 0 0 25 0 1 0 153944577 346697728 80258 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 84643 80258 721 52 0 83011 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 338572

[startup+702.775 s]
/proc/loadavg: 2.03 2.01 1.93 3/73 21048
/proc/meminfo: memFree=1042400/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=339100 CPUtime=702.05
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 80776 0 0 0 70136 69 0 0 25 0 1 0 153944577 347238400 80396 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 84775 80396 721 52 0 83143 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 339100

[startup+762.809 s]
/proc/loadavg: 2.01 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1041888/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=339628 CPUtime=762.03
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 80911 0 0 0 76134 69 0 0 25 0 1 0 153944577 347779072 80531 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 84907 80531 721 52 0 83275 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 339628

[startup+822.844 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1041440/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=340156 CPUtime=822.01
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81045 0 0 0 82132 69 0 0 25 0 1 0 153944577 348319744 80665 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85039 80665 721 52 0 83407 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 340156

[startup+882.878 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 21048
/proc/meminfo: memFree=1040928/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=340732 CPUtime=881.98
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81177 0 0 0 88128 70 0 0 25 0 1 0 153944577 348909568 80797 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678217 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85183 80797 721 52 0 83551 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 340732

[startup+942.917 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1040416/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=341260 CPUtime=941.96
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81305 0 0 0 94126 70 0 0 25 0 1 0 153944577 349450240 80925 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671308 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85315 80925 721 52 0 83683 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 341260

[startup+1002.96 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1039912/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=341788 CPUtime=1001.95
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81436 0 0 0 100125 70 0 0 25 0 1 0 153944577 349990912 81056 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85447 81056 721 52 0 83815 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 341788

[startup+1063.01 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1039464/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=342316 CPUtime=1061.94
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81565 0 0 0 106123 71 0 0 25 0 1 0 153944577 350531584 81185 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85579 81185 721 52 0 83947 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 342316

[startup+1123.04 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1038888/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=342712 CPUtime=1121.91
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81697 0 0 0 112120 71 0 0 25 0 1 0 153944577 350937088 81317 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562816 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85678 81317 721 52 0 84046 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 342712

[startup+1183.07 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1038376/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=343240 CPUtime=1181.91
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81825 0 0 0 118120 71 0 0 25 0 1 0 153944577 351477760 81445 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85810 81445 721 52 0 84178 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 343240

[startup+1243.12 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1037864/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=343768 CPUtime=1241.87
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 81954 0 0 0 124116 71 0 0 25 0 1 0 153944577 352018432 81574 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 85942 81574 721 52 0 84310 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 343768

[startup+1303.15 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1037352/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=344564 CPUtime=1301.85
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82081 0 0 0 130114 71 0 0 25 0 1 0 153944577 352833536 81701 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 86141 81701 721 52 0 84509 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 344564

[startup+1363.18 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1036776/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=344960 CPUtime=1361.84
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82204 0 0 0 136113 71 0 0 25 0 1 0 153944577 353239040 81824 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671460 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 86240 81824 721 52 0 84608 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 344960

[startup+1423.22 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1036264/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=345488 CPUtime=1421.8
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82328 0 0 0 142109 71 0 0 25 0 1 0 153944577 353779712 81948 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671506 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 86372 81948 721 52 0 84740 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 345488

[startup+1483.25 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1035752/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=345884 CPUtime=1481.78
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82452 0 0 0 148106 72 0 0 25 0 1 0 153944577 354185216 82072 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671287 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 86471 82072 721 52 0 84839 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 345884

[startup+1543.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21048
/proc/meminfo: memFree=1035240/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=346412 CPUtime=1541.78
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82575 0 0 0 154106 72 0 0 25 0 1 0 153944577 354725888 82195 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667395 0 0 4096 0 0 0 0 17 0 0 0
/proc/20849/statm: 86603 82195 721 52 0 84971 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 346412

[startup+1603.33 s]
/proc/loadavg: 2.01 2.00 1.93 3/73 21086
/proc/meminfo: memFree=707112/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=346808 CPUtime=1601.72
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82698 0 0 0 160098 74 0 0 25 0 1 0 153944577 355131392 82318 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134533247 0 0 4096 0 0 0 0 17 1 0 0
/proc/20849/statm: 86702 82318 721 52 0 85070 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 346808

[startup+1663.36 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21088
/proc/meminfo: memFree=705960/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=347204 CPUtime=1661.45
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82807 0 0 0 166071 74 0 0 25 0 1 0 153944577 355536896 82427 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 1 0 0
/proc/20849/statm: 86801 82427 721 52 0 85169 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 347204

[startup+1723.39 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21088
/proc/meminfo: memFree=705064/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=347600 CPUtime=1721.2
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 82912 0 0 0 172046 74 0 0 25 0 1 0 153944577 355942400 82532 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671191 0 0 4096 0 0 0 0 17 1 0 0
/proc/20849/statm: 86900 82532 721 52 0 85268 0
Current children cumulated CPU time (s) 1721.2
Current children cumulated vsize (KiB) 347600

[startup+1783.43 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21088
/proc/meminfo: memFree=704168/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=348128 CPUtime=1780.95
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 83019 0 0 0 178021 74 0 0 25 0 1 0 153944577 356483072 82639 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/20849/statm: 87032 82639 721 52 0 85400 0
Current children cumulated CPU time (s) 1780.95
Current children cumulated vsize (KiB) 348128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.61 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 21088
/proc/meminfo: memFree=703848/2055920 swapFree=4192812/4192956
[pid=20849] ppid=20847 vsize=348260 CPUtime=1800.05
/proc/20849/stat : 20849 (CSPtoSAT+minisa) R 20847 20849 19900 0 -1 4194304 83053 0 0 0 179931 74 0 0 25 0 1 0 153944577 356618240 82673 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667443 0 0 4096 0 0 0 0 17 1 0 0
/proc/20849/statm: 87065 82673 721 52 0 85433 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 348260

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.68
CPU time (s): 1800.13
CPU user time (s): 1799.31
CPU system time (s): 0.813876
CPU usage (%): 99.8583
Max. virtual memory (cumulated for all children) (KiB): 348260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.813876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83053
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= 10
involuntary context switches= 7743

runsolver used 2.28265 s user time and 5.21721 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 03:51:01 UTC 2007


IDJOB= 200819
IDBENCH= 3728
FILE ID= node59/200819-1168055456

PBS_JOBID= 3475463

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp14/fapp14-2500-0.xml
COMMAND LINE= /tmp/evaluation/200819-1168055456/CSPtoSAT+minisat /tmp/evaluation/200819-1168055456/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-200819-1168055456 -o ROOT/results/node59/solver-200819-1168055456 -C 1800 -M 900  /tmp/evaluation/200819-1168055456/CSPtoSAT+minisat /tmp/evaluation/200819-1168055456/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  48c22b4658f7e95cf77401e5a2d21209

RANDOM SEED= 334547270

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.239
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.239
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:       1362696 kB
Buffers:         62816 kB
Cached:         520012 kB
SwapCached:          0 kB
Active:         102004 kB
Inactive:       508088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7272 kB
Writeback:           0 kB
Mapped:          40904 kB
Slab:            68596 kB
Committed_AS:  2861036 kB
PageTables:       1836 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= 66538 MiB



End job on node59 on Sat Jan  6 04:21:09 UTC 2007