Trace number 2058383

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 189.053 189.913

DiagnosticValue
ASSIGNMENTS85545

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-2-mgd_ext.xml
MD5SUMf2ac3411bd4411a45266a3d79364da60
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 benchmark27.3978
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints380
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension380
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.17/0.22	c Seed is 1944161750
0.17/0.22	c Constructing HOME/instance-2058383-1247694245.xml  with 7942 constraints
0.17/0.22	c Solving 85545 backtracks 19 restarts
189.02/189.91	s SATISFIABLE
189.02/189.91	c V0=8, V1=8, V2=2, V3=4, V4=1, V5=13, V6=11, V7=20, V8=14, V9=2, V10=12, V11=11, V12=9, V13=18, V14=1, V15=10, V16=12, V17=3, V18=5, V19=19, V20=5, V21=15, V22=6, V23=0, V24=3, V25=20, V26=1, V27=16, V28=17, V29=10, V30=3, V31=13, V32=13, V33=3, V34=7, V35=9, V36=5, V37=12, V38=8, V39=13, V40=18, V41=11, V42=20, V43=11, V44=12, 
189.02/189.91	v 8 8 2 4 1 13 11 20 14 2 12 11 9 18 1 10 12 3 5 19 5 15 6 0 3 20 1 16 17 10 3 13 13 3 7 9 5 12 8 13 18 11 20 11 12 
189.02/189.91	d ASSIGNMENTS 85545

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-2058383-1247694245/watcher-2058383-1247694245 -o /tmp/evaluation-result-2058383-1247694245/solver-2058383-1247694245 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1944161750 HOME/instance-2058383-1247694245.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: 0.15 0.03 0.01 4/72 12957
/proc/meminfo: memFree=1527152/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=18576 CPUtime=0
/proc/12957/stat : 12957 (runsolver) R 12955 12957 12812 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 56491384 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12957/statm: 4644 284 249 26 0 2626 0

[startup+0.069093 s]
/proc/loadavg: 0.15 0.03 0.01 4/72 12957
/proc/meminfo: memFree=1527152/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=5168 CPUtime=0.04
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 1012 822 0 0 4 0 0 0 18 0 1 0 56491384 5292032 621 996147200 134512640 135095119 4294956304 18446744073709551615 12344966 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 1292 621 376 142 0 246 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5168

[startup+0.101094 s]
/proc/loadavg: 0.15 0.03 0.01 4/72 12957
/proc/meminfo: memFree=1527152/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=5696 CPUtime=0.07
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 1148 822 0 0 7 0 0 0 18 0 1 0 56491384 5832704 757 996147200 134512640 135095119 4294956304 18446744073709551615 134570996 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 1424 757 376 142 0 378 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5696

[startup+0.301126 s]
/proc/loadavg: 0.15 0.03 0.01 4/72 12957
/proc/meminfo: memFree=1527152/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=6752 CPUtime=0.27
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 1515 822 0 0 27 0 0 0 19 0 1 0 56491384 6914048 1026 996147200 134512640 135095119 4294956304 18446744073709551615 134641921 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 1688 1026 390 142 0 642 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6752

[startup+0.701177 s]
/proc/loadavg: 0.15 0.03 0.01 4/72 12957
/proc/meminfo: memFree=1527152/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=6752 CPUtime=0.67
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 1515 822 0 0 67 0 0 0 23 0 1 0 56491384 6914048 1026 996147200 134512640 135095119 4294956304 18446744073709551615 134580708 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 1688 1026 390 142 0 642 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6752

[startup+1.50128 s]
/proc/loadavg: 0.15 0.03 0.01 3/73 12963
/proc/meminfo: memFree=1523368/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=6752 CPUtime=1.47
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 1515 822 0 0 147 0 0 0 25 0 1 0 56491384 6914048 1026 996147200 134512640 135095119 4294956304 18446744073709551615 134642586 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 1688 1026 390 142 0 642 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 6752

[startup+3.10149 s]
/proc/loadavg: 0.15 0.03 0.01 3/73 12963
/proc/meminfo: memFree=1522280/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=7268 CPUtime=3.06
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 1610 822 0 0 306 0 0 0 25 0 1 0 56491384 7442432 1121 996147200 134512640 135095119 4294956304 18446744073709551615 134637254 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 1817 1121 390 142 0 771 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7268

[startup+6.30292 s]
/proc/loadavg: 0.30 0.06 0.02 3/73 12963
/proc/meminfo: memFree=1517160/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=9732 CPUtime=6.25
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 2205 822 0 0 624 1 0 0 25 0 1 0 56491384 9965568 1587 996147200 134512640 135095119 4294956304 18446744073709551615 134617021 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 2433 1587 390 142 0 1387 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 9732

[startup+12.7018 s]
/proc/loadavg: 0.44 0.10 0.03 3/73 12963
/proc/meminfo: memFree=1512936/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=10884 CPUtime=12.62
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 2669 822 0 0 1261 1 0 0 25 0 1 0 56491384 11145216 1794 996147200 134512640 135095119 4294956304 18446744073709551615 134641789 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 2721 1794 390 142 0 1675 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 10884

[startup+25.5014 s]
/proc/loadavg: 0.78 0.19 0.06 3/73 12963
/proc/meminfo: memFree=1501288/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=14544 CPUtime=25.35
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 3866 822 0 0 2533 2 0 0 25 0 1 0 56491384 14893056 2734 996147200 134512640 135095119 4294956304 18446744073709551615 134570719 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 3636 2734 390 142 0 2590 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 14544

[startup+51.1018 s]
/proc/loadavg: 1.20 0.33 0.11 3/73 12963
/proc/meminfo: memFree=1482920/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=17772 CPUtime=50.85
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 5095 822 0 0 5081 4 0 0 25 0 1 0 56491384 18198528 3450 996147200 134512640 135095119 4294956304 18446744073709551615 134642903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 4443 3450 390 142 0 3397 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 17772

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 3/73 12963
/proc/meminfo: memFree=1458472/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=29588 CPUtime=101.81
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 8642 822 0 0 10175 6 0 0 25 0 1 0 56491384 30298112 5459 996147200 134512640 135095119 4294956304 18446744073709551615 134617205 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7397 5459 390 142 0 6351 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 29588

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/73 12963
/proc/meminfo: memFree=1427688/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=30380 CPUtime=161.55
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9393 822 0 0 16147 8 0 0 25 0 1 0 56491384 31109120 6210 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7595 6210 390 142 0 6549 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 30380

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

[startup+166.302 s]
/proc/loadavg: 1.88 0.86 0.33 3/73 12963
/proc/meminfo: memFree=1426664/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=30512 CPUtime=165.53
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9463 822 0 0 16545 8 0 0 25 0 1 0 56491384 31244288 6280 996147200 134512640 135095119 4294956304 18446744073709551615 134607029 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7628 6280 390 142 0 6582 0
Current children cumulated CPU time (s) 165.53
Current children cumulated vsize (KiB) 30512

[startup+179.102 s]
/proc/loadavg: 1.90 0.90 0.34 3/73 12963
/proc/meminfo: memFree=1420968/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=31040 CPUtime=178.27
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9703 822 0 0 17819 8 0 0 25 0 1 0 56491384 31784960 6520 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7760 6520 390 142 0 6714 0
Current children cumulated CPU time (s) 178.27
Current children cumulated vsize (KiB) 31040

[startup+185.502 s]
/proc/loadavg: 1.91 0.93 0.36 3/73 12963
/proc/meminfo: memFree=1418408/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=31300 CPUtime=184.64
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9820 822 0 0 18456 8 0 0 25 0 1 0 56491384 32051200 6637 996147200 134512640 135095119 4294956304 18446744073709551615 134642952 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7825 6637 390 142 0 6779 0
Current children cumulated CPU time (s) 184.64
Current children cumulated vsize (KiB) 31300

[startup+187.102 s]
/proc/loadavg: 1.91 0.93 0.36 3/73 12963
/proc/meminfo: memFree=1417704/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=31300 CPUtime=186.23
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9835 822 0 0 18615 8 0 0 25 0 1 0 56491384 32051200 6652 996147200 134512640 135095119 4294956304 18446744073709551615 134607084 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7825 6652 390 142 0 6779 0
Current children cumulated CPU time (s) 186.23
Current children cumulated vsize (KiB) 31300

[startup+188.702 s]
/proc/loadavg: 1.91 0.93 0.36 3/73 12963
/proc/meminfo: memFree=1417256/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=31432 CPUtime=187.83
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9876 822 0 0 18775 8 0 0 25 0 1 0 56491384 32186368 6693 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7858 6693 390 142 0 6812 0
Current children cumulated CPU time (s) 187.83
Current children cumulated vsize (KiB) 31432

[startup+189.502 s]
/proc/loadavg: 1.92 0.95 0.37 3/73 12963
/proc/meminfo: memFree=1416872/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=31432 CPUtime=188.62
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9893 822 0 0 18854 8 0 0 25 0 1 0 56491384 32186368 6710 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 7858 6710 390 142 0 6812 0
Current children cumulated CPU time (s) 188.62
Current children cumulated vsize (KiB) 31432

[startup+189.902 s]
/proc/loadavg: 1.92 0.95 0.37 3/73 12963
/proc/meminfo: memFree=1416872/2055920 swapFree=4192812/4192956
[pid=12957] ppid=12955 vsize=19136 CPUtime=189.02
/proc/12957/stat : 12957 (pcs.small) R 12955 12957 12812 0 -1 4194304 9896 822 0 0 18894 8 0 0 25 0 1 0 56491384 19595264 4143 996147200 134512640 135095119 4294956304 18446744073709551615 12308549 0 0 4096 0 0 0 0 17 1 0 0
/proc/12957/statm: 4784 4143 390 142 0 3738 0
Current children cumulated CPU time (s) 189.02
Current children cumulated vsize (KiB) 19136

Child status: 0
Real time (s): 189.913
CPU time (s): 189.053
CPU user time (s): 188.957
CPU system time (s): 0.095985
CPU usage (%): 99.5471
Max. virtual memory (cumulated for all children) (KiB): 31432

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

runsolver used 0.25796 second user time and 0.540917 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-15 23:44:05
IDJOB=2058383
IDBENCH=53483
IDSOLVER=734
FILE ID=node13/2058383-1247694245
PBS_JOBID= 9521282
Free space on /tmp= 66308 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/frb45-21/normalized-frb45-21-2-mgd_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058383-1247694245/watcher-2058383-1247694245 -o /tmp/evaluation-result-2058383-1247694245/solver-2058383-1247694245 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1944161750 HOME/instance-2058383-1247694245.xml

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

MD5SUM BENCH= f2ac3411bd4411a45266a3d79364da60
RANDOM SEED=1944161750

node13.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.241
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.241
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:       1527640 kB
Buffers:         72544 kB
Cached:         348444 kB
SwapCached:          0 kB
Active:         184160 kB
Inactive:       264196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:          38852 kB
Slab:            65356 kB
Committed_AS:   509152 kB
PageTables:       1844 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= 66308 MiB
End job on node13 at 2009-07-15 23:47:15