Trace number 274952

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, and are wall clock time (not CPU 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
aolibdvo 2007-01-17? (TO) 2400.05 2401.91

General information on the benchmark

Namecomposed/composed-75-1-80/
composed-75-1-80-9_ext.xml
MD5SUM606d7c7565f06aaafea21e2e4cbb256c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints700
Best CPU time to get the best result obtained on this benchmark38.4971
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints702
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension702
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

parsing "/tmp/evaluation/274952-1169214046/unknown.xml" file ... done.
writing "/tmp/evaluation/274952-1169214046/unknown.wcsp" file ... done.

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-274952-1169214046 -o ROOT/results/node9/solver-274952-1169214046 -C 2400 -M 900 /tmp/evaluation/274952-1169214046/aolibdvo /tmp/evaluation/274952-1169214046/unknown.wcsp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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

/proc/loadavg: 0.23 0.05 0.02 4/94 24076
/proc/meminfo: memFree=1336600/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=2584 CPUtime=0
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 269799843 2646016 183 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926275 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 646 184 121 428 0 215 0

[startup+0.107086 s]
/proc/loadavg: 0.23 0.05 0.02 4/94 24076
/proc/meminfo: memFree=1336600/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=3416 CPUtime=0.1
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 454 0 0 0 10 0 0 0 18 0 1 0 269799843 3497984 435 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135172679 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 854 435 169 428 0 423 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3416

[startup+0.515133 s]
/proc/loadavg: 0.23 0.05 0.02 4/94 24076
/proc/meminfo: memFree=1336600/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=0.51
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1009 0 0 0 51 0 0 0 21 0 1 0 269799843 5599232 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 990 202 428 0 936 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 5468

[startup+1.33622 s]
/proc/loadavg: 0.37 0.08 0.03 3/94 24076
/proc/meminfo: memFree=1333464/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1.33
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1009 0 0 0 133 0 0 0 25 0 1 0 269799843 5599232 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135747332 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 990 202 428 0 936 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5468

[startup+2.97341 s]
/proc/loadavg: 0.37 0.08 0.03 3/94 24076
/proc/meminfo: memFree=1333464/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2.96
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1009 0 0 0 296 0 0 0 25 0 1 0 269799843 5599232 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652201 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 990 202 428 0 936 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5468

[startup+6.25878 s]
/proc/loadavg: 0.37 0.08 0.03 3/94 24076
/proc/meminfo: memFree=1333480/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=6.24
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 624 0 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 5468

[startup+12.7145 s]
/proc/loadavg: 0.62 0.14 0.05 3/94 24076
/proc/meminfo: memFree=1333480/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=12.69
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 1269 0 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5468

[startup+25.5334 s]
/proc/loadavg: 0.83 0.20 0.07 3/94 24076
/proc/meminfo: memFree=1333608/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=25.52
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 2551 1 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647805 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 5468

[startup+51.1888 s]
/proc/loadavg: 1.23 0.35 0.12 3/94 24076
/proc/meminfo: memFree=1333736/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=51.16
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 5115 1 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648000 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 5468

[startup+102.48 s]
/proc/loadavg: 1.69 0.62 0.22 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=102.44
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 10243 1 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647997 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 5468

[startup+162.56 s]
/proc/loadavg: 1.88 0.87 0.33 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=162.51
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 16249 2 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612639 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 5468

[startup+222.643 s]
/proc/loadavg: 1.95 1.07 0.43 3/94 24076
/proc/meminfo: memFree=1333736/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=222.56
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 22254 2 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644945 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 222.56
Current children cumulated vsize (KiB) 5468

[startup+282.688 s]
/proc/loadavg: 1.98 1.24 0.53 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=282.6
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 28257 3 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 282.6
Current children cumulated vsize (KiB) 5468

[startup+342.74 s]
/proc/loadavg: 1.99 1.38 0.62 3/94 24076
/proc/meminfo: memFree=1333736/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=342.63
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 34260 3 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134735901 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 342.63
Current children cumulated vsize (KiB) 5468

[startup+402.825 s]
/proc/loadavg: 1.99 1.49 0.70 3/94 24076
/proc/meminfo: memFree=1333736/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=402.7
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 40266 4 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648018 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 402.7
Current children cumulated vsize (KiB) 5468

[startup+462.847 s]
/proc/loadavg: 1.99 1.58 0.78 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=462.7
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 46266 4 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 462.7
Current children cumulated vsize (KiB) 5468

[startup+522.948 s]
/proc/loadavg: 1.99 1.65 0.85 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=522.79
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 52274 5 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 522.79
Current children cumulated vsize (KiB) 5468

[startup+583.037 s]
/proc/loadavg: 1.99 1.71 0.92 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=582.85
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 58280 5 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 582.85
Current children cumulated vsize (KiB) 5468

[startup+643.038 s]
/proc/loadavg: 1.99 1.76 0.99 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=642.84
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 64278 6 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 642.84
Current children cumulated vsize (KiB) 5468

[startup+703.129 s]
/proc/loadavg: 2.11 1.83 1.06 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=702.91
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 70285 6 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655641 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 702.91
Current children cumulated vsize (KiB) 5468

[startup+763.185 s]
/proc/loadavg: 2.04 1.86 1.11 3/94 24076
/proc/meminfo: memFree=1333736/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=762.96
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1010 0 0 0 76289 7 0 0 25 0 1 0 269799843 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648018 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 991 202 428 0 936 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 5468

[startup+823.198 s]
/proc/loadavg: 2.01 1.88 1.17 3/94 24076
/proc/meminfo: memFree=1333672/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=822.95

################
# More data... #
################

Current children cumulated vsize (KiB) 5468

[startup+1423.54 s]
/proc/loadavg: 2.01 1.99 1.55 3/94 24273
/proc/meminfo: memFree=1333344/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1422.94
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 142282 12 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1422.94
Current children cumulated vsize (KiB) 5468

[startup+1483.55 s]
/proc/loadavg: 2.00 1.99 1.57 3/94 24273
/proc/meminfo: memFree=1333344/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1482.93
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 148281 12 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647997 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1482.93
Current children cumulated vsize (KiB) 5468

[startup+1543.55 s]
/proc/loadavg: 2.00 1.99 1.60 3/94 24273
/proc/meminfo: memFree=1333408/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1542.92
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 154279 13 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647898 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1542.92
Current children cumulated vsize (KiB) 5468

[startup+1603.65 s]
/proc/loadavg: 2.00 1.99 1.62 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1602.99
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 160286 13 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1602.99
Current children cumulated vsize (KiB) 5468

[startup+1663.67 s]
/proc/loadavg: 2.00 1.99 1.64 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1663
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 166286 14 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645775 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1663
Current children cumulated vsize (KiB) 5468

[startup+1723.77 s]
/proc/loadavg: 2.00 1.99 1.66 3/94 24273
/proc/meminfo: memFree=1333480/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1723.08
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 172294 14 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1723.08
Current children cumulated vsize (KiB) 5468

[startup+1783.77 s]
/proc/loadavg: 2.00 1.99 1.68 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1783.07
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 178292 15 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1783.07
Current children cumulated vsize (KiB) 5468

[startup+1843.87 s]
/proc/loadavg: 2.00 1.99 1.69 3/94 24273
/proc/meminfo: memFree=1333480/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1843.15
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 184300 15 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647845 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1843.15
Current children cumulated vsize (KiB) 5468

[startup+1903.96 s]
/proc/loadavg: 2.00 1.99 1.71 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1903.22
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 190307 15 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1903.22
Current children cumulated vsize (KiB) 5468

[startup+1964.05 s]
/proc/loadavg: 2.07 2.00 1.73 3/94 24273
/proc/meminfo: memFree=1333480/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=1963.29
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 196313 16 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 1963.29
Current children cumulated vsize (KiB) 5468

[startup+2024.07 s]
/proc/loadavg: 2.02 2.00 1.75 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2023.3
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 202313 17 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2023.3
Current children cumulated vsize (KiB) 5468

[startup+2084.09 s]
/proc/loadavg: 2.01 2.00 1.76 3/94 24273
/proc/meminfo: memFree=1333480/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2083.29
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 208312 17 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655753 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2083.29
Current children cumulated vsize (KiB) 5468

[startup+2144.1 s]
/proc/loadavg: 2.00 2.00 1.77 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2143.29
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 214311 18 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2143.29
Current children cumulated vsize (KiB) 5468

[startup+2204.19 s]
/proc/loadavg: 2.00 2.00 1.78 3/94 24273
/proc/meminfo: memFree=1333480/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2203.36
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 220318 18 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2203.36
Current children cumulated vsize (KiB) 5468

[startup+2264.27 s]
/proc/loadavg: 2.00 2.00 1.79 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2263.43
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 226324 19 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2263.43
Current children cumulated vsize (KiB) 5468

[startup+2324.33 s]
/proc/loadavg: 2.00 2.00 1.81 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2323.47
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 232328 19 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614375 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2323.47
Current children cumulated vsize (KiB) 5468

[startup+2384.35 s]
/proc/loadavg: 2.00 2.00 1.82 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2383.47
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 238327 20 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134738981 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2383.47
Current children cumulated vsize (KiB) 5468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.92 s]
/proc/loadavg: 2.00 2.00 1.82 3/94 24273
/proc/meminfo: memFree=1333416/2055920 swapFree=4191880/4192956
[pid=24075] ppid=24073 vsize=5468 CPUtime=2400.04
/proc/24075/stat : 24075 (aolibdvo) R 24073 24075 23890 0 -1 0 1019 0 0 0 239984 20 0 0 25 0 1 0 269799843 5599232 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648000 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 1367 1000 202 428 0 936 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 5468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.91
CPU time (s): 2400.05
CPU user time (s): 2399.85
CPU system time (s): 0.202969
CPU usage (%): 99.9227
Max. virtual memory (cumulated for all children) (KiB): 5468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.85
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1019
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= 6
involuntary context switches= 86453

runsolver used 2.48262 s user time and 6.71498 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Fri Jan 19 13:40:46 UTC 2007


IDJOB= 274952
IDBENCH= 3068
IDSOLVER= 61
FILE ID= node9/274952-1169214046

PBS_JOBID= 3588923

Free space on /tmp= 66562 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-75-1-80/composed-75-1-80-9_ext.xml
COMMAND LINE= /tmp/evaluation/274952-1169214046/aolibdvo /tmp/evaluation/274952-1169214046/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-274952-1169214046 -o ROOT/results/node9/conversion-274952-1169214046 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/274952-1169214046/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-274952-1169214046 -o ROOT/results/node9/solver-274952-1169214046 -C 2400 -M 900  /tmp/evaluation/274952-1169214046/aolibdvo /tmp/evaluation/274952-1169214046/unknown.wcsp

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  606d7c7565f06aaafea21e2e4cbb256c

RANDOM SEED= 544202454

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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:       1337016 kB
Buffers:         56864 kB
Cached:         521684 kB
SwapCached:        268 kB
Active:         237664 kB
Inactive:       397516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1337016 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2872 kB
Writeback:           0 kB
Mapped:          75908 kB
Slab:            68316 kB
Committed_AS:  7807716 kB
PageTables:       2388 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= 66562 MiB



End job on node9 on Fri Jan 19 14:20:49 UTC 2007