Trace number 2088083

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.2UNSAT 167.522 168.249

DiagnosticValue
ASSIGNMENTS2784

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-2.xml
MD5SUM421244e28efc061a20f2e7c8fd65ebd8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.04293
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 1954804969
0.00/0.02	c Constructing HOME/instance-2088083-1247728845.xml  with 24708 constraints
0.37/0.43	c Solving 2784 backtracks 11 restarts
167.46/168.24	s UNSATISFIABLE
167.46/168.24	d ASSIGNMENTS 2784

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088083-1247728845/watcher-2088083-1247728845 -o /tmp/evaluation-result-2088083-1247728845/solver-2088083-1247728845 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1954804969 HOME/instance-2088083-1247728845.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.03 2.04 2.00 4/72 17444
/proc/meminfo: memFree=1406624/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (pcssolve) R 17442 17444 16929 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59951944 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17444/statm: 1339 241 200 169 0 50 0
[pid=17445] ppid=17444 vsize=3676 CPUtime=0
/proc/17445/stat : 17445 (fgrep) R 17444 17444 16929 0 -1 4194304 130 0 0 0 0 0 0 0 22 0 1 0 59951945 3764224 97 996147200 4194304 4274172 548682068976 18446744073709551615 4255168 0 0 4096 0 0 0 0 17 1 0 0
/proc/17445/statm: 919 97 79 19 0 43 0
[pid=17446] ppid=17444 vsize=5356 CPUtime=0
/proc/17446/stat : 17446 (pcssolve) R 17444 17444 16929 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59951945 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17446/statm: 1339 241 200 169 0 50 0

[startup+0.081423 s]
/proc/loadavg: 2.03 2.04 2.00 4/72 17444
/proc/meminfo: memFree=1406624/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=5812 CPUtime=0.06
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 1125 661 0 0 6 0 0 0 23 0 1 0 59951944 5951488 756 996147200 134512640 135215973 4294956304 18446744073709551615 134761745 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 1453 756 386 171 0 378 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5812

[startup+0.101421 s]
/proc/loadavg: 2.03 2.04 2.00 4/72 17444
/proc/meminfo: memFree=1406624/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=6852 CPUtime=0.07
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 1368 661 0 0 7 0 0 0 23 0 1 0 59951944 7016448 884 996147200 134512640 135215973 4294956304 18446744073709551615 134590570 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 1713 884 386 171 0 638 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6852

[startup+0.301443 s]
/proc/loadavg: 2.03 2.04 2.00 4/72 17444
/proc/meminfo: memFree=1406624/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=10912 CPUtime=0.28
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 2756 661 0 0 27 1 0 0 25 0 1 0 59951944 11173888 1869 996147200 134512640 135215973 4294956304 18446744073709551615 134585609 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 2728 1869 386 171 0 1653 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10912

[startup+0.701482 s]
/proc/loadavg: 2.03 2.04 2.00 4/72 17444
/proc/meminfo: memFree=1406624/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=16136 CPUtime=0.68
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 4827 661 0 0 66 2 0 0 25 0 1 0 59951944 16523264 3115 996147200 134512640 135215973 4294956304 18446744073709551615 134597297 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 4034 3115 410 171 0 2959 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16136

[startup+1.50156 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 17449
/proc/meminfo: memFree=1395544/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=16360 CPUtime=1.47
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 4951 661 0 0 145 2 0 0 25 0 1 0 59951944 16752640 3169 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 4090 3169 410 171 0 3015 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16360

[startup+3.10174 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 17449
/proc/meminfo: memFree=1394712/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=18096 CPUtime=3.05
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 5444 661 0 0 303 2 0 0 25 0 1 0 59951944 18530304 3557 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 4524 3557 410 171 0 3449 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 18096

[startup+6.30307 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 17449
/proc/meminfo: memFree=1393368/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=18388 CPUtime=6.22
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 5557 661 0 0 620 2 0 0 25 0 1 0 59951944 18829312 3670 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 4597 3670 413 171 0 3522 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 18388

[startup+12.7017 s]
/proc/loadavg: 2.02 2.04 2.00 3/73 17449
/proc/meminfo: memFree=1392792/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=18692 CPUtime=12.57
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 5652 661 0 0 1255 2 0 0 25 0 1 0 59951944 19140608 3765 996147200 134512640 135215973 4294956304 18446744073709551615 134600802 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 4673 3765 413 171 0 3598 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 18692

[startup+25.5011 s]
/proc/loadavg: 2.02 2.04 2.00 3/73 17449
/proc/meminfo: memFree=1390808/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=21040 CPUtime=25.26
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 6309 661 0 0 2523 3 0 0 25 0 1 0 59951944 21544960 4213 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 5260 4213 413 171 0 4185 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 21040

[startup+51.1018 s]
/proc/loadavg: 2.01 2.04 2.00 3/73 17449
/proc/meminfo: memFree=1385944/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=24652 CPUtime=50.66
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 7383 661 0 0 5062 4 0 0 25 0 1 0 59951944 25243648 5287 996147200 134512640 135215973 4294956304 18446744073709551615 4158960165 0 0 4096 0 0 0 0 17 1 0 0
/proc/17444/statm: 6163 5287 413 171 0 5088 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 24652

[startup+102.306 s]
/proc/loadavg: 1.94 2.01 1.99 3/82 17491
/proc/meminfo: memFree=1472848/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=29760 CPUtime=101.59
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 8663 661 0 0 10153 6 0 0 25 0 1 0 59951944 30474240 6567 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 7440 6567 413 171 0 6365 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 29760

[startup+162.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/82 17491
/proc/meminfo: memFree=1465616/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=38104 CPUtime=161.55
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 10891 661 0 0 16149 6 0 0 25 0 1 0 59951944 39018496 8378 996147200 134512640 135215973 4294956304 18446744073709551615 4158960177 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 9526 8378 413 171 0 8451 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 38104

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

[startup+163.101 s]
/proc/loadavg: 1.98 2.00 1.99 4/82 17491
/proc/meminfo: memFree=1465616/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=38104 CPUtime=162.35
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 10893 661 0 0 16229 6 0 0 25 0 1 0 59951944 39018496 8380 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 9526 8380 413 171 0 8451 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 38104

[startup+166.303 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17491
/proc/meminfo: memFree=1465424/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=38236 CPUtime=165.55
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 10926 661 0 0 16549 6 0 0 25 0 1 0 59951944 39153664 8413 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 9559 8413 413 171 0 8484 0
Current children cumulated CPU time (s) 165.55
Current children cumulated vsize (KiB) 38236

[startup+167.102 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17491
/proc/meminfo: memFree=1465424/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=38236 CPUtime=166.36
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 10926 661 0 0 16630 6 0 0 25 0 1 0 59951944 39153664 8413 996147200 134512640 135215973 4294956304 18446744073709551615 134585745 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 9559 8413 413 171 0 8484 0
Current children cumulated CPU time (s) 166.36
Current children cumulated vsize (KiB) 38236

[startup+167.902 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17491
/proc/meminfo: memFree=1465424/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=38236 CPUtime=167.15
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 10926 661 0 0 16709 6 0 0 25 0 1 0 59951944 39153664 8413 996147200 134512640 135215973 4294956304 18446744073709551615 134583607 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 9559 8413 413 171 0 8484 0
Current children cumulated CPU time (s) 167.15
Current children cumulated vsize (KiB) 38236

[startup+168.102 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17491
/proc/meminfo: memFree=1465424/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=38236 CPUtime=167.35
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 10926 661 0 0 16729 6 0 0 25 0 1 0 59951944 39153664 8413 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 9559 8413 413 171 0 8484 0
Current children cumulated CPU time (s) 167.35
Current children cumulated vsize (KiB) 38236

[startup+168.202 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 17491
/proc/meminfo: memFree=1466000/2055920 swapFree=4192812/4192956
[pid=17444] ppid=17442 vsize=37208 CPUtime=167.46
/proc/17444/stat : 17444 (pcs.big) R 17442 17444 16929 0 -1 4194304 10926 661 0 0 16740 6 0 0 25 0 1 0 59951944 38100992 8198 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/17444/statm: 9302 8198 413 171 0 8227 0
Current children cumulated CPU time (s) 167.46
Current children cumulated vsize (KiB) 37208

Child status: 0
Real time (s): 168.249
CPU time (s): 167.522
CPU user time (s): 167.441
CPU system time (s): 0.080987
CPU usage (%): 99.5678
Max. virtual memory (cumulated for all children) (KiB): 38236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.441
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11589
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= 20
involuntary context switches= 2052

runsolver used 0.198969 second user time and 0.536918 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 09:20:46
IDJOB=2088083
IDBENCH=58871
IDSOLVER=734
FILE ID=node7/2088083-1247728845
PBS_JOBID= 9521514
Free space on /tmp= 66088 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-2.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088083-1247728845/watcher-2088083-1247728845 -o /tmp/evaluation-result-2088083-1247728845/solver-2088083-1247728845 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1954804969 HOME/instance-2088083-1247728845.xml

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

MD5SUM BENCH= 421244e28efc061a20f2e7c8fd65ebd8
RANDOM SEED=1954804969

node7.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.231
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.231
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:       1407104 kB
Buffers:         80868 kB
Cached:         360044 kB
SwapCached:          0 kB
Active:         202432 kB
Inactive:       369580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:         142564 kB
Slab:            61660 kB
Committed_AS:   660620 kB
PageTables:       2180 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= 66112 MiB
End job on node7 at 2009-07-16 09:23:34