Trace number 2079734

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 399.32 402.754

DiagnosticValue
ASSIGNMENTS109461

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-13_ext.xml
MD5SUM08bc20cb4b4f6b35bbc57e84fe4cb0e6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.03023
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.03	c Seed is 2065277505
0.00/0.03	c Constructing HOME/instance-2079734-1247716994.xml  with 58 constraints
0.37/0.45	c Solving 109461 backtracks 20 restarts
399.24/402.75	s SATISFIABLE
399.24/402.75	c V0=8, V1=1, V2=12, V3=5, V4=3, V5=16, V6=4, V7=4, V8=0, V9=0, V10=4, V11=7, V12=19, V13=11, V14=15, V15=0, V16=14, V17=17, V18=15, V19=18, 
399.24/402.75	v 8 1 12 5 3 16 4 4 0 0 4 7 19 11 15 0 14 17 15 18 
399.24/402.75	d ASSIGNMENTS 109461

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-2079734-1247716994/watcher-2079734-1247716994 -o /tmp/evaluation-result-2079734-1247716994/solver-2079734-1247716994 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2065277505 HOME/instance-2079734-1247716994.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.28 2.13 2.04 4/72 20601
/proc/meminfo: memFree=1218760/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=5212 CPUtime=0
/proc/20601/stat : 20601 (pcssolve) R 20599 20601 18528 0 -1 4194304 76 0 0 0 0 0 0 0 20 0 1 0 58763284 5337088 50 996147200 4194304 4889804 548682068800 18446744073709551615 264871350432 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 1303 50 34 169 0 14 0

[startup+0.033762 s]
/proc/loadavg: 2.28 2.13 2.04 4/72 20601
/proc/meminfo: memFree=1218760/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=4376 CPUtime=0
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 799 822 0 0 0 0 0 0 24 0 1 0 58763284 4481024 408 996147200 134512640 135095119 4294956304 18446744073709551615 134741568 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 1094 408 361 142 0 48 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4376

[startup+0.101767 s]
/proc/loadavg: 2.28 2.13 2.04 4/72 20601
/proc/meminfo: memFree=1218760/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=5340 CPUtime=0.07
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 950 822 0 0 7 0 0 0 24 0 1 0 58763284 5468160 559 996147200 134512640 135095119 4294956304 18446744073709551615 4159774000 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 1335 559 375 142 0 289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5340

[startup+0.301788 s]
/proc/loadavg: 2.28 2.13 2.04 4/72 20601
/proc/meminfo: memFree=1218760/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=8020 CPUtime=0.27
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 1293 822 0 0 27 0 0 0 25 0 1 0 58763284 8212480 902 996147200 134512640 135095119 4294956304 18446744073709551615 134653792 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 2005 902 375 142 0 959 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8020

[startup+0.701831 s]
/proc/loadavg: 2.28 2.13 2.04 4/72 20601
/proc/meminfo: memFree=1218760/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=10156 CPUtime=0.66
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 1572 822 0 0 66 0 0 0 25 0 1 0 58763284 10399744 1181 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 2539 1181 389 142 0 1493 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10156

[startup+1.50191 s]
/proc/loadavg: 2.28 2.13 2.04 3/73 20607
/proc/meminfo: memFree=1214848/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=10156 CPUtime=1.45
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 1575 822 0 0 145 0 0 0 25 0 1 0 58763284 10399744 1184 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 2539 1184 389 142 0 1493 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10156

[startup+3.10107 s]
/proc/loadavg: 2.28 2.13 2.04 3/73 20607
/proc/meminfo: memFree=1214336/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=10288 CPUtime=3.04
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 1613 822 0 0 304 0 0 0 25 0 1 0 58763284 10534912 1222 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 2572 1222 389 142 0 1526 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10288

[startup+6.30141 s]
/proc/loadavg: 2.26 2.12 2.04 3/73 20607
/proc/meminfo: memFree=1212992/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=10416 CPUtime=6.21
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 1682 822 0 0 620 1 0 0 25 0 1 0 58763284 10665984 1258 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 2604 1258 389 142 0 1558 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10416

[startup+12.7011 s]
/proc/loadavg: 2.24 2.12 2.04 3/73 20607
/proc/meminfo: memFree=1209792/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=10804 CPUtime=12.56
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 1857 822 0 0 1255 1 0 0 25 0 1 0 58763284 11063296 1368 996147200 134512640 135095119 4294956304 18446744073709551615 134927077 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 2701 1368 389 142 0 1655 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 10804

[startup+25.5014 s]
/proc/loadavg: 2.18 2.12 2.04 3/73 20607
/proc/meminfo: memFree=1203840/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=11444 CPUtime=25.24
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 2235 822 0 0 2523 1 0 0 25 0 1 0 58763284 11718656 1584 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 2861 1584 389 142 0 1815 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11444

[startup+51.104 s]
/proc/loadavg: 2.12 2.11 2.04 3/73 20607
/proc/meminfo: memFree=1191168/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=12724 CPUtime=50.63
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 2984 822 0 0 5061 2 0 0 25 0 1 0 58763284 13029376 2011 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 3181 2011 389 142 0 2135 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 12724

[startup+102.306 s]
/proc/loadavg: 2.05 2.09 2.03 3/73 20607
/proc/meminfo: memFree=1167040/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=15808 CPUtime=101.39
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 4520 822 0 0 10136 3 0 0 25 0 1 0 58763284 16187392 2905 996147200 134512640 135095119 4294956304 18446744073709551615 134927043 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 3952 2905 389 142 0 2906 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 15808

[startup+162.301 s]
/proc/loadavg: 2.02 2.07 2.03 3/73 20607
/proc/meminfo: memFree=1136064/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=23428 CPUtime=160.87
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 6943 822 0 0 16083 4 0 0 25 0 1 0 58763284 23990272 4013 996147200 134512640 135095119 4294956304 18446744073709551615 134555020 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 5857 4013 389 142 0 4811 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 23428

[startup+222.302 s]
/proc/loadavg: 2.00 2.05 2.02 3/73 20607
/proc/meminfo: memFree=1107456/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=25776 CPUtime=220.37
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 8082 822 0 0 22031 6 0 0 25 0 1 0 58763284 26394624 5152 996147200 134512640 135095119 4294956304 18446744073709551615 134927193 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 6444 5152 389 142 0 5398 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 25776

[startup+282.302 s]
/proc/loadavg: 2.00 2.04 2.02 3/73 20607
/proc/meminfo: memFree=1079296/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=31256 CPUtime=279.86
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 10056 822 0 0 27979 7 0 0 25 0 1 0 58763284 32006144 6548 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 7814 6548 389 142 0 6768 0
Current children cumulated CPU time (s) 279.86
Current children cumulated vsize (KiB) 31256

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/73 20607
/proc/meminfo: memFree=1050688/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=41020 CPUtime=339.35
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 13009 822 0 0 33925 10 0 0 25 0 1 0 58763284 42004480 7452 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 10255 7452 389 142 0 9209 0
Current children cumulated CPU time (s) 339.35
Current children cumulated vsize (KiB) 41020

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 20607
/proc/meminfo: memFree=1020608/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=43380 CPUtime=398.84
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 14098 822 0 0 39873 11 0 0 25 0 1 0 58763284 44421120 8541 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 10845 8541 389 142 0 9799 0
Current children cumulated CPU time (s) 398.84
Current children cumulated vsize (KiB) 43380

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

[startup+402.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 20607
/proc/meminfo: memFree=1020096/2055920 swapFree=4192812/4192956
[pid=20601] ppid=20599 vsize=22892 CPUtime=399.24
/proc/20601/stat : 20601 (pcs.small) R 20599 20601 18528 0 -1 4194304 14106 822 0 0 39912 12 0 0 25 0 1 0 58763284 23441408 5078 996147200 134512640 135095119 4294956304 18446744073709551615 11710462 0 0 4096 0 0 0 0 17 1 0 0
/proc/20601/statm: 5723 5078 389 142 0 4677 0
Current children cumulated CPU time (s) 399.24
Current children cumulated vsize (KiB) 22892

Child status: 0
Real time (s): 402.754
CPU time (s): 399.32
CPU user time (s): 399.187
CPU system time (s): 0.132979
CPU usage (%): 99.1473
Max. virtual memory (cumulated for all children) (KiB): 43380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.187
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14931
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= 22
involuntary context switches= 8414

runsolver used 0.425935 second user time and 1.2948 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-16 06:03:14
IDJOB=2079734
IDBENCH=56943
IDSOLVER=734
FILE ID=node44/2079734-1247716994
PBS_JOBID= 9521388
Free space on /tmp= 66280 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-13_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079734-1247716994/watcher-2079734-1247716994 -o /tmp/evaluation-result-2079734-1247716994/solver-2079734-1247716994 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2065277505 HOME/instance-2079734-1247716994.xml

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

MD5SUM BENCH= 08bc20cb4b4f6b35bbc57e84fe4cb0e6
RANDOM SEED=2065277505

node44.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.219
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.219
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:       1219240 kB
Buffers:         78860 kB
Cached:         299492 kB
SwapCached:          0 kB
Active:         451500 kB
Inactive:       299052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1219240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2964 kB
Writeback:           0 kB
Mapped:         383748 kB
Slab:            70912 kB
Committed_AS:   918744 kB
PageTables:       2436 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= 66280 MiB
End job on node44 at 2009-07-16 06:09:57