Trace number 2092075

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.2SAT 605.42 611.136

DiagnosticValue
ASSIGNMENTS21527

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-49_ext.xml
MD5SUMdb53e080ee221a380ad0a5b0ae2e8444
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12598
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
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.08/0.13	c Seed is 1304857432
0.08/0.13	c Constructing HOME/instance-2092075-1247733669.xml  with 103 constraints
0.28/0.37	c Solving 21527 backtracks 16 restarts
605.37/611.11	s SATISFIABLE
605.37/611.11	c V0=78, V1=19, V2=0, V3=0, V4=43, V5=2, V6=70, V7=34, V8=57, V9=23, V10=16, V11=44, V12=52, V13=67, V14=17, V15=79, V16=40, V17=41, V18=38, V19=60, V20=31, V21=20, V22=14, V23=37, V24=25, V25=57, V26=13, V27=20, V28=45, V29=17, V30=12, V31=5, V32=35, V33=37, V34=69, V35=36, V36=41, V37=47, V38=43, V39=54, 
605.37/611.11	v 78 19 0 0 43 2 70 34 57 23 16 44 52 67 17 79 40 41 38 60 31 20 14 37 25 57 13 20 45 17 12 5 35 37 69 36 41 47 43 54 
605.37/611.11	d ASSIGNMENTS 21527

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092075-1247733669/watcher-2092075-1247733669 -o /tmp/evaluation-result-2092075-1247733669/solver-2092075-1247733669 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1304857432 HOME/instance-2092075-1247733669.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.00 2.00 4/81 17183
/proc/meminfo: memFree=1223456/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=18576 CPUtime=0
/proc/17183/stat : 17183 (runsolver) R 17181 17183 15802 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 60430044 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17183/statm: 4644 284 249 26 0 2626 0

[startup+0.104619 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17183
/proc/meminfo: memFree=1223456/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=5444 CPUtime=0.08
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 949 656 0 0 8 0 0 0 18 0 1 0 60430044 5574656 580 996147200 134512640 135215973 4294956304 18446744073709551615 134792968 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 1361 580 383 171 0 286 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5444

[startup+0.201626 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17183
/proc/meminfo: memFree=1223456/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=6544 CPUtime=0.18
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 1112 656 0 0 18 0 0 0 19 0 1 0 60430044 6701056 743 996147200 134512640 135215973 4294956304 18446744073709551615 134786096 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 1636 743 383 171 0 561 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6544

[startup+0.301636 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17183
/proc/meminfo: memFree=1223456/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=7648 CPUtime=0.28
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 1278 656 0 0 28 0 0 0 19 0 1 0 60430044 7831552 909 996147200 134512640 135215973 4294956304 18446744073709551615 135034067 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 1912 909 383 171 0 837 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7648

[startup+0.701672 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17183
/proc/meminfo: memFree=1223456/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=8760 CPUtime=0.67
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 1528 656 0 0 67 0 0 0 23 0 1 0 60430044 8970240 1159 996147200 134512640 135215973 4294956304 18446744073709551615 135009093 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 2190 1159 401 171 0 1115 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8760

[startup+1.50174 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17188
/proc/meminfo: memFree=1220312/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=8760 CPUtime=1.46
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 1547 656 0 0 146 0 0 0 25 0 1 0 60430044 8970240 1178 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 2190 1178 401 171 0 1115 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8760

[startup+3.10288 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1220056/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=8760 CPUtime=3.05
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 1589 656 0 0 305 0 0 0 25 0 1 0 60430044 8970240 1220 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 2190 1220 401 171 0 1115 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 8760

[startup+6.30117 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1219608/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=8932 CPUtime=6.22
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 1683 656 0 0 622 0 0 0 25 0 1 0 60430044 9146368 1314 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 2233 1314 401 171 0 1158 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 8932

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1218904/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=8932 CPUtime=12.56
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 1859 656 0 0 1255 1 0 0 25 0 1 0 60430044 9146368 1490 996147200 134512640 135215973 4294956304 18446744073709551615 4158960177 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 2233 1490 401 171 0 1158 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 8932

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1216536/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=11296 CPUtime=25.24
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 2477 656 0 0 2523 1 0 0 25 0 1 0 60430044 11567104 2108 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 2824 2108 401 171 0 1749 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11296

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1211736/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=16040 CPUtime=50.6
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 3726 656 0 0 5058 2 0 0 25 0 1 0 60430044 16424960 3292 996147200 134512640 135215973 4294956304 18446744073709551615 134583204 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 4010 3292 401 171 0 2935 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 16040

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1200600/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=27368 CPUtime=101.32
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 6630 656 0 0 10129 3 0 0 25 0 1 0 60430044 28024832 6034 996147200 134512640 135215973 4294956304 18446744073709551615 135020273 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 6842 6034 401 171 0 5767 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 27368

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1189336/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=38312 CPUtime=160.76
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 9483 656 0 0 16071 5 0 0 25 0 1 0 60430044 39231488 8887 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 9578 8887 401 171 0 8503 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 38312

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1178456/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=49884 CPUtime=220.2
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 12474 656 0 0 22014 6 0 0 25 0 1 0 60430044 51081216 11556 996147200 134512640 135215973 4294956304 18446744073709551615 135011077 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 12471 11556 401 171 0 11396 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 49884

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17188
/proc/meminfo: memFree=1167960/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=60044 CPUtime=279.63
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 15103 656 0 0 27955 8 0 0 25 0 1 0 60430044 61485056 14185 996147200 134512640 135215973 4294956304 18446744073709551615 134533353 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 15011 14185 401 171 0 13936 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 60044

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1156888/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=70604 CPUtime=339.08
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 17849 656 0 0 33898 10 0 0 25 0 1 0 60430044 72298496 16931 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 17651 16931 401 171 0 16576 0
Current children cumulated CPU time (s) 339.08
Current children cumulated vsize (KiB) 70604

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1147160/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=82008 CPUtime=398.52
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 20806 656 0 0 39840 12 0 0 25 0 1 0 60430044 83976192 19375 996147200 134512640 135215973 4294956304 18446744073709551615 134533067 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 20502 19375 401 171 0 19427 0
Current children cumulated CPU time (s) 398.52
Current children cumulated vsize (KiB) 82008

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1137048/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=92284 CPUtime=457.96
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 23470 656 0 0 45782 14 0 0 25 0 1 0 60430044 94498816 21910 996147200 134512640 135215973 4294956304 18446744073709551615 134583168 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 23071 21910 401 171 0 21996 0
Current children cumulated CPU time (s) 457.96
Current children cumulated vsize (KiB) 92284

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1127192/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=101784 CPUtime=517.4
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 25940 656 0 0 51724 16 0 0 25 0 1 0 60430044 104226816 24380 996147200 134512640 135215973 4294956304 18446744073709551615 134533029 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 25446 24380 401 171 0 24371 0
Current children cumulated CPU time (s) 517.4
Current children cumulated vsize (KiB) 101784

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1117464/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=111016 CPUtime=576.84
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 28339 656 0 0 57666 18 0 0 25 0 1 0 60430044 113680384 26779 996147200 134512640 135215973 4294956304 18446744073709551615 134599883 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 27754 26779 401 171 0 26679 0
Current children cumulated CPU time (s) 576.84
Current children cumulated vsize (KiB) 111016

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

[startup+588.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1116376/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=112072 CPUtime=583.28
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 28604 656 0 0 58310 18 0 0 25 0 1 0 60430044 114761728 27044 996147200 134512640 135215973 4294956304 18446744073709551615 134583671 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28018 27044 401 171 0 26943 0
Current children cumulated CPU time (s) 583.28
Current children cumulated vsize (KiB) 112072

[startup+601.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1114392/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=114052 CPUtime=595.96
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 29130 656 0 0 59577 19 0 0 25 0 1 0 60430044 116789248 27570 996147200 134512640 135215973 4294956304 18446744073709551615 134600351 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28513 27570 401 171 0 27438 0
Current children cumulated CPU time (s) 595.96
Current children cumulated vsize (KiB) 114052

[startup+608.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1113304/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=115108 CPUtime=602.3
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 29394 656 0 0 60211 19 0 0 25 0 1 0 60430044 117870592 27834 996147200 134512640 135215973 4294956304 18446744073709551615 134583647 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28777 27834 401 171 0 27702 0
Current children cumulated CPU time (s) 602.3
Current children cumulated vsize (KiB) 115108

[startup+609.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1112920/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=115372 CPUtime=603.88
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 29455 656 0 0 60369 19 0 0 25 0 1 0 60430044 118140928 27895 996147200 134512640 135215973 4294956304 18446744073709551615 134590067 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28843 27895 401 171 0 27768 0
Current children cumulated CPU time (s) 603.88
Current children cumulated vsize (KiB) 115372

[startup+610.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1112920/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=115504 CPUtime=604.68
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 29485 656 0 0 60449 19 0 0 25 0 1 0 60430044 118276096 27925 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28876 27925 401 171 0 27801 0
Current children cumulated CPU time (s) 604.68
Current children cumulated vsize (KiB) 115504

[startup+610.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1112792/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=115504 CPUtime=605.07
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 29501 656 0 0 60488 19 0 0 25 0 1 0 60430044 118276096 27941 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28876 27941 401 171 0 27801 0
Current children cumulated CPU time (s) 605.07
Current children cumulated vsize (KiB) 115504

[startup+611.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1112792/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=114476 CPUtime=605.27
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 29509 656 0 0 60508 19 0 0 25 0 1 0 60430044 117223424 27780 996147200 134512640 135215973 4294956304 18446744073709551615 5302193 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28619 27780 401 171 0 27544 0
Current children cumulated CPU time (s) 605.27
Current children cumulated vsize (KiB) 114476

[startup+611.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17188
/proc/meminfo: memFree=1112792/2055920 swapFree=4192812/4192956
[pid=17183] ppid=17181 vsize=114476 CPUtime=605.37
/proc/17183/stat : 17183 (pcs.big) R 17181 17183 15802 0 -1 4194304 29509 656 0 0 60518 19 0 0 25 0 1 0 60430044 117223424 27780 996147200 134512640 135215973 4294956304 18446744073709551615 5300313 0 0 4096 0 0 0 0 17 1 0 0
/proc/17183/statm: 28619 27780 401 171 0 27544 0
Current children cumulated CPU time (s) 605.37
Current children cumulated vsize (KiB) 114476

Child status: 0
Real time (s): 611.136
CPU time (s): 605.42
CPU user time (s): 605.198
CPU system time (s): 0.221966
CPU usage (%): 99.0647
Max. virtual memory (cumulated for all children) (KiB): 115504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 605.198
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30168
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= 19
involuntary context switches= 25083

runsolver used 0.98585 second user time and 1.79773 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-16 10:41:09
IDJOB=2092075
IDBENCH=60246
IDSOLVER=733
FILE ID=node58/2092075-1247733669
PBS_JOBID= 9521517
Free space on /tmp= 66244 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-49_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092075-1247733669/watcher-2092075-1247733669 -o /tmp/evaluation-result-2092075-1247733669/solver-2092075-1247733669 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1304857432 HOME/instance-2092075-1247733669.xml

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

MD5SUM BENCH= db53e080ee221a380ad0a5b0ae2e8444
RANDOM SEED=1304857432

node58.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.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:       1223936 kB
Buffers:         89012 kB
Cached:         634848 kB
SwapCached:          0 kB
Active:         234400 kB
Inactive:       524160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1223936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2868 kB
Writeback:           0 kB
Mapped:          55040 kB
Slab:            58604 kB
Committed_AS:   559784 kB
PageTables:       1808 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= 66244 MiB
End job on node58 at 2009-07-16 10:51:20