Trace number 2059142

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 46.4149 46.6178

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/marc/
normalized-large-96-sat_ext.xml
MD5SUM0832422d3adb16f478d8772816d8e677
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 benchmark18.1852
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints4560
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension4560
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.15/0.32	c has big domains
0.15/0.32	c big-domain mode
0.15/0.32	c Seed is 2108945993
0.15/0.32	c Constructing HOME/instance-2059142-1247694987.xml  with 11179 constraints
46.28/46.58	c Solving 0 backtracks
46.38/46.61	s SATISFIABLE
46.38/46.61	c V0=7, V1=7, V2=7, V3=7, V4=7, V5=7, V6=7, V7=7, V8=7, V9=7, V10=7, V11=7, V12=7, V13=7, V14=7, V15=7, V16=7, V17=7, V18=7, V19=7, V20=7, V21=7, V22=7, V23=7, V24=7, V25=7, V26=7, V27=7, V28=7, V29=7, V30=7, V31=7, V32=7, V33=7, V34=7, V35=7, V36=7, V37=7, V38=7, V39=7, V40=7, V41=7, V42=7, V43=7, V44=7, V45=7, V46=7, V47=7, V48=7, V49=7, V50=7, V51=7, V52=7, V53=7, V54=7, V55=7, V56=7, V57=7, V58=7, V59=7, V60=7, V61=7, V62=7, V63=7, V64=7, V65=7, V66=7, V67=7, V68=7, V69=7, V70=7, V71=7, V72=7, V73=7, V74=7, V75=7, V76=7, V77=7, V78=7, V79=7, V80=7, V81=7, V82=7, V83=7, V84=7, V85=7, V86=7, V87=7, V88=7, V89=7, V90=7, V91=7, V92=7, V93=7, V94=7, V95=7, 
46.38/46.61	v 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 
46.38/46.61	d ASSIGNMENTS 0

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-2059142-1247694987/watcher-2059142-1247694987 -o /tmp/evaluation-result-2059142-1247694987/solver-2059142-1247694987 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2108945993 HOME/instance-2059142-1247694987.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.07 1.85 1.10 4/73 10288
/proc/meminfo: memFree=877856/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=5356 CPUtime=0
/proc/10288/stat : 10288 (pcssolve) R 10286 10288 10130 0 -1 4194304 273 0 0 0 0 0 0 0 19 0 1 0 56565248 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10288/statm: 1339 241 200 169 0 50 0
[pid=10289] ppid=10288 vsize=5356 CPUtime=0
/proc/10289/stat : 10289 (pcssolve) R 10288 10288 10130 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 56565248 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10289/statm: 1339 241 200 169 0 50 0

[startup+0.0864699 s]
/proc/loadavg: 2.07 1.85 1.10 4/73 10288
/proc/meminfo: memFree=877856/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=5356 CPUtime=0
/proc/10288/stat : 10288 (pcssolve) R 10286 10288 10130 0 -1 4194304 273 0 0 0 0 0 0 0 19 0 1 0 56565248 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10288/statm: 1339 241 200 169 0 50 0
[pid=10289] ppid=10288 vsize=3676 CPUtime=0.07
/proc/10289/stat : 10289 (fgrep) R 10288 10288 10130 0 -1 4194304 148 0 0 0 4 3 0 0 20 0 1 0 56565248 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 4243387 0 0 4096 0 0 0 0 17 1 0 0
/proc/10289/statm: 919 115 87 19 0 43 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9032

[startup+0.101473 s]
/proc/loadavg: 2.07 1.85 1.10 4/73 10288
/proc/meminfo: memFree=877856/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=5356 CPUtime=0
/proc/10288/stat : 10288 (pcssolve) S 10286 10288 10130 0 -1 4194304 305 0 0 0 0 0 0 0 19 0 1 0 56565248 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10288/statm: 1339 242 201 169 0 50 0
[pid=10289] ppid=10288 vsize=3676 CPUtime=0.08
/proc/10289/stat : 10289 (fgrep) R 10288 10288 10130 0 -1 4194304 148 0 0 0 5 3 0 0 20 0 1 0 56565248 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 270187331666 0 0 4096 0 0 0 0 17 1 0 0
/proc/10289/statm: 919 115 87 19 0 43 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9032

[startup+0.301496 s]
/proc/loadavg: 2.07 1.85 1.10 4/73 10288
/proc/meminfo: memFree=877856/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=5356 CPUtime=0.15
/proc/10288/stat : 10288 (pcssolve) S 10286 10288 10130 0 -1 4194304 339 317 0 0 0 0 10 5 17 0 1 0 56565248 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10288/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.701542 s]
/proc/loadavg: 2.07 1.85 1.10 4/73 10288
/proc/meminfo: memFree=877856/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=7024 CPUtime=0.67
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 962 656 0 0 37 0 18 12 19 0 1 0 56565248 7192576 593 996147200 134512640 135215973 4294956304 18446744073709551615 134837730 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 1756 593 372 171 0 681 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7024

[startup+1.50163 s]
/proc/loadavg: 2.15 1.87 1.11 3/74 10293
/proc/meminfo: memFree=876752/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=11724 CPUtime=1.47
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 1071 656 0 0 116 1 18 12 25 0 1 0 56565248 12005376 702 996147200 134512640 135215973 4294956304 18446744073709551615 10354216 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 2931 702 372 171 0 1856 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11724

[startup+3.10181 s]
/proc/loadavg: 2.15 1.87 1.11 3/74 10293
/proc/meminfo: memFree=875856/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=21128 CPUtime=3.06
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 1412 656 0 0 275 1 18 12 25 0 1 0 56565248 21635072 1043 996147200 134512640 135215973 4294956304 18446744073709551615 134882160 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 5282 1043 372 171 0 4207 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 21128

[startup+6.30218 s]
/proc/loadavg: 2.15 1.87 1.11 3/74 10293
/proc/meminfo: memFree=872976/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=39784 CPUtime=6.23
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 2101 656 0 0 590 3 18 12 25 0 1 0 56565248 40738816 1732 996147200 134512640 135215973 4294956304 18446744073709551615 134881543 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 9946 1732 372 171 0 8871 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 39784

[startup+12.7019 s]
/proc/loadavg: 2.20 1.89 1.13 3/74 10293
/proc/meminfo: memFree=866648/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=76284 CPUtime=12.6
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 3459 656 0 0 1224 6 18 12 25 0 1 0 56565248 78114816 3090 996147200 134512640 135215973 4294956304 18446744073709551615 134590047 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 19112 3091 372 171 0 18037 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 76284

[startup+25.5014 s]
/proc/loadavg: 2.17 1.89 1.14 3/71 10296
/proc/meminfo: memFree=1123312/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=147792 CPUtime=25.33
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 6150 656 0 0 2493 10 18 12 25 0 1 0 56565248 151339008 5781 996147200 134512640 135215973 4294956304 18446744073709551615 10387042 0 0 4096 0 0 0 0 17 1 0 0
/proc/10288/statm: 36948 5781 372 171 0 35873 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 147792

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

[startup+38.3018 s]
/proc/loadavg: 2.21 1.91 1.15 3/74 10324
/proc/meminfo: memFree=1028688/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=218976 CPUtime=38.08
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 8804 656 0 0 3763 15 18 12 25 0 1 0 56565248 224231424 8435 996147200 134512640 135215973 4294956304 18446744073709551615 10387042 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 54744 8435 372 171 0 53669 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 218976

[startup+41.5022 s]
/proc/loadavg: 2.27 1.93 1.16 3/74 10324
/proc/meminfo: memFree=1009880/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=236648 CPUtime=41.27
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 9485 656 0 0 4081 16 18 12 25 0 1 0 56565248 242327552 9116 996147200 134512640 135215973 4294956304 18446744073709551615 134835433 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 59162 9116 372 171 0 58087 0
Current children cumulated CPU time (s) 41.27
Current children cumulated vsize (KiB) 236648

[startup+44.7015 s]
/proc/loadavg: 2.27 1.93 1.16 3/74 10324
/proc/meminfo: memFree=990872/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=254488 CPUtime=44.47
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 10144 656 0 0 4400 17 18 12 25 0 1 0 56565248 260595712 9775 996147200 134512640 135215973 4294956304 18446744073709551615 10387038 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 63622 9775 372 171 0 62547 0
Current children cumulated CPU time (s) 44.47
Current children cumulated vsize (KiB) 254488

[startup+45.5016 s]
/proc/loadavg: 2.27 1.93 1.16 3/74 10324
/proc/meminfo: memFree=984344/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=258864 CPUtime=45.27
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 10313 656 0 0 4480 17 18 12 25 0 1 0 56565248 265076736 9944 996147200 134512640 135215973 4294956304 18446744073709551615 134599882 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 64716 9944 372 171 0 63641 0
Current children cumulated CPU time (s) 45.27
Current children cumulated vsize (KiB) 258864

[startup+46.3017 s]
/proc/loadavg: 2.25 1.93 1.17 3/74 10324
/proc/meminfo: memFree=977880/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=263404 CPUtime=46.07
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 10495 656 0 0 4560 17 18 12 25 0 1 0 56565248 269725696 10126 996147200 134512640 135215973 4294956304 18446744073709551615 134590078 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 65851 10126 372 171 0 64776 0
Current children cumulated CPU time (s) 46.07
Current children cumulated vsize (KiB) 263404

[startup+46.5017 s]
/proc/loadavg: 2.25 1.93 1.17 3/74 10324
/proc/meminfo: memFree=977880/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=267060 CPUtime=46.28
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 11273 656 0 0 4580 18 18 12 25 0 1 0 56565248 273469440 10871 996147200 134512640 135215973 4294956304 18446744073709551615 10352469 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 66765 10871 377 171 0 65690 0
Current children cumulated CPU time (s) 46.28
Current children cumulated vsize (KiB) 267060

[startup+46.6017 s]
/proc/loadavg: 2.25 1.93 1.17 3/74 10324
/proc/meminfo: memFree=977880/2055920 swapFree=4192812/4192956
[pid=10288] ppid=10286 vsize=267360 CPUtime=46.38
/proc/10288/stat : 10288 (pcs.big) R 10286 10288 10130 0 -1 4194304 11495 656 0 0 4590 18 18 12 25 0 1 0 56565248 273776640 10970 996147200 134512640 135215973 4294956304 18446744073709551615 134650800 0 0 4096 0 0 0 0 17 0 0 0
/proc/10288/statm: 66840 10970 390 171 0 65765 0
Current children cumulated CPU time (s) 46.38
Current children cumulated vsize (KiB) 267360

Child status: 0
Real time (s): 46.6178
CPU time (s): 46.4149
CPU user time (s): 46.096
CPU system time (s): 0.318951
CPU usage (%): 99.5649
Max. virtual memory (cumulated for all children) (KiB): 267360

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

runsolver used 0.047992 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-15 23:56:41
IDJOB=2059142
IDBENCH=53555
IDSOLVER=734
FILE ID=node88/2059142-1247694987
PBS_JOBID= 9521143
Free space on /tmp= 65960 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/marc/normalized-large-96-sat_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059142-1247694987/watcher-2059142-1247694987 -o /tmp/evaluation-result-2059142-1247694987/solver-2059142-1247694987 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2108945993 HOME/instance-2059142-1247694987.xml

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

MD5SUM BENCH= 0832422d3adb16f478d8772816d8e677
RANDOM SEED=2108945993

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        878272 kB
Buffers:         75376 kB
Cached:         751096 kB
SwapCached:          0 kB
Active:         669272 kB
Inactive:       436636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        878272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          121352 kB
Writeback:           0 kB
Mapped:         290844 kB
Slab:            56320 kB
Committed_AS:   874604 kB
PageTables:       2520 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= 65904 MiB
End job on node88 at 2009-07-15 23:57:27