Trace number 278549

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
aolibdvo 2007-01-17? (TO) 2400.09 2411.03

General information on the benchmark

Namedimacs/
jnhUnsat/jnh308_ext.xml
MD5SUM32f8454b076ced86b572a5f7ee11db42
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints898
Best CPU time to get the best result obtained on this benchmark1.84972
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension900
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/278549-1169288941/unknown.xml" file ... done.
writing "/tmp/evaluation/278549-1169288941/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/node41/watcher-278549-1169288941 -o ROOT/results/node41/solver-278549-1169288941 -C 2400 -M 900 /tmp/evaluation/278549-1169288941/aolibdvo /tmp/evaluation/278549-1169288941/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.93 1.70 1.90 5/81 12193
/proc/meminfo: memFree=1430752/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=2444 CPUtime=0
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 74 0 0 0 0 0 0 0 20 0 1 0 277295579 2502656 56 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135769774 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 611 56 46 428 0 180 0

[startup+0.107715 s]
/proc/loadavg: 0.93 1.70 1.90 5/81 12193
/proc/meminfo: memFree=1430752/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=4148 CPUtime=0.09
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 677 0 0 0 9 0 0 0 21 0 1 0 277295579 4247552 624 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135630496 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1037 624 169 428 0 606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4148

[startup+0.515748 s]
/proc/loadavg: 0.93 1.70 1.90 5/81 12193
/proc/meminfo: memFree=1430752/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7312 CPUtime=0.5
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1498 0 0 0 50 0 0 0 25 0 1 0 277295579 7487488 1445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1828 1445 202 428 0 1397 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7312

[startup+1.33682 s]
/proc/loadavg: 1.09 1.72 1.90 4/81 12193
/proc/meminfo: memFree=1423584/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7312 CPUtime=1.31
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1506 0 0 0 131 0 0 0 25 0 1 0 277295579 7487488 1453 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647930 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1828 1453 202 428 0 1397 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 7312

[startup+2.97396 s]
/proc/loadavg: 1.09 1.72 1.90 3/81 12193
/proc/meminfo: memFree=1423520/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7444 CPUtime=2.95
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1519 0 0 0 295 0 0 0 25 0 1 0 277295579 7622656 1466 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529840 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1861 1466 202 428 0 1430 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 7444

[startup+6.25825 s]
/proc/loadavg: 1.09 1.72 1.90 3/81 12193
/proc/meminfo: memFree=1423392/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7444 CPUtime=6.22
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1537 0 0 0 622 0 0 0 25 0 1 0 277295579 7622656 1484 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1861 1484 202 428 0 1430 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7444

[startup+12.7198 s]
/proc/loadavg: 1.23 1.73 1.90 3/81 12193
/proc/meminfo: memFree=1423328/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7444 CPUtime=12.63
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1542 0 0 0 1263 0 0 0 25 0 1 0 277295579 7622656 1489 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614376 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1861 1489 202 428 0 1430 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 7444

[startup+25.5279 s]
/proc/loadavg: 1.35 1.74 1.90 3/81 12193
/proc/meminfo: memFree=1423264/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7568 CPUtime=25.4
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1569 0 0 0 2539 1 0 0 25 0 1 0 277295579 7749632 1516 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691713 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1892 1516 202 428 0 1461 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 7568

[startup+51.1582 s]
/proc/loadavg: 1.57 1.76 1.91 3/81 12193
/proc/meminfo: memFree=1423200/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7796 CPUtime=50.92
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1614 0 0 0 5091 1 0 0 25 0 1 0 277295579 7983104 1561 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530404 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1949 1561 202 428 0 1518 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 7796

[startup+102.418 s]
/proc/loadavg: 1.87 1.81 1.91 3/81 12193
/proc/meminfo: memFree=1423136/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7796 CPUtime=101.93
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1623 0 0 0 10192 1 0 0 25 0 1 0 277295579 7983104 1570 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134527840 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1949 1570 202 428 0 1518 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 7796

[startup+162.5 s]
/proc/loadavg: 1.99 1.86 1.92 3/81 12193
/proc/meminfo: memFree=1423072/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7796 CPUtime=161.76
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1630 0 0 0 16175 1 0 0 25 0 1 0 277295579 7983104 1577 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134738742 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1949 1577 202 428 0 1518 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 7796

[startup+222.575 s]
/proc/loadavg: 1.99 1.88 1.92 3/81 12193
/proc/meminfo: memFree=1423072/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7892 CPUtime=221.57
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1643 0 0 0 22156 1 0 0 25 0 1 0 277295579 8081408 1590 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611777 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1973 1590 202 428 0 1542 0
Current children cumulated CPU time (s) 221.57
Current children cumulated vsize (KiB) 7892

[startup+282.653 s]
/proc/loadavg: 1.99 1.90 1.92 3/81 12193
/proc/meminfo: memFree=1423008/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7892 CPUtime=281.36
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1649 0 0 0 28135 1 0 0 25 0 1 0 277295579 8081408 1596 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1973 1596 202 428 0 1542 0
Current children cumulated CPU time (s) 281.36
Current children cumulated vsize (KiB) 7892

[startup+342.731 s]
/proc/loadavg: 2.05 1.93 1.92 3/81 12193
/proc/meminfo: memFree=1422944/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7892 CPUtime=341.19
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1651 0 0 0 34117 2 0 0 25 0 1 0 277295579 8081408 1598 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1973 1598 202 428 0 1542 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 7892

[startup+402.814 s]
/proc/loadavg: 2.10 1.96 1.93 3/81 12193
/proc/meminfo: memFree=1422880/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=401.01
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1665 0 0 0 40099 2 0 0 25 0 1 0 277295579 8187904 1612 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1999 1612 202 428 0 1568 0
Current children cumulated CPU time (s) 401.01
Current children cumulated vsize (KiB) 7996

[startup+462.89 s]
/proc/loadavg: 2.03 1.97 1.93 3/81 12193
/proc/meminfo: memFree=1422880/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=460.8
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1666 0 0 0 46078 2 0 0 25 0 1 0 277295579 8187904 1613 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1999 1613 202 428 0 1568 0
Current children cumulated CPU time (s) 460.8
Current children cumulated vsize (KiB) 7996

[startup+522.964 s]
/proc/loadavg: 2.01 1.97 1.93 3/81 12193
/proc/meminfo: memFree=1422816/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=520.61
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1666 0 0 0 52059 2 0 0 25 0 1 0 277295579 8187904 1613 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926359 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1999 1613 202 428 0 1568 0
Current children cumulated CPU time (s) 520.61
Current children cumulated vsize (KiB) 7996

[startup+583.039 s]
/proc/loadavg: 2.00 1.97 1.93 3/81 12193
/proc/meminfo: memFree=1422816/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=580.43
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1667 0 0 0 58041 2 0 0 25 0 1 0 277295579 8187904 1614 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1999 1614 202 428 0 1568 0
Current children cumulated CPU time (s) 580.43
Current children cumulated vsize (KiB) 7996

[startup+643.121 s]
/proc/loadavg: 2.00 1.97 1.93 3/81 12193
/proc/meminfo: memFree=1422752/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=640.22
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1667 0 0 0 64020 2 0 0 25 0 1 0 277295579 8187904 1614 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1999 1614 202 428 0 1568 0
Current children cumulated CPU time (s) 640.22
Current children cumulated vsize (KiB) 7996

[startup+703.194 s]
/proc/loadavg: 2.00 1.97 1.93 3/81 12193
/proc/meminfo: memFree=1422816/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=700.03
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1668 0 0 0 70001 2 0 0 25 0 1 0 277295579 8187904 1615 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1999 1615 202 428 0 1568 0
Current children cumulated CPU time (s) 700.03
Current children cumulated vsize (KiB) 7996

[startup+763.272 s]
/proc/loadavg: 2.00 1.97 1.93 3/81 12193
/proc/meminfo: memFree=1422752/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=759.85
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1680 0 0 0 75983 2 0 0 25 0 1 0 277295579 8187904 1627 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529701 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 1999 1627 202 428 0 1568 0
Current children cumulated CPU time (s) 759.85
Current children cumulated vsize (KiB) 7996

[startup+823.354 s]
/proc/loadavg: 2.00 1.97 1.93 3/81 12193
/proc/meminfo: memFree=1422688/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=7996 CPUtime=819.65

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

Current children cumulated vsize (KiB) 8072

[startup+1424.13 s]
/proc/loadavg: 2.00 1.99 1.93 3/81 12193
/proc/meminfo: memFree=1422624/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1417.73
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 141770 3 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1417.73
Current children cumulated vsize (KiB) 8072

[startup+1484.21 s]
/proc/loadavg: 2.00 1.99 1.93 3/81 12193
/proc/meminfo: memFree=1422624/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1477.55
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 147752 3 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642327 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1477.55
Current children cumulated vsize (KiB) 8072

[startup+1544.29 s]
/proc/loadavg: 2.03 2.00 1.94 3/81 12193
/proc/meminfo: memFree=1422624/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1537.36
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 153732 4 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134802975 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1537.36
Current children cumulated vsize (KiB) 8072

[startup+1604.37 s]
/proc/loadavg: 2.01 2.00 1.94 3/81 12193
/proc/meminfo: memFree=1422688/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1597.17
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 159713 4 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691718 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1597.17
Current children cumulated vsize (KiB) 8072

[startup+1664.44 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 12193
/proc/meminfo: memFree=1422624/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1656.98
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 165694 4 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691713 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1656.98
Current children cumulated vsize (KiB) 8072

[startup+1724.52 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 12193
/proc/meminfo: memFree=1422624/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1716.77
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 171673 4 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1716.77
Current children cumulated vsize (KiB) 8072

[startup+1784.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 12193
/proc/meminfo: memFree=1422560/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1776.59
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 177655 4 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691727 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1776.59
Current children cumulated vsize (KiB) 8072

[startup+1844.67 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 12193
/proc/meminfo: memFree=1422624/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1836.4
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 183636 4 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1836.4
Current children cumulated vsize (KiB) 8072

[startup+1904.75 s]
/proc/loadavg: 2.04 2.01 1.95 3/87 12259
/proc/meminfo: memFree=1421256/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1896.17
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 189613 4 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1896.17
Current children cumulated vsize (KiB) 8072

[startup+1964.76 s]
/proc/loadavg: 2.01 2.01 1.95 3/87 12367
/proc/meminfo: memFree=1421144/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=1955.82
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 195569 13 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 1955.82
Current children cumulated vsize (KiB) 8072

[startup+2024.83 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 12391
/proc/meminfo: memFree=1422168/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2015.61
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 201547 14 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530433 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 2015.61
Current children cumulated vsize (KiB) 8072

[startup+2084.91 s]
/proc/loadavg: 2.03 2.01 1.95 3/81 12391
/proc/meminfo: memFree=1422168/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2075.41
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1694 0 0 0 207527 14 0 0 25 0 1 0 277295579 8265728 1641 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1641 202 428 0 1587 0
Current children cumulated CPU time (s) 2075.41
Current children cumulated vsize (KiB) 8072

[startup+2144.99 s]
/proc/loadavg: 2.01 2.01 1.95 3/81 12391
/proc/meminfo: memFree=1422168/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2135.23
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1702 0 0 0 213509 14 0 0 25 0 1 0 277295579 8265728 1649 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530524 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1649 202 428 0 1587 0
Current children cumulated CPU time (s) 2135.23
Current children cumulated vsize (KiB) 8072

[startup+2205.07 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 12391
/proc/meminfo: memFree=1422168/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2195.04
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1702 0 0 0 219490 14 0 0 25 0 1 0 277295579 8265728 1649 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237564 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1649 202 428 0 1587 0
Current children cumulated CPU time (s) 2195.04
Current children cumulated vsize (KiB) 8072

[startup+2265.14 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 12391
/proc/meminfo: memFree=1422168/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2254.83
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1702 0 0 0 225469 14 0 0 25 0 1 0 277295579 8265728 1649 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1649 202 428 0 1587 0
Current children cumulated CPU time (s) 2254.83
Current children cumulated vsize (KiB) 8072

[startup+2325.22 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 12391
/proc/meminfo: memFree=1422176/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2314.65
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1702 0 0 0 231451 14 0 0 25 0 1 0 277295579 8265728 1649 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1649 202 428 0 1587 0
Current children cumulated CPU time (s) 2314.65
Current children cumulated vsize (KiB) 8072

[startup+2385.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 12391
/proc/meminfo: memFree=1422176/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2374.48
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1702 0 0 0 237433 15 0 0 25 0 1 0 277295579 8265728 1649 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926353 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1649 202 428 0 1587 0
Current children cumulated CPU time (s) 2374.48
Current children cumulated vsize (KiB) 8072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.02 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 12391
/proc/meminfo: memFree=1422304/2055920 swapFree=4191892/4192956
[pid=12192] ppid=12190 vsize=8072 CPUtime=2400.08
/proc/12192/stat : 12192 (aolibdvo) R 12190 12192 12038 0 -1 0 1702 0 0 0 239993 15 0 0 25 0 1 0 277295579 8265728 1649 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666371 0 0 4096 0 0 0 0 17 0 0 0
/proc/12192/statm: 2018 1649 202 428 0 1587 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 8072

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.03
CPU time (s): 2400.09
CPU user time (s): 2399.94
CPU system time (s): 0.151976
CPU usage (%): 99.5461
Max. virtual memory (cumulated for all children) (KiB): 8072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.94
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1702
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= 5
involuntary context switches= 31801

runsolver used 2.33664 s user time and 6.28904 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan 20 10:29:14 UTC 2007


IDJOB= 278549
IDBENCH= 8489
IDSOLVER= 61
FILE ID= node41/278549-1169288941

PBS_JOBID= 3609699

Free space on /tmp= 66562 MiB

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

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  32f8454b076ced86b572a5f7ee11db42

RANDOM SEED= 25423406

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:       1431296 kB
Buffers:         50628 kB
Cached:         466236 kB
SwapCached:        276 kB
Active:         211904 kB
Inactive:       331476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431296 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:          42980 kB
Slab:            66360 kB
Committed_AS:  5021288 kB
PageTables:       1964 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= 66562 MiB



End job on node41 on Sat Jan 20 11:09:35 UTC 2007