Trace number 282527

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.09 2404.42

General information on the benchmark

NameMaxCSP/celar/graphs/
graphw-11_ext.xml
MD5SUMc8544fdf32639cb3e1b73102da39133d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints3390
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints3417
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension3417
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/282527-1169319745/unknown.xml" file ... done.
writing "/tmp/evaluation/282527-1169319745/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/node39/watcher-282527-1169319745 -o ROOT/results/node39/solver-282527-1169319745 -C 2400 -M 900 /tmp/evaluation/282527-1169319745/aolibdvo /tmp/evaluation/282527-1169319745/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: 1.74 1.23 1.08 5/72 18893
/proc/meminfo: memFree=1192720/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=2452 CPUtime=0
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 175 0 0 0 0 0 0 0 18 0 1 0 280379021 2510848 157 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135045643 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 613 157 121 428 0 182 0

[startup+0.102606 s]
/proc/loadavg: 1.74 1.23 1.08 5/72 18893
/proc/meminfo: memFree=1192720/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=3796 CPUtime=0.09
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 504 0 0 0 9 0 0 0 18 0 1 0 280379021 3887104 486 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 949 486 121 428 0 518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3796

[startup+0.510641 s]
/proc/loadavg: 1.74 1.23 1.08 5/72 18893
/proc/meminfo: memFree=1192720/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=8476 CPUtime=0.5
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 1681 0 0 0 49 1 0 0 22 0 1 0 280379021 8679424 1663 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 2119 1663 121 428 0 1688 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8476

[startup+1.33072 s]
/proc/loadavg: 1.74 1.23 1.08 3/72 18893
/proc/meminfo: memFree=1182104/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=13916 CPUtime=1.32
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 3025 0 0 0 130 2 0 0 25 0 1 0 280379021 14249984 3007 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134928435 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 3479 3007 121 428 0 3048 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 13916

[startup+2.96687 s]
/proc/loadavg: 1.74 1.23 1.08 3/72 18893
/proc/meminfo: memFree=1177752/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=18144 CPUtime=2.95
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 4075 0 0 0 292 3 0 0 25 0 1 0 280379021 18579456 4057 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 4536 4057 121 428 0 4105 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 18144

[startup+6.24617 s]
/proc/loadavg: 1.76 1.24 1.08 3/73 18900
/proc/meminfo: memFree=1162320/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=77056 CPUtime=6.21
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 18385 0 0 0 612 9 0 0 25 0 1 0 280379021 78905344 18226 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 19264 18226 196 428 0 18833 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 77056

[startup+12.7058 s]
/proc/loadavg: 1.79 1.27 1.09 3/73 18900
/proc/meminfo: memFree=1159312/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=79632 CPUtime=12.64
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 19051 0 0 0 1255 9 0 0 25 0 1 0 280379021 81543168 18892 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 19908 18892 197 428 0 19477 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 79632

[startup+25.5199 s]
/proc/loadavg: 1.83 1.29 1.10 3/73 18900
/proc/meminfo: memFree=1158160/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80640 CPUtime=25.41
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 19313 0 0 0 2532 9 0 0 25 0 1 0 280379021 82575360 19151 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20160 19151 197 428 0 19729 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 80640

[startup+51.1443 s]
/proc/loadavg: 1.88 1.35 1.12 3/73 18900
/proc/meminfo: memFree=1158160/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80640 CPUtime=50.9
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 19313 0 0 0 5081 9 0 0 25 0 1 0 280379021 82575360 19151 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20160 19151 197 428 0 19729 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 80640

[startup+102.393 s]
/proc/loadavg: 1.95 1.45 1.17 3/73 18900
/proc/meminfo: memFree=1158224/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80648 CPUtime=101.92
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 20190 0 0 0 10182 10 0 0 25 0 1 0 280379021 82583552 19153 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134703544 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20162 19153 197 428 0 19731 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 80648

[startup+162.494 s]
/proc/loadavg: 2.01 1.57 1.22 3/72 18953
/proc/meminfo: memFree=1164688/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80648 CPUtime=161.75
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 23574 0 0 0 16162 13 0 0 25 0 1 0 280379021 82583552 19153 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20162 19153 197 428 0 19731 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 80648

[startup+222.562 s]
/proc/loadavg: 2.00 1.64 1.27 3/75 18977
/proc/meminfo: memFree=1164600/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80648 CPUtime=221.53
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 26451 0 0 0 22138 15 0 0 25 0 1 0 280379021 82583552 19153 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20162 19153 197 428 0 19731 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 80648

[startup+282.627 s]
/proc/loadavg: 2.00 1.70 1.31 3/75 18977
/proc/meminfo: memFree=1164600/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80648 CPUtime=281.33
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 29341 0 0 0 28117 16 0 0 25 0 1 0 280379021 82583552 19153 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20162 19153 197 428 0 19731 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 80648

[startup+342.693 s]
/proc/loadavg: 2.00 1.75 1.35 3/75 18977
/proc/meminfo: memFree=1164600/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80648 CPUtime=341.14
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 32218 0 0 0 34097 17 0 0 25 0 1 0 280379021 82583552 19153 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20162 19153 197 428 0 19731 0
Current children cumulated CPU time (s) 341.14
Current children cumulated vsize (KiB) 80648

[startup+402.761 s]
/proc/loadavg: 2.00 1.80 1.39 3/75 18977
/proc/meminfo: memFree=1164536/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80648 CPUtime=400.9
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 35127 0 0 0 40072 18 0 0 25 0 1 0 280379021 82583552 19153 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20162 19153 197 428 0 19731 0
Current children cumulated CPU time (s) 400.9
Current children cumulated vsize (KiB) 80648

[startup+462.821 s]
/proc/loadavg: 2.00 1.83 1.43 3/75 18977
/proc/meminfo: memFree=1164536/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80684 CPUtime=460.71
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 38058 0 0 0 46051 20 0 0 25 0 1 0 280379021 82620416 19162 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20171 19162 197 428 0 19740 0
Current children cumulated CPU time (s) 460.71
Current children cumulated vsize (KiB) 80684

[startup+522.883 s]
/proc/loadavg: 2.04 1.87 1.46 3/75 18977
/proc/meminfo: memFree=1164536/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=520.51
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 40953 0 0 0 52029 22 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 520.51
Current children cumulated vsize (KiB) 80652

[startup+582.95 s]
/proc/loadavg: 2.14 1.93 1.50 3/75 18977
/proc/meminfo: memFree=1164536/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=580.29
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 44412 0 0 0 58005 24 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 580.29
Current children cumulated vsize (KiB) 80652

[startup+643.02 s]
/proc/loadavg: 2.10 1.95 1.54 3/75 18977
/proc/meminfo: memFree=1164472/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=640.09
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 44558 0 0 0 63985 24 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 640.09
Current children cumulated vsize (KiB) 80652

[startup+703.091 s]
/proc/loadavg: 2.13 1.99 1.57 3/75 18977
/proc/meminfo: memFree=1164472/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=699.9
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 44641 0 0 0 69966 24 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 699.9
Current children cumulated vsize (KiB) 80652

[startup+763.159 s]
/proc/loadavg: 2.05 1.99 1.60 3/75 19067
/proc/meminfo: memFree=1170624/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=759.68
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 44767 0 0 0 75942 26 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 759.68
Current children cumulated vsize (KiB) 80652

[startup+823.248 s]
/proc/loadavg: 1.93 1.97 1.62 2/65 19203
/proc/meminfo: memFree=1187144/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=819.29

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

Current children cumulated vsize (KiB) 80652

[startup+1423.39 s]
/proc/loadavg: 1.00 1.12 1.30 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1419.29
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 63955 0 0 0 141889 40 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135742246 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1419.29
Current children cumulated vsize (KiB) 80652

[startup+1483.4 s]
/proc/loadavg: 1.00 1.09 1.28 2/65 19205
/proc/meminfo: memFree=1187312/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1479.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 67002 0 0 0 147887 41 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1479.28
Current children cumulated vsize (KiB) 80652

[startup+1543.42 s]
/proc/loadavg: 1.00 1.07 1.26 2/65 19205
/proc/meminfo: memFree=1187312/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1539.29
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70069 0 0 0 153886 43 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646371 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1539.29
Current children cumulated vsize (KiB) 80652

[startup+1603.43 s]
/proc/loadavg: 1.00 1.06 1.24 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1599.29
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70166 0 0 0 159886 43 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1599.29
Current children cumulated vsize (KiB) 80652

[startup+1663.44 s]
/proc/loadavg: 1.00 1.05 1.22 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1659.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70248 0 0 0 165885 43 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1659.28
Current children cumulated vsize (KiB) 80652

[startup+1723.46 s]
/proc/loadavg: 1.00 1.03 1.21 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1719.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70414 0 0 0 171885 43 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1719.28
Current children cumulated vsize (KiB) 80652

[startup+1783.47 s]
/proc/loadavg: 1.00 1.03 1.19 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1779.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70534 0 0 0 177885 43 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1779.28
Current children cumulated vsize (KiB) 80652

[startup+1843.49 s]
/proc/loadavg: 1.00 1.02 1.17 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1839.27
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70546 0 0 0 183884 43 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1839.27
Current children cumulated vsize (KiB) 80652

[startup+1903.5 s]
/proc/loadavg: 1.00 1.01 1.16 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1899.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70556 0 0 0 189884 44 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1899.28
Current children cumulated vsize (KiB) 80652

[startup+1963.52 s]
/proc/loadavg: 1.00 1.01 1.15 2/65 19205
/proc/meminfo: memFree=1187440/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=1959.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70556 0 0 0 195884 44 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 1959.28
Current children cumulated vsize (KiB) 80652

[startup+2023.53 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2019.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 70779 0 0 0 201884 44 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642504 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2019.28
Current children cumulated vsize (KiB) 80652

[startup+2083.54 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2079.27
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 71157 0 0 0 207883 44 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2079.27
Current children cumulated vsize (KiB) 80652

[startup+2143.56 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2139.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 71293 0 0 0 213883 45 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2139.28
Current children cumulated vsize (KiB) 80652

[startup+2203.57 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2199.28
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 71308 0 0 0 219883 45 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2199.28
Current children cumulated vsize (KiB) 80652

[startup+2263.58 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2259.27
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 71315 0 0 0 225882 45 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647997 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2259.27
Current children cumulated vsize (KiB) 80652

[startup+2323.59 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2319.27
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 71567 0 0 0 231882 45 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2319.27
Current children cumulated vsize (KiB) 80652

[startup+2383.61 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2379.27
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 71966 0 0 0 237881 46 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2379.27
Current children cumulated vsize (KiB) 80652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2404.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 19205
/proc/meminfo: memFree=1187376/2055920 swapFree=4187336/4192956
[pid=18892] ppid=18890 vsize=80652 CPUtime=2400.06
/proc/18892/stat : 18892 (aolibdvo) R 18890 18892 18605 0 -1 0 72005 0 0 0 239960 46 0 0 25 0 1 0 280379021 82587648 19154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18892/statm: 20163 19154 197 428 0 19732 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 80652

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2404.42
CPU time (s): 2400.09
CPU user time (s): 2399.61
CPU system time (s): 0.477927
CPU usage (%): 99.8198
Max. virtual memory (cumulated for all children) (KiB): 80844

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

runsolver used 1.83072 s user time and 5.31119 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan 20 19:02:25 UTC 2007


IDJOB= 282527
IDBENCH= 12861
IDSOLVER= 61
FILE ID= node39/282527-1169319745

PBS_JOBID= 3610360

Free space on /tmp= 66556 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/celar/graphs/graphw-11_ext.xml
COMMAND LINE= /tmp/evaluation/282527-1169319745/aolibdvo /tmp/evaluation/282527-1169319745/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node39/convwatcher-282527-1169319745 -o ROOT/results/node39/conversion-282527-1169319745 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/282527-1169319745/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  c8544fdf32639cb3e1b73102da39133d

RANDOM SEED= 609613003

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.236
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.236
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:       1193264 kB
Buffers:         53808 kB
Cached:         654420 kB
SwapCached:        944 kB
Active:         261148 kB
Inactive:       522584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193264 kB
SwapTotal:     4192956 kB
SwapFree:      4187336 kB
Dirty:            8112 kB
Writeback:           0 kB
Mapped:          84544 kB
Slab:            64356 kB
Committed_AS:  5461912 kB
PageTables:       1880 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= 66548 MiB



End job on node39 on Sat Jan 20 19:43:19 UTC 2007