Trace number 2082692

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 0.3.2SAT 112.628 112.664

DiagnosticValue
ASSIGNMENTS19907

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-5.xml
MD5SUM10f63ebb77ec88a2f0279e4677099de9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.288955
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size116
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
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.18/0.22	c Seed is 478405748
0.18/0.22	c Constructing HOME/instance-2082692-1247721456.xml  with 5015 constraints
0.18/0.22	c Solving 19907 backtracks 15 restarts
112.55/112.65	s SATISFIABLE
112.55/112.65	c V0=13, V1=67, V2=81, V3=76, V4=102, V5=101, V6=118, V7=119, V8=129, V9=128, V10=21, V11=39, V12=54, V13=47, V14=127, V15=126, V16=141, V17=142, V18=146, V19=145, V20=39, V21=40, V22=48, V23=75, V24=88, V25=89, V26=109, V27=105, V28=116, V29=122, V30=0, V31=74, V32=82, V33=37, V34=118, V35=119, V36=131, V37=127, V38=137, V39=138, V40=54, V41=28, V42=61, V43=65, V44=76, V45=75, V46=90, V47=91, V48=114, V49=100, V50=12, V51=47, V52=64, V53=40, V54=67, V55=68, V56=89, V57=79, V58=95, V59=100, V60=0, V61=1, V62=8, V63=7, V64=16, V65=17, V66=27, V67=123, V68=131, V69=100, V70=15, V71=23, V72=34, V73=35, V74=40, V75=41, V76=129, V77=91, V78=139, V79=140, V80=0, V81=3, V82=25, V83=28, V84=57, V85=56, V86=73, V87=96, V88=120, V89=102, V90=0, V91=2, V92=14, V93=11, V94=25, V95=24, V96=62, V97=92, V98=110, V99=73, 
112.55/112.65	v 13 67 81 76 102 101 118 119 129 128 21 39 54 47 127 126 141 142 146 145 39 40 48 75 88 89 109 105 116 122 0 74 82 37 118 119 131 127 137 138 54 28 61 65 76 75 90 91 114 100 12 47 64 40 67 68 89 79 95 100 0 1 8 7 16 17 27 123 131 100 15 23 34 35 40 41 129 91 139 140 0 3 25 28 57 56 73 96 120 102 0 2 14 11 25 24 62 92 110 73 
112.55/112.65	d ASSIGNMENTS 19907

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-2082692-1247721456/watcher-2082692-1247721456 -o /tmp/evaluation-result-2082692-1247721456/solver-2082692-1247721456 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 478405748 HOME/instance-2082692-1247721456.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.00 2.02 2.00 4/83 18912
/proc/meminfo: memFree=1111464/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=5356 CPUtime=0
/proc/18912/stat : 18912 (pcssolve) S 18910 18912 16582 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 59210610 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18912/statm: 1339 242 201 169 0 50 0
[pid=18913] ppid=18912 vsize=5356 CPUtime=0
/proc/18913/stat : 18913 (pcssolve) R 18912 18912 16582 0 -1 4194368 22 0 0 0 0 0 0 0 19 0 1 0 59210610 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 251279240487 0 0 4096 0 0 0 0 17 1 0 0
/proc/18913/statm: 1339 243 202 169 0 50 0
[pid=18914] ppid=18912 vsize=3676 CPUtime=0
/proc/18914/stat : 18914 (grep) S 18912 18912 16582 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 59210611 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 251279409234 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/18914/statm: 919 121 99 19 0 43 0

[startup+0.176773 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 18912
/proc/meminfo: memFree=1111464/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=8420 CPUtime=0.15
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 1942 662 0 0 15 0 0 0 18 0 1 0 59210610 8622080 1299 996147200 134512640 135215973 4294956304 18446744073709551615 4158853399 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 2105 1299 408 171 0 1030 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 8420

[startup+0.20178 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 18912
/proc/meminfo: memFree=1111464/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=8420 CPUtime=0.18
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 1978 662 0 0 18 0 0 0 18 0 1 0 59210610 8622080 1335 996147200 134512640 135215973 4294956304 18446744073709551615 134585741 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 2105 1335 408 171 0 1030 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8420

[startup+0.301789 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 18912
/proc/meminfo: memFree=1111464/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=8420 CPUtime=0.28
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 1984 662 0 0 28 0 0 0 19 0 1 0 59210610 8622080 1341 996147200 134512640 135215973 4294956304 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 2105 1341 408 171 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8420

[startup+0.701839 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 18912
/proc/meminfo: memFree=1111464/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=8532 CPUtime=0.68
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 2004 662 0 0 68 0 0 0 23 0 1 0 59210610 8736768 1361 996147200 134512640 135215973 4294956304 18446744073709551615 4158960012 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 2133 1361 408 171 0 1058 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8532

[startup+1.50194 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 18917
/proc/meminfo: memFree=1107424/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=8784 CPUtime=1.48
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 2057 662 0 0 148 0 0 0 25 0 1 0 59210610 8994816 1414 996147200 134512640 135215973 4294956304 18446744073709551615 134532667 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 2196 1414 408 171 0 1121 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8784

[startup+3.10114 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 18917
/proc/meminfo: memFree=1106784/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=9308 CPUtime=3.07
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 2219 662 0 0 307 0 0 0 25 0 1 0 59210610 9531392 1576 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 2327 1576 408 171 0 1252 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9308

[startup+6.30154 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 18917
/proc/meminfo: memFree=1105632/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=10424 CPUtime=6.28
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 2538 662 0 0 627 1 0 0 25 0 1 0 59210610 10674176 1862 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 2606 1862 408 171 0 1531 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10424

[startup+12.7013 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 18917
/proc/meminfo: memFree=1103208/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=12696 CPUtime=12.68
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 3167 662 0 0 1267 1 0 0 25 0 1 0 59210610 13000704 2426 996147200 134512640 135215973 4294956304 18446744073709551615 134902548 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 3174 2426 408 171 0 2099 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12696

[startup+25.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1098088/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=17984 CPUtime=25.47
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 4630 662 0 0 2545 2 0 0 25 0 1 0 59210610 18415616 3695 996147200 134512640 135215973 4294956304 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 4496 3695 408 171 0 3421 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17984

[startup+51.1012 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1087720/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=28740 CPUtime=51.07
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 7692 662 0 0 5101 6 0 0 25 0 1 0 59210610 29429760 6291 996147200 134512640 135215973 4294956304 18446744073709551615 4158960084 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 7185 6291 408 171 0 6110 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28740

[startup+102.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1069736/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=46852 CPUtime=102.26
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 12791 662 0 0 10215 11 0 0 25 0 1 0 59210610 47976448 10748 996147200 134512640 135215973 4294956304 18446744073709551615 4158961730 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 11713 10748 408 171 0 10638 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46852

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

[startup+102.407 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1069736/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=46984 CPUtime=102.36
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 12808 662 0 0 10225 11 0 0 25 0 1 0 59210610 48111616 10765 996147200 134512640 135215973 4294956304 18446744073709551615 134610629 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 11746 10765 408 171 0 10671 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 46984

[startup+108.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1067624/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=53016 CPUtime=108.75
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 14412 662 0 0 10863 12 0 0 25 0 1 0 59210610 54288384 11344 996147200 134512640 135215973 4294956304 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 13254 11344 408 171 0 12179 0
Current children cumulated CPU time (s) 108.75
Current children cumulated vsize (KiB) 53016

[startup+110.403 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1066920/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=53504 CPUtime=110.35
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 14547 662 0 0 11023 12 0 0 25 0 1 0 59210610 54788096 11479 996147200 134512640 135215973 4294956304 18446744073709551615 134902586 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 13376 11479 408 171 0 12301 0
Current children cumulated CPU time (s) 110.35
Current children cumulated vsize (KiB) 53504

[startup+112.002 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1066536/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=54092 CPUtime=111.95
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 14692 662 0 0 11183 12 0 0 25 0 1 0 59210610 55390208 11624 996147200 134512640 135215973 4294956304 18446744073709551615 134592157 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 13523 11624 408 171 0 12448 0
Current children cumulated CPU time (s) 111.95
Current children cumulated vsize (KiB) 54092

[startup+112.402 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1066088/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=54348 CPUtime=112.35
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 14761 662 0 0 11223 12 0 0 25 0 1 0 59210610 55652352 11693 996147200 134512640 135215973 4294956304 18446744073709551615 134533175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 13587 11693 408 171 0 12512 0
Current children cumulated CPU time (s) 112.35
Current children cumulated vsize (KiB) 54348

[startup+112.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18917
/proc/meminfo: memFree=1066088/2055920 swapFree=4192812/4192956
[pid=18912] ppid=18910 vsize=53320 CPUtime=112.55
/proc/18912/stat : 18912 (pcs.big) R 18910 18912 16582 0 -1 4194304 14774 662 0 0 11243 12 0 0 25 0 1 0 59210610 54599680 11511 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/18912/statm: 13330 11511 408 171 0 12255 0
Current children cumulated CPU time (s) 112.55
Current children cumulated vsize (KiB) 53320

Child status: 0
Real time (s): 112.664
CPU time (s): 112.628
CPU user time (s): 112.49
CPU system time (s): 0.137979
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 54348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.49
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15439
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= 19
involuntary context switches= 111

runsolver used 0.119981 second user time and 0.301954 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-16 07:17:36
IDJOB=2082692
IDBENCH=57619
IDSOLVER=733
FILE ID=node92/2082692-1247721456
PBS_JOBID= 9521328
Free space on /tmp= 66300 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082692-1247721456/watcher-2082692-1247721456 -o /tmp/evaluation-result-2082692-1247721456/solver-2082692-1247721456 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 478405748 HOME/instance-2082692-1247721456.xml

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

MD5SUM BENCH= 10f63ebb77ec88a2f0279e4677099de9
RANDOM SEED=478405748

node92.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.216
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.216
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:       1111944 kB
Buffers:         77440 kB
Cached:         236992 kB
SwapCached:          0 kB
Active:         637660 kB
Inactive:       235420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:         579056 kB
Slab:            55032 kB
Committed_AS:  1051480 kB
PageTables:       3004 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= 66296 MiB
End job on node92 at 2009-07-16 07:19:29