Trace number 1067614

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
choco2_dwdeg 2008-06-26SAT 1.27581 1.313

DiagnosticValue
ASSIGNMENTS22

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-60-2-1.xml
MD5SUM3722c9f6b8b98b38946c34eea0c06cd8
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 benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

1.16/1.29	s SATISFIABLE
1.16/1.29	v 7 17 61 53 43 53 17 41 29 3 5 19 31 62 2 17 2 17 41 59 37 23 2 29 5 31 5 7 19 53 29 5 5 67 29 19 43 59 37 5 29 43 3 71 11 2 67 11 2 31 43 17 37 2 59 43 5 31 59 3 13 2 11 2 59 2 2 2 43 61 11 53 5 13 47 19 2 2 2 31 2 23 59 2 23 11 2 2 47 71 41 2 59 2 71 2 17 17 47 2 
1.16/1.29	d ASSIGNMENTS 22
1.16/1.29	c SAT 1198 TIME      22 NDS    367 PARSTIME      566 BUILDPB       265 RES       true RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067614-1215150779/watcher-1067614-1215150779 -o /tmp/evaluation-result-1067614-1215150779/solver-1067614-1215150779 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1067614-1215150779.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 5019
/proc/meminfo: memFree=1804928/2055920 swapFree=4179812/4192956
[pid=5019] ppid=5017 vsize=10800 CPUtime=0
/proc/5019/stat : 5019 (java) S 5017 5019 1029 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 1994051408 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5019/statm: 2700 488 213 9 0 1230 0
[pid=5019/tid=5020] ppid=5017 vsize=10800 CPUtime=0
/proc/5019/task/5020/stat : 5020 (java) R 5017 5019 1029 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1994051410 11059200 488 996147200 134512640 134550740 4294956032 18446744073709551615 8568792 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.05154 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 5019
/proc/meminfo: memFree=1804928/2055920 swapFree=4179812/4192956
[pid=5019] ppid=5017 vsize=863872 CPUtime=0.03
/proc/5019/stat : 5019 (java) S 5017 5019 1029 0 -1 0 2456 0 1 0 2 1 0 0 18 0 9 0 1994051408 884604928 2013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5019/statm: 215968 2013 924 9 0 210947 0
[pid=5019/tid=5020] ppid=5017 vsize=863872 CPUtime=0.02
/proc/5019/task/5020/stat : 5020 (java) R 5017 5019 1029 0 -1 64 1701 0 1 0 2 0 0 0 20 0 9 0 1994051410 884604928 2013 996147200 134512640 134550740 4294956032 18446744073709551615 4159514672 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863872

[startup+0.10255 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 5019
/proc/meminfo: memFree=1804928/2055920 swapFree=4179812/4192956
[pid=5019] ppid=5017 vsize=866556 CPUtime=0.08
/proc/5019/stat : 5019 (java) S 5017 5019 1029 0 -1 0 3849 0 1 0 7 1 0 0 18 0 9 0 1994051408 887353344 3311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5019/statm: 216639 3311 1772 9 0 211111 0
[pid=5019/tid=5020] ppid=5017 vsize=866556 CPUtime=0.07
/proc/5019/task/5020/stat : 5020 (java) R 5017 5019 1029 0 -1 64 2905 0 1 0 6 1 0 0 18 0 9 0 1994051410 887353344 3311 996147200 134512640 134550740 4294956032 18446744073709551615 103779149 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.302578 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 5019
/proc/meminfo: memFree=1804928/2055920 swapFree=4179812/4192956
[pid=5019] ppid=5017 vsize=866556 CPUtime=0.28
/proc/5019/stat : 5019 (java) S 5017 5019 1029 0 -1 0 4609 0 1 0 26 2 0 0 18 0 9 0 1994051408 887353344 4051 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5019/statm: 216639 4051 1886 9 0 211111 0
[pid=5019/tid=5020] ppid=5017 vsize=866556 CPUtime=0.25
/proc/5019/task/5020/stat : 5020 (java) R 5017 5019 1029 0 -1 64 3650 0 1 0 24 1 0 0 19 0 9 0 1994051410 887353344 4051 996147200 134512640 134550740 4294956032 18446744073709551615 4125977864 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866556

[startup+0.702639 s]
/proc/loadavg: 1.93 1.98 1.99 4/75 5019
/proc/meminfo: memFree=1804928/2055920 swapFree=4179812/4192956
[pid=5019] ppid=5017 vsize=867424 CPUtime=0.68
/proc/5019/stat : 5019 (java) S 5017 5019 1029 0 -1 0 6853 0 2 0 64 4 0 0 18 0 9 0 1994051408 888242176 6257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5019/statm: 216856 6257 1967 9 0 211328 0
[pid=5019/tid=5020] ppid=5017 vsize=867424 CPUtime=0.53
/proc/5019/task/5020/stat : 5020 (java) R 5017 5019 1029 0 -1 64 5614 0 2 0 51 2 0 0 22 0 9 0 1994051410 888242176 6257 996147200 134512640 134550740 4294956032 18446744073709551615 103813021 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867424

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

[startup+1.10671 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 5028
/proc/meminfo: memFree=1771704/2055920 swapFree=4179812/4192956
[pid=5019] ppid=5017 vsize=867552 CPUtime=1.07
/proc/5019/stat : 5019 (java) S 5017 5019 1029 0 -1 0 10823 0 2 0 101 6 0 0 18 0 9 0 1994051408 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5019/statm: 216888 10218 1977 9 0 211360 0
[pid=5019/tid=5020] ppid=5017 vsize=867552 CPUtime=0.86
/proc/5019/task/5020/stat : 5020 (java) R 5017 5019 1029 0 -1 64 9542 0 2 0 81 5 0 0 18 0 9 0 1994051410 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4125978142 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5022] ppid=5017 vsize=867552 CPUtime=0
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 1029 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1994051411 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5023] ppid=5017 vsize=867552 CPUtime=0
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 1029 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1994051411 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5024] ppid=5017 vsize=867552 CPUtime=0
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 1029 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994051411 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5025] ppid=5017 vsize=867552 CPUtime=0
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 1029 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994051413 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5026] ppid=5017 vsize=867552 CPUtime=0.19
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 1029 0 -1 64 549 0 0 0 19 0 0 0 16 0 9 0 1994051413 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5027] ppid=5017 vsize=867552 CPUtime=0
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 1029 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994051413 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5028] ppid=5017 vsize=867552 CPUtime=0
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994051413 888373248 10218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 867552

[startup+1.30173 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 5028
/proc/meminfo: memFree=1771704/2055920 swapFree=4179812/4192956
[pid=5019] ppid=5017 vsize=867876 CPUtime=1.26
/proc/5019/stat : 5019 (java) S 5017 5019 1029 0 -1 0 11183 0 2 0 118 8 0 0 18 0 9 0 1994051408 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5019/statm: 216969 10577 1978 9 0 211441 0
[pid=5019/tid=5020] ppid=5017 vsize=867876 CPUtime=0.99
/proc/5019/task/5020/stat : 5020 (java) S 5017 5019 1029 0 -1 64 9856 0 2 0 93 6 0 0 20 0 9 0 1994051410 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5022] ppid=5017 vsize=867876 CPUtime=0
/proc/5019/task/5022/stat : 5022 (java) S 5017 5019 1029 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1994051411 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5023] ppid=5017 vsize=867876 CPUtime=0
/proc/5019/task/5023/stat : 5023 (java) S 5017 5019 1029 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1994051411 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5024] ppid=5017 vsize=867876 CPUtime=0
/proc/5019/task/5024/stat : 5024 (java) S 5017 5019 1029 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994051411 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5025] ppid=5017 vsize=867876 CPUtime=0
/proc/5019/task/5025/stat : 5025 (java) S 5017 5019 1029 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994051413 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5026] ppid=5017 vsize=867876 CPUtime=0.25
/proc/5019/task/5026/stat : 5026 (java) S 5017 5019 1029 0 -1 64 589 0 0 0 24 1 0 0 15 0 9 0 1994051413 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5027] ppid=5017 vsize=867876 CPUtime=0
/proc/5019/task/5027/stat : 5027 (java) S 5017 5019 1029 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994051413 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5019/tid=5028] ppid=5017 vsize=867876 CPUtime=0
/proc/5019/task/5028/stat : 5028 (java) S 5017 5019 1029 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994051413 888705024 10577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 867876

Child status: 0
Real time (s): 1.313
CPU time (s): 1.27581
CPU user time (s): 1.18682
CPU system time (s): 0.088986
CPU usage (%): 97.1668
Max. virtual memory (cumulated for all children) (KiB): 867876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18682
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11186
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= 1106
involuntary context switches= 1098

runsolver used 0.004999 second user time and 0.012998 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 07:52:59
IDJOB=1067614
IDBENCH=55406
IDSOLVER=349
FILE ID=node34/1067614-1215150779
PBS_JOBID= 7877337
Free space on /tmp= 66560 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-60-2-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067614-1215150779/watcher-1067614-1215150779 -o /tmp/evaluation-result-1067614-1215150779/solver-1067614-1215150779 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1067614-1215150779.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3722c9f6b8b98b38946c34eea0c06cd8
RANDOM SEED=740694954

node34.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.259
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.259
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:       1805408 kB
Buffers:         10164 kB
Cached:         109140 kB
SwapCached:       6768 kB
Active:         170412 kB
Inactive:        26124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805408 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            6324 kB
Writeback:           0 kB
Mapped:          84004 kB
Slab:            38980 kB
Committed_AS:  3617576 kB
PageTables:       2068 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= 66552 MiB
End job on node34 at 2008-07-04 07:53:01