Trace number 201616

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.11 1813.68

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-1.xml
MD5SUMf05f4f4f08175b4a33e0715dbde0d67a
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 benchmark8.04078
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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/node52/watcher-201616-1168055535 -o ROOT/results/node52/solver-201616-1168055535 -C 1800 -M 900 /tmp/evaluation/201616-1168055535/CSPtoSAT+minisat /tmp/evaluation/201616-1168055535/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.91 1.98 1.99 5/73 25322
/proc/meminfo: memFree=1292768/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=496 CPUtime=0
/proc/25321/stat : 25321 (CSPtoSAT+minisa) D 25319 25321 22779 0 -1 4194304 51 0 0 0 0 0 0 0 20 0 1 0 153952048 507904 36 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4309796 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25321/statm: 124 36 29 52 0 19 0

[startup+0.108267 s]
/proc/loadavg: 1.91 1.98 1.99 5/73 25322
/proc/meminfo: memFree=1292768/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=15092 CPUtime=0.09
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 2517 0 0 0 9 0 0 0 18 0 1 0 153952048 15454208 2431 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134669469 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 3773 2431 694 52 0 2141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15092

[startup+0.516286 s]
/proc/loadavg: 1.91 1.98 1.99 5/73 25322
/proc/meminfo: memFree=1292768/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=81880 CPUtime=0.5
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 17831 0 0 0 44 6 0 0 21 0 1 0 153952048 83845120 17683 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687749 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 20470 17683 696 52 0 18838 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 81880

[startup+1.33734 s]
/proc/loadavg: 1.91 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1166368/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=143056 CPUtime=1.31
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 32495 0 0 0 116 15 0 0 25 0 1 0 153952048 146489344 32347 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134602506 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 35764 32347 704 52 0 34132 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 143056

[startup+2.97446 s]
/proc/loadavg: 1.91 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1163040/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=146872 CPUtime=2.94
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 33490 0 0 0 278 16 0 0 25 0 1 0 153952048 150396928 33316 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 36718 33316 721 52 0 35086 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 146872

[startup+6.25668 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1161696/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=147116 CPUtime=6.2
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 33553 0 0 0 604 16 0 0 25 0 1 0 153952048 150646784 33379 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671171 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 36779 33379 721 52 0 35147 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 147116

[startup+12.7231 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1161440/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=147368 CPUtime=12.61
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 33602 0 0 0 1245 16 0 0 25 0 1 0 153952048 150904832 33428 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678223 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 36842 33428 721 52 0 35210 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 147368

[startup+25.551 s]
/proc/loadavg: 1.94 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1161056/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=147812 CPUtime=25.35
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 33722 0 0 0 2519 16 0 0 25 0 1 0 153952048 151359488 33548 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667424 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 36953 33548 721 52 0 35321 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 147812

[startup+51.2047 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1160416/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=148504 CPUtime=50.81
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 33865 0 0 0 5064 17 0 0 25 0 1 0 153952048 152068096 33691 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 37126 33691 721 52 0 35494 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 148504

[startup+102.499 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1159712/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=149332 CPUtime=101.73
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 34062 0 0 0 10156 17 0 0 25 0 1 0 153952048 152915968 33888 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 37333 33888 721 52 0 35701 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 149332

[startup+162.519 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1158496/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=150208 CPUtime=161.31
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 34279 0 0 0 16114 17 0 0 25 0 1 0 153952048 153812992 34105 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134679958 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 37552 34105 721 52 0 35920 0
Current children cumulated CPU time (s) 161.31
Current children cumulated vsize (KiB) 150208

[startup+222.547 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1157536/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=151032 CPUtime=220.88
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 34488 0 0 0 22071 17 0 0 25 0 1 0 153952048 154656768 34314 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 37758 34314 721 52 0 36126 0
Current children cumulated CPU time (s) 220.88
Current children cumulated vsize (KiB) 151032

[startup+282.564 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 25322
/proc/meminfo: memFree=1156704/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=151904 CPUtime=280.46
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 34691 0 0 0 28028 18 0 0 25 0 1 0 153952048 155549696 34517 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 37976 34517 721 52 0 36344 0
Current children cumulated CPU time (s) 280.46
Current children cumulated vsize (KiB) 151904

[startup+342.589 s]
/proc/loadavg: 2.06 2.00 2.00 3/73 25322
/proc/meminfo: memFree=1155744/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=152696 CPUtime=340.03
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 34896 0 0 0 33985 18 0 0 25 0 1 0 153952048 156360704 34722 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 38174 34722 721 52 0 36542 0
Current children cumulated CPU time (s) 340.03
Current children cumulated vsize (KiB) 152696

[startup+402.61 s]
/proc/loadavg: 2.02 2.00 2.00 3/73 25322
/proc/meminfo: memFree=1154976/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=153476 CPUtime=399.6
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 35087 0 0 0 39942 18 0 0 25 0 1 0 153952048 157159424 34913 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 38369 34913 721 52 0 36737 0
Current children cumulated CPU time (s) 399.6
Current children cumulated vsize (KiB) 153476

[startup+462.637 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25322
/proc/meminfo: memFree=1154208/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=154136 CPUtime=459.17
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 35272 0 0 0 45898 19 0 0 25 0 1 0 153952048 157835264 35098 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 38534 35098 721 52 0 36902 0
Current children cumulated CPU time (s) 459.17
Current children cumulated vsize (KiB) 154136

[startup+522.664 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25322
/proc/meminfo: memFree=1153312/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=154928 CPUtime=518.73
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 35455 0 0 0 51854 19 0 0 25 0 1 0 153952048 158646272 35281 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 38732 35281 721 52 0 37100 0
Current children cumulated CPU time (s) 518.73
Current children cumulated vsize (KiB) 154928

[startup+582.712 s]
/proc/loadavg: 2.03 2.01 2.00 3/79 25470
/proc/meminfo: memFree=1151208/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=155768 CPUtime=578.08
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 35632 0 0 0 57788 20 0 0 25 0 1 0 153952048 159506432 35458 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 38942 35458 721 52 0 37310 0
Current children cumulated CPU time (s) 578.08
Current children cumulated vsize (KiB) 155768

[startup+642.748 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1151584/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=156428 CPUtime=637.53
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 35811 0 0 0 63733 20 0 0 25 0 1 0 153952048 160182272 35637 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671762 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 39107 35637 721 52 0 37475 0
Current children cumulated CPU time (s) 637.53
Current children cumulated vsize (KiB) 156428

[startup+702.771 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1150880/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=157088 CPUtime=697.07
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 35984 0 0 0 69687 20 0 0 25 0 1 0 153952048 160858112 35810 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665637 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 39272 35810 721 52 0 37640 0
Current children cumulated CPU time (s) 697.07
Current children cumulated vsize (KiB) 157088

[startup+762.793 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1150176/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=157748 CPUtime=756.61
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 36156 0 0 0 75640 21 0 0 25 0 1 0 153952048 161533952 35982 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678233 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 39437 35982 721 52 0 37805 0
Current children cumulated CPU time (s) 756.61
Current children cumulated vsize (KiB) 157748

[startup+822.816 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 25520
/proc/meminfo: memFree=1149408/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=158408 CPUtime=816.17
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 36323 0 0 0 81595 22 0 0 25 0 1 0 153952048 162209792 36149 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678235 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 39602 36149 721 52 0 37970 0
Current children cumulated CPU time (s) 816.17
Current children cumulated vsize (KiB) 158408

[startup+882.842 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 25520
/proc/meminfo: memFree=1148704/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=159204 CPUtime=875.72
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 36492 0 0 0 87550 22 0 0 25 0 1 0 153952048 163024896 36318 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671528 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 39801 36318 721 52 0 38169 0
Current children cumulated CPU time (s) 875.72
Current children cumulated vsize (KiB) 159204

[startup+942.863 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1147872/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=159864 CPUtime=935.27
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 36659 0 0 0 93504 23 0 0 25 0 1 0 153952048 163700736 36485 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 39966 36485 721 52 0 38334 0
Current children cumulated CPU time (s) 935.27
Current children cumulated vsize (KiB) 159864

[startup+1002.89 s]
/proc/loadavg: 2.04 2.01 2.00 3/73 25520
/proc/meminfo: memFree=1147040/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=160524 CPUtime=994.8
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 36821 0 0 0 99457 23 0 0 25 0 1 0 153952048 164376576 36647 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562816 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 40131 36647 721 52 0 38499 0
Current children cumulated CPU time (s) 994.8
Current children cumulated vsize (KiB) 160524

[startup+1062.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 25520
/proc/meminfo: memFree=1146208/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=161052 CPUtime=1054.34
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 36982 0 0 0 105410 24 0 0 25 0 1 0 153952048 164917248 36808 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 40263 36808 721 52 0 38631 0
Current children cumulated CPU time (s) 1054.34
Current children cumulated vsize (KiB) 161052

[startup+1122.93 s]
/proc/loadavg: 2.08 2.02 2.01 3/73 25520
/proc/meminfo: memFree=1145376/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=161712 CPUtime=1113.86
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 37142 0 0 0 111362 24 0 0 25 0 1 0 153952048 165593088 36968 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671249 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 40428 36968 721 52 0 38796 0
Current children cumulated CPU time (s) 1113.86
Current children cumulated vsize (KiB) 161712

[startup+1182.96 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 25520
/proc/meminfo: memFree=1144736/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=162240 CPUtime=1173.41
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 37297 0 0 0 117316 25 0 0 25 0 1 0 153952048 166133760 37123 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678251 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 40560 37123 721 52 0 38928 0
Current children cumulated CPU time (s) 1173.41
Current children cumulated vsize (KiB) 162240

[startup+1242.99 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 25520
/proc/meminfo: memFree=1144096/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=162900 CPUtime=1232.94
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 37452 0 0 0 123269 25 0 0 25 0 1 0 153952048 166809600 37278 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671249 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 40725 37278 721 52 0 39093 0
Current children cumulated CPU time (s) 1232.94
Current children cumulated vsize (KiB) 162900

[startup+1303.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1143392/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=163428 CPUtime=1292.47
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 37608 0 0 0 129222 25 0 0 25 0 1 0 153952048 167350272 37434 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667409 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 40857 37434 721 52 0 39225 0
Current children cumulated CPU time (s) 1292.47
Current children cumulated vsize (KiB) 163428

[startup+1363.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1142816/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=164492 CPUtime=1352.02
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 37765 0 0 0 135176 26 0 0 25 0 1 0 153952048 168439808 37591 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678869 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 41123 37591 721 52 0 39491 0
Current children cumulated CPU time (s) 1352.02
Current children cumulated vsize (KiB) 164492

[startup+1423.07 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1142240/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=165020 CPUtime=1411.55
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 37916 0 0 0 141129 26 0 0 25 0 1 0 153952048 168980480 37742 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665654 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 41255 37742 721 52 0 39623 0
Current children cumulated CPU time (s) 1411.55
Current children cumulated vsize (KiB) 165020

[startup+1483.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25520
/proc/meminfo: memFree=1141536/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=165548 CPUtime=1471.09
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 38070 0 0 0 147083 26 0 0 25 0 1 0 153952048 169521152 37896 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 41387 37896 721 52 0 39755 0
Current children cumulated CPU time (s) 1471.09
Current children cumulated vsize (KiB) 165548

[startup+1543.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25522
/proc/meminfo: memFree=1140960/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=166208 CPUtime=1530.62
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 38219 0 0 0 153035 27 0 0 25 0 1 0 153952048 170196992 38045 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665589 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 41552 38045 721 52 0 39920 0
Current children cumulated CPU time (s) 1530.62
Current children cumulated vsize (KiB) 166208

[startup+1603.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25522
/proc/meminfo: memFree=1140320/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=166736 CPUtime=1590.16
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 38368 0 0 0 158989 27 0 0 25 0 1 0 153952048 170737664 38194 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/25321/statm: 41684 38194 721 52 0 40052 0
Current children cumulated CPU time (s) 1590.16
Current children cumulated vsize (KiB) 166736

[startup+1663.19 s]
/proc/loadavg: 2.14 2.03 2.01 3/73 25560
/proc/meminfo: memFree=1134880/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=167264 CPUtime=1649.75
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 38519 0 0 0 164947 28 0 0 25 0 1 0 153952048 171278336 38345 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671680 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 41816 38345 721 52 0 40184 0
Current children cumulated CPU time (s) 1649.75
Current children cumulated vsize (KiB) 167264

[startup+1723.23 s]
/proc/loadavg: 2.05 2.02 2.00 3/73 25560
/proc/meminfo: memFree=1114592/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=167924 CPUtime=1709.72
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 38677 0 0 0 170943 29 0 0 25 0 1 0 153952048 171954176 38503 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671466 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 41981 38503 721 52 0 40349 0
Current children cumulated CPU time (s) 1709.72
Current children cumulated vsize (KiB) 167924

[startup+1783.26 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 25560
/proc/meminfo: memFree=1101984/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=168452 CPUtime=1769.71
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 38834 0 0 0 176941 30 0 0 25 0 1 0 153952048 172494848 38660 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 42113 38660 721 52 0 40481 0
Current children cumulated CPU time (s) 1769.71
Current children cumulated vsize (KiB) 168452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.65 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 25560
/proc/meminfo: memFree=1096608/2055920 swapFree=4192812/4192956
[pid=25321] ppid=25319 vsize=168716 CPUtime=1800.07
/proc/25321/stat : 25321 (CSPtoSAT+minisa) R 25319 25321 22779 0 -1 4194304 38910 0 0 0 179977 30 0 0 25 0 1 0 153952048 172765184 38736 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665598 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 42179 38736 721 52 0 40547 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 168716

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.68
CPU time (s): 1800.11
CPU user time (s): 1799.77
CPU system time (s): 0.330949
CPU usage (%): 99.2515
Max. virtual memory (cumulated for all children) (KiB): 168716

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

runsolver used 2.13767 s user time and 4.97824 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 03:52:16 UTC 2007


IDJOB= 201616
IDBENCH= 3773
FILE ID= node52/201616-1168055535

PBS_JOBID= 3475457

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-1.xml
COMMAND LINE= /tmp/evaluation/201616-1168055535/CSPtoSAT+minisat /tmp/evaluation/201616-1168055535/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-201616-1168055535 -o ROOT/results/node52/solver-201616-1168055535 -C 1800 -M 900  /tmp/evaluation/201616-1168055535/CSPtoSAT+minisat /tmp/evaluation/201616-1168055535/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  f05f4f4f08175b4a33e0715dbde0d67a

RANDOM SEED= 766614382

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.232
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.232
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:       1293248 kB
Buffers:         59868 kB
Cached:         596332 kB
SwapCached:          0 kB
Active:          99352 kB
Inactive:       580628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1293248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5132 kB
Writeback:           0 kB
Mapped:          37380 kB
Slab:            68224 kB
Committed_AS:  3130204 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= 66547 MiB



End job on node52 on Sat Jan  6 04:22:32 UTC 2007