Trace number 278567

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
aolibdvo 2007-01-17? (TO) 2400.05 2401.44

General information on the benchmark

Namedimacs/
jnhUnsat/jnh302_ext.xml
MD5SUM26910c14e0d5a375ffdaad373f23f2c9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints894
Best CPU time to get the best result obtained on this benchmark8.30974
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints898
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension898
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/278567-1169288952/unknown.xml" file ... done.
writing "/tmp/evaluation/278567-1169288952/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/node59/watcher-278567-1169288952 -o ROOT/results/node59/solver-278567-1169288952 -C 2400 -M 900 /tmp/evaluation/278567-1169288952/aolibdvo /tmp/evaluation/278567-1169288952/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.10 1.82 1.94 5/81 18929
/proc/meminfo: memFree=1402440/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=18540 CPUtime=0
/proc/18928/stat : 18928 (runsolver) R 18926 18928 18774 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 277294264 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18928/statm: 4635 279 244 17 0 2626 0

[startup+0.157054 s]
/proc/loadavg: 1.10 1.82 1.94 5/81 18929
/proc/meminfo: memFree=1402440/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=4092 CPUtime=0.15
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 669 0 0 0 15 0 0 0 21 0 1 0 277294264 4190208 624 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135222730 0 0 4096 0 0 0 0 17 1 0 0
/proc/18928/statm: 1023 624 169 428 0 592 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 4092

[startup+0.565098 s]
/proc/loadavg: 1.10 1.82 1.94 5/81 18929
/proc/meminfo: memFree=1402440/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7128 CPUtime=0.55
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1463 0 0 0 55 0 0 0 25 0 1 0 277294264 7299072 1418 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926365 0 0 4096 0 0 0 0 17 1 0 0
/proc/18928/statm: 1782 1418 202 428 0 1351 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 7128

[startup+1.38619 s]
/proc/loadavg: 1.10 1.82 1.94 2/68 18938
/proc/meminfo: memFree=1405168/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7248 CPUtime=1.36
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1470 0 0 0 136 0 0 0 25 0 1 0 277294264 7421952 1425 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666476 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 1812 1425 202 428 0 1381 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 7248

[startup+3.02837 s]
/proc/loadavg: 1.10 1.82 1.94 2/68 18942
/proc/meminfo: memFree=1405360/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7248 CPUtime=3
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1476 0 0 0 300 0 0 0 25 0 1 0 277294264 7421952 1431 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237566 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 1812 1431 202 428 0 1381 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 7248

[startup+6.30473 s]
/proc/loadavg: 1.10 1.81 1.94 2/68 18942
/proc/meminfo: memFree=1405304/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7376 CPUtime=6.29
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1523 0 0 0 628 1 0 0 25 0 1 0 277294264 7553024 1478 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 1844 1478 202 428 0 1413 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7376

[startup+12.7644 s]
/proc/loadavg: 1.17 1.81 1.94 3/75 19007
/proc/meminfo: memFree=1400768/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7488 CPUtime=12.72
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1552 0 0 0 1271 1 0 0 25 0 1 0 277294264 7667712 1507 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648039 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 1872 1507 202 428 0 1441 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 7488

[startup+25.5749 s]
/proc/loadavg: 1.35 1.82 1.94 3/75 19007
/proc/meminfo: memFree=1400704/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7600 CPUtime=25.53
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1569 0 0 0 2552 1 0 0 25 0 1 0 277294264 7782400 1524 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006784 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 1900 1524 202 428 0 1469 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 7600

[startup+51.1947 s]
/proc/loadavg: 1.29 1.77 1.92 2/68 19035
/proc/meminfo: memFree=1404664/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7860 CPUtime=51.12
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1631 0 0 0 5111 1 0 0 25 0 1 0 277294264 8048640 1586 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926317 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 1965 1586 202 428 0 1534 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 7860

[startup+102.44 s]
/proc/loadavg: 1.23 1.68 1.88 2/68 19124
/proc/meminfo: memFree=1404280/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=7956 CPUtime=102.31
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1664 0 0 0 10229 2 0 0 25 0 1 0 277294264 8146944 1619 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666471 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 1989 1619 202 428 0 1558 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 7956

[startup+162.512 s]
/proc/loadavg: 1.61 1.69 1.87 3/80 19173
/proc/meminfo: memFree=1376664/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8156 CPUtime=162.34
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1696 0 0 0 16231 3 0 0 25 0 1 0 277294264 8351744 1651 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666907 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2039 1651 202 428 0 1608 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 8156

[startup+222.583 s]
/proc/loadavg: 1.85 1.75 1.87 3/80 19173
/proc/meminfo: memFree=1376600/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8156 CPUtime=222.36
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1704 0 0 0 22233 3 0 0 25 0 1 0 277294264 8351744 1659 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2039 1659 202 428 0 1608 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 8156

[startup+282.681 s]
/proc/loadavg: 1.94 1.79 1.88 3/80 19173
/proc/meminfo: memFree=1376536/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8256 CPUtime=282.38
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1723 0 0 0 28235 3 0 0 25 0 1 0 277294264 8454144 1678 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666582 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2064 1678 202 428 0 1633 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 8256

[startup+342.766 s]
/proc/loadavg: 1.98 1.83 1.88 3/80 19173
/proc/meminfo: memFree=1376536/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8388 CPUtime=342.41
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1754 0 0 0 34238 3 0 0 25 0 1 0 277294264 8589312 1709 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237909 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2097 1709 202 428 0 1666 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 8388

[startup+402.768 s]
/proc/loadavg: 1.99 1.85 1.89 3/80 19173
/proc/meminfo: memFree=1376472/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8388 CPUtime=402.37
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1754 0 0 0 40233 4 0 0 25 0 1 0 277294264 8589312 1709 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2097 1709 202 428 0 1666 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 8388

[startup+462.86 s]
/proc/loadavg: 1.99 1.88 1.90 3/80 19173
/proc/meminfo: memFree=1376344/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8388 CPUtime=462.39
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1758 0 0 0 46235 4 0 0 25 0 1 0 277294264 8589312 1713 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530521 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2097 1713 202 428 0 1666 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 8388

[startup+522.898 s]
/proc/loadavg: 2.14 1.93 1.91 3/80 19173
/proc/meminfo: memFree=1376280/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8388 CPUtime=522.37
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1758 0 0 0 52233 4 0 0 25 0 1 0 277294264 8589312 1713 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237678 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2097 1713 202 428 0 1666 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 8388

[startup+582.92 s]
/proc/loadavg: 2.05 1.94 1.91 3/80 19173
/proc/meminfo: memFree=1376280/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8388 CPUtime=582.35
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1771 0 0 0 58231 4 0 0 25 0 1 0 277294264 8589312 1726 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530430 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2097 1726 202 428 0 1666 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 8388

[startup+642.976 s]
/proc/loadavg: 2.02 1.95 1.91 3/80 19173
/proc/meminfo: memFree=1376280/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8512 CPUtime=642.32
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1783 0 0 0 64228 4 0 0 25 0 1 0 277294264 8716288 1738 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135008944 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2128 1738 202 428 0 1697 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 8512

[startup+703.069 s]
/proc/loadavg: 1.85 1.92 1.90 2/65 19260
/proc/meminfo: memFree=1408856/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8512 CPUtime=702.36
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1791 0 0 0 70230 6 0 0 25 0 1 0 277294264 8716288 1746 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2128 1746 202 428 0 1697 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 8512

[startup+763.101 s]
/proc/loadavg: 1.31 1.75 1.84 2/65 19260
/proc/meminfo: memFree=1409056/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8512 CPUtime=762.38
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1791 0 0 0 76232 6 0 0 25 0 1 0 277294264 8716288 1746 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2128 1746 202 428 0 1697 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 8512

[startup+823.131 s]
/proc/loadavg: 1.11 1.61 1.79 2/65 19260
/proc/meminfo: memFree=1409120/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8512 CPUtime=822.39

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

Current children cumulated vsize (KiB) 8684

[startup+1423.46 s]
/proc/loadavg: 1.00 1.07 1.39 2/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8684 CPUtime=1422.53
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1847 0 0 0 142246 7 0 0 25 0 1 0 277294264 8892416 1802 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691727 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2171 1802 202 428 0 1740 0
Current children cumulated CPU time (s) 1422.53
Current children cumulated vsize (KiB) 8684

[startup+1483.49 s]
/proc/loadavg: 1.00 1.06 1.37 2/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8684 CPUtime=1482.55
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1847 0 0 0 148248 7 0 0 25 0 1 0 277294264 8892416 1802 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2171 1802 202 428 0 1740 0
Current children cumulated CPU time (s) 1482.55
Current children cumulated vsize (KiB) 8684

[startup+1543.52 s]
/proc/loadavg: 1.00 1.04 1.34 2/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8684 CPUtime=1542.55
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1847 0 0 0 154248 7 0 0 25 0 1 0 277294264 8892416 1802 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2171 1802 202 428 0 1740 0
Current children cumulated CPU time (s) 1542.55
Current children cumulated vsize (KiB) 8684

[startup+1603.55 s]
/proc/loadavg: 1.00 1.03 1.32 2/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8684 CPUtime=1602.58
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1847 0 0 0 160250 8 0 0 25 0 1 0 277294264 8892416 1802 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2171 1802 202 428 0 1740 0
Current children cumulated CPU time (s) 1602.58
Current children cumulated vsize (KiB) 8684

[startup+1663.59 s]
/proc/loadavg: 1.00 1.02 1.29 2/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8684 CPUtime=1662.59
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1847 0 0 0 166251 8 0 0 25 0 1 0 277294264 8892416 1802 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134973097 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2171 1802 202 428 0 1740 0
Current children cumulated CPU time (s) 1662.59
Current children cumulated vsize (KiB) 8684

[startup+1723.62 s]
/proc/loadavg: 1.00 1.02 1.27 3/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8684 CPUtime=1722.6
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1847 0 0 0 172252 8 0 0 25 0 1 0 277294264 8892416 1802 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2171 1802 202 428 0 1740 0
Current children cumulated CPU time (s) 1722.6
Current children cumulated vsize (KiB) 8684

[startup+1783.65 s]
/proc/loadavg: 1.00 1.01 1.25 2/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8684 CPUtime=1782.62
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1847 0 0 0 178254 8 0 0 25 0 1 0 277294264 8892416 1802 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2171 1802 202 428 0 1740 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (KiB) 8684

[startup+1843.68 s]
/proc/loadavg: 1.00 1.01 1.23 2/65 19260
/proc/meminfo: memFree=1408992/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=1842.63
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1857 0 0 0 184255 8 0 0 25 0 1 0 277294264 9003008 1812 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691697 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1812 202 428 0 1767 0
Current children cumulated CPU time (s) 1842.63
Current children cumulated vsize (KiB) 8792

[startup+1903.71 s]
/proc/loadavg: 1.00 1.00 1.22 2/71 19324
/proc/meminfo: memFree=1407664/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=1902.65
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1868 0 0 0 190253 12 0 0 25 0 1 0 277294264 9003008 1823 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1823 202 428 0 1767 0
Current children cumulated CPU time (s) 1902.65
Current children cumulated vsize (KiB) 8792

[startup+1963.77 s]
/proc/loadavg: 1.00 1.00 1.20 2/71 19434
/proc/meminfo: memFree=1407600/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=1962.67
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1875 0 0 0 196249 18 0 0 25 0 1 0 277294264 9003008 1830 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051475 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1830 202 428 0 1767 0
Current children cumulated CPU time (s) 1962.67
Current children cumulated vsize (KiB) 8792

[startup+2023.81 s]
/proc/loadavg: 1.00 1.00 1.18 2/65 19458
/proc/meminfo: memFree=1408608/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2022.66
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 202247 19 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691713 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2022.66
Current children cumulated vsize (KiB) 8792

[startup+2083.85 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 19458
/proc/meminfo: memFree=1408608/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2082.65
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 208246 19 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926320 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2082.65
Current children cumulated vsize (KiB) 8792

[startup+2143.88 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 19458
/proc/meminfo: memFree=1408672/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2142.65
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 214246 19 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2142.65
Current children cumulated vsize (KiB) 8792

[startup+2203.91 s]
/proc/loadavg: 1.00 1.00 1.15 2/65 19458
/proc/meminfo: memFree=1408672/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2202.65
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 220245 20 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691688 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2202.65
Current children cumulated vsize (KiB) 8792

[startup+2263.95 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 19458
/proc/meminfo: memFree=1408736/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2262.65
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 226245 20 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529782 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2262.65
Current children cumulated vsize (KiB) 8792

[startup+2323.98 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 19458
/proc/meminfo: memFree=1408736/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2322.64
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 232244 20 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666436 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2322.64
Current children cumulated vsize (KiB) 8792

[startup+2384.01 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 19458
/proc/meminfo: memFree=1408864/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2382.64
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 238244 20 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134802970 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2382.64
Current children cumulated vsize (KiB) 8792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.43 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 19458
/proc/meminfo: memFree=1408864/2055920 swapFree=4192680/4192956
[pid=18928] ppid=18926 vsize=8792 CPUtime=2400.04
/proc/18928/stat : 18928 (aolibdvo) R 18926 18928 18774 0 -1 0 1880 0 0 0 239984 20 0 0 25 0 1 0 277294264 9003008 1835 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/18928/statm: 2198 1835 202 428 0 1767 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 8792

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.44
CPU time (s): 2400.05
CPU user time (s): 2399.85
CPU system time (s): 0.204968
CPU usage (%): 99.9424
Max. virtual memory (cumulated for all children) (KiB): 8800

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

runsolver used 2.37364 s user time and 6.33704 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan 20 10:29:23 UTC 2007


IDJOB= 278567
IDBENCH= 8495
IDSOLVER= 61
FILE ID= node59/278567-1169288952

PBS_JOBID= 3609713

Free space on /tmp= 66562 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/dimacs/jnhUnsat/jnh302_ext.xml
COMMAND LINE= /tmp/evaluation/278567-1169288952/aolibdvo /tmp/evaluation/278567-1169288952/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node59/convwatcher-278567-1169288952 -o ROOT/results/node59/conversion-278567-1169288952 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/278567-1169288952/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  26910c14e0d5a375ffdaad373f23f2c9

RANDOM SEED= 39040797

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:       1402984 kB
Buffers:         48460 kB
Cached:         501524 kB
SwapCached:          0 kB
Active:         120948 kB
Inactive:       456400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402984 kB
SwapTotal:     4192956 kB
SwapFree:      4192680 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:          45104 kB
Slab:            60808 kB
Committed_AS:  5229468 kB
PageTables:       1960 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= 66563 MiB



End job on node59 on Sat Jan 20 11:09:25 UTC 2007