Trace number 2069339

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.2? 107.845 108.977

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air03.xml
MD5SUM97db8ddfa1e7c994eddc87d16cd8b4a9
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 benchmark105.856
Satisfiable
(Un)Satisfiability was proved
Number of variables10757
Number of constraints248
Maximum constraint arity3861
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension248
Global constraints used (with number of constraints)

Solver Data

0.00/0.06	c has operations which may create big domains
0.00/0.06	c big-domain mode
0.00/0.07	c Seed is 421230760
0.00/0.07	c Constructing HOME/instance-2069339-1247708358.xml  with 192813 constraints
85.19/86.19	c Solving 0 backtracks
107.66/108.90	s UNKNOWN
107.66/108.90	c Out of memory
107.66/108.90	d ASSIGNMENTS 0

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069339-1247708358/watcher-2069339-1247708358 -o /tmp/evaluation-result-2069339-1247708358/solver-2069339-1247708358 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 421230760 HOME/instance-2069339-1247708358.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.12 2.14 2.08 4/83 8714
/proc/meminfo: memFree=1187472/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=3076 CPUtime=0.05
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 422 977 0 0 0 0 3 2 23 0 1 0 57900708 3149824 46 996147200 134512640 135215973 4294956304 18446744073709551615 1819428 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/8714/statm: 769 46 35 171 0 10 0

[startup+0.108894 s]
/proc/loadavg: 2.12 2.14 2.08 4/83 8714
/proc/meminfo: memFree=1187472/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=5444 CPUtime=0.08
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 1037 977 0 0 3 0 3 2 23 0 1 0 57900708 5574656 646 996147200 134512640 135215973 4294956304 18446744073709551615 4160172326 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 1361 646 361 171 0 286 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5444

[startup+0.201908 s]
/proc/loadavg: 2.12 2.14 2.08 4/83 8714
/proc/meminfo: memFree=1187472/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=7728 CPUtime=0.17
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 1686 977 0 0 12 0 3 2 23 0 1 0 57900708 7913472 1173 996147200 134512640 135215973 4294956304 18446744073709551615 4159198752 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 1932 1173 369 171 0 857 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 7728

[startup+0.301918 s]
/proc/loadavg: 2.12 2.14 2.08 4/83 8714
/proc/meminfo: memFree=1187472/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=8744 CPUtime=0.28
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 1928 977 0 0 22 1 3 2 24 0 1 0 57900708 8953856 1405 996147200 134512640 135215973 4294956304 18446744073709551615 4159314573 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 2186 1405 369 171 0 1111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8744

[startup+0.701977 s]
/proc/loadavg: 2.12 2.14 2.08 4/83 8714
/proc/meminfo: memFree=1187472/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=12128 CPUtime=0.68
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 2765 977 0 0 62 1 3 2 25 0 1 0 57900708 12419072 2242 996147200 134512640 135215973 4294956304 18446744073709551615 4159198547 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 3032 2242 369 171 0 1957 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12128

[startup+1.50108 s]
/proc/loadavg: 2.12 2.14 2.08 3/84 8720
/proc/meminfo: memFree=1177984/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=16096 CPUtime=1.46
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 3752 977 0 0 139 2 3 2 25 0 1 0 57900708 16482304 3229 996147200 134512640 135215973 4294956304 18446744073709551615 134764650 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 4024 3229 369 171 0 2949 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 16096

[startup+3.10128 s]
/proc/loadavg: 2.12 2.14 2.08 3/84 8720
/proc/meminfo: memFree=1175168/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=20220 CPUtime=3.06
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 10390 977 0 0 292 9 3 2 25 0 1 0 57900708 20705280 4237 996147200 134512640 135215973 4294956304 18446744073709551615 4159198575 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 5055 4237 369 171 0 3980 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 20220

[startup+6.3027 s]
/proc/loadavg: 2.19 2.16 2.08 3/84 8720
/proc/meminfo: memFree=1168520/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=22864 CPUtime=6.22
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 27090 977 0 0 596 21 3 2 25 0 1 0 57900708 23412736 4958 996147200 134512640 135215973 4294956304 18446744073709551615 2286556 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 5716 4958 369 171 0 4641 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 22864

[startup+12.7015 s]
/proc/loadavg: 2.26 2.17 2.08 4/84 8720
/proc/meminfo: memFree=1142472/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=47504 CPUtime=12.56
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 51119 977 0 0 1213 38 3 2 25 0 1 0 57900708 48644096 11010 996147200 134512640 135215973 4294956304 18446744073709551615 4159198589 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 11876 11010 369 171 0 10801 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 47504

[startup+25.5011 s]
/proc/loadavg: 2.27 2.18 2.09 3/84 8720
/proc/meminfo: memFree=1076808/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=101148 CPUtime=25.21
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 64380 977 0 0 2468 48 3 2 25 0 1 0 57900708 103575552 24271 996147200 134512640 135215973 4294956304 18446744073709551615 4159198567 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 25287 24271 369 171 0 24212 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 101148

[startup+51.1014 s]
/proc/loadavg: 2.30 2.20 2.10 3/84 8720
/proc/meminfo: memFree=1009672/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=150976 CPUtime=50.56
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 76994 977 0 0 4995 56 3 2 25 0 1 0 57900708 154599424 36885 996147200 134512640 135215973 4294956304 18446744073709551615 2286556 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 37744 36885 369 171 0 36669 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 150976

[startup+102.302 s]
/proc/loadavg: 2.44 2.24 2.11 3/84 8720
/proc/meminfo: memFree=527752/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=655548 CPUtime=101.23
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 188580 977 0 0 9998 120 3 2 25 0 1 0 57900708 671281152 148171 996147200 134512640 135215973 4294956304 18446744073709551615 134902593 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 163887 148171 406 171 0 162812 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 655548

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

[startup+102.407 s]
/proc/loadavg: 2.44 2.24 2.11 3/84 8720
/proc/meminfo: memFree=527752/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=655548 CPUtime=101.32
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 188819 977 0 0 10007 120 3 2 25 0 1 0 57900708 671281152 148410 996147200 134512640 135215973 4294956304 18446744073709551615 134902593 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 163887 148410 406 171 0 162812 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 655548

[startup+105.601 s]
/proc/loadavg: 2.41 2.24 2.11 3/84 8720
/proc/meminfo: memFree=495752/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=655548 CPUtime=104.49
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 196565 977 0 0 10319 125 3 2 25 0 1 0 57900708 671281152 156156 996147200 134512640 135215973 4294956304 18446744073709551615 4158960148 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 163887 156156 406 171 0 162812 0
Current children cumulated CPU time (s) 104.49
Current children cumulated vsize (KiB) 655548

[startup+107.202 s]
/proc/loadavg: 2.41 2.24 2.11 3/84 8720
/proc/meminfo: memFree=484680/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=655548 CPUtime=106.08
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 200603 977 0 0 10475 128 3 2 25 0 1 0 57900708 671281152 160194 996147200 134512640 135215973 4294956304 18446744073709551615 134589845 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 163887 160194 406 171 0 162812 0
Current children cumulated CPU time (s) 106.08
Current children cumulated vsize (KiB) 655548

[startup+108.003 s]
/proc/loadavg: 2.41 2.24 2.11 3/84 8720
/proc/meminfo: memFree=473928/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=655548 CPUtime=106.86
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 202502 977 0 0 10552 129 3 2 25 0 1 0 57900708 671281152 162093 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 163887 162093 406 171 0 162812 0
Current children cumulated CPU time (s) 106.86
Current children cumulated vsize (KiB) 655548

[startup+108.403 s]
/proc/loadavg: 2.41 2.24 2.11 3/84 8720
/proc/meminfo: memFree=473928/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=655548 CPUtime=107.26
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 203538 977 0 0 10592 129 3 2 25 0 1 0 57900708 671281152 163129 996147200 134512640 135215973 4294956304 18446744073709551615 4158513074 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 163887 163129 406 171 0 162812 0
Current children cumulated CPU time (s) 107.26
Current children cumulated vsize (KiB) 655548

[startup+108.803 s]
/proc/loadavg: 2.41 2.24 2.11 3/84 8720
/proc/meminfo: memFree=473928/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=656572 CPUtime=107.66
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194304 203652 977 2 0 10632 129 3 2 25 0 1 0 57900708 672329728 163244 996147200 134512640 135215973 4294956304 18446744073709551615 134532717 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 164143 163244 428 171 0 163068 0
Current children cumulated CPU time (s) 107.66
Current children cumulated vsize (KiB) 656572

[startup+108.903 s]
/proc/loadavg: 2.38 2.23 2.11 3/84 8720
/proc/meminfo: memFree=690056/2055920 swapFree=4192812/4192956
[pid=8714] ppid=8712 vsize=0 CPUtime=107.76
/proc/8714/stat : 8714 (pcs.big) R 8712 8714 7412 0 -1 4194308 203655 977 2 0 10638 133 3 2 25 0 1 0 57900708 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/8714/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 107.76
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 108.977
CPU time (s): 107.845
CPU user time (s): 106.421
CPU system time (s): 1.42378
CPU usage (%): 98.9605
Max. virtual memory (cumulated for all children) (KiB): 656572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.421
system time used= 1.42378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204632
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 3168

runsolver used 0.12698 second user time and 0.376942 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-16 03:39:19
IDJOB=2069339
IDBENCH=55027
IDSOLVER=734
FILE ID=node54/2069339-1247708358
PBS_JOBID= 9521204
Free space on /tmp= 66288 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air03.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069339-1247708358/watcher-2069339-1247708358 -o /tmp/evaluation-result-2069339-1247708358/solver-2069339-1247708358 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 421230760 HOME/instance-2069339-1247708358.xml

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

MD5SUM BENCH= 97db8ddfa1e7c994eddc87d16cd8b4a9
RANDOM SEED=421230760

node54.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.232
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.232
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:       1187952 kB
Buffers:         57724 kB
Cached:         277040 kB
SwapCached:          0 kB
Active:         521652 kB
Inactive:       277644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9344 kB
Writeback:           0 kB
Mapped:         484880 kB
Slab:            53044 kB
Committed_AS:   979040 kB
PageTables:       2692 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node54 at 2009-07-16 03:41:08