Trace number 2088984

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
pcs 0.3.2UNSAT 511.273 516.097

DiagnosticValue
ASSIGNMENTS226376

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-48_ext.xml
MD5SUMbc4736d959b90d9486407c512fec110e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.91325
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.00/0.21	c Seed is 1081428823
0.00/0.21	c Constructing HOME/instance-2088984-1247729623.xml  with 4017 constraints
0.00/0.21	c Solving 226376 backtracks 21 restarts
511.16/516.09	s UNSATISFIABLE
511.16/516.09	d ASSIGNMENTS 226376

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088984-1247729623/watcher-2088984-1247729623 -o /tmp/evaluation-result-2088984-1247729623/solver-2088984-1247729623 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1081428823 HOME/instance-2088984-1247729623.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21075
/proc/meminfo: memFree=1577960/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=5356 CPUtime=0
/proc/21075/stat : 21075 (pcssolve) R 21073 21075 19692 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 60025765 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 273653754527 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21075/statm: 1339 241 200 169 0 50 0
[pid=21076] ppid=21075 vsize=3676 CPUtime=0
/proc/21076/stat : 21076 (fgrep) R 21075 21075 19692 0 -1 4194304 138 0 0 0 0 0 0 0 22 0 1 0 60025766 3764224 105 996147200 4194304 4274172 548682068976 18446744073709551615 273653923904 0 0 4096 0 0 0 0 17 1 0 0
/proc/21076/statm: 919 105 85 19 0 43 0
[pid=21077] ppid=21075 vsize=5356 CPUtime=0
/proc/21077/stat : 21077 (pcssolve) R 21075 21075 19692 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 60025766 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 273653754527 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21077/statm: 1339 241 200 169 0 50 0

[startup+0.211776 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21075
/proc/meminfo: memFree=1577960/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=5356 CPUtime=0.19
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 1076 822 0 0 19 0 0 0 19 0 1 0 60025765 5484544 652 996147200 134512640 135095119 4294956304 18446744073709551615 134570704 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 1339 652 378 142 0 293 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5356

[startup+0.301693 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21075
/proc/meminfo: memFree=1577960/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=5356 CPUtime=0.28
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 1088 822 0 0 28 0 0 0 19 0 1 0 60025765 5484544 664 996147200 134512640 135095119 4294956304 18446744073709551615 134637494 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 1339 664 378 142 0 293 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5356

[startup+0.401701 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21075
/proc/meminfo: memFree=1577960/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=5488 CPUtime=0.38
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 1113 822 0 0 38 0 0 0 20 0 1 0 60025765 5619712 689 996147200 134512640 135095119 4294956304 18446744073709551615 134589541 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 1372 689 378 142 0 326 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 5488

[startup+0.701721 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21075
/proc/meminfo: memFree=1577960/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=5744 CPUtime=0.68
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 1203 822 0 0 68 0 0 0 23 0 1 0 60025765 5881856 746 996147200 134512640 135095119 4294956304 18446744073709551615 134642865 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 1436 746 378 142 0 390 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5744

[startup+1.50178 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1575904/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=7040 CPUtime=1.47
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 1508 822 0 0 147 0 0 0 25 0 1 0 60025765 7208960 986 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 1760 986 378 142 0 714 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7040

[startup+3.10188 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1574816/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=7816 CPUtime=3.06
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 1825 822 0 0 306 0 0 0 25 0 1 0 60025765 8003584 1174 996147200 134512640 135095119 4294956304 18446744073709551615 134617201 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 1954 1174 378 142 0 908 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7816

[startup+6.3011 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1572640/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=10528 CPUtime=6.23
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 2709 822 0 0 622 1 0 0 25 0 1 0 60025765 10780672 1672 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 2632 1672 378 142 0 1586 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10528

[startup+12.7025 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1569824/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=12220 CPUtime=12.56
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 3409 822 0 0 1255 1 0 0 25 0 1 0 60025765 12513280 2372 996147200 134512640 135095119 4294956304 18446744073709551615 134617072 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 3055 2372 378 142 0 2009 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 12220

[startup+25.5064 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1565600/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=17792 CPUtime=25.24
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 5197 822 0 0 2522 2 0 0 25 0 1 0 60025765 18219008 3390 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 4448 3390 378 142 0 3402 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 17792

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1559840/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=25388 CPUtime=50.6
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 7690 822 0 0 5056 4 0 0 25 0 1 0 60025765 25997312 4858 996147200 134512640 135095119 4294956304 18446744073709551615 134642947 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 6347 4858 378 142 0 5301 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 25388

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1551008/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=32808 CPUtime=101.32
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 10391 822 0 0 10126 6 0 0 25 0 1 0 60025765 33595392 7046 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 8202 7046 378 142 0 7156 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 32808

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1543008/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=45680 CPUtime=160.76
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 14412 822 0 0 16067 9 0 0 25 0 1 0 60025765 46776320 9018 996147200 134512640 135095119 4294956304 18446744073709551615 134642572 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 11420 9018 378 142 0 10374 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 45680

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1530656/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=59264 CPUtime=220.2
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 18489 822 0 0 22009 11 0 0 25 0 1 0 60025765 60686336 12070 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 14816 12070 378 142 0 13770 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 59264

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1528160/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=59264 CPUtime=279.65
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 19118 822 0 0 27953 12 0 0 25 0 1 0 60025765 60686336 12699 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 14816 12699 378 142 0 13770 0
Current children cumulated CPU time (s) 279.65
Current children cumulated vsize (KiB) 59264

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1523232/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=62004 CPUtime=339.08
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 20344 822 0 0 33895 13 0 0 25 0 1 0 60025765 63492096 13925 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 15501 13925 378 142 0 14455 0
Current children cumulated CPU time (s) 339.08
Current children cumulated vsize (KiB) 62004

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1517920/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=81496 CPUtime=398.53
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 25760 822 0 0 39836 17 0 0 25 0 1 0 60025765 83451904 15244 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 20374 15244 378 142 0 19328 0
Current children cumulated CPU time (s) 398.53
Current children cumulated vsize (KiB) 81496

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21081
/proc/meminfo: memFree=1512800/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=84628 CPUtime=457.96
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 27031 822 0 0 45778 18 0 0 25 0 1 0 60025765 86659072 16515 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21157 16515 378 142 0 20111 0
Current children cumulated CPU time (s) 457.96
Current children cumulated vsize (KiB) 84628

Solver just ended. Dumping a history of the last processes samples

[startup+486.501 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 21081
/proc/meminfo: memFree=1510880/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=85800 CPUtime=481.93
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 27514 822 0 0 48175 18 0 0 25 0 1 0 60025765 87859200 16998 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21450 16998 378 142 0 20404 0
Current children cumulated CPU time (s) 481.93
Current children cumulated vsize (KiB) 85800

[startup+499.302 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 21081
/proc/meminfo: memFree=1509856/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=86320 CPUtime=494.62
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 27769 822 0 0 49444 18 0 0 25 0 1 0 60025765 88391680 17253 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21580 17253 378 142 0 20534 0
Current children cumulated CPU time (s) 494.62
Current children cumulated vsize (KiB) 86320

[startup+505.702 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1509344/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=86708 CPUtime=500.96
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 27896 822 0 0 50078 18 0 0 25 0 1 0 60025765 88788992 17380 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21677 17380 378 142 0 20631 0
Current children cumulated CPU time (s) 500.96
Current children cumulated vsize (KiB) 86708

[startup+512.101 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1508832/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=86968 CPUtime=507.3
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 28024 822 0 0 50711 19 0 0 25 0 1 0 60025765 89055232 17508 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21742 17508 378 142 0 20696 0
Current children cumulated CPU time (s) 507.3
Current children cumulated vsize (KiB) 86968

[startup+513.701 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1508768/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=87096 CPUtime=508.89
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 28054 822 0 0 50870 19 0 0 25 0 1 0 60025765 89186304 17538 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21774 17538 378 142 0 20728 0
Current children cumulated CPU time (s) 508.89
Current children cumulated vsize (KiB) 87096

[startup+515.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1508576/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=87096 CPUtime=510.47
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 28087 822 0 0 51028 19 0 0 25 0 1 0 60025765 89186304 17571 996147200 134512640 135095119 4294956304 18446744073709551615 134607029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21774 17571 378 142 0 20728 0
Current children cumulated CPU time (s) 510.47
Current children cumulated vsize (KiB) 87096

[startup+515.701 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1508576/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=87224 CPUtime=510.87
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 28094 822 0 0 51068 19 0 0 25 0 1 0 60025765 89317376 17578 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21806 17578 378 142 0 20760 0
Current children cumulated CPU time (s) 510.87
Current children cumulated vsize (KiB) 87224

[startup+515.901 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1508576/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=87224 CPUtime=511.07
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 28097 822 0 0 51088 19 0 0 25 0 1 0 60025765 89317376 17581 996147200 134512640 135095119 4294956304 18446744073709551615 4742652 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 21806 17581 378 142 0 20760 0
Current children cumulated CPU time (s) 511.07
Current children cumulated vsize (KiB) 87224

[startup+516.002 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 21081
/proc/meminfo: memFree=1515488/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=79028 CPUtime=511.16
/proc/21075/stat : 21075 (pcs.small) R 21073 21075 19692 0 -1 4194304 28097 822 0 0 51097 19 0 0 25 0 1 0 60025765 80924672 15781 996147200 134512640 135095119 4294956304 18446744073709551615 4739141 0 0 4096 0 0 0 0 17 1 0 0
/proc/21075/statm: 19757 15781 378 142 0 18711 0
Current children cumulated CPU time (s) 511.16
Current children cumulated vsize (KiB) 79028

Child status: 0
Real time (s): 516.097
CPU time (s): 511.273
CPU user time (s): 511.061
CPU system time (s): 0.211967
CPU usage (%): 99.0653
Max. virtual memory (cumulated for all children) (KiB): 87224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 511.061
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28922
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= 22
involuntary context switches= 20546

runsolver used 0.711891 second user time and 1.64175 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-16 09:33:43
IDJOB=2088984
IDBENCH=59220
IDSOLVER=733
FILE ID=node52/2088984-1247729623
PBS_JOBID= 9521532
Free space on /tmp= 66184 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tightness0.2/normalized-rand-2-40-11-414-200-48_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088984-1247729623/watcher-2088984-1247729623 -o /tmp/evaluation-result-2088984-1247729623/solver-2088984-1247729623 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1081428823 HOME/instance-2088984-1247729623.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bc4736d959b90d9486407c512fec110e
RANDOM SEED=1081428823

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.236
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.236
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:       1578440 kB
Buffers:         84376 kB
Cached:         260452 kB
SwapCached:          0 kB
Active:         150048 kB
Inactive:       258244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:          83884 kB
Slab:            54128 kB
Committed_AS:   739428 kB
PageTables:       2052 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= 66180 MiB
End job on node52 at 2009-07-16 09:42:19