Trace number 2068480

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 0.3.2? (MO) 405.181 409.048

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-f1000.xml
MD5SUM22f4670f77f803db70d4885e1813f138
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints5250
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5250
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has operations which may create big domains
0.00/0.02	c big-domain mode
0.00/0.02	c Seed is 365494448
0.00/0.02	c Constructing HOME/instance-2068480-1247706633.xml  with 16750 constraints
0.27/0.39	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-2068480-1247706633/watcher-2068480-1247706633 -o /tmp/evaluation-result-2068480-1247706633/solver-2068480-1247706633 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 365494448 HOME/instance-2068480-1247706633.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/82 11823
/proc/meminfo: memFree=1166040/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=5356 CPUtime=0
/proc/11823/stat : 11823 (pcssolve) R 11821 11823 10509 0 -1 4194304 290 0 0 0 0 0 0 0 23 0 1 0 57726520 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 218076080799 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11823/statm: 1339 241 200 169 0 50 0
[pid=11824] ppid=11823 vsize=3676 CPUtime=0
/proc/11824/stat : 11824 (fgrep) R 11823 11823 10509 0 -1 4194304 147 0 0 0 0 0 0 0 24 0 1 0 57726521 3764224 114 996147200 4194304 4274172 548682068976 18446744073709551615 4243374 0 0 4096 0 0 0 0 17 1 0 0
/proc/11824/statm: 919 114 86 19 0 43 0
[pid=11825] ppid=11823 vsize=5356 CPUtime=0
/proc/11825/stat : 11825 (pcssolve) R 11823 11823 10509 0 -1 4194368 0 0 0 0 0 0 0 0 23 0 1 0 57726521 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 218076080799 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11825/statm: 1339 241 200 169 0 50 0

[startup+0.0178731 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 11823
/proc/meminfo: memFree=1166040/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=5356 CPUtime=0
/proc/11823/stat : 11823 (pcssolve) R 11821 11823 10509 0 -1 4194304 339 317 0 0 0 0 0 0 25 0 1 0 57726520 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/11823/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101892 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 11823
/proc/meminfo: memFree=1166040/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=6360 CPUtime=0.07
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 1291 826 0 0 7 0 0 0 25 0 1 0 57726520 6512640 819 996147200 134512640 135215973 4294956304 18446744073709551615 4158911695 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 1590 819 385 171 0 515 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6360

[startup+0.301924 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 11823
/proc/meminfo: memFree=1166040/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=8724 CPUtime=0.27
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 2080 826 0 0 26 1 0 0 25 0 1 0 57726520 8933376 1350 996147200 134512640 135215973 4294956304 18446744073709551615 134533339 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 2181 1350 385 171 0 1106 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8724

[startup+0.701993 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 11823
/proc/meminfo: memFree=1166040/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=14780 CPUtime=0.67
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 4098 826 0 0 65 2 0 0 25 0 1 0 57726520 15134720 2740 996147200 134512640 135215973 4294956304 18446744073709551615 134532657 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 3695 2740 409 171 0 2620 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 14780

[startup+1.50113 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 11829
/proc/meminfo: memFree=1156048/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=16040 CPUtime=1.46
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 4421 826 0 0 144 2 0 0 25 0 1 0 57726520 16424960 3063 996147200 134512640 135215973 4294956304 18446744073709551615 134591286 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 4010 3063 409 171 0 2935 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 16040

[startup+3.10139 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 11829
/proc/meminfo: memFree=1154000/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=19296 CPUtime=3.04
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 5225 826 0 0 302 2 0 0 25 0 1 0 57726520 19759104 3867 996147200 134512640 135215973 4294956304 18446744073709551615 134587669 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 4824 3867 409 171 0 3749 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 19296

[startup+6.30193 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 11829
/proc/meminfo: memFree=1147024/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=26120 CPUtime=6.21
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 7007 826 0 0 618 3 0 0 25 0 1 0 57726520 26746880 5582 996147200 134512640 135215973 4294956304 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 6530 5582 409 171 0 5455 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 26120

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 11829
/proc/meminfo: memFree=1132368/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=39900 CPUtime=12.55
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 10532 826 0 0 1250 5 0 0 25 0 1 0 57726520 40857600 9042 996147200 134512640 135215973 4294956304 18446744073709551615 134902566 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 9975 9042 409 171 0 8900 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 39900

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 11829
/proc/meminfo: memFree=1103056/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=68144 CPUtime=25.23
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 17730 826 0 0 2514 9 0 0 25 0 1 0 57726520 69779456 16111 996147200 134512640 135215973 4294956304 18446744073709551615 134983161 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 17036 16111 409 171 0 15961 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 68144

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 11829
/proc/meminfo: memFree=1050832/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=121236 CPUtime=50.58
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 31263 826 0 0 5043 15 0 0 25 0 1 0 57726520 124145664 29387 996147200 134512640 135215973 4294956304 18446744073709551615 134907400 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 30309 29387 409 171 0 29234 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 121236

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 4/83 11829
/proc/meminfo: memFree=933136/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=237892 CPUtime=101.31
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 60944 826 0 0 10102 29 0 0 25 0 1 0 57726520 243601408 58488 996147200 134512640 135215973 4294956304 18446744073709551615 134600057 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 59473 58488 409 171 0 58398 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 237892

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11829
/proc/meminfo: memFree=805072/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=368368 CPUtime=160.74
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 94131 826 0 0 16029 45 0 0 25 0 1 0 57726520 377208832 90650 996147200 134512640 135215973 4294956304 18446744073709551615 134640952 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 92092 90650 409 171 0 91017 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 368368

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11829
/proc/meminfo: memFree=667536/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=501968 CPUtime=220.17
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 128097 826 0 0 21955 62 0 0 25 0 1 0 57726520 514015232 124616 996147200 134512640 135215973 4294956304 18446744073709551615 134609800 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 125492 124616 409 171 0 124417 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 501968

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 11829
/proc/meminfo: memFree=531856/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=645236 CPUtime=279.6
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 164451 826 0 0 27882 78 0 0 25 0 1 0 57726520 660721664 158631 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 161309 158631 409 171 0 160234 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 645236

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11829
/proc/meminfo: memFree=393488/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=780136 CPUtime=339.04
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 198716 826 0 0 33809 95 0 0 25 0 1 0 57726520 798859264 192896 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 195034 192896 409 171 0 193959 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 780136

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11829
/proc/meminfo: memFree=264784/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=907632 CPUtime=398.48
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 231116 826 0 0 39739 109 0 0 25 0 1 0 57726520 929415168 225296 996147200 134512640 135215973 4294956304 18446744073709551615 4158960503 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 226908 225296 409 171 0 225833 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 907632



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+408.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11829
/proc/meminfo: memFree=248336/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=921680 CPUtime=405.01
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4194304 234693 826 0 0 40391 110 0 0 25 0 1 0 57726520 943800320 228873 996147200 134512640 135215973 4294956304 18446744073709551615 134902593 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 230420 228873 409 171 0 229345 0
Current children cumulated CPU time (s) 405.01
Current children cumulated vsize (KiB) 921680

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

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

[startup+409.008 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11829
/proc/meminfo: memFree=248336/2055920 swapFree=4192812/4192956
[pid=11823] ppid=11821 vsize=0 CPUtime=405.11
/proc/11823/stat : 11823 (pcs.big) R 11821 11823 10509 0 -1 4195332 234693 826 0 0 40391 120 0 0 25 0 1 0 57726520 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11823/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 405.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 409.048
CPU time (s): 405.181
CPU user time (s): 403.93
CPU system time (s): 1.25181
CPU usage (%): 99.0547
Max. virtual memory (cumulated for all children) (KiB): 921680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.93
system time used= 1.25181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235519
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= 21
involuntary context switches= 16102

runsolver used 0.646901 second user time and 1.22781 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-16 03:10:33
IDJOB=2068480
IDBENCH=54869
IDSOLVER=733
FILE ID=node57/2068480-1247706633
PBS_JOBID= 9521199
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 22f4670f77f803db70d4885e1813f138
RANDOM SEED=365494448

node57.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		: 3000.261
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.261
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:       1166456 kB
Buffers:         79660 kB
Cached:         697104 kB
SwapCached:          0 kB
Active:         223092 kB
Inactive:       594736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1166456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          61464 kB
Slab:            56724 kB
Committed_AS:   560540 kB
PageTables:       1896 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= 66356 MiB
End job on node57 at 2009-07-16 03:17:24