Trace number 2090778

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.2SAT 179.245 180.766

DiagnosticValue
ASSIGNMENTS3331

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-31_ext.xml
MD5SUM53de9724d2261f784ea320a8a84f71da
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.72089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.17	c Seed is 1535084239
0.00/0.17	c Constructing HOME/instance-2090778-1247731094.xml  with 84 constraints
0.67/0.76	c Solving 3331 backtracks 11 restarts
179.15/180.75	s SATISFIABLE
179.15/180.75	c V0=5, V1=21, V2=58, V3=139, V4=63, V5=172, V6=104, V7=23, V8=75, V9=25, V10=29, V11=79, V12=110, V13=57, V14=0, V15=37, V16=148, V17=135, V18=119, V19=144, V20=16, V21=48, V22=130, V23=115, V24=44, V25=41, V26=142, V27=98, V28=37, V29=134, V30=66, V31=122, V32=110, V33=135, V34=48, V35=23, V36=15, V37=98, V38=173, V39=131, 
179.15/180.75	v 5 21 58 139 63 172 104 23 75 25 29 79 110 57 0 37 148 135 119 144 16 48 130 115 44 41 142 98 37 134 66 122 110 135 48 23 15 98 173 131 
179.15/180.75	d ASSIGNMENTS 3331

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090778-1247731094/watcher-2090778-1247731094 -o /tmp/evaluation-result-2090778-1247731094/solver-2090778-1247731094 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1535084239 HOME/instance-2090778-1247731094.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.94 1.98 1.99 4/72 15608
/proc/meminfo: memFree=1492376/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=5260 CPUtime=0
/proc/15608/stat : 15608 (pcssolve) R 15606 15608 14535 0 -1 4194304 69 0 0 0 0 0 0 0 22 0 1 0 60173372 5386240 52 996147200 4194304 4889804 548682068800 18446744073709551615 259412526032 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 1315 52 38 169 0 14 0

[startup+0.20593 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15608
/proc/meminfo: memFree=1492376/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=6472 CPUtime=0.18
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 1036 656 0 0 18 0 0 0 19 0 1 0 60173372 6627328 667 996147200 134512640 135215973 4294956304 18446744073709551615 134583685 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 1618 667 383 171 0 543 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6472

[startup+0.301947 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15608
/proc/meminfo: memFree=1492376/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=7504 CPUtime=0.27
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 1156 656 0 0 27 0 0 0 19 0 1 0 60173372 7684096 787 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 1876 787 383 171 0 801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7504

[startup+0.401968 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15608
/proc/meminfo: memFree=1492376/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=8696 CPUtime=0.37
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 1285 656 0 0 37 0 0 0 20 0 1 0 60173372 8904704 916 996147200 134512640 135215973 4294956304 18446744073709551615 12841653 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 2174 916 383 171 0 1099 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 8696

[startup+0.702023 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15608
/proc/meminfo: memFree=1492376/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=11888 CPUtime=0.67
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 1659 656 0 0 67 0 0 0 23 0 1 0 60173372 12173312 1290 996147200 134512640 135215973 4294956304 18446744073709551615 12873288 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 2972 1290 383 171 0 1897 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 11888

[startup+1.50118 s]
/proc/loadavg: 1.94 1.98 1.99 3/73 15613
/proc/meminfo: memFree=1487184/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=13272 CPUtime=1.46
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 1969 656 0 0 146 0 0 0 25 0 1 0 60173372 13590528 1600 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 3318 1600 401 171 0 2243 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13272

[startup+3.10248 s]
/proc/loadavg: 1.94 1.98 1.99 3/73 15613
/proc/meminfo: memFree=1486608/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=13272 CPUtime=3.06
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 2000 656 0 0 305 1 0 0 25 0 1 0 60173372 13590528 1631 996147200 134512640 135215973 4294956304 18446744073709551615 135018627 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 3318 1631 401 171 0 2243 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13272

[startup+6.3011 s]
/proc/loadavg: 1.94 1.98 1.99 3/73 15613
/proc/meminfo: memFree=1485584/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=13272 CPUtime=6.23
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 2074 656 0 0 622 1 0 0 25 0 1 0 60173372 13590528 1705 996147200 134512640 135215973 4294956304 18446744073709551615 135018608 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 3318 1705 401 171 0 2243 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 13272

[startup+12.7013 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 15613
/proc/meminfo: memFree=1483088/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=13272 CPUtime=12.58
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 2257 656 0 0 1257 1 0 0 25 0 1 0 60173372 13590528 1888 996147200 134512640 135215973 4294956304 18446744073709551615 134590086 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 3318 1888 401 171 0 2243 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 13272

[startup+25.5068 s]
/proc/loadavg: 2.03 2.00 2.00 3/73 15613
/proc/meminfo: memFree=1478160/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=13272 CPUtime=25.27
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 2684 656 0 0 2526 1 0 0 25 0 1 0 60173372 13590528 2315 996147200 134512640 135215973 4294956304 18446744073709551615 135020397 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 3318 2315 401 171 0 2243 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 13272

[startup+51.1016 s]
/proc/loadavg: 2.02 2.00 2.00 3/73 15613
/proc/meminfo: memFree=1468880/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=16436 CPUtime=50.65
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 3778 656 0 0 5064 1 0 0 25 0 1 0 60173372 16830464 3409 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 4109 3409 401 171 0 3034 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 16436

[startup+102.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/73 15613
/proc/meminfo: memFree=1448912/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=25272 CPUtime=101.44
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 6045 656 0 0 10141 3 0 0 25 0 1 0 60173372 25878528 5611 996147200 134512640 135215973 4294956304 18446744073709551615 134582178 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 6318 5611 401 171 0 5243 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 25272

[startup+162.302 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 15613
/proc/meminfo: memFree=1425616/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=35156 CPUtime=160.93
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 8529 656 0 0 16089 4 0 0 25 0 1 0 60173372 35999744 7966 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 8789 7966 401 171 0 7714 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 35156

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

[startup+166.502 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 15619
/proc/meminfo: memFree=1423504/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=35944 CPUtime=165.08
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 8736 656 0 0 16503 5 0 0 25 0 1 0 60173372 36806656 8173 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 8986 8173 401 171 0 7911 0
Current children cumulated CPU time (s) 165.08
Current children cumulated vsize (KiB) 35944

[startup+172.907 s]
/proc/loadavg: 2.05 2.02 2.00 3/73 15619
/proc/meminfo: memFree=1420880/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=37396 CPUtime=171.43
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 9111 656 0 0 17138 5 0 0 25 0 1 0 60173372 38293504 8548 996147200 134512640 135215973 4294956304 18446744073709551615 134590163 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 9349 8548 401 171 0 8274 0
Current children cumulated CPU time (s) 171.43
Current children cumulated vsize (KiB) 37396

[startup+176.101 s]
/proc/loadavg: 2.05 2.02 2.00 3/73 15619
/proc/meminfo: memFree=1419984/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=37660 CPUtime=174.6
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 9181 656 0 0 17455 5 0 0 25 0 1 0 60173372 38563840 8618 996147200 134512640 135215973 4294956304 18446744073709551615 134585688 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 9415 8618 401 171 0 8340 0
Current children cumulated CPU time (s) 174.6
Current children cumulated vsize (KiB) 37660

[startup+179.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 15619
/proc/meminfo: memFree=1418256/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=38188 CPUtime=177.77
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 9322 656 0 0 17772 5 0 0 25 0 1 0 60173372 39104512 8759 996147200 134512640 135215973 4294956304 18446744073709551615 135020323 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 9547 8759 401 171 0 8472 0
Current children cumulated CPU time (s) 177.77
Current children cumulated vsize (KiB) 38188

[startup+180.101 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 15619
/proc/meminfo: memFree=1418000/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=38452 CPUtime=178.56
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 9375 656 0 0 17851 5 0 0 25 0 1 0 60173372 39374848 8812 996147200 134512640 135215973 4294956304 18446744073709551615 135020335 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 9613 8812 401 171 0 8538 0
Current children cumulated CPU time (s) 178.56
Current children cumulated vsize (KiB) 38452

[startup+180.502 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 15619
/proc/meminfo: memFree=1417872/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=38452 CPUtime=178.96
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 9376 656 0 0 17891 5 0 0 25 0 1 0 60173372 39374848 8813 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 9613 8813 401 171 0 8538 0
Current children cumulated CPU time (s) 178.96
Current children cumulated vsize (KiB) 38452

[startup+180.702 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 15619
/proc/meminfo: memFree=1417872/2055920 swapFree=4192812/4192956
[pid=15608] ppid=15606 vsize=38320 CPUtime=179.15
/proc/15608/stat : 15608 (pcs.big) R 15606 15608 14535 0 -1 4194304 9377 656 0 0 17910 5 0 0 25 0 1 0 60173372 39239680 8787 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/15608/statm: 9580 8787 401 171 0 8505 0
Current children cumulated CPU time (s) 179.15
Current children cumulated vsize (KiB) 38320

Child status: 0
Real time (s): 180.766
CPU time (s): 179.245
CPU user time (s): 179.172
CPU system time (s): 0.072988
CPU usage (%): 99.1585
Max. virtual memory (cumulated for all children) (KiB): 38452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.172
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10036
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= 19
involuntary context switches= 3915

runsolver used 0.227965 second user time and 0.535918 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-16 09:58:14
IDJOB=2090778
IDBENCH=59891
IDSOLVER=734
FILE ID=node42/2090778-1247731094
PBS_JOBID= 9521628
Free space on /tmp= 66292 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-31_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090778-1247731094/watcher-2090778-1247731094 -o /tmp/evaluation-result-2090778-1247731094/solver-2090778-1247731094 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1535084239 HOME/instance-2090778-1247731094.xml

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

MD5SUM BENCH= 53de9724d2261f784ea320a8a84f71da
RANDOM SEED=1535084239

node42.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.283
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.283
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:       1492856 kB
Buffers:         90172 kB
Cached:         352032 kB
SwapCached:          0 kB
Active:         118240 kB
Inactive:       354804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3912 kB
Writeback:           0 kB
Mapped:          42436 kB
Slab:            75520 kB
Committed_AS:   560872 kB
PageTables:       1752 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= 66292 MiB
End job on node42 at 2009-07-16 10:01:15