Trace number 282500

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 2400.77

General information on the benchmark

NameMaxCSP/celar/graphs/
graphw-13_ext.xml
MD5SUMadd542c90ceba41ca545e534506352d8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints4762
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables458
Number of constraints4815
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension4815
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/282500-1169319353/unknown.xml" file ... done.
writing "/tmp/evaluation/282500-1169319353/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/node30/watcher-282500-1169319353 -o ROOT/results/node30/solver-282500-1169319353 -C 2400 -M 900 /tmp/evaluation/282500-1169319353/aolibdvo /tmp/evaluation/282500-1169319353/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.99 1.16 1.36 4/78 12845
/proc/meminfo: memFree=1611736/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=2452 CPUtime=0
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 168 0 0 0 0 0 0 0 18 0 1 0 280336518 2510848 150 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135699170 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 613 150 121 428 0 182 0

[startup+0.102604 s]
/proc/loadavg: 0.99 1.16 1.36 4/78 12845
/proc/meminfo: memFree=1611736/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=3672 CPUtime=0.1
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 457 0 0 0 10 0 0 0 18 0 1 0 280336518 3760128 439 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134928435 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 918 439 121 428 0 487 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3672

[startup+0.510627 s]
/proc/loadavg: 0.99 1.16 1.36 4/78 12845
/proc/meminfo: memFree=1611736/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=7928 CPUtime=0.5
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 1536 0 0 0 49 1 0 0 22 0 1 0 280336518 8118272 1518 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135052730 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 1982 1518 121 428 0 1551 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7928

[startup+1.33068 s]
/proc/loadavg: 0.99 1.15 1.35 2/78 12845
/proc/meminfo: memFree=1601048/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=14308 CPUtime=1.31
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 3133 0 0 0 129 2 0 0 25 0 1 0 280336518 14651392 3115 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135052730 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 3577 3115 121 428 0 3146 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 14308

[startup+2.96678 s]
/proc/loadavg: 0.99 1.15 1.35 2/78 12845
/proc/meminfo: memFree=1595096/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=21316 CPUtime=2.96
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 4899 0 0 0 292 4 0 0 25 0 1 0 280336518 21827584 4881 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135870586 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 5329 4881 121 428 0 4898 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 21316

[startup+6.24799 s]
/proc/loadavg: 0.99 1.15 1.35 2/78 12845
/proc/meminfo: memFree=1588440/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=41024 CPUtime=6.24
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 10150 0 0 0 617 7 0 0 25 0 1 0 280336518 42008576 9870 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051549 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 10256 9870 185 428 0 9825 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 41024

[startup+12.6984 s]
/proc/loadavg: 0.99 1.15 1.35 2/78 12845
/proc/meminfo: memFree=1492504/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=124900 CPUtime=12.68
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 30243 0 0 0 1253 15 0 0 25 0 1 0 280336518 127897600 29963 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 31225 29963 196 428 0 30794 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 124900

[startup+25.5052 s]
/proc/loadavg: 0.99 1.14 1.35 2/78 12845
/proc/meminfo: memFree=1489496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=127688 CPUtime=25.48
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 30969 0 0 0 2533 15 0 0 25 0 1 0 280336518 130752512 30689 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 31922 30689 197 428 0 31491 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 127688

[startup+51.1128 s]
/proc/loadavg: 0.99 1.13 1.33 2/78 12845
/proc/meminfo: memFree=1486488/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130652 CPUtime=51.09
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 31727 0 0 0 5093 16 0 0 25 0 1 0 280336518 133787648 31424 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32663 31424 197 428 0 32232 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 130652

[startup+102.326 s]
/proc/loadavg: 0.99 1.11 1.31 2/78 12845
/proc/meminfo: memFree=1486488/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130656 CPUtime=102.29
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 31731 0 0 0 10213 16 0 0 25 0 1 0 280336518 133791744 31428 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32664 31428 197 428 0 32233 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 130656

[startup+162.354 s]
/proc/loadavg: 0.99 1.08 1.29 2/78 12845
/proc/meminfo: memFree=1486488/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130656 CPUtime=162.3
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 31731 0 0 0 16214 16 0 0 25 0 1 0 280336518 133791744 31428 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32664 31428 197 428 0 32233 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 130656

[startup+222.38 s]
/proc/loadavg: 0.99 1.07 1.27 2/78 12845
/proc/meminfo: memFree=1486432/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=222.32
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 31997 0 0 0 22215 17 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 130660

[startup+282.423 s]
/proc/loadavg: 0.99 1.05 1.25 2/84 13003
/proc/meminfo: memFree=1485224/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=282.27
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 31997 0 0 0 28210 17 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 130660

[startup+342.458 s]
/proc/loadavg: 0.99 1.04 1.23 2/78 13043
/proc/meminfo: memFree=1486240/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=342.27
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 31997 0 0 0 34209 18 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 130660

[startup+402.485 s]
/proc/loadavg: 0.99 1.03 1.22 2/78 13043
/proc/meminfo: memFree=1486240/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=402.28
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 32729 0 0 0 40209 19 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 130660

[startup+462.51 s]
/proc/loadavg: 0.99 1.02 1.20 2/78 13043
/proc/meminfo: memFree=1486240/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=462.3
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 33284 0 0 0 46210 20 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 130660

[startup+522.535 s]
/proc/loadavg: 0.99 1.02 1.18 2/78 13043
/proc/meminfo: memFree=1486240/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=522.31
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 33843 0 0 0 52210 21 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 130660

[startup+582.558 s]
/proc/loadavg: 0.99 1.01 1.17 2/78 13043
/proc/meminfo: memFree=1486240/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=582.32
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 34423 0 0 0 58210 22 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 130660

[startup+642.586 s]
/proc/loadavg: 0.99 1.01 1.16 2/78 13043
/proc/meminfo: memFree=1486304/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=642.33
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 35068 0 0 0 64210 23 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 130660

[startup+702.612 s]
/proc/loadavg: 0.99 1.00 1.15 2/78 13043
/proc/meminfo: memFree=1486368/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=702.34
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 35775 0 0 0 70211 23 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647912 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 130660

[startup+762.637 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 13043
/proc/meminfo: memFree=1486368/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=762.35
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 36487 0 0 0 76211 24 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 130660

[startup+822.665 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 13043
/proc/meminfo: memFree=1486368/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=822.36

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

Current children cumulated vsize (KiB) 130660

[startup+1422.91 s]
/proc/loadavg: 0.99 1.00 1.05 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1422.47
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40509 0 0 0 142215 32 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1422.47
Current children cumulated vsize (KiB) 130660

[startup+1482.94 s]
/proc/loadavg: 0.99 1.00 1.04 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1482.48
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40509 0 0 0 148216 32 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1482.48
Current children cumulated vsize (KiB) 130660

[startup+1542.97 s]
/proc/loadavg: 0.99 1.00 1.04 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1542.49
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40509 0 0 0 154217 32 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1542.49
Current children cumulated vsize (KiB) 130660

[startup+1602.99 s]
/proc/loadavg: 0.99 1.00 1.03 2/78 13045
/proc/meminfo: memFree=1486432/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1602.5
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40573 0 0 0 160217 33 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1602.5
Current children cumulated vsize (KiB) 130660

[startup+1663.02 s]
/proc/loadavg: 0.99 1.00 1.02 2/78 13045
/proc/meminfo: memFree=1486432/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1662.51
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40573 0 0 0 166218 33 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1662.51
Current children cumulated vsize (KiB) 130660

[startup+1723.04 s]
/proc/loadavg: 0.99 1.00 1.02 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1722.52
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40573 0 0 0 172219 33 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1722.52
Current children cumulated vsize (KiB) 130660

[startup+1783.07 s]
/proc/loadavg: 0.99 1.00 1.01 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1782.54
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40573 0 0 0 178220 34 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (KiB) 130660

[startup+1843.09 s]
/proc/loadavg: 0.99 1.00 1.01 2/78 13045
/proc/meminfo: memFree=1486432/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1842.54
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40637 0 0 0 184220 34 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1842.54
Current children cumulated vsize (KiB) 130660

[startup+1903.12 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1902.56
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40637 0 0 0 190221 35 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1902.56
Current children cumulated vsize (KiB) 130660

[startup+1963.15 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=1962.57
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40637 0 0 0 196222 35 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 1962.57
Current children cumulated vsize (KiB) 130660

[startup+2023.17 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2022.59
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40637 0 0 0 202223 36 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2022.59
Current children cumulated vsize (KiB) 130660

[startup+2083.2 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486432/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2082.59
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40701 0 0 0 208223 36 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2082.59
Current children cumulated vsize (KiB) 130660

[startup+2143.23 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2142.62
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40701 0 0 0 214225 37 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648039 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2142.62
Current children cumulated vsize (KiB) 130660

[startup+2203.25 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486432/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2202.62
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40701 0 0 0 220225 37 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2202.62
Current children cumulated vsize (KiB) 130660

[startup+2263.28 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2262.63
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40701 0 0 0 226226 37 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2262.63
Current children cumulated vsize (KiB) 130660

[startup+2323.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486432/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2322.64
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40765 0 0 0 232226 38 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2322.64
Current children cumulated vsize (KiB) 130660

[startup+2383.33 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2382.65
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40765 0 0 0 238227 38 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2382.65
Current children cumulated vsize (KiB) 130660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.75 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 13045
/proc/meminfo: memFree=1486496/2055920 swapFree=4167328/4192956
[pid=12844] ppid=12842 vsize=130660 CPUtime=2400.06
/proc/12844/stat : 12844 (aolibdvo) R 12842 12844 12134 0 -1 0 40765 0 0 0 239968 38 0 0 25 0 1 0 280336518 133795840 31433 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12844/statm: 32665 31433 197 428 0 32234 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 130660

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.77
CPU time (s): 2400.1
CPU user time (s): 2399.69
CPU system time (s): 0.410937
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 130900

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

runsolver used 2.72659 s user time and 5.80112 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan 20 18:55:53 UTC 2007


IDJOB= 282500
IDBENCH= 12858
IDSOLVER= 61
FILE ID= node30/282500-1169319353

PBS_JOBID= 3610355

Free space on /tmp= 66559 MiB

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

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  add542c90ceba41ca545e534506352d8

RANDOM SEED= 719860466

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.234
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.234
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:       1612216 kB
Buffers:         42080 kB
Cached:         293800 kB
SwapCached:       3508 kB
Active:         115156 kB
Inactive:       251156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612216 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            6604 kB
Writeback:           0 kB
Mapped:          45408 kB
Slab:            62860 kB
Committed_AS:  5590964 kB
PageTables:       1888 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= 66542 MiB



End job on node30 on Sat Jan 20 19:37:07 UTC 2007