Trace number 282842

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.08 2413.49

General information on the benchmark

NameMaxCSP/spot5/
spot5-42_ext.xml
MD5SUM89afafe825164cb09ba69dd25284aee1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints1284
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints1394
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension1394
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/282842-1169323433/unknown.xml" file ... done.
writing "/tmp/evaluation/282842-1169323433/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/node14/watcher-282842-1169323433 -o ROOT/results/node14/solver-282842-1169323433 -C 2400 -M 900 /tmp/evaluation/282842-1169323433/aolibdvo /tmp/evaluation/282842-1169323433/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.72 1.93 1.98 5/93 4218
/proc/meminfo: memFree=1233368/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=18540 CPUtime=0
/proc/4217/stat : 4217 (runsolver) R 4215 4217 4154 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 280739139 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4217/statm: 4635 279 244 17 0 2626 0

[startup+0.13263 s]
/proc/loadavg: 1.72 1.93 1.98 5/93 4218
/proc/meminfo: memFree=1233368/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=3188 CPUtime=0.11
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 469 0 0 0 11 0 0 0 20 0 1 0 280739139 3264512 396 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135160620 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 797 396 169 428 0 366 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 3188

[startup+0.54067 s]
/proc/loadavg: 1.72 1.93 1.98 5/93 4218
/proc/meminfo: memFree=1233368/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7312 CPUtime=0.52
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1554 0 0 0 52 0 0 0 24 0 1 0 280739139 7487488 1457 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648000 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1828 1457 197 428 0 1397 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 7312

[startup+1.36174 s]
/proc/loadavg: 1.72 1.93 1.98 3/93 4218
/proc/meminfo: memFree=1227928/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7620 CPUtime=1.33
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1633 0 0 0 133 0 0 0 25 0 1 0 280739139 7802880 1536 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134975299 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1905 1536 197 428 0 1474 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7620

[startup+2.9989 s]
/proc/loadavg: 1.72 1.93 1.98 3/93 4218
/proc/meminfo: memFree=1227928/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7620 CPUtime=2.96
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1633 0 0 0 296 0 0 0 25 0 1 0 280739139 7802880 1536 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1905 1536 197 428 0 1474 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7620

[startup+6.27821 s]
/proc/loadavg: 1.74 1.94 1.98 3/93 4218
/proc/meminfo: memFree=1227864/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7604 CPUtime=6.21
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1633 0 0 0 621 0 0 0 25 0 1 0 280739139 7786496 1534 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237862 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1901 1534 197 428 0 1470 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 7604

[startup+12.7398 s]
/proc/loadavg: 1.76 1.94 1.98 3/93 4218
/proc/meminfo: memFree=1227864/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7636 CPUtime=12.61
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1635 0 0 0 1261 0 0 0 25 0 1 0 280739139 7819264 1536 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1909 1536 197 428 0 1478 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 7636

[startup+25.5824 s]
/proc/loadavg: 1.80 1.94 1.98 3/93 4218
/proc/meminfo: memFree=1227992/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7628 CPUtime=25.34
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1639 0 0 0 2534 0 0 0 25 0 1 0 280739139 7811072 1540 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1907 1540 197 428 0 1476 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 7628

[startup+51.1889 s]
/proc/loadavg: 1.87 1.94 1.98 3/93 4218
/proc/meminfo: memFree=1227992/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7644 CPUtime=50.72
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1641 0 0 0 5071 1 0 0 25 0 1 0 280739139 7827456 1541 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134657780 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1911 1541 197 428 0 1480 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 7644

[startup+102.404 s]
/proc/loadavg: 1.94 1.95 1.98 3/93 4218
/proc/meminfo: memFree=1227992/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7644 CPUtime=101.47
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1648 0 0 0 10146 1 0 0 25 0 1 0 280739139 7827456 1544 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529773 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1911 1544 197 428 0 1480 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 7644

[startup+162.467 s]
/proc/loadavg: 1.98 1.95 1.98 3/93 4218
/proc/meminfo: memFree=1227992/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7668 CPUtime=161.02
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1651 0 0 0 16100 2 0 0 25 0 1 0 280739139 7852032 1546 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134694747 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1917 1546 197 428 0 1486 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 7668

[startup+222.523 s]
/proc/loadavg: 2.03 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1227992/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7668 CPUtime=220.54
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1652 0 0 0 22052 2 0 0 25 0 1 0 280739139 7852032 1547 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1917 1547 197 428 0 1486 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 7668

[startup+282.582 s]
/proc/loadavg: 2.01 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1228056/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7668 CPUtime=280.08
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1652 0 0 0 28005 3 0 0 25 0 1 0 280739139 7852032 1547 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982303 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1917 1547 197 428 0 1486 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (KiB) 7668

[startup+342.644 s]
/proc/loadavg: 2.00 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1228120/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7668 CPUtime=339.6
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1652 0 0 0 33956 4 0 0 25 0 1 0 280739139 7852032 1547 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982700 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1917 1547 197 428 0 1486 0
Current children cumulated CPU time (s) 339.6
Current children cumulated vsize (KiB) 7668

[startup+402.655 s]
/proc/loadavg: 2.00 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1228120/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7648 CPUtime=399.11
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1652 0 0 0 39907 4 0 0 25 0 1 0 280739139 7831552 1545 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1912 1545 197 428 0 1481 0
Current children cumulated CPU time (s) 399.11
Current children cumulated vsize (KiB) 7648

[startup+462.754 s]
/proc/loadavg: 2.00 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1228120/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7648 CPUtime=458.71
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1662 0 0 0 45866 5 0 0 25 0 1 0 280739139 7831552 1545 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1912 1545 197 428 0 1481 0
Current children cumulated CPU time (s) 458.71
Current children cumulated vsize (KiB) 7648

[startup+522.759 s]
/proc/loadavg: 2.00 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1228120/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7696 CPUtime=518.21
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1665 0 0 0 51816 5 0 0 25 0 1 0 280739139 7880704 1548 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611821 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1924 1548 197 428 0 1493 0
Current children cumulated CPU time (s) 518.21
Current children cumulated vsize (KiB) 7696

[startup+582.777 s]
/proc/loadavg: 2.00 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1228120/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=577.73
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1668 0 0 0 57767 6 0 0 25 0 1 0 280739139 7860224 1551 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135747310 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1919 1551 197 428 0 1488 0
Current children cumulated CPU time (s) 577.73
Current children cumulated vsize (KiB) 7676

[startup+642.78 s]
/proc/loadavg: 2.00 1.97 1.98 3/93 4218
/proc/meminfo: memFree=1228056/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=637.22
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1668 0 0 0 63716 6 0 0 25 0 1 0 280739139 7860224 1551 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1919 1551 197 428 0 1488 0
Current children cumulated CPU time (s) 637.22
Current children cumulated vsize (KiB) 7676

[startup+702.861 s]
/proc/loadavg: 1.96 1.96 1.98 3/93 4358
/proc/meminfo: memFree=1237712/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=697.17
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 69710 7 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647979 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 697.17
Current children cumulated vsize (KiB) 7676

[startup+762.95 s]
/proc/loadavg: 1.91 1.95 1.97 3/93 4474
/proc/meminfo: memFree=1245648/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=757.16
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 75706 10 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 757.16
Current children cumulated vsize (KiB) 7676

[startup+822.96 s]
/proc/loadavg: 1.96 1.95 1.97 3/93 4474
/proc/meminfo: memFree=1237712/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=816.67

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

Current children cumulated vsize (KiB) 7676

[startup+1423.62 s]
/proc/loadavg: 2.01 2.00 1.99 3/93 4476
/proc/meminfo: memFree=1237392/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1412.15
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 141201 14 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1412.15
Current children cumulated vsize (KiB) 7676

[startup+1483.62 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 4476
/proc/meminfo: memFree=1237392/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1471.65
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 147151 14 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982700 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1471.65
Current children cumulated vsize (KiB) 7676

[startup+1543.71 s]
/proc/loadavg: 2.00 2.00 1.99 3/93 4476
/proc/meminfo: memFree=1237456/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1531.22
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 153107 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135210639 0 0 4096 0 0 0 0 17 1 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1531.22
Current children cumulated vsize (KiB) 7676

[startup+1603.76 s]
/proc/loadavg: 2.07 2.03 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1591.18
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 159103 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1591.18
Current children cumulated vsize (KiB) 7676

[startup+1663.78 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 4564
/proc/meminfo: memFree=1231744/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1651.11
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 165096 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1651.11
Current children cumulated vsize (KiB) 7676

[startup+1723.79 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 4564
/proc/meminfo: memFree=1231744/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1711.08
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 171093 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134975272 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1711.08
Current children cumulated vsize (KiB) 7676

[startup+1783.81 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1771.04
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 177089 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642856 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1771.04
Current children cumulated vsize (KiB) 7676

[startup+1843.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1830.98
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 183083 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647912 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1830.98
Current children cumulated vsize (KiB) 7676

[startup+1903.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1890.96
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 189081 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650940 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1890.96
Current children cumulated vsize (KiB) 7676

[startup+1963.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=1950.92
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 195077 15 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646879 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 1950.92
Current children cumulated vsize (KiB) 7676

[startup+2023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4564
/proc/meminfo: memFree=1231744/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2010.88
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 201072 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237936 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2010.88
Current children cumulated vsize (KiB) 7676

[startup+2083.92 s]
/proc/loadavg: 2.06 2.01 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2070.83
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 207067 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2070.83
Current children cumulated vsize (KiB) 7676

[startup+2143.93 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2130.79
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 213063 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656474 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2130.79
Current children cumulated vsize (KiB) 7676

[startup+2203.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2190.73
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 219057 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2190.73
Current children cumulated vsize (KiB) 7676

[startup+2263.99 s]
/proc/loadavg: 2.05 2.01 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2250.71
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 225055 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2250.71
Current children cumulated vsize (KiB) 7676

[startup+2324.02 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2310.68
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 231052 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2310.68
Current children cumulated vsize (KiB) 7676

[startup+2384.03 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 4564
/proc/meminfo: memFree=1231744/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2370.63
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 237047 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2370.63
Current children cumulated vsize (KiB) 7676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2413.49 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 4564
/proc/meminfo: memFree=1231680/2055920 swapFree=4158792/4192956
[pid=4217] ppid=4215 vsize=7676 CPUtime=2400.07
/proc/4217/stat : 4217 (aolibdvo) R 4215 4217 4154 0 -1 0 1669 0 0 0 239991 16 0 0 25 0 1 0 280739139 7860224 1552 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/4217/statm: 1919 1552 197 428 0 1488 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 7676

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2413.49
CPU time (s): 2400.08
CPU user time (s): 2399.91
CPU system time (s): 0.166974
CPU usage (%): 99.4442
Max. virtual memory (cumulated for all children) (KiB): 7760

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

runsolver used 2.57161 s user time and 7.28289 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan 20 20:04:01 UTC 2007


IDJOB= 282842
IDBENCH= 12899
IDSOLVER= 61
FILE ID= node14/282842-1169323433

PBS_JOBID= 3610097

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/spot5/spot5-42_ext.xml
COMMAND LINE= /tmp/evaluation/282842-1169323433/aolibdvo /tmp/evaluation/282842-1169323433/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-282842-1169323433 -o ROOT/results/node14/conversion-282842-1169323433 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/282842-1169323433/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  89afafe825164cb09ba69dd25284aee1

RANDOM SEED= 69223938

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.227
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.227
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:       1233784 kB
Buffers:         55420 kB
Cached:         618944 kB
SwapCached:       9104 kB
Active:         245716 kB
Inactive:       497644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1233784 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:          86804 kB
Slab:            63420 kB
Committed_AS: 10514252 kB
PageTables:       2292 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= 66561 MiB



End job on node14 on Sat Jan 20 20:44:17 UTC 2007