Trace number 2082429

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 599.194 601.62

DiagnosticValue
ASSIGNMENTS64095

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-15_ext.xml
MD5SUMd79ec5163944086e4aebac72d51eb912
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.51086
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.12/0.26	c small-domain mode
0.12/0.27	c Seed is 1151414436
0.12/0.27	c Constructing HOME/instance-2082429-1247721064.xml  with 18 constraints
7.45/7.59	c Solving 64095 backtracks 18 restarts
599.16/601.61	s SATISFIABLE
599.16/601.61	c V0=4, V1=3, V2=4, V3=4, V4=0, V5=3, V6=3, V7=4, V8=0, V9=3, V10=3, V11=1, V12=3, V13=3, V14=1, V15=0, V16=0, V17=0, V18=1, V19=1, 
599.16/601.61	v 4 3 4 4 0 3 3 4 0 3 3 1 3 3 1 0 0 0 1 1 
599.16/601.61	d ASSIGNMENTS 64095

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-2082429-1247721064/watcher-2082429-1247721064 -o /tmp/evaluation-result-2082429-1247721064/solver-2082429-1247721064 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1151414436 HOME/instance-2082429-1247721064.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/73 14099
/proc/meminfo: memFree=1370456/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=5356 CPUtime=0
/proc/14099/stat : 14099 (pcssolve) R 14097 14099 12510 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 59171159 5484544 175 996147200 4194304 4889804 548682068800 18446744073709551615 251601320549 0 0 4100 0 0 0 0 17 1 0 0
/proc/14099/statm: 1339 175 142 169 0 50 0

[startup+0.0149559 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14099
/proc/meminfo: memFree=1370456/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=5356 CPUtime=0
/proc/14099/stat : 14099 (pcssolve) S 14097 14099 12510 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 59171159 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14099/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101966 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14099
/proc/meminfo: memFree=1370456/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=5356 CPUtime=0.05
/proc/14099/stat : 14099 (pcssolve) S 14097 14099 12510 0 -1 4194304 339 1332 0 0 0 0 3 2 17 0 1 0 59171159 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14099/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301983 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14099
/proc/meminfo: memFree=1370456/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=5824 CPUtime=0.27
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 960 3866 0 0 2 0 17 8 17 0 1 0 59171159 5963776 569 996147200 134512640 135095119 4294956304 18446744073709551615 12070629 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 1456 569 361 142 0 410 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5824

[startup+0.701034 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 14099
/proc/meminfo: memFree=1370456/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=12016 CPUtime=0.67
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 3003 3866 0 0 41 1 17 8 20 0 1 0 59171159 12304384 1879 996147200 134512640 135095119 4294956304 18446744073709551615 134738854 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 3004 1879 375 142 0 1958 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 12016

[startup+1.50112 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1360336/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=22140 CPUtime=1.47
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 5624 3866 0 0 119 3 17 8 25 0 1 0 59171159 22671360 3494 996147200 134512640 135095119 4294956304 18446744073709551615 11746420 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 5535 3494 375 142 0 4489 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22140

[startup+3.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1353424/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=38628 CPUtime=3.06
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 10378 3866 0 0 276 5 17 8 25 0 1 0 59171159 39555072 6254 996147200 134512640 135095119 4294956304 18446744073709551615 134914415 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 9657 6254 375 142 0 8611 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38628

[startup+6.30165 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 14105
/proc/meminfo: memFree=1330456/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=75132 CPUtime=6.26
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 19714 3866 0 0 590 11 17 8 25 0 1 0 59171159 76935168 11690 996147200 134512640 135095119 4294956304 18446744073709551615 134945084 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 18783 11690 375 142 0 17737 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 75132

[startup+12.7014 s]
/proc/loadavg: 2.15 2.03 2.01 3/74 14105
/proc/meminfo: memFree=1314208/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=58040 CPUtime=12.62
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 23536 3866 0 0 1225 12 17 8 25 0 1 0 59171159 59432960 13859 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 14510 13859 389 142 0 13464 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 58040

[startup+25.5018 s]
/proc/loadavg: 2.19 2.05 2.01 3/74 14105
/proc/meminfo: memFree=1314272/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=58040 CPUtime=25.37
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 23536 3866 0 0 2500 12 17 8 25 0 1 0 59171159 59432960 13859 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 14510 13859 389 142 0 13464 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 58040

[startup+51.1017 s]
/proc/loadavg: 2.12 2.04 2.01 3/74 14105
/proc/meminfo: memFree=1311904/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=58040 CPUtime=50.87
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 23536 3866 0 0 5050 12 17 8 25 0 1 0 59171159 59432960 13859 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 14510 13859 389 142 0 13464 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 58040

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 2.01 3/74 14105
/proc/meminfo: memFree=1307488/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=59068 CPUtime=101.87
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 23671 3866 0 0 10149 13 17 8 25 0 1 0 59171159 60485632 13994 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 14767 13994 389 142 0 13721 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 59068

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 14105
/proc/meminfo: memFree=1304032/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=59068 CPUtime=161.62
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 23753 3866 0 0 16124 13 17 8 25 0 1 0 59171159 60485632 14076 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 14767 14076 389 142 0 13721 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 59068

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 14105
/proc/meminfo: memFree=1299424/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=61120 CPUtime=221.38
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 24282 3866 0 0 22100 13 17 8 25 0 1 0 59171159 62586880 14348 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 15280 14348 389 142 0 14234 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 61120

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14105
/proc/meminfo: memFree=1294304/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=61908 CPUtime=281.15
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 24619 3866 0 0 28076 14 17 8 25 0 1 0 59171159 63393792 14685 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 15477 14685 389 142 0 14431 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 61908

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14105
/proc/meminfo: memFree=1287912/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=65176 CPUtime=340.9
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 25544 3866 0 0 34050 15 17 8 25 0 1 0 59171159 66740224 15353 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 16294 15353 389 142 0 15248 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 65176

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1284264/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=67224 CPUtime=400.66
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 26197 3866 0 0 40026 15 17 8 25 0 1 0 59171159 68837376 15493 996147200 134512640 135095119 4294956304 18446744073709551615 134911283 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 16806 15493 389 142 0 15760 0
Current children cumulated CPU time (s) 400.66
Current children cumulated vsize (KiB) 67224

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1278888/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=68140 CPUtime=460.43
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 26565 3866 0 0 46002 16 17 8 25 0 1 0 59171159 69775360 15861 996147200 134512640 135095119 4294956304 18446744073709551615 134918171 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17035 15861 389 142 0 15989 0
Current children cumulated CPU time (s) 460.43
Current children cumulated vsize (KiB) 68140

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1273832/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=69188 CPUtime=520.18
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 26946 3866 0 0 51976 17 17 8 25 0 1 0 59171159 70848512 16242 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17297 16242 389 142 0 16251 0
Current children cumulated CPU time (s) 520.18
Current children cumulated vsize (KiB) 69188

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1268648/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70236 CPUtime=579.94
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27335 3866 0 0 57952 17 17 8 25 0 1 0 59171159 71921664 16631 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17559 16631 389 142 0 16513 0
Current children cumulated CPU time (s) 579.94
Current children cumulated vsize (KiB) 70236

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

[startup+588.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1268072/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70368 CPUtime=586.31
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27377 3866 0 0 58589 17 17 8 25 0 1 0 59171159 72056832 16673 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17592 16673 389 142 0 16546 0
Current children cumulated CPU time (s) 586.31
Current children cumulated vsize (KiB) 70368

[startup+595.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1267304/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70500 CPUtime=592.69
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27417 3866 0 0 59227 17 17 8 25 0 1 0 59171159 72192000 16713 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17625 16713 389 142 0 16579 0
Current children cumulated CPU time (s) 592.69
Current children cumulated vsize (KiB) 70500

[startup+598.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1267240/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70500 CPUtime=595.87
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27438 3866 0 0 59545 17 17 8 25 0 1 0 59171159 72192000 16734 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17625 16734 389 142 0 16579 0
Current children cumulated CPU time (s) 595.87
Current children cumulated vsize (KiB) 70500

[startup+599.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1267176/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70500 CPUtime=597.46
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27447 3866 0 0 59704 17 17 8 25 0 1 0 59171159 72192000 16743 996147200 134512640 135095119 4294956304 18446744073709551615 134918244 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17625 16743 389 142 0 16579 0
Current children cumulated CPU time (s) 597.46
Current children cumulated vsize (KiB) 70500

[startup+600.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1267048/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70500 CPUtime=598.26
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27452 3866 0 0 59784 17 17 8 25 0 1 0 59171159 72192000 16748 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17625 16748 389 142 0 16579 0
Current children cumulated CPU time (s) 598.26
Current children cumulated vsize (KiB) 70500

[startup+601.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1267048/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70500 CPUtime=598.66
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27455 3866 0 0 59824 17 17 8 25 0 1 0 59171159 72192000 16751 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17625 16751 389 142 0 16579 0
Current children cumulated CPU time (s) 598.66
Current children cumulated vsize (KiB) 70500

[startup+601.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1267048/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=70500 CPUtime=599.06
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27458 3866 0 0 59864 17 17 8 25 0 1 0 59171159 72192000 16754 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 17625 16754 389 142 0 16579 0
Current children cumulated CPU time (s) 599.06
Current children cumulated vsize (KiB) 70500

[startup+601.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14105
/proc/meminfo: memFree=1321768/2055920 swapFree=4192812/4192956
[pid=14099] ppid=14097 vsize=14644 CPUtime=599.16
/proc/14099/stat : 14099 (pcs.small) R 14097 14099 12510 0 -1 4194304 27458 3866 0 0 59873 18 17 8 25 0 1 0 59171159 14995456 3020 996147200 134512640 135095119 4294956304 18446744073709551615 12058739 0 0 4096 0 0 0 0 17 0 0 0
/proc/14099/statm: 3661 3020 389 142 0 2615 0
Current children cumulated CPU time (s) 599.16
Current children cumulated vsize (KiB) 14644

Child status: 0
Real time (s): 601.62
CPU time (s): 599.194
CPU user time (s): 598.914
CPU system time (s): 0.279957
CPU usage (%): 99.5968
Max. virtual memory (cumulated for all children) (KiB): 88588

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

runsolver used 0.71889 second user time and 1.47978 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-16 07:11:05
IDJOB=2082429
IDBENCH=57584
IDSOLVER=734
FILE ID=node91/2082429-1247721064
PBS_JOBID= 9521443
Free space on /tmp= 66176 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-15_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082429-1247721064/watcher-2082429-1247721064 -o /tmp/evaluation-result-2082429-1247721064/solver-2082429-1247721064 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1151414436 HOME/instance-2082429-1247721064.xml

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

MD5SUM BENCH= d79ec5163944086e4aebac72d51eb912
RANDOM SEED=1151414436

node91.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.241
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.241
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:       1370872 kB
Buffers:         70656 kB
Cached:         405412 kB
SwapCached:          0 kB
Active:         202432 kB
Inactive:       413016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23700 kB
Writeback:           0 kB
Mapped:         150836 kB
Slab:            54656 kB
Committed_AS:   704444 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66176 MiB
End job on node91 at 2009-07-16 07:21:07