Trace number 248125

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, and are wall clock time (not CPU 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
CSPtoSAT+minisat 0.3SAT 1095.14 1096.74

General information on the benchmark

Nameprimes/primes-10/
primes-10-60-3-3.xml
MD5SUMe65a2b73ea9ce1a93878f06f3fe2c1c9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.032994
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.21	c This is CSPtoSAT+minisat version 0.3
0.21	c (c) 2006 roussel@cril.univ-artois.fr
0.21	
0.21	c This solver internally uses a modified version of MiniSat2 version 061112
0.21	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.21	
0.21	c parsing...
0.21	c ...done
0.21	c #SATvar=8202 #SATclauses=16100 #CSPpredicates=60
1096.66	Verified 4152 original clauses.
1096.73	c SAT problem is solved
1096.73	restarts              : 28
1096.73	conflicts             : 11908398       (10882 /sec)
1096.73	decisions             : 67965625       (1.37 % random) (62105 /sec)
1096.73	propagations          : 5969534270     (5454815 /sec)
1096.73	conflict literals     : 60834805       (7.72 % deleted)
1096.73	Memory used           : 418.00 MB
1096.73	CPU time              : 1094.36 s
1096.73	c all predicates checked
1096.73	
1096.73	s SATISFIABLE
1096.73	v 26 17 19 13 7 13 17 5 24 3 5 19 2 29 7 12 2 17 5 17 3 27 19 29 9 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 19 13 2 7 17 3 2 17 7 5 2 17 3 13 13 20 19 17 13 17 29 7 19 11 13 5 20 16 19 11 11 26 2 19 23 17 23 23 11 7 20 11 29 5 2 17 23 29 5 29 17 11 29 
1096.73	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node3/watcher-248125-1168093782 -o ROOT/results/node3/solver-248125-1168093782 -C 1800 -M 900 /tmp/evaluation/248125-1168093782/CSPtoSAT+minisat /tmp/evaluation/248125-1168093782/unknown.xml 

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

/proc/loadavg: 1.23 1.43 1.69 5/86 1086
/proc/meminfo: memFree=1309536/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=496 CPUtime=0
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 157774175 507904 36 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 10924836 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 124 36 29 52 0 19 0

[startup+0.104602 s]
/proc/loadavg: 1.23 1.43 1.69 5/86 1086
/proc/meminfo: memFree=1309536/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=8136 CPUtime=0.09
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 1163 0 0 0 9 0 0 0 18 0 1 0 157774175 8331264 1110 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134562958 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 2034 1110 725 52 0 402 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8136

[startup+0.512666 s]
/proc/loadavg: 1.23 1.43 1.69 5/86 1086
/proc/meminfo: memFree=1309536/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=8268 CPUtime=0.5
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 1197 0 0 0 50 0 0 0 22 0 1 0 157774175 8466432 1144 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671770 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 2067 1144 725 52 0 435 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8268

[startup+1.3368 s]
/proc/loadavg: 1.23 1.43 1.69 3/86 1086
/proc/meminfo: memFree=1307552/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=8532 CPUtime=1.31
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 1271 0 0 0 131 0 0 0 25 0 1 0 157774175 8736768 1218 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665589 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 2133 1218 725 52 0 501 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8532

[startup+2.97707 s]
/proc/loadavg: 1.23 1.43 1.69 3/86 1086
/proc/meminfo: memFree=1307168/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=9100 CPUtime=2.94
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 1423 0 0 0 294 0 0 0 25 0 1 0 157774175 9318400 1370 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671588 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 2275 1370 725 52 0 643 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9100

[startup+6.2566 s]
/proc/loadavg: 1.29 1.44 1.69 3/86 1086
/proc/meminfo: memFree=1306208/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=9760 CPUtime=6.2
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 1572 0 0 0 620 0 0 0 25 0 1 0 157774175 9994240 1519 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678598 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 2440 1519 725 52 0 808 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 9760

[startup+12.7206 s]
/proc/loadavg: 1.35 1.45 1.70 3/86 1086
/proc/meminfo: memFree=1304608/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=11296 CPUtime=12.6
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 1979 0 0 0 1260 0 0 0 25 0 1 0 157774175 11567104 1926 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 2824 1926 725 52 0 1192 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 11296

[startup+25.5377 s]
/proc/loadavg: 1.49 1.47 1.70 3/86 1086
/proc/meminfo: memFree=1301792/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=14332 CPUtime=25.31
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 2712 0 0 0 2530 1 0 0 25 0 1 0 157774175 14675968 2659 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678226 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 3583 2659 725 52 0 1951 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 14332

[startup+51.1829 s]
/proc/loadavg: 1.66 1.52 1.71 3/86 1086
/proc/meminfo: memFree=1295200/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=20700 CPUtime=50.73
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 4306 0 0 0 5071 2 0 0 25 0 1 0 157774175 21196800 4253 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665699 0 0 4096 0 0 0 0 17 1 0 0
/proc/1085/statm: 5175 4253 725 52 0 3543 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 20700

[startup+102.469 s]
/proc/loadavg: 1.81 1.57 1.72 3/86 1123
/proc/meminfo: memFree=1266656/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=37488 CPUtime=101.92
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 8491 0 0 0 10186 6 0 0 25 0 1 0 157774175 38387712 8438 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665622 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 9372 8438 725 52 0 7740 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 37488

[startup+162.484 s]
/proc/loadavg: 1.93 1.65 1.73 3/86 1123
/proc/meminfo: memFree=1245472/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=53168 CPUtime=161.88
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 12406 0 0 0 16180 8 0 0 25 0 1 0 157774175 54444032 12353 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665637 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 13292 12353 725 52 0 11660 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 53168

[startup+222.506 s]
/proc/loadavg: 1.97 1.71 1.74 3/86 1123
/proc/meminfo: memFree=1222240/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=69960 CPUtime=221.83
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 16601 0 0 0 22172 11 0 0 25 0 1 0 157774175 71639040 16548 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678166 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 17490 16548 725 52 0 15858 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 69960

[startup+282.532 s]
/proc/loadavg: 1.99 1.76 1.76 3/86 1123
/proc/meminfo: memFree=1193056/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=92588 CPUtime=281.79
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 22248 0 0 0 28165 14 0 0 25 0 1 0 157774175 94810112 22195 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671220 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 23147 22195 725 52 0 21515 0
Current children cumulated CPU time (s) 281.79
Current children cumulated vsize (KiB) 92588

[startup+342.552 s]
/proc/loadavg: 1.99 1.80 1.77 3/86 1123
/proc/meminfo: memFree=1164640/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=114560 CPUtime=341.76
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 27738 0 0 0 34158 18 0 0 25 0 1 0 157774175 117309440 27685 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665699 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 28640 27685 725 52 0 27008 0
Current children cumulated CPU time (s) 341.76
Current children cumulated vsize (KiB) 114560

[startup+402.564 s]
/proc/loadavg: 1.99 1.83 1.78 3/86 1123
/proc/meminfo: memFree=1136160/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=137352 CPUtime=401.7
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 33408 0 0 0 40149 21 0 0 25 0 1 0 157774175 140648448 33355 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 34338 33355 725 52 0 32706 0
Current children cumulated CPU time (s) 401.7
Current children cumulated vsize (KiB) 137352

[startup+462.58 s]
/proc/loadavg: 2.06 1.88 1.80 3/86 1123
/proc/meminfo: memFree=1107296/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=159632 CPUtime=461.64
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 38961 0 0 0 46140 24 0 0 25 0 1 0 157774175 163463168 38908 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671680 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 39908 38908 725 52 0 38276 0
Current children cumulated CPU time (s) 461.64
Current children cumulated vsize (KiB) 159632

[startup+522.603 s]
/proc/loadavg: 2.02 1.90 1.81 3/86 1123
/proc/meminfo: memFree=1077600/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=183084 CPUtime=521.62
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 44843 0 0 0 52134 28 0 0 25 0 1 0 157774175 187478016 44790 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671191 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 45771 44790 725 52 0 44139 0
Current children cumulated CPU time (s) 521.62
Current children cumulated vsize (KiB) 183084

[startup+582.63 s]
/proc/loadavg: 2.01 1.91 1.82 3/86 1123
/proc/meminfo: memFree=1049440/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=203444 CPUtime=581.56
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 49928 0 0 0 58125 31 0 0 25 0 1 0 157774175 208326656 49875 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665686 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 50861 49875 725 52 0 49229 0
Current children cumulated CPU time (s) 581.56
Current children cumulated vsize (KiB) 203444

[startup+642.647 s]
/proc/loadavg: 2.00 1.93 1.82 3/86 1123
/proc/meminfo: memFree=1020128/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=225548 CPUtime=641.51
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 55424 0 0 0 64117 34 0 0 25 0 1 0 157774175 230961152 55371 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665663 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 56387 55371 725 52 0 54755 0
Current children cumulated CPU time (s) 641.51
Current children cumulated vsize (KiB) 225548

[startup+702.667 s]
/proc/loadavg: 2.00 1.94 1.83 3/86 1123
/proc/meminfo: memFree=990944/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=249516 CPUtime=701.48
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 61421 0 0 0 70110 38 0 0 25 0 1 0 157774175 255504384 61368 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665268 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 62379 61368 725 52 0 60747 0
Current children cumulated CPU time (s) 701.48
Current children cumulated vsize (KiB) 249516

[startup+762.684 s]
/proc/loadavg: 2.00 1.95 1.84 3/86 1123
/proc/meminfo: memFree=956768/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=279516 CPUtime=761.42
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 68848 0 0 0 76097 45 0 0 25 0 1 0 157774175 286224384 68795 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 69879 68795 725 52 0 68247 0
Current children cumulated CPU time (s) 761.42
Current children cumulated vsize (KiB) 279516

[startup+822.709 s]
/proc/loadavg: 2.00 1.95 1.84 3/86 1123
/proc/meminfo: memFree=923360/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=306300 CPUtime=821.4
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 75492 0 0 0 82090 50 0 0 25 0 1 0 157774175 313651200 75439 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 76575 75439 725 52 0 74943 0
Current children cumulated CPU time (s) 821.4
Current children cumulated vsize (KiB) 306300

[startup+882.738 s]
/proc/loadavg: 2.04 1.97 1.85 3/86 1123
/proc/meminfo: memFree=890336/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=332168 CPUtime=881.36
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 81952 0 0 0 88082 54 0 0 25 0 1 0 157774175 340140032 81899 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667348 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 83042 81899 725 52 0 81410 0
Current children cumulated CPU time (s) 881.36
Current children cumulated vsize (KiB) 332168

[startup+942.757 s]
/proc/loadavg: 2.01 1.97 1.86 3/86 1123
/proc/meminfo: memFree=860512/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=357488 CPUtime=941.31
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 88301 0 0 0 94072 59 0 0 25 0 1 0 157774175 366067712 88248 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 89372 88248 725 52 0 87740 0
Current children cumulated CPU time (s) 941.31
Current children cumulated vsize (KiB) 357488

[startup+1002.79 s]
/proc/loadavg: 2.00 1.97 1.87 4/86 1123
/proc/meminfo: memFree=830368/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=384104 CPUtime=1001.28
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 94943 0 0 0 100065 63 0 0 25 0 1 0 157774175 393322496 94890 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665620 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 96026 94890 725 52 0 94394 0
Current children cumulated CPU time (s) 1001.28
Current children cumulated vsize (KiB) 384104

[startup+1062.8 s]
/proc/loadavg: 2.00 1.97 1.87 3/86 1123
/proc/meminfo: memFree=795872/2055920 swapFree=4192812/4192956
[pid=1085] ppid=1083 vsize=411664 CPUtime=1061.23
/proc/1085/stat : 1085 (CSPtoSAT+minisa) R 1083 1085 495 0 -1 4194304 101795 0 0 0 106056 67 0 0 25 0 1 0 157774175 421543936 101742 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671686 0 0 4096 0 0 0 0 17 0 0 0
/proc/1085/statm: 102916 101742 725 52 0 101284 0
Current children cumulated CPU time (s) 1061.23
Current children cumulated vsize (KiB) 411664

Child status: 0
Real time (s): 1096.74
CPU time (s): 1095.14
CPU user time (s): 1094.36
CPU system time (s): 0.773882
CPU usage (%): 99.8544
Max. virtual memory (cumulated for all children) (KiB): 427896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1094.36
system time used= 0.773882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105872
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= 12
involuntary context switches= 27906

runsolver used 1.47178 s user time and 3.24051 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan  6 14:29:44 UTC 2007


IDJOB= 248125
IDBENCH= 11682
FILE ID= node3/248125-1168093782

PBS_JOBID= 3476390

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-60-3-3.xml
COMMAND LINE= /tmp/evaluation/248125-1168093782/CSPtoSAT+minisat /tmp/evaluation/248125-1168093782/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-248125-1168093782 -o ROOT/results/node3/solver-248125-1168093782 -C 1800 -M 900  /tmp/evaluation/248125-1168093782/CSPtoSAT+minisat /tmp/evaluation/248125-1168093782/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  e65a2b73ea9ce1a93878f06f3fe2c1c9

RANDOM SEED= 464019256

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.279
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.279
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:       1310016 kB
Buffers:         66740 kB
Cached:         525200 kB
SwapCached:          0 kB
Active:         141064 kB
Inactive:       510112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          81704 kB
Slab:            79856 kB
Committed_AS:  3830192 kB
PageTables:       2020 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= 66543 MiB



End job on node3 on Sat Jan  6 14:48:02 UTC 2007