Trace number 2082572

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.2SAT 579.168 584.382

DiagnosticValue
ASSIGNMENTS104740

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-5.xml
MD5SUMcf6cb10154c91b27aba123e93ab25157
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.526919
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size123
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
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.17/0.21	c Seed is 311924655
0.17/0.21	c Constructing HOME/instance-2082572-1247721396.xml  with 5015 constraints
0.17/0.21	c Solving 104740 backtracks 19 restarts
579.07/584.35	s SATISFIABLE
579.07/584.35	c V0=38, V1=11, V2=64, V3=62, V4=76, V5=75, V6=105, V7=93, V8=130, V9=134, V10=8, V11=10, V12=24, V13=15, V14=61, V15=62, V16=112, V17=113, V18=120, V19=117, V20=64, V21=56, V22=72, V23=73, V24=117, V25=118, V26=132, V27=131, V28=139, V29=142, V30=5, V31=1, V32=52, V33=78, V34=109, V35=108, V36=132, V37=133, V38=139, V39=140, V40=24, V41=26, V42=33, V43=37, V44=49, V45=48, V46=87, V47=141, V48=151, V49=150, V50=17, V51=15, V52=36, V53=29, V54=40, V55=41, V56=88, V57=79, V58=98, V59=101, V60=1, V61=0, V62=9, V63=8, V64=16, V65=17, V66=123, V67=109, V68=134, V69=133, V70=16, V71=20, V72=49, V73=79, V74=92, V75=93, V76=115, V77=117, V78=149, V79=147, V80=84, V81=43, V82=106, V83=113, V84=131, V85=130, V86=141, V87=142, V88=151, V89=150, V90=0, V91=1, V92=12, V93=11, V94=25, V95=24, V96=70, V97=84, V98=120, V99=142, 
579.07/584.35	v 38 11 64 62 76 75 105 93 130 134 8 10 24 15 61 62 112 113 120 117 64 56 72 73 117 118 132 131 139 142 5 1 52 78 109 108 132 133 139 140 24 26 33 37 49 48 87 141 151 150 17 15 36 29 40 41 88 79 98 101 1 0 9 8 16 17 123 109 134 133 16 20 49 79 92 93 115 117 149 147 84 43 106 113 131 130 141 142 151 150 0 1 12 11 25 24 70 84 120 142 
579.07/584.35	d ASSIGNMENTS 104740

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-2082572-1247721396/watcher-2082572-1247721396 -o /tmp/evaluation-result-2082572-1247721396/solver-2082572-1247721396 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 311924655 HOME/instance-2082572-1247721396.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.92 1.98 1.99 4/72 15272
/proc/meminfo: memFree=1357672/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=5356 CPUtime=0
/proc/15272/stat : 15272 (pcssolve) R 15270 15272 11468 0 -1 4194304 290 0 0 0 0 0 0 0 23 0 1 0 59202758 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15272/statm: 1339 241 200 169 0 50 0
[pid=15273] ppid=15272 vsize=3676 CPUtime=0
/proc/15273/stat : 15273 (fgrep) R 15272 15272 11468 0 -1 4194304 126 0 0 0 0 0 0 0 24 0 1 0 59202759 3764224 93 996147200 4194304 4274172 548682068976 18446744073709551615 217051746914 0 0 4096 0 0 0 0 17 1 0 0
/proc/15273/statm: 919 93 75 19 0 43 0
[pid=15274] ppid=15272 vsize=5356 CPUtime=0
/proc/15274/stat : 15274 (pcssolve) R 15272 15272 11468 0 -1 4194368 0 0 0 0 0 0 0 0 23 0 1 0 59202759 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15274/statm: 1339 241 200 169 0 50 0

[startup+0.101926 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15272
/proc/meminfo: memFree=1357672/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=7000 CPUtime=0.07
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 1479 661 0 0 7 0 0 0 18 0 1 0 59202758 7168000 994 996147200 134512640 135215973 4294956304 18446744073709551615 134585606 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1750 994 404 171 0 675 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7000

[startup+0.201941 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15272
/proc/meminfo: memFree=1357672/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=8420 CPUtime=0.17
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 1952 661 0 0 17 0 0 0 18 0 1 0 59202758 8622080 1309 996147200 134512640 135215973 4294956304 18446744073709551615 134590913 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 2105 1309 408 171 0 1030 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8420

[startup+0.301964 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15272
/proc/meminfo: memFree=1357672/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=8420 CPUtime=0.27
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 1956 661 0 0 27 0 0 0 19 0 1 0 59202758 8622080 1313 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 2105 1313 408 171 0 1030 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8420

[startup+0.701038 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 15272
/proc/meminfo: memFree=1357672/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=8544 CPUtime=0.66
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 1980 661 0 0 66 0 0 0 23 0 1 0 59202758 8749056 1337 996147200 134512640 135215973 4294956304 18446744073709551615 134957774 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 2136 1337 408 171 0 1061 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 8544

[startup+1.50119 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1353688/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=8672 CPUtime=1.47
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 2040 661 0 0 146 1 0 0 25 0 1 0 59202758 8880128 1397 996147200 134512640 135215973 4294956304 18446744073709551615 135094727 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 2168 1397 408 171 0 1093 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8672

[startup+3.1015 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1353048/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=9300 CPUtime=3.05
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 2186 661 0 0 304 1 0 0 25 0 1 0 59202758 9523200 1543 996147200 134512640 135215973 4294956304 18446744073709551615 134532656 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 2325 1543 408 171 0 1250 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 9300

[startup+6.30111 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1351712/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=10376 CPUtime=6.22
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 2508 661 0 0 621 1 0 0 25 0 1 0 59202758 10625024 1832 996147200 134512640 135215973 4294956304 18446744073709551615 134591053 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 2594 1832 408 171 0 1519 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10376

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1348448/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=13940 CPUtime=12.56
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 3514 661 0 0 1254 2 0 0 25 0 1 0 59202758 14274560 2564 996147200 134512640 135215973 4294956304 18446744073709551615 134648295 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 3485 2564 408 171 0 2410 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 13940

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1343520/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=18808 CPUtime=25.24
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 4842 661 0 0 2521 3 0 0 25 0 1 0 59202758 19259392 3698 996147200 134512640 135215973 4294956304 18446744073709551615 134591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 4702 3698 408 171 0 3627 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 18808

[startup+51.1017 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1332256/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=29220 CPUtime=50.59
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 7794 661 0 0 5054 5 0 0 25 0 1 0 59202758 29921280 6393 996147200 134512640 135215973 4294956304 18446744073709551615 134588355 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 7305 6393 408 171 0 6230 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 29220

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1309088/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=49120 CPUtime=101.31
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 13380 661 0 0 10121 10 0 0 25 0 1 0 59202758 50298880 11337 996147200 134512640 135215973 4294956304 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 12280 11337 408 171 0 11205 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 49120

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1289120/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=71024 CPUtime=160.74
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 19384 661 0 0 16060 14 0 0 25 0 1 0 59202758 72728576 16059 996147200 134512640 135215973 4294956304 18446744073709551615 134583557 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 17756 16059 408 171 0 16681 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 71024

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1266784/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=88184 CPUtime=220.18
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 24302 661 0 0 22000 18 0 0 25 0 1 0 59202758 90300416 20977 996147200 134512640 135215973 4294956304 18446744073709551615 4158960112 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 22046 20977 408 171 0 20971 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 88184

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1238624/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=115856 CPUtime=279.61
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 31868 661 0 0 27938 23 0 0 25 0 1 0 59202758 118636544 26494 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 28964 26494 408 171 0 27889 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 115856

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1210464/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=138780 CPUtime=339.04
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 38234 661 0 0 33876 28 0 0 25 0 1 0 59202758 142110720 32347 996147200 134512640 135215973 4294956304 18446744073709551615 134589808 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 34695 32347 408 171 0 33620 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 138780

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1188128/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=154880 CPUtime=398.47
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 42888 661 0 0 39814 33 0 0 25 0 1 0 59202758 158597120 37001 996147200 134512640 135215973 4294956304 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 38720 37001 408 171 0 37645 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 154880

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1164896/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=172704 CPUtime=457.91
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 47747 661 0 0 45754 37 0 0 25 0 1 0 59202758 176848896 41860 996147200 134512640 135215973 4294956304 18446744073709551615 134590027 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 43176 41860 408 171 0 42101 0
Current children cumulated CPU time (s) 457.91
Current children cumulated vsize (KiB) 172704

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 15277
/proc/meminfo: memFree=1140000/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=208708 CPUtime=517.33
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 57201 661 0 0 51691 42 0 0 25 0 1 0 59202758 213716992 47217 996147200 134512640 135215973 4294956304 18446744073709551615 134686744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 52177 47217 408 171 0 51102 0
Current children cumulated CPU time (s) 517.33
Current children cumulated vsize (KiB) 208708

[startup+582.301 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 15319
/proc/meminfo: memFree=1158672/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=230448 CPUtime=577.07
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 63364 661 0 0 57659 48 0 0 25 0 1 0 59202758 235978752 53380 996147200 134512640 135215973 4294956304 18446744073709551615 134908189 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 57612 53380 408 171 0 56537 0
Current children cumulated CPU time (s) 577.07
Current children cumulated vsize (KiB) 230448

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

[startup+582.401 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 15319
/proc/meminfo: memFree=1158672/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=230448 CPUtime=577.17
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 63369 661 0 0 57669 48 0 0 25 0 1 0 59202758 235978752 53385 996147200 134512640 135215973 4294956304 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 57612 53385 408 171 0 56537 0
Current children cumulated CPU time (s) 577.17
Current children cumulated vsize (KiB) 230448

[startup+583.201 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 15319
/proc/meminfo: memFree=1157584/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=230680 CPUtime=577.97
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 63434 661 0 0 57749 48 0 0 25 0 1 0 59202758 236216320 53450 996147200 134512640 135215973 4294956304 18446744073709551615 134901910 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 57670 53450 408 171 0 56595 0
Current children cumulated CPU time (s) 577.97
Current children cumulated vsize (KiB) 230680

[startup+584.001 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 15319
/proc/meminfo: memFree=1157584/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=230680 CPUtime=578.77
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 63438 661 0 0 57829 48 0 0 25 0 1 0 59202758 236216320 53454 996147200 134512640 135215973 4294956304 18446744073709551615 9717298 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 57670 53454 408 171 0 56595 0
Current children cumulated CPU time (s) 578.77
Current children cumulated vsize (KiB) 230680

[startup+584.206 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 15319
/proc/meminfo: memFree=1160784/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=226580 CPUtime=578.97
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 63438 661 0 0 57849 48 0 0 25 0 1 0 59202758 232017920 52596 996147200 134512640 135215973 4294956304 18446744073709551615 134532717 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 56645 52596 408 171 0 55570 0
Current children cumulated CPU time (s) 578.97
Current children cumulated vsize (KiB) 226580

[startup+584.301 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 15319
/proc/meminfo: memFree=1160784/2055920 swapFree=4192812/4192956
[pid=15272] ppid=15270 vsize=226580 CPUtime=579.07
/proc/15272/stat : 15272 (pcs.big) R 15270 15272 11468 0 -1 4194304 63438 661 0 0 57859 48 0 0 25 0 1 0 59202758 232017920 52596 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 56645 52596 408 171 0 55570 0
Current children cumulated CPU time (s) 579.07
Current children cumulated vsize (KiB) 226580

Child status: 0
Real time (s): 584.382
CPU time (s): 579.168
CPU user time (s): 578.638
CPU system time (s): 0.529919
CPU usage (%): 99.1077
Max. virtual memory (cumulated for all children) (KiB): 230680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 578.638
system time used= 0.529919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64102
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= 18
involuntary context switches= 11933

runsolver used 0.827874 second user time and 1.83272 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-16 07:16:36
IDJOB=2082572
IDBENCH=57603
IDSOLVER=734
FILE ID=node59/2082572-1247721396
PBS_JOBID= 9521310
Free space on /tmp= 66344 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-enddr1/normalized-super-jobShop-enddr1-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082572-1247721396/watcher-2082572-1247721396 -o /tmp/evaluation-result-2082572-1247721396/solver-2082572-1247721396 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 311924655 HOME/instance-2082572-1247721396.xml

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

MD5SUM BENCH= cf6cb10154c91b27aba123e93ab25157
RANDOM SEED=311924655

node59.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.263
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.263
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:       1358152 kB
Buffers:        103652 kB
Cached:         358340 kB
SwapCached:          0 kB
Active:         187648 kB
Inactive:       413420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:         150592 kB
Slab:            81664 kB
Committed_AS:   672104 kB
PageTables:       2108 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= 66344 MiB
End job on node59 at 2009-07-16 07:26:21