Trace number 2081317

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? 84.6521 84.9935

DiagnosticValue
ASSIGNMENTS1000000

General information on the benchmark

Namecsp/varDimacs/
normalized-hole-09_ext.xml
MD5SUMa7b081257f5aa191231fd9b0489811af
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.931858
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints415
Maximum constraint arity9
Maximum domain size2
Number of constraints which are defined in extension415
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.00/0.15	c Seed is 196975850
0.00/0.15	c Constructing HOME/instance-2081317-1247719463.xml  with 415 constraints
0.00/0.15	c Solving 1000001 backtracks 25 restarts
84.55/84.99	s UNKNOWN
84.55/84.99	c Too many backtracks
84.55/84.99	d ASSIGNMENTS 1000001

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081317-1247719463/watcher-2081317-1247719463 -o /tmp/evaluation-result-2081317-1247719463/solver-2081317-1247719463 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 196975850 HOME/instance-2081317-1247719463.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: 2.00 2.00 2.02 4/73 16891
/proc/meminfo: memFree=1373712/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=5356 CPUtime=0
/proc/16891/stat : 16891 (pcssolve) R 16889 16891 15351 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 59011617 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 265674091167 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16891/statm: 1339 241 200 169 0 50 0
[pid=16892] ppid=16891 vsize=0 CPUtime=0
/proc/16892/stat : 16892 (fgrep) Z 16891 16891 15351 0 -1 4194316 154 0 0 0 0 0 0 0 19 0 1 0 59011617 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/16892/statm: 0 0 0 0 0 0 0
[pid=16893] ppid=16891 vsize=5356 CPUtime=0
/proc/16893/stat : 16893 (pcssolve) R 16891 16891 15351 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 59011617 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 265674091167 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16893/statm: 1339 241 200 169 0 50 0

[startup+0.208084 s]
/proc/loadavg: 2.00 2.00 2.02 4/73 16891
/proc/meminfo: memFree=1373712/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=6500 CPUtime=0.19
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 1375 819 0 0 19 0 0 0 19 0 1 0 59011617 6656000 918 996147200 134512640 135095119 4294956304 18446744073709551615 134617345 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 1625 918 378 142 0 579 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6500

[startup+0.301098 s]
/proc/loadavg: 2.00 2.00 2.02 4/73 16891
/proc/meminfo: memFree=1373712/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=7396 CPUtime=0.28
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 1633 819 0 0 28 0 0 0 19 0 1 0 59011617 7573504 1111 996147200 134512640 135095119 4294956304 18446744073709551615 134840469 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 1849 1111 378 142 0 803 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7396

[startup+0.401121 s]
/proc/loadavg: 2.00 2.00 2.02 4/73 16891
/proc/meminfo: memFree=1373712/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=8968 CPUtime=0.38
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 2067 819 0 0 38 0 0 0 20 0 1 0 59011617 9183232 1480 996147200 134512640 135095119 4294956304 18446744073709551615 4159337285 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 2242 1480 378 142 0 1196 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 8968

[startup+0.701179 s]
/proc/loadavg: 2.00 2.00 2.02 4/73 16891
/proc/meminfo: memFree=1373712/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=13648 CPUtime=0.68
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 3202 819 0 0 68 0 0 0 23 0 1 0 59011617 13975552 2486 996147200 134512640 135095119 4294956304 18446744073709551615 12234365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 3412 2486 378 142 0 2366 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13648

[startup+1.50133 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1362568/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=18440 CPUtime=1.48
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 4873 819 0 0 146 2 0 0 25 0 1 0 59011617 18882560 3771 996147200 134512640 135095119 4294956304 18446744073709551615 134642864 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 4610 3771 378 142 0 3564 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18440

[startup+3.10164 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1352776/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=32380 CPUtime=3.08
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 8984 819 0 0 304 4 0 0 25 0 1 0 59011617 33157120 7112 996147200 134512640 135095119 4294956304 18446744073709551615 134590360 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 8095 7112 378 142 0 7049 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32380

[startup+6.30125 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1326280/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=59812 CPUtime=6.26
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 16992 819 0 0 619 7 0 0 25 0 1 0 59011617 61247488 13582 996147200 134512640 135095119 4294956304 18446744073709551615 134842796 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 14953 13582 378 142 0 13907 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 59812

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1276368/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=111072 CPUtime=12.64
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 31868 819 0 0 1251 13 0 0 25 0 1 0 59011617 113737728 25384 996147200 134512640 135095119 4294956304 18446744073709551615 134838730 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 27768 25384 378 142 0 26722 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 111072

[startup+25.5059 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1190864/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=203884 CPUtime=25.38
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 58632 819 0 0 2513 25 0 0 25 0 1 0 59011617 208777216 46002 996147200 134512640 135095119 4294956304 18446744073709551615 134840346 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 50971 46002 378 142 0 49925 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 203884

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1052624/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=336764 CPUtime=50.88
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 97139 819 0 0 5047 41 0 0 25 0 1 0 59011617 344846336 80412 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 84191 80412 378 142 0 83145 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 336764

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

[startup+51.3019 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1052624/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=336764 CPUtime=51.08
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 97181 819 0 0 5067 41 0 0 25 0 1 0 59011617 344846336 80454 996147200 134512640 135095119 4294956304 18446744073709551615 134589541 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 84191 80454 378 142 0 83145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 336764

[startup+64.1014 s]
/proc/loadavg: 2.00 2.00 2.02 3/74 16897
/proc/meminfo: memFree=1002192/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=410960 CPUtime=63.83
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 118018 819 0 0 6333 50 0 0 25 0 1 0 59011617 420823040 93098 996147200 134512640 135095119 4294956304 18446744073709551615 134591793 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 102740 93098 378 142 0 101694 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 410960

[startup+76.9018 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16897
/proc/meminfo: memFree=953232/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=453952 CPUtime=76.58
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 130983 819 0 0 7603 55 0 0 25 0 1 0 59011617 464846848 106063 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 113488 106063 378 142 0 112442 0
Current children cumulated CPU time (s) 76.58
Current children cumulated vsize (KiB) 453952

[startup+80.1024 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16897
/proc/meminfo: memFree=939600/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=464592 CPUtime=79.77
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 134229 819 0 0 7920 57 0 0 25 0 1 0 59011617 475742208 109309 996147200 134512640 135095119 4294956304 18446744073709551615 134642693 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 116148 109309 378 142 0 115102 0
Current children cumulated CPU time (s) 79.77
Current children cumulated vsize (KiB) 464592

[startup+83.3011 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16897
/proc/meminfo: memFree=926160/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=475404 CPUtime=82.95
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 137460 819 0 0 8236 59 0 0 25 0 1 0 59011617 486813696 112540 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 118851 112540 378 142 0 117805 0
Current children cumulated CPU time (s) 82.95
Current children cumulated vsize (KiB) 475404

[startup+84.1012 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16897
/proc/meminfo: memFree=921808/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=477616 CPUtime=83.74
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 138146 819 0 0 8315 59 0 0 25 0 1 0 59011617 489078784 113226 996147200 134512640 135095119 4294956304 18446744073709551615 134595236 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 119404 113226 378 142 0 118358 0
Current children cumulated CPU time (s) 83.74
Current children cumulated vsize (KiB) 477616

[startup+84.5013 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16897
/proc/meminfo: memFree=921808/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=444844 CPUtime=84.15
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 138146 819 0 0 8355 60 0 0 25 0 1 0 59011617 455520256 105410 996147200 134512640 135095119 4294956304 18446744073709551615 134595289 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 111211 105410 378 142 0 110165 0
Current children cumulated CPU time (s) 84.15
Current children cumulated vsize (KiB) 444844

[startup+84.9064 s]
/proc/loadavg: 2.00 2.00 2.01 3/74 16897
/proc/meminfo: memFree=951696/2055920 swapFree=4192812/4192956
[pid=16891] ppid=16889 vsize=444844 CPUtime=84.55
/proc/16891/stat : 16891 (pcs.small) R 16889 16891 15351 0 -1 4194304 138146 819 0 0 8395 60 0 0 25 0 1 0 59011617 455520256 105410 996147200 134512640 135095119 4294956304 18446744073709551615 12197980 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 111211 105410 378 142 0 110165 0
Current children cumulated CPU time (s) 84.55
Current children cumulated vsize (KiB) 444844

Child status: 0
Real time (s): 84.9935
CPU time (s): 84.6521
CPU user time (s): 83.9802
CPU system time (s): 0.671897
CPU usage (%): 99.5984
Max. virtual memory (cumulated for all children) (KiB): 477616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.9802
system time used= 0.671897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138968
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= 14
involuntary context switches= 993

runsolver used 0.075988 second user time and 0.240963 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 06:44:23
IDJOB=2081317
IDBENCH=57387
IDSOLVER=733
FILE ID=node76/2081317-1247719463
PBS_JOBID= 9521421
Free space on /tmp= 66392 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/varDimacs/normalized-hole-09_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081317-1247719463/watcher-2081317-1247719463 -o /tmp/evaluation-result-2081317-1247719463/solver-2081317-1247719463 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 196975850 HOME/instance-2081317-1247719463.xml

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

MD5SUM BENCH= a7b081257f5aa191231fd9b0489811af
RANDOM SEED=196975850

node76.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.277
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.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1374192 kB
Buffers:         78588 kB
Cached:         384424 kB
SwapCached:          0 kB
Active:         225100 kB
Inactive:       385140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:         158760 kB
Slab:            56476 kB
Committed_AS:   618240 kB
PageTables:       2160 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= 66392 MiB
End job on node76 at 2009-07-16 06:45:48