Trace number 2068525

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
pcs-restart 0.3.2? (MO) 378.065 381.345

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-hanoi4.xml
MD5SUMbc2b2e34672d70129799a25a0b981a8a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.24366
Satisfiable
(Un)Satisfiability was proved
Number of variables1436
Number of constraints5524
Maximum constraint arity7
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5524
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has operations which may create big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 1817422415
0.00/0.02	c Constructing HOME/instance-2068525-1247706694.xml  with 14590 constraints
0.28/0.34	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068525-1247706694/watcher-2068525-1247706694 -o /tmp/evaluation-result-2068525-1247706694/solver-2068525-1247706694 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1817422415 HOME/instance-2068525-1247706694.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 12042
/proc/meminfo: memFree=948256/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=5356 CPUtime=0
/proc/12042/stat : 12042 (pcssolve) S 12040 12042 10144 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 57735701 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12042/statm: 1339 242 201 169 0 50 0
[pid=12043] ppid=12042 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (pcssolve) R 12042 12042 10144 0 -1 4194368 22 0 0 0 0 0 0 0 19 0 1 0 57735701 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 233588714791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12043/statm: 1339 243 202 169 0 50 0
[pid=12044] ppid=12042 vsize=3676 CPUtime=0
/proc/12044/stat : 12044 (grep) S 12042 12042 10144 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 57735701 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 233588883538 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/12044/statm: 919 121 99 19 0 43 0

[startup+0.0860999 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 12042
/proc/meminfo: memFree=948256/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=5500 CPUtime=0.06
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 1063 826 0 0 6 0 0 0 21 0 1 0 57735701 5632000 672 996147200 134512640 135215973 4294956304 18446744073709551615 11120362 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 1375 672 385 171 0 300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5500

[startup+0.101099 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 12042
/proc/meminfo: memFree=948256/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=5860 CPUtime=0.08
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 1112 826 0 0 8 0 0 0 21 0 1 0 57735701 6000640 721 996147200 134512640 135215973 4294956304 18446744073709551615 4159337185 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 1465 721 385 171 0 390 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5860

[startup+0.301142 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 12042
/proc/meminfo: memFree=948256/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=8420 CPUtime=0.28
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 1936 826 0 0 27 1 0 0 23 0 1 0 57735701 8622080 1268 996147200 134512640 135215973 4294956304 18446744073709551615 134583660 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 2105 1268 385 171 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8420

[startup+0.701215 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 12042
/proc/meminfo: memFree=948256/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=13080 CPUtime=0.68
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 3534 826 0 0 66 2 0 0 25 0 1 0 57735701 13393920 2380 996147200 134512640 135215973 4294956304 18446744073709551615 134591047 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 3270 2380 409 171 0 2195 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13080

[startup+1.50136 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 12048
/proc/meminfo: memFree=939672/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=14084 CPUtime=1.47
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 3821 826 0 0 145 2 0 0 25 0 1 0 57735701 14422016 2667 996147200 134512640 135215973 4294956304 18446744073709551615 134902700 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 3521 2667 409 171 0 2446 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14084

[startup+3.10165 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 12048
/proc/meminfo: memFree=938072/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=15900 CPUtime=3.06
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 4284 826 0 0 304 2 0 0 25 0 1 0 57735701 16281600 3130 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 3975 3130 409 171 0 2900 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 15900

[startup+6.30123 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 12048
/proc/meminfo: memFree=933016/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=21340 CPUtime=6.23
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 5642 826 0 0 620 3 0 0 25 0 1 0 57735701 21852160 4488 996147200 134512640 135215973 4294956304 18446744073709551615 134907400 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 5335 4488 409 171 0 4260 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 21340

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 12048
/proc/meminfo: memFree=922264/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=31924 CPUtime=12.57
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 8297 826 0 0 1252 5 0 0 25 0 1 0 57735701 32690176 7143 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 7981 7143 409 171 0 6906 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 31924

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 12048
/proc/meminfo: memFree=896984/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=56892 CPUtime=25.26
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 14568 826 0 0 2518 8 0 0 25 0 1 0 57735701 58257408 13252 996147200 134512640 135215973 4294956304 18446744073709551615 134532672 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 14223 13252 409 171 0 13148 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 56892

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 12048
/proc/meminfo: memFree=845720/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=108760 CPUtime=50.64
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 27625 826 0 0 5050 14 0 0 25 0 1 0 57735701 111370240 26244 996147200 134512640 135215973 4294956304 18446744073709551615 134902593 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 27190 26244 409 171 0 26115 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 108760

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 12048
/proc/meminfo: memFree=737368/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=215764 CPUtime=101.4
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 54741 826 0 0 10113 27 0 0 25 0 1 0 57735701 220942336 52974 996147200 134512640 135215973 4294956304 18446744073709551615 134648596 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 53941 52974 409 171 0 52866 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 215764

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=589016/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=366856 CPUtime=160.88
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 92817 826 0 0 16045 43 0 0 25 0 1 0 57735701 375660544 90280 996147200 134512640 135215973 4294956304 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 91714 90280 409 171 0 90639 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 366856

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=441176/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=516176 CPUtime=220.36
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 130578 826 0 0 21975 61 0 0 25 0 1 0 57735701 528564224 127016 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 129044 127016 409 171 0 127969 0
Current children cumulated CPU time (s) 220.36
Current children cumulated vsize (KiB) 516176

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=285080/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=671512 CPUtime=279.85
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 169886 826 0 0 27903 82 0 0 25 0 1 0 57735701 687628288 166324 996147200 134512640 135215973 4294956304 18446744073709551615 134590690 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 167878 166324 409 171 0 166803 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 671512

[startup+342.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=138392/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=814640 CPUtime=339.34
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 206100 826 0 0 33834 100 0 0 25 0 1 0 57735701 834191360 202538 996147200 134512640 135215973 4294956304 18446744073709551615 134648289 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 203660 202538 409 171 0 202585 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 814640



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+381.202 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=37592/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=921712 CPUtime=377.9
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4194304 233092 826 0 0 37677 113 0 0 25 0 1 0 57735701 943833088 227481 996147200 134512640 135215973 4294956304 18446744073709551615 4158960000 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 230428 227481 409 171 0 229353 0
Current children cumulated CPU time (s) 377.9
Current children cumulated vsize (KiB) 921712

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

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

[startup+381.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=37592/2055920 swapFree=4192812/4192956
[pid=12042] ppid=12040 vsize=0 CPUtime=378
/proc/12042/stat : 12042 (pcs.big) R 12040 12042 10144 0 -1 4195332 233092 826 0 0 37677 123 0 0 25 0 1 0 57735701 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12042/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 378
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 381.345
CPU time (s): 378.065
CPU user time (s): 376.782
CPU system time (s): 1.2828
CPU usage (%): 99.1397
Max. virtual memory (cumulated for all children) (KiB): 921712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 376.782
system time used= 1.2828
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233918
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= 23
involuntary context switches= 7868

runsolver used 0.463929 second user time and 1.02384 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-16 03:11:34
IDJOB=2068525
IDBENCH=54873
IDSOLVER=734
FILE ID=node27/2068525-1247706694
PBS_JOBID= 9521257
Free space on /tmp= 66244 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-hanoi4.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068525-1247706694/watcher-2068525-1247706694 -o /tmp/evaluation-result-2068525-1247706694/solver-2068525-1247706694 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1817422415 HOME/instance-2068525-1247706694.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bc2b2e34672d70129799a25a0b981a8a
RANDOM SEED=1817422415

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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		: 2800.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	: 5521.40
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		: 2800.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:        948672 kB
Buffers:         61888 kB
Cached:         459944 kB
SwapCached:          0 kB
Active:         545132 kB
Inactive:       488656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        948672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:         523364 kB
Slab:            57872 kB
Committed_AS:  1061208 kB
PageTables:       2712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node27 at 2009-07-16 03:17:58