Trace number 2083056

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-restart 0.3.2UNSAT 867.982 874.705

DiagnosticValue
ASSIGNMENTS8046

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-2.xml
MD5SUM20a8e08ca27a05d758abe6eb5654c79a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.3951
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.01	c Seed is 140049134
0.00/0.01	c Constructing HOME/instance-2083056-1247722216.xml  with 54264 constraints
0.78/0.88	c Solving 8046 backtracks 13 restarts
867.87/874.67	s UNSATISFIABLE
867.87/874.67	d ASSIGNMENTS 8046

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-2083056-1247722216/watcher-2083056-1247722216 -o /tmp/evaluation-result-2083056-1247722216/solver-2083056-1247722216 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 140049134 HOME/instance-2083056-1247722216.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: 1.99 1.98 1.99 4/73 15986
/proc/meminfo: memFree=1278736/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (pcssolve) R 15984 15986 14452 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59286463 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 254613711519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15986/statm: 1339 241 200 169 0 50 0
[pid=15987] ppid=15986 vsize=0 CPUtime=0
/proc/15987/stat : 15987 (fgrep) Z 15986 15986 14452 0 -1 4194316 155 0 0 0 0 0 0 0 18 0 1 0 59286464 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/15987/statm: 0 0 0 0 0 0 0
[pid=15988] ppid=15986 vsize=5356 CPUtime=0
/proc/15988/stat : 15988 (pcssolve) R 15986 15986 14452 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59286464 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 254613711519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15988/statm: 1339 241 200 169 0 50 0

[startup+0.081883 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 15986
/proc/meminfo: memFree=1278736/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=6392 CPUtime=0.06
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 1255 667 0 0 6 0 0 0 23 0 1 0 59286463 6545408 845 996147200 134512640 135215973 4294956304 18446744073709551615 134740074 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1598 845 386 171 0 523 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6392

[startup+0.101881 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 15986
/proc/meminfo: memFree=1278736/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=6860 CPUtime=0.08
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 1375 667 0 0 8 0 0 0 23 0 1 0 59286463 7024640 932 996147200 134512640 135215973 4294956304 18446744073709551615 134762880 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 1715 932 386 171 0 640 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6860

[startup+0.301908 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 15986
/proc/meminfo: memFree=1278736/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=13076 CPUtime=0.27
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 2992 667 0 0 26 1 0 0 25 0 1 0 59286463 13389824 2049 996147200 134512640 135215973 4294956304 18446744073709551615 134911899 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 3269 2049 386 171 0 2194 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13076

[startup+0.701946 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 15986
/proc/meminfo: memFree=1278736/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=21844 CPUtime=0.67
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 6288 667 0 0 65 2 0 0 25 0 1 0 59286463 22368256 4065 996147200 134512640 135215973 4294956304 18446744073709551615 134762906 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 5461 4065 386 171 0 4386 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 21844

[startup+1.50103 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1254856/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=28900 CPUtime=1.46
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 9491 667 0 0 142 4 0 0 25 0 1 0 59286463 29593600 6211 996147200 134512640 135215973 4294956304 18446744073709551615 134600788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 7225 6211 410 171 0 6150 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 28900

[startup+3.10121 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1253704/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=29228 CPUtime=3.05
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 9613 667 0 0 301 4 0 0 25 0 1 0 59286463 29929472 6263 996147200 134512640 135215973 4294956304 18446744073709551615 4158960053 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 7307 6263 410 171 0 6232 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 29228

[startup+6.30157 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1251016/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=30436 CPUtime=6.23
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 9979 667 0 0 619 4 0 0 25 0 1 0 59286463 31166464 6524 996147200 134512640 135215973 4294956304 18446744073709551615 134583501 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 7609 6524 410 171 0 6534 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 30436

[startup+12.7013 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1243016/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=33908 CPUtime=12.57
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 10983 667 0 0 1253 4 0 0 25 0 1 0 59286463 34721792 7319 996147200 134512640 135215973 4294956304 18446744073709551615 134585745 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 8477 7319 410 171 0 7402 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 33908

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1233608/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=37024 CPUtime=25.28
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 11936 667 0 0 2523 5 0 0 25 0 1 0 59286463 37912576 7855 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 9256 7855 411 171 0 8181 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 37024

[startup+51.1016 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1219208/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=37152 CPUtime=50.68
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 20103 667 0 0 5061 7 0 0 25 0 1 0 59286463 38043648 7891 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 9288 7891 413 171 0 8213 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 37152

[startup+102.305 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1174856/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=50348 CPUtime=101.5
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 48341 667 0 0 10133 17 0 0 25 0 1 0 59286463 51556352 11219 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 12587 11219 413 171 0 11512 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 50348

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1117128/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=69820 CPUtime=161.03
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 94751 667 0 0 16073 30 0 0 25 0 1 0 59286463 71495680 16175 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 17455 16175 413 171 0 16380 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 69820

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1069704/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=77872 CPUtime=220.57
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 110719 667 0 0 22023 34 0 0 25 0 1 0 59286463 79740928 18466 996147200 134512640 135215973 4294956304 18446744073709551615 134597679 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 19468 18466 413 171 0 18393 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 77872

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=1019528/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=92144 CPUtime=280.1
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 139402 667 0 0 27968 42 0 0 25 0 1 0 59286463 94355456 21594 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 23036 21594 413 171 0 21961 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 92144

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=979336/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=98212 CPUtime=339.65
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 165273 667 0 0 33914 51 0 0 25 0 1 0 59286463 100569088 23119 996147200 134512640 135215973 4294956304 18446744073709551615 134583528 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 24553 23119 413 171 0 23478 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 98212

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=939592/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=103756 CPUtime=399.19
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 182548 667 0 0 39862 57 0 0 25 0 1 0 59286463 106246144 24508 996147200 134512640 135215973 4294956304 18446744073709551615 135094344 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 25939 24508 413 171 0 24864 0
Current children cumulated CPU time (s) 399.19
Current children cumulated vsize (KiB) 103756

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=901960/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=106792 CPUtime=458.72
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 205447 667 0 0 45809 63 0 0 25 0 1 0 59286463 109355008 25270 996147200 134512640 135215973 4294956304 18446744073709551615 134585409 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 26698 25270 413 171 0 25623 0
Current children cumulated CPU time (s) 458.72
Current children cumulated vsize (KiB) 106792

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=847816/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=115368 CPUtime=518.27
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 236074 667 0 0 51755 72 0 0 25 0 1 0 59286463 118136832 27415 996147200 134512640 135215973 4294956304 18446744073709551615 134970760 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 28842 27415 413 171 0 27767 0
Current children cumulated CPU time (s) 518.27
Current children cumulated vsize (KiB) 115368

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=800520/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=123944 CPUtime=577.81
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 278858 667 0 0 57698 83 0 0 25 0 1 0 59286463 126918656 29591 996147200 134512640 135215973 4294956304 18446744073709551615 134591588 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 30986 29591 413 171 0 29911 0
Current children cumulated CPU time (s) 577.81
Current children cumulated vsize (KiB) 123944

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=758152/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=133184 CPUtime=637.35
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 309947 667 0 0 63642 93 0 0 25 0 1 0 59286463 136380416 32057 996147200 134512640 135215973 4294956304 18446744073709551615 134590085 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 33296 32057 413 171 0 32221 0
Current children cumulated CPU time (s) 637.35
Current children cumulated vsize (KiB) 133184

[startup+702.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=716424/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=139784 CPUtime=696.89
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 331111 667 0 0 69590 99 0 0 25 0 1 0 59286463 143138816 33763 996147200 134512640 135215973 4294956304 18446744073709551615 134585549 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 34946 33763 413 171 0 33871 0
Current children cumulated CPU time (s) 696.89
Current children cumulated vsize (KiB) 139784

[startup+762.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=674440/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=147828 CPUtime=756.44
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 361707 667 0 0 75536 108 0 0 25 0 1 0 59286463 151375872 35750 996147200 134512640 135215973 4294956304 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 36957 35750 413 171 0 35882 0
Current children cumulated CPU time (s) 756.44
Current children cumulated vsize (KiB) 147828

[startup+822.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=632520/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=153764 CPUtime=815.96
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 386124 667 0 0 81482 114 0 0 25 0 1 0 59286463 157454336 37325 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 38441 37325 413 171 0 37366 0
Current children cumulated CPU time (s) 815.96
Current children cumulated vsize (KiB) 153764

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

[startup+844.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=614792/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=157724 CPUtime=838.2
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 396749 667 0 0 83703 117 0 0 25 0 1 0 59286463 161509376 38315 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 39431 38315 413 171 0 38356 0
Current children cumulated CPU time (s) 838.2
Current children cumulated vsize (KiB) 157724

[startup+857.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=605576/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=159572 CPUtime=850.89
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 405013 667 0 0 84969 120 0 0 25 0 1 0 59286463 163401728 38777 996147200 134512640 135215973 4294956304 18446744073709551615 134583360 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 39893 38777 413 171 0 38818 0
Current children cumulated CPU time (s) 850.89
Current children cumulated vsize (KiB) 159572

[startup+863.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=600456/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=160496 CPUtime=857.24
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 409927 667 0 0 85602 122 0 0 25 0 1 0 59286463 164347904 39085 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 40124 39085 413 171 0 39049 0
Current children cumulated CPU time (s) 857.24
Current children cumulated vsize (KiB) 160496

[startup+870.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=595272/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=161552 CPUtime=863.59
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 416507 667 0 0 86235 124 0 0 25 0 1 0 59286463 165429248 39367 996147200 134512640 135215973 4294956304 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 40388 39367 413 171 0 39313 0
Current children cumulated CPU time (s) 863.59
Current children cumulated vsize (KiB) 161552

[startup+871.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=594248/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=161552 CPUtime=865.18
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 417168 667 0 0 86394 124 0 0 25 0 1 0 59286463 165429248 39370 996147200 134512640 135215973 4294956304 18446744073709551615 134591783 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 40388 39370 413 171 0 39313 0
Current children cumulated CPU time (s) 865.18
Current children cumulated vsize (KiB) 161552

[startup+873.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=593096/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=161552 CPUtime=866.77
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 420274 667 0 0 86552 125 0 0 25 0 1 0 59286463 165429248 39374 996147200 134512640 135215973 4294956304 18446744073709551615 134600886 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 40388 39374 413 171 0 39313 0
Current children cumulated CPU time (s) 866.77
Current children cumulated vsize (KiB) 161552

[startup+874.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=593096/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=161816 CPUtime=867.56
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194304 422182 667 0 0 86631 125 0 0 25 0 1 0 59286463 165699584 39449 996147200 134512640 135215973 4294956304 18446744073709551615 134599830 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 40454 39449 413 171 0 39379 0
Current children cumulated CPU time (s) 867.56
Current children cumulated vsize (KiB) 161816

[startup+874.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15991
/proc/meminfo: memFree=591880/2055920 swapFree=4192812/4192956
[pid=15986] ppid=15984 vsize=0 CPUtime=867.96
/proc/15986/stat : 15986 (pcs.big) R 15984 15986 14452 0 -1 4194308 422574 667 0 0 86668 128 0 0 25 0 1 0 59286463 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/15986/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 867.96
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 874.705
CPU time (s): 867.982
CPU user time (s): 866.684
CPU system time (s): 1.2978
CPU usage (%): 99.2314
Max. virtual memory (cumulated for all children) (KiB): 161816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 866.684
system time used= 1.2978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 423241
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= 25
involuntary context switches= 21320

runsolver used 0.813876 second user time and 2.37564 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 07:30:16
IDJOB=2083056
IDBENCH=57691
IDSOLVER=734
FILE ID=node87/2083056-1247722216
PBS_JOBID= 9521460
Free space on /tmp= 66164 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-2.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083056-1247722216/watcher-2083056-1247722216 -o /tmp/evaluation-result-2083056-1247722216/solver-2083056-1247722216 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 140049134 HOME/instance-2083056-1247722216.xml

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

MD5SUM BENCH= 20a8e08ca27a05d758abe6eb5654c79a
RANDOM SEED=140049134

node87.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1279152 kB
Buffers:         99092 kB
Cached:         324548 kB
SwapCached:        136 kB
Active:         304860 kB
Inactive:       381532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:         274128 kB
Slab:            75164 kB
Committed_AS:   815724 kB
PageTables:       2372 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= 66160 MiB
End job on node87 at 2009-07-16 07:44:51