Trace number 2078865

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 62.3095 62.4706

DiagnosticValue
ASSIGNMENTS22786

General information on the benchmark

Namecsp/nengfa/
normalized-schur.xml
MD5SUM84511ecf3a05d64f4feb7211658b4b0d
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 benchmark4.6113
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints3025
Maximum constraint arity3
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3025
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.16/0.22	c Seed is 1821174949
0.16/0.22	c Constructing HOME/instance-2078865-1247716561.xml  with 15070 constraints
0.26/0.33	c Solving 22786 backtracks 16 restarts
62.22/62.46	s SATISFIABLE
62.22/62.46	c V0=2, V1=1, V2=2, V3=4, V4=1, V5=1, V6=2, V7=5, V8=1, V9=3, V10=5, V11=2, V12=3, V13=4, V14=4, V15=1, V16=3, V17=2, V18=1, V19=1, V20=3, V21=2, V22=1, V23=3, V24=3, V25=2, V26=1, V27=2, V28=3, V29=1, V30=1, V31=2, V32=4, V33=1, V34=5, V35=3, V36=5, V37=4, V38=4, V39=3, V40=1, V41=2, V42=3, V43=1, V44=1, V45=4, V46=2, V47=1, V48=4, V49=5, V50=2, V51=1, V52=2, V53=5, V54=1, V55=4, V56=2, V57=4, V58=1, V59=5, V60=2, V61=3, V62=3, V63=5, V64=4, V65=1, V66=2, V67=4, V68=1, V69=1, V70=3, V71=2, V72=1, V73=3, V74=4, V75=5, V76=1, V77=2, V78=5, V79=5, V80=5, V81=2, V82=5, V83=1, V84=3, V85=2, V86=1, V87=2, V88=3, V89=3, V90=1, V91=2, V92=3, V93=1, V94=1, V95=5, V96=2, V97=1, V98=4, V99=4, V100=2, V101=1, V102=5, V103=3, V104=5, V105=5, V106=2, V107=3, V108=4, V109=4, 
62.22/62.46	v 2 1 2 4 1 1 2 5 1 3 5 2 3 4 4 1 3 2 1 1 3 2 1 3 3 2 1 2 3 1 1 2 4 1 5 3 5 4 4 3 1 2 3 1 1 4 2 1 4 5 2 1 2 5 1 4 2 4 1 5 2 3 3 5 4 1 2 4 1 1 3 2 1 3 4 5 1 2 5 5 5 2 5 1 3 2 1 2 3 3 1 2 3 1 1 5 2 1 4 4 2 1 5 3 5 5 2 3 4 4 
62.22/62.46	d ASSIGNMENTS 22786

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-2078865-1247716561/watcher-2078865-1247716561 -o /tmp/evaluation-result-2078865-1247716561/solver-2078865-1247716561 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1821174949 HOME/instance-2078865-1247716561.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.01 2.02 2.00 4/72 14505
/proc/meminfo: memFree=1598192/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=18576 CPUtime=0
/proc/14505/stat : 14505 (runsolver) R 14503 14505 13118 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58720297 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14505/statm: 4644 284 249 26 0 2626 0

[startup+0.059619 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 14505
/proc/meminfo: memFree=1598192/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=4640 CPUtime=0.03
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 879 822 0 0 3 0 0 0 18 0 1 0 58720297 4751360 488 996147200 134512640 135095119 4294956304 18446744073709551615 3997309 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 1160 488 362 142 0 114 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4640

[startup+0.101621 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 14505
/proc/meminfo: memFree=1598192/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=5168 CPUtime=0.07
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 987 822 0 0 7 0 0 0 18 0 1 0 58720297 5292032 596 996147200 134512640 135095119 4294956304 18446744073709551615 134702701 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 1292 596 362 142 0 246 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5168

[startup+0.301643 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 14505
/proc/meminfo: memFree=1598192/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=7944 CPUtime=0.26
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 1736 822 0 0 26 0 0 0 19 0 1 0 58720297 8134656 1247 996147200 134512640 135095119 4294956304 18446744073709551615 134706686 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 1986 1247 374 142 0 940 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 7944

[startup+0.701685 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 14505
/proc/meminfo: memFree=1598192/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=9120 CPUtime=0.67
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 2070 822 0 0 66 1 0 0 23 0 1 0 58720297 9338880 1581 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 2280 1581 387 142 0 1234 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9120

[startup+1.50176 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 14511
/proc/meminfo: memFree=1593256/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=9120 CPUtime=1.46
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 2073 822 0 0 145 1 0 0 25 0 1 0 58720297 9338880 1584 996147200 134512640 135095119 4294956304 18446744073709551615 134842103 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 2280 1584 387 142 0 1234 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9120

[startup+3.10191 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 14511
/proc/meminfo: memFree=1593064/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=9120 CPUtime=3.05
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 2087 822 0 0 304 1 0 0 25 0 1 0 58720297 9338880 1598 996147200 134512640 135095119 4294956304 18446744073709551615 134589601 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 2280 1598 387 142 0 1234 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 9120

[startup+6.30121 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 14511
/proc/meminfo: memFree=1592488/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=10124 CPUtime=6.22
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 2320 822 0 0 621 1 0 0 25 0 1 0 58720297 10366976 1702 996147200 134512640 135095119 4294956304 18446744073709551615 134578956 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 2531 1702 387 142 0 1485 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10124

[startup+12.7018 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 14511
/proc/meminfo: memFree=1592168/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=10372 CPUtime=12.56
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 2416 822 0 0 1255 1 0 0 25 0 1 0 58720297 10620928 1798 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 2593 1798 387 142 0 1547 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 10372

[startup+25.502 s]
/proc/loadavg: 2.16 2.05 2.01 3/82 14551
/proc/meminfo: memFree=1555808/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=11832 CPUtime=25.33
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 2818 822 0 0 2531 2 0 0 25 0 1 0 58720297 12115968 2159 996147200 134512640 135095119 4294956304 18446744073709551615 134840370 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 2958 2159 387 142 0 1912 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 11832

[startup+51.1014 s]
/proc/loadavg: 2.10 2.04 2.01 3/82 14553
/proc/meminfo: memFree=1537616/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=18624 CPUtime=50.92
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 4815 822 0 0 5087 5 0 0 25 0 1 0 58720297 19070976 3639 996147200 134512640 135095119 4294956304 18446744073709551615 134882953 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 4656 3639 387 142 0 3610 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 18624

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

[startup+57.502 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 14553
/proc/meminfo: memFree=1537104/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=19648 CPUtime=57.32
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 5193 822 0 0 5726 6 0 0 25 0 1 0 58720297 20119552 3760 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 4912 3760 387 142 0 3866 0
Current children cumulated CPU time (s) 57.32
Current children cumulated vsize (KiB) 19648

[startup+60.7013 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 14553
/proc/meminfo: memFree=1536720/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=19976 CPUtime=60.52
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 5321 822 0 0 6046 6 0 0 25 0 1 0 58720297 20455424 3888 996147200 134512640 135095119 4294956304 18446744073709551615 134589675 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 4994 3888 387 142 0 3948 0
Current children cumulated CPU time (s) 60.52
Current children cumulated vsize (KiB) 19976

[startup+61.5014 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 14553
/proc/meminfo: memFree=1536528/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=20144 CPUtime=61.32
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 5367 822 0 0 6126 6 0 0 25 0 1 0 58720297 20627456 3934 996147200 134512640 135095119 4294956304 18446744073709551615 134883027 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 5036 3934 387 142 0 3990 0
Current children cumulated CPU time (s) 61.32
Current children cumulated vsize (KiB) 20144

[startup+61.9014 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 14553
/proc/meminfo: memFree=1536528/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=20224 CPUtime=61.72
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 5382 822 0 0 6166 6 0 0 25 0 1 0 58720297 20709376 3949 996147200 134512640 135095119 4294956304 18446744073709551615 134619413 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 5056 3949 387 142 0 4010 0
Current children cumulated CPU time (s) 61.72
Current children cumulated vsize (KiB) 20224

[startup+62.3014 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 14553
/proc/meminfo: memFree=1536528/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=20304 CPUtime=62.12
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 5396 822 0 0 6206 6 0 0 25 0 1 0 58720297 20791296 3963 996147200 134512640 135095119 4294956304 18446744073709551615 134882868 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 5076 3963 387 142 0 4030 0
Current children cumulated CPU time (s) 62.12
Current children cumulated vsize (KiB) 20304

[startup+62.4015 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 14553
/proc/meminfo: memFree=1536528/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=20304 CPUtime=62.22
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 13118 0 -1 4194304 5401 822 0 0 6216 6 0 0 25 0 1 0 58720297 20791296 3968 996147200 134512640 135095119 4294956304 18446744073709551615 134556889 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 5076 3968 387 142 0 4030 0
Current children cumulated CPU time (s) 62.22
Current children cumulated vsize (KiB) 20304

Child status: 0
Real time (s): 62.4706
CPU time (s): 62.3095
CPU user time (s): 62.2345
CPU system time (s): 0.074988
CPU usage (%): 99.7422
Max. virtual memory (cumulated for all children) (KiB): 20304

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

runsolver used 0.078987 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-16 05:56:01
IDJOB=2078865
IDBENCH=56820
IDSOLVER=734
FILE ID=node48/2078865-1247716561
PBS_JOBID= 9521345
Free space on /tmp= 66368 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/nengfa/normalized-schur.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078865-1247716561/watcher-2078865-1247716561 -o /tmp/evaluation-result-2078865-1247716561/solver-2078865-1247716561 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1821174949 HOME/instance-2078865-1247716561.xml

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

MD5SUM BENCH= 84511ecf3a05d64f4feb7211658b4b0d
RANDOM SEED=1821174949

node48.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.237
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.237
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:       1598672 kB
Buffers:         71548 kB
Cached:         287764 kB
SwapCached:          0 kB
Active:          92492 kB
Inactive:       288956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          33568 kB
Slab:            61228 kB
Committed_AS:   570276 kB
PageTables:       1696 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= 66368 MiB
End job on node48 at 2009-07-16 05:57:04