Trace number 279736

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
aolibpvo 2007-01-17? (TO) 2400.03 2413.97

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-50/maxcut-50-600-1_ext.xml
MD5SUM0359f3c7818430ecfd2e807df09c72ee
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints366
Best CPU time to get the best result obtained on this benchmark1598.03
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension600
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/279736-1169298104/unknown.xml" file ... done.
writing "/tmp/evaluation/279736-1169298104/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-279736-1169298104 -o ROOT/results/node14/solver-279736-1169298104 -C 2400 -M 900 /tmp/evaluation/279736-1169298104/aolibpvo /tmp/evaluation/279736-1169298104/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.92 1.98 1.99 5/99 31398
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=2452 CPUtime=0
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 167 0 0 0 0 0 0 0 20 0 1 0 278205377 2510848 149 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135747276 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 613 149 121 428 0 182 0

[startup+0.105635 s]
/proc/loadavg: 1.92 1.98 1.99 5/99 31398
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=2832 CPUtime=0.09
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 304 0 0 0 9 0 0 0 20 0 1 0 278205377 2899968 285 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135162324 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 708 285 169 428 0 277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2832

[startup+0.513672 s]
/proc/loadavg: 1.92 1.98 1.99 5/99 31398
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=0.49
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 490 0 0 0 49 0 0 0 24 0 1 0 278205377 3510272 471 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 471 199 428 0 426 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 3428

[startup+1.33575 s]
/proc/loadavg: 1.92 1.98 1.99 3/99 31398
/proc/meminfo: memFree=1259072/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1.31
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 490 0 0 0 131 0 0 0 25 0 1 0 278205377 3510272 471 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 471 199 428 0 426 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 3428

[startup+2.97989 s]
/proc/loadavg: 1.92 1.98 1.99 3/99 31400
/proc/meminfo: memFree=1259072/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2.94
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 490 0 0 0 294 0 0 0 25 0 1 0 278205377 3510272 471 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644940 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 471 199 428 0 426 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 3428

[startup+6.25919 s]
/proc/loadavg: 1.93 1.98 1.99 3/99 31406
/proc/meminfo: memFree=1259136/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=6.18
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 618 0 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656474 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 3428

[startup+12.7432 s]
/proc/loadavg: 1.93 1.98 1.99 3/99 31410
/proc/meminfo: memFree=1259144/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=12.6
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 1260 0 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 3428

[startup+25.5963 s]
/proc/loadavg: 1.95 1.98 1.99 3/99 31418
/proc/meminfo: memFree=1259080/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=25.33
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 2533 0 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 3428

[startup+51.2056 s]
/proc/loadavg: 1.96 1.98 1.99 3/93 31440
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=50.68
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 5067 1 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 3428

[startup+102.412 s]
/proc/loadavg: 1.98 1.98 1.99 3/93 31440
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=101.42
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 10141 1 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647898 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 3428

[startup+162.466 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 31440
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=160.93
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 16092 1 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 3428

[startup+222.52 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 31440
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=220.45
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 22043 2 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 220.45
Current children cumulated vsize (KiB) 3428

[startup+282.588 s]
/proc/loadavg: 2.03 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=280
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 27998 2 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 280
Current children cumulated vsize (KiB) 3428

[startup+342.626 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=339.51
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 491 0 0 0 33948 3 0 0 25 0 1 0 278205377 3510272 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135760575 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 472 199 428 0 426 0
Current children cumulated CPU time (s) 339.51
Current children cumulated vsize (KiB) 3428

[startup+402.708 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=399.3
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 39927 3 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 399.3
Current children cumulated vsize (KiB) 3428

[startup+462.765 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260480/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=459.07
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 45904 3 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 459.07
Current children cumulated vsize (KiB) 3428

[startup+522.823 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260480/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=518.85
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 51881 4 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 518.85
Current children cumulated vsize (KiB) 3428

[startup+582.881 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 31440
/proc/meminfo: memFree=1260480/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=578.63
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 57859 4 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 578.63
Current children cumulated vsize (KiB) 3428

[startup+642.938 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 31440
/proc/meminfo: memFree=1260480/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=638.41
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 63836 5 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 638.41
Current children cumulated vsize (KiB) 3428

[startup+702.99 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260480/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=698.18
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 69813 5 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 698.18
Current children cumulated vsize (KiB) 3428

[startup+763.044 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260544/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=757.95
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 75790 5 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 757.95
Current children cumulated vsize (KiB) 3428

[startup+823.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31440
/proc/meminfo: memFree=1260480/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=817.74

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

Current children cumulated vsize (KiB) 3428

[startup+1423.67 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 31442
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1415.49
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 141539 10 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645757 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1415.49
Current children cumulated vsize (KiB) 3428

[startup+1483.73 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1475.28
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 147517 11 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649873 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1475.28
Current children cumulated vsize (KiB) 3428

[startup+1543.79 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1535.06
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 153495 11 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646037 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1535.06
Current children cumulated vsize (KiB) 3428

[startup+1603.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1594.84
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 159472 12 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613930 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1594.84
Current children cumulated vsize (KiB) 3428

[startup+1663.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1654.61
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 165449 12 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1654.61
Current children cumulated vsize (KiB) 3428

[startup+1723.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1714.4
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 171427 13 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1714.4
Current children cumulated vsize (KiB) 3428

[startup+1784.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1774.17
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 177404 13 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648039 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1774.17
Current children cumulated vsize (KiB) 3428

[startup+1844.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1833.94
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 183380 14 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1833.94
Current children cumulated vsize (KiB) 3428

[startup+1904.14 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1893.72
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 189358 14 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1893.72
Current children cumulated vsize (KiB) 3428

[startup+1964.2 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=1953.5
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 195335 15 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647970 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 1953.5
Current children cumulated vsize (KiB) 3428

[startup+2024.25 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260416/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2013.27
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 201312 15 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2013.27
Current children cumulated vsize (KiB) 3428

[startup+2084.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31442
/proc/meminfo: memFree=1260352/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2073.05
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 207290 15 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135739136 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2073.05
Current children cumulated vsize (KiB) 3428

[startup+2144.37 s]
/proc/loadavg: 2.08 2.03 2.01 3/87 31520
/proc/meminfo: memFree=1284152/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2132.62
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 213245 17 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2132.62
Current children cumulated vsize (KiB) 3428

[startup+2204.43 s]
/proc/loadavg: 2.03 2.02 2.00 3/87 31520
/proc/meminfo: memFree=1284216/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2192.18
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 219201 17 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2192.18
Current children cumulated vsize (KiB) 3428

[startup+2264.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 31520
/proc/meminfo: memFree=1284216/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2251.76
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 225159 17 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2251.76
Current children cumulated vsize (KiB) 3428

[startup+2324.59 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 31520
/proc/meminfo: memFree=1284216/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2311.36
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 231119 17 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134596833 0 0 4096 0 0 0 0 17 0 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2311.36
Current children cumulated vsize (KiB) 3428

[startup+2384.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 31520
/proc/meminfo: memFree=1284216/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2370.93
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 237076 17 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135150673 0 0 4096 0 0 0 0 17 0 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2370.93
Current children cumulated vsize (KiB) 3428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2413.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 31520
/proc/meminfo: memFree=1284152/2055920 swapFree=4158792/4192956
[pid=31397] ppid=31395 vsize=3428 CPUtime=2400.01
/proc/31397/stat : 31397 (aolibpvo) R 31395 31397 31316 0 -1 0 492 0 0 0 239984 17 0 0 25 0 1 0 278205377 3510272 473 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645753 0 0 4096 0 0 0 0 17 0 0 0
/proc/31397/statm: 857 473 199 428 0 426 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 3428

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2413.97
CPU time (s): 2400.03
CPU user time (s): 2399.85
CPU system time (s): 0.179972
CPU usage (%): 99.4225
Max. virtual memory (cumulated for all children) (KiB): 3428

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

runsolver used 2.30465 s user time and 6.52601 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan 20 13:01:44 UTC 2007


IDJOB= 279736
IDBENCH= 10393
IDSOLVER= 60
FILE ID= node14/279736-1169298104

PBS_JOBID= 3609645

Free space on /tmp= 66561 MiB

SOLVER NAME= aolibpvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxcut/maxcut-50/maxcut-50-600-1_ext.xml
COMMAND LINE= /tmp/evaluation/279736-1169298104/aolibpvo /tmp/evaluation/279736-1169298104/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-279736-1169298104 -o ROOT/results/node14/conversion-279736-1169298104 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/279736-1169298104/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  0359f3c7818430ecfd2e807df09c72ee

RANDOM SEED= 195425999

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:       1260832 kB
Buffers:         53640 kB
Cached:         601412 kB
SwapCached:       9104 kB
Active:         227248 kB
Inactive:       489940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260832 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          80456 kB
Slab:            62312 kB
Committed_AS: 10165032 kB
PageTables:       2524 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB



End job on node14 on Sat Jan 20 13:41:59 UTC 2007