Trace number 277586

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.1 2409.79

General information on the benchmark

Namedimacs/ssa/
ssa-2670-130_ext.xml
MD5SUMa69cb0578060e72c362a8bb6c0c5d6ab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints2365
Best CPU time to get the best result obtained on this benchmark1080.27
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1359
Number of constraints2366
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension2366
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/277586-1169268729/unknown.xml" file ... done.
writing "/tmp/evaluation/277586-1169268729/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/node40/watcher-277586-1169268729 -o ROOT/results/node40/solver-277586-1169268729 -C 2400 -M 900 /tmp/evaluation/277586-1169268729/aolibdvo /tmp/evaluation/277586-1169268729/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.87 1.97 1.93 5/73 18589
/proc/meminfo: memFree=1296256/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=18540 CPUtime=0
/proc/18588/stat : 18588 (runsolver) R 18586 18588 18152 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 275272328 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18588/statm: 4635 279 244 17 0 2626 0

[startup+0.156868 s]
/proc/loadavg: 1.87 1.97 1.93 5/73 18589
/proc/meminfo: memFree=1296256/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=3372 CPUtime=0.14
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 418 0 0 0 14 0 0 0 21 0 1 0 275272328 3452928 399 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691723 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 843 399 138 428 0 412 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 3372

[startup+0.56492 s]
/proc/loadavg: 1.87 1.97 1.93 5/73 18589
/proc/meminfo: memFree=1296256/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=4336 CPUtime=0.55
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 991 0 0 0 55 0 0 0 25 0 1 0 275272328 4440064 674 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135630485 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 1084 674 170 428 0 653 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 4336

[startup+1.38603 s]
/proc/loadavg: 1.88 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1293760/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=4688 CPUtime=1.36
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 1098 0 0 0 136 0 0 0 25 0 1 0 275272328 4800512 748 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135163225 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 1172 748 170 428 0 741 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 4688

[startup+3.02324 s]
/proc/loadavg: 1.88 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1196672/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=146788 CPUtime=3
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 35762 0 0 0 283 17 0 0 25 0 1 0 275272328 150310912 34489 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 36697 34489 196 428 0 36266 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 146788

[startup+6.31467 s]
/proc/loadavg: 1.89 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1151936/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153496 CPUtime=6.28
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 40364 0 0 0 609 19 0 0 25 0 1 0 275272328 157179904 36141 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38374 36141 197 428 0 37943 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 153496

[startup+12.7715 s]
/proc/loadavg: 1.90 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1151872/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153496 CPUtime=12.71
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 45609 0 0 0 1249 22 0 0 25 0 1 0 275272328 157179904 36148 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691623 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38374 36148 197 428 0 37943 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 153496

[startup+25.6012 s]
/proc/loadavg: 1.92 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1151872/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153496 CPUtime=25.49
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 54642 0 0 0 2522 27 0 0 25 0 1 0 275272328 157179904 36164 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38374 36164 197 428 0 37943 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153496

[startup+51.2535 s]
/proc/loadavg: 1.95 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1151744/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153640 CPUtime=51.03
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 65240 0 0 0 5071 32 0 0 25 0 1 0 275272328 157327360 36210 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006903 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38410 36210 197 428 0 37979 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 153640

[startup+102.552 s]
/proc/loadavg: 1.98 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1151296/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153640 CPUtime=102.13
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 80133 0 0 0 10175 38 0 0 25 0 1 0 275272328 157327360 36220 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38410 36220 197 428 0 37979 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 153640

[startup+162.573 s]
/proc/loadavg: 1.99 1.97 1.93 3/73 18589
/proc/meminfo: memFree=1151296/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153640 CPUtime=161.93
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 93127 0 0 0 16150 43 0 0 25 0 1 0 275272328 157327360 36222 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982324 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38410 36222 197 428 0 37979 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 153640

[startup+222.598 s]
/proc/loadavg: 2.07 1.99 1.94 3/73 18589
/proc/meminfo: memFree=1151296/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153640 CPUtime=221.7
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 101030 0 0 0 22123 47 0 0 25 0 1 0 275272328 157327360 36222 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38410 36222 197 428 0 37979 0
Current children cumulated CPU time (s) 221.7
Current children cumulated vsize (KiB) 153640

[startup+282.617 s]
/proc/loadavg: 2.03 1.99 1.94 3/73 18589
/proc/meminfo: memFree=1151296/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153644 CPUtime=281.49
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 110224 0 0 0 28096 53 0 0 25 0 1 0 275272328 157331456 36228 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38411 36228 197 428 0 37980 0
Current children cumulated CPU time (s) 281.49
Current children cumulated vsize (KiB) 153644

[startup+342.638 s]
/proc/loadavg: 2.01 1.99 1.94 3/73 18589
/proc/meminfo: memFree=1151296/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153644 CPUtime=341.28
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 128978 0 0 0 34064 64 0 0 25 0 1 0 275272328 157331456 36228 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38411 36228 197 428 0 37980 0
Current children cumulated CPU time (s) 341.28
Current children cumulated vsize (KiB) 153644

[startup+402.664 s]
/proc/loadavg: 2.08 2.00 1.94 3/73 18589
/proc/meminfo: memFree=1151296/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153644 CPUtime=401.07
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 138788 0 0 0 40038 69 0 0 25 0 1 0 275272328 157331456 36234 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642516 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38411 36234 197 428 0 37980 0
Current children cumulated CPU time (s) 401.07
Current children cumulated vsize (KiB) 153644

[startup+462.686 s]
/proc/loadavg: 2.10 2.02 1.95 3/73 18589
/proc/meminfo: memFree=1151232/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153644 CPUtime=460.86
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 147575 0 0 0 46011 75 0 0 25 0 1 0 275272328 157331456 36234 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982749 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38411 36234 197 428 0 37980 0
Current children cumulated CPU time (s) 460.86
Current children cumulated vsize (KiB) 153644

[startup+522.714 s]
/proc/loadavg: 2.03 2.01 1.95 3/73 18589
/proc/meminfo: memFree=1151296/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153908 CPUtime=520.65
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 159752 0 0 0 51985 80 0 0 25 0 1 0 275272328 157601792 36286 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691645 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38477 36286 197 428 0 38046 0
Current children cumulated CPU time (s) 520.65
Current children cumulated vsize (KiB) 153908

[startup+582.754 s]
/proc/loadavg: 2.01 2.00 1.95 3/79 18753
/proc/meminfo: memFree=1149944/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153644 CPUtime=580.25
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 169246 0 0 0 57937 88 0 0 25 0 1 0 275272328 157331456 36234 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691639 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38411 36234 197 428 0 37980 0
Current children cumulated CPU time (s) 580.25
Current children cumulated vsize (KiB) 153644

[startup+642.784 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 18787
/proc/meminfo: memFree=1151104/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153928 CPUtime=639.99
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 177348 0 0 0 63906 93 0 0 25 0 1 0 275272328 157622272 36301 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006591 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38482 36301 197 428 0 38051 0
Current children cumulated CPU time (s) 639.99
Current children cumulated vsize (KiB) 153928

[startup+702.807 s]
/proc/loadavg: 2.05 2.01 1.95 3/73 18787
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153648 CPUtime=699.77
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 218124 0 0 0 69861 116 0 0 25 0 1 0 275272328 157335552 36244 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38412 36244 197 428 0 37981 0
Current children cumulated CPU time (s) 699.77
Current children cumulated vsize (KiB) 153648

[startup+762.83 s]
/proc/loadavg: 2.02 2.01 1.95 3/73 18787
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153648 CPUtime=759.57
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 224322 0 0 0 75837 120 0 0 25 0 1 0 275272328 157335552 36244 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656470 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38412 36244 197 428 0 37981 0
Current children cumulated CPU time (s) 759.57
Current children cumulated vsize (KiB) 153648

[startup+822.85 s]
/proc/loadavg: 2.06 2.02 1.96 3/73 18787
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153648 CPUtime=819.36

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

Current children cumulated vsize (KiB) 153652

[startup+1423.06 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18787
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1417.23
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 524305 0 0 0 141451 272 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135740481 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1417.23
Current children cumulated vsize (KiB) 153652

[startup+1483.08 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18787
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1477.01
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 538792 0 0 0 147421 280 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134723963 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1477.01
Current children cumulated vsize (KiB) 153652

[startup+1543.1 s]
/proc/loadavg: 2.07 2.02 1.96 3/73 18787
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1536.8
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 562819 0 0 0 153387 293 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1536.8
Current children cumulated vsize (KiB) 153652

[startup+1603.12 s]
/proc/loadavg: 2.02 2.01 1.96 3/73 18787
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1596.59
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 585095 0 0 0 159354 305 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691639 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1596.59
Current children cumulated vsize (KiB) 153652

[startup+1663.15 s]
/proc/loadavg: 2.01 2.00 1.96 3/73 18787
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1656.38
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 599968 0 0 0 165324 314 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1656.38
Current children cumulated vsize (KiB) 153652

[startup+1723.17 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18787
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1716.16
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 609716 0 0 0 171297 319 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691645 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1716.16
Current children cumulated vsize (KiB) 153652

[startup+1783.19 s]
/proc/loadavg: 2.05 2.01 1.97 3/73 18787
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1775.95
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 616031 0 0 0 177273 322 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1775.95
Current children cumulated vsize (KiB) 153652

[startup+1843.22 s]
/proc/loadavg: 2.02 2.01 1.97 3/73 18789
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1835.75
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 631918 0 0 0 183242 333 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006618 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1835.75
Current children cumulated vsize (KiB) 153652

[startup+1903.25 s]
/proc/loadavg: 2.00 2.00 1.97 3/73 18789
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1895.54
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 655068 0 0 0 189208 346 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006933 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1895.54
Current children cumulated vsize (KiB) 153652

[startup+1963.27 s]
/proc/loadavg: 2.08 2.02 1.97 3/73 18789
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=1955.33
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 665923 0 0 0 195181 352 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647954 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 1955.33
Current children cumulated vsize (KiB) 153652

[startup+2023.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/73 18789
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=2015.12
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 672978 0 0 0 201155 357 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 2015.12
Current children cumulated vsize (KiB) 153652

[startup+2083.31 s]
/proc/loadavg: 2.01 2.00 1.97 3/73 18789
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=2074.91
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 677168 0 0 0 207131 360 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 2074.91
Current children cumulated vsize (KiB) 153652

[startup+2143.34 s]
/proc/loadavg: 2.05 2.02 1.98 3/73 18789
/proc/meminfo: memFree=1150592/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=154184 CPUtime=2134.71
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 690251 0 0 0 213104 367 0 0 25 0 1 0 275272328 157884416 36375 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135007039 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38546 36375 197 428 0 38115 0
Current children cumulated CPU time (s) 2134.71
Current children cumulated vsize (KiB) 154184

[startup+2203.37 s]
/proc/loadavg: 2.02 2.01 1.98 3/73 18789
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=2194.49
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 707763 0 0 0 219074 375 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006839 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 2194.49
Current children cumulated vsize (KiB) 153652

[startup+2263.39 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 18789
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=2254.28
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 715610 0 0 0 225048 380 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691639 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 2254.28
Current children cumulated vsize (KiB) 153652

[startup+2323.41 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 18789
/proc/meminfo: memFree=1150976/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=2314.08
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 721346 0 0 0 231024 384 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134737225 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 2314.08
Current children cumulated vsize (KiB) 153652

[startup+2383.43 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 18789
/proc/meminfo: memFree=1151040/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=2373.87
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 725452 0 0 0 237000 387 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642528 0 0 4096 0 0 0 0 17 1 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 2373.87
Current children cumulated vsize (KiB) 153652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2409.69 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 18868
/proc/meminfo: memFree=1231224/2055920 swapFree=4191892/4192956
[pid=18588] ppid=18586 vsize=153652 CPUtime=2400.06
/proc/18588/stat : 18588 (aolibdvo) R 18586 18588 18152 0 -1 0 728116 0 0 0 239617 389 0 0 25 0 1 0 275272328 157339648 36256 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134723963 0 0 4096 0 0 0 0 17 0 0 0
/proc/18588/statm: 38413 36256 197 428 0 37982 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 153652

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2409.79
CPU time (s): 2400.1
CPU user time (s): 2396.18
CPU system time (s): 3.9184
CPU usage (%): 99.5977
Max. virtual memory (cumulated for all children) (KiB): 154704

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

runsolver used 2.41863 s user time and 6.29004 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sat Jan 20 04:52:09 UTC 2007


IDJOB= 277586
IDBENCH= 7391
IDSOLVER= 61
FILE ID= node40/277586-1169268729

PBS_JOBID= 3607399

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/dimacs/ssa/ssa-2670-130_ext.xml
COMMAND LINE= /tmp/evaluation/277586-1169268729/aolibdvo /tmp/evaluation/277586-1169268729/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node40/convwatcher-277586-1169268729 -o ROOT/results/node40/conversion-277586-1169268729 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/277586-1169268729/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  a69cb0578060e72c362a8bb6c0c5d6ab

RANDOM SEED= 621542641

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.239
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.239
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:       1296672 kB
Buffers:         45020 kB
Cached:         484432 kB
SwapCached:        268 kB
Active:         302084 kB
Inactive:       379396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296672 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5144 kB
Writeback:           0 kB
Mapped:         162284 kB
Slab:            62976 kB
Committed_AS:  5248712 kB
PageTables:       1996 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= 66560 MiB



End job on node40 on Sat Jan 20 05:32:20 UTC 2007