Trace number 248658

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 1375.79 1381.1

General information on the benchmark

Nameprimes/primes-25/
primes-25-80-2-3.xml
MD5SUM9b04e86ac42860503a7a50456fc13146
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.024995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity5
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c This is CSPtoSAT+minisat version 0.3
0.10	c (c) 2006 roussel@cril.univ-artois.fr
0.10	
0.10	c This solver internally uses a modified version of MiniSat2 version 061112
0.10	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.10	
0.10	c parsing...
0.10	c ...done
0.10	c #SATvar=28602 #SATclauses=56900 #CSPpredicates=80
1381.07	Verified 5007 original clauses.
1381.07	c SAT problem is solved
1381.07	restarts              : 23
1381.07	conflicts             : 2053800        (1493 /sec)
1381.07	decisions             : 29403107       (1.29 % random) (21375 /sec)
1381.07	propagations          : 9247566017     (6722550 /sec)
1381.07	conflict literals     : 6861935        (0.14 % deleted)
1381.07	Memory used           : 75.09 MB
1381.07	CPU time              : 1375.6 s
1381.07	c all predicates checked
1381.07	
1381.07	s SATISFIABLE
1381.07	v 23 37 5 53 67 31 37 77 97 79 41 5 53 29 43 3 53 3 83 37 37 67 61 11 19 13 41 89 61 31 11 5 83 23 71 61 67 17 37 61 11 89 79 71 29 41 89 97 53 73 43 3 59 13 17 89 41 73 79 17 13 2 37 5 37 13 79 11 43 19 97 73 19 73 47 61 29 47 67 2 41 23 3 7 43 29 7 3 11 97 19 31 3 67 47 41 3 37 71 47 
1381.07	

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/node48/watcher-248658-1168094008 -o ROOT/results/node48/solver-248658-1168094008 -C 1800 -M 900 /tmp/evaluation/248658-1168094008/CSPtoSAT+minisat /tmp/evaluation/248658-1168094008/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: 2.00 2.00 1.92 5/73 3174
/proc/meminfo: memFree=1609496/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=496 CPUtime=0
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 157799516 507904 36 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 3531556 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 124 36 29 52 0 19 0

[startup+0.103768 s]
/proc/loadavg: 2.00 2.00 1.92 5/73 3174
/proc/meminfo: memFree=1609496/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=10944 CPUtime=0.09
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 1825 0 0 0 9 0 0 0 19 0 1 0 157799516 11206656 1771 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 3965015 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 2736 1771 725 52 0 1104 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10944

[startup+0.5118 s]
/proc/loadavg: 2.00 2.00 1.92 5/73 3174
/proc/meminfo: memFree=1609496/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=10944 CPUtime=0.5
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 1841 0 0 0 50 0 0 0 24 0 1 0 157799516 11206656 1787 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 2736 1787 725 52 0 1104 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10944

[startup+1.33288 s]
/proc/loadavg: 2.08 2.02 1.93 3/73 3174
/proc/meminfo: memFree=1604824/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=11140 CPUtime=1.31
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 1870 0 0 0 131 0 0 0 25 0 1 0 157799516 11407360 1816 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671765 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 2785 1816 725 52 0 1153 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 11140

[startup+2.97702 s]
/proc/loadavg: 2.08 2.02 1.93 3/73 3174
/proc/meminfo: memFree=1604504/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=11272 CPUtime=2.95
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 1916 0 0 0 295 0 0 0 25 0 1 0 157799516 11542528 1862 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671246 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 2818 1862 725 52 0 1186 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 11272

[startup+6.25933 s]
/proc/loadavg: 2.07 2.02 1.93 3/73 3174
/proc/meminfo: memFree=1603736/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=11668 CPUtime=6.22
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 2001 0 0 0 622 0 0 0 25 0 1 0 157799516 11948032 1947 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671226 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 2917 1947 725 52 0 1285 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11668

[startup+12.7259 s]
/proc/loadavg: 2.07 2.02 1.93 3/73 3174
/proc/meminfo: memFree=1602456/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=12428 CPUtime=12.66
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 2174 0 0 0 1266 0 0 0 25 0 1 0 157799516 12726272 2120 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665436 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 3107 2120 725 52 0 1475 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12428

[startup+25.5431 s]
/proc/loadavg: 2.06 2.01 1.93 3/73 3174
/proc/meminfo: memFree=1599896/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=13516 CPUtime=25.44
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 2469 0 0 0 2543 1 0 0 25 0 1 0 157799516 13840384 2415 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 3379 2415 725 52 0 1747 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 13516

[startup+51.1925 s]
/proc/loadavg: 2.03 2.01 1.93 3/73 3174
/proc/meminfo: memFree=1594712/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=16092 CPUtime=50.98
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 3096 0 0 0 5097 1 0 0 25 0 1 0 157799516 16478208 3042 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 4023 3042 725 52 0 2391 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 16092

[startup+102.487 s]
/proc/loadavg: 2.01 2.01 1.93 3/73 3174
/proc/meminfo: memFree=1588824/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=18468 CPUtime=102.08
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 3680 0 0 0 10206 2 0 0 25 0 1 0 157799516 18911232 3626 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665616 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 4617 3626 725 52 0 2985 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 18468

[startup+162.498 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1581784/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=21816 CPUtime=161.86
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 4504 0 0 0 16183 3 0 0 25 0 1 0 157799516 22339584 4450 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 5454 4450 725 52 0 3822 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 21816

[startup+222.515 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1574808/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=24852 CPUtime=221.64
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 5276 0 0 0 22160 4 0 0 25 0 1 0 157799516 25448448 5222 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678238 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 6213 5222 725 52 0 4581 0
Current children cumulated CPU time (s) 221.64
Current children cumulated vsize (KiB) 24852

[startup+282.53 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1568664/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=27440 CPUtime=281.43
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 5921 0 0 0 28138 5 0 0 25 0 1 0 157799516 28098560 5867 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667281 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 6860 5867 725 52 0 5228 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 27440

[startup+342.542 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1561816/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=30212 CPUtime=341.22
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 6603 0 0 0 34116 6 0 0 25 0 1 0 157799516 30937088 6549 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678226 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 7553 6549 725 52 0 5921 0
Current children cumulated CPU time (s) 341.22
Current children cumulated vsize (KiB) 30212

[startup+402.554 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1555480/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=32720 CPUtime=401
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 7259 0 0 0 40094 6 0 0 25 0 1 0 157799516 33505280 7205 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671183 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 8180 7205 725 52 0 6548 0
Current children cumulated CPU time (s) 401
Current children cumulated vsize (KiB) 32720

[startup+462.568 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1548824/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=35492 CPUtime=460.78
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 7921 0 0 0 46071 7 0 0 25 0 1 0 157799516 36343808 7867 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671185 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 8873 7867 725 52 0 7241 0
Current children cumulated CPU time (s) 460.78
Current children cumulated vsize (KiB) 35492

[startup+522.585 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1543256/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=38264 CPUtime=520.57
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 8643 0 0 0 52050 7 0 0 25 0 1 0 157799516 39182336 8589 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 9566 8589 725 52 0 7934 0
Current children cumulated CPU time (s) 520.57
Current children cumulated vsize (KiB) 38264

[startup+582.599 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1537496/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=41036 CPUtime=580.35
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 9327 0 0 0 58027 8 0 0 25 0 1 0 157799516 42020864 9273 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667403 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 10259 9273 725 52 0 8627 0
Current children cumulated CPU time (s) 580.35
Current children cumulated vsize (KiB) 41036

[startup+642.609 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1531288/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=43808 CPUtime=640.14
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 10024 0 0 0 64005 9 0 0 25 0 1 0 157799516 44859392 9970 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667433 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 10952 9970 725 52 0 9320 0
Current children cumulated CPU time (s) 640.14
Current children cumulated vsize (KiB) 43808

[startup+702.621 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1525528/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=45260 CPUtime=699.92
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 10386 0 0 0 69983 9 0 0 25 0 1 0 157799516 46346240 10332 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 11315 10332 725 52 0 9683 0
Current children cumulated CPU time (s) 699.92
Current children cumulated vsize (KiB) 45260

[startup+762.632 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1522136/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=45920 CPUtime=759.71
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 10557 0 0 0 75962 9 0 0 25 0 1 0 157799516 47022080 10503 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 11480 10503 725 52 0 9848 0
Current children cumulated CPU time (s) 759.71
Current children cumulated vsize (KiB) 45920

[startup+822.648 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1517016/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=48828 CPUtime=819.49
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 11215 0 0 0 81939 10 0 0 25 0 1 0 157799516 49999872 11161 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671518 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 12207 11161 725 52 0 10575 0
Current children cumulated CPU time (s) 819.49
Current children cumulated vsize (KiB) 48828

[startup+882.67 s]
/proc/loadavg: 2.03 2.01 1.93 3/73 3174
/proc/meminfo: memFree=1510616/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=51204 CPUtime=879.28
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 11827 0 0 0 87917 11 0 0 25 0 1 0 157799516 52432896 11773 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671463 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 12801 11773 725 52 0 11169 0
Current children cumulated CPU time (s) 879.28
Current children cumulated vsize (KiB) 51204

[startup+942.685 s]
/proc/loadavg: 2.01 2.01 1.93 3/73 3174
/proc/meminfo: memFree=1503064/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=53844 CPUtime=939.06
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 12479 0 0 0 93895 11 0 0 25 0 1 0 157799516 55136256 12425 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665535 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 13461 12425 725 52 0 11829 0
Current children cumulated CPU time (s) 939.06
Current children cumulated vsize (KiB) 53844

[startup+1002.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1499096/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=55956 CPUtime=998.85
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 13016 0 0 0 99874 11 0 0 25 0 1 0 157799516 57298944 12962 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665620 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 13989 12962 725 52 0 12357 0
Current children cumulated CPU time (s) 998.85
Current children cumulated vsize (KiB) 55956

[startup+1062.72 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1493080/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=58728 CPUtime=1058.64
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 13710 0 0 0 105852 12 0 0 25 0 1 0 157799516 60137472 13656 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 14682 13656 725 52 0 13050 0
Current children cumulated CPU time (s) 1058.64
Current children cumulated vsize (KiB) 58728

[startup+1122.73 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1484888/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=62160 CPUtime=1118.42
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 14557 0 0 0 111830 12 0 0 25 0 1 0 157799516 63651840 14503 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667309 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 15540 14503 725 52 0 13908 0
Current children cumulated CPU time (s) 1118.42
Current children cumulated vsize (KiB) 62160

[startup+1182.76 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1479512/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=65328 CPUtime=1178.22
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 15383 0 0 0 117808 14 0 0 25 0 1 0 157799516 66895872 15329 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 16332 15329 725 52 0 14700 0
Current children cumulated CPU time (s) 1178.22
Current children cumulated vsize (KiB) 65328

[startup+1242.77 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 3174
/proc/meminfo: memFree=1473304/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=68628 CPUtime=1237.98
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 16211 0 0 0 123784 14 0 0 25 0 1 0 157799516 70275072 16157 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671277 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 17157 16157 725 52 0 15525 0
Current children cumulated CPU time (s) 1237.98
Current children cumulated vsize (KiB) 68628

[startup+1302.78 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1464408/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=72880 CPUtime=1297.76
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 17272 0 0 0 129761 15 0 0 25 0 1 0 157799516 74629120 17218 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665622 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 18220 17218 725 52 0 16588 0
Current children cumulated CPU time (s) 1297.76
Current children cumulated vsize (KiB) 72880

[startup+1362.8 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 3174
/proc/meminfo: memFree=1459032/2055920 swapFree=4192812/4192956
[pid=3173] ppid=3171 vsize=75656 CPUtime=1357.54
/proc/3173/stat : 3173 (CSPtoSAT+minisa) R 3171 3173 2709 0 -1 4194304 17953 0 0 0 135739 15 0 0 25 0 1 0 157799516 77471744 17899 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/3173/statm: 18914 17899 725 52 0 17282 0
Current children cumulated CPU time (s) 1357.54
Current children cumulated vsize (KiB) 75656

Child status: 0
Real time (s): 1381.1
CPU time (s): 1375.79
CPU user time (s): 1375.61
CPU system time (s): 0.175973
CPU usage (%): 99.6154
Max. virtual memory (cumulated for all children) (KiB): 76880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1375.61
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18280
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= 11
involuntary context switches= 17291

runsolver used 1.3358 s user time and 3.63045 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sat Jan  6 14:33:28 UTC 2007


IDJOB= 248658
IDBENCH= 11723
FILE ID= node48/248658-1168094008

PBS_JOBID= 3476626

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-80-2-3.xml
COMMAND LINE= /tmp/evaluation/248658-1168094008/CSPtoSAT+minisat /tmp/evaluation/248658-1168094008/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-248658-1168094008 -o ROOT/results/node48/solver-248658-1168094008 -C 1800 -M 900  /tmp/evaluation/248658-1168094008/CSPtoSAT+minisat /tmp/evaluation/248658-1168094008/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  9b04e86ac42860503a7a50456fc13146

RANDOM SEED= 407897398

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.218
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.218
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:       1609976 kB
Buffers:         34924 kB
Cached:         311876 kB
SwapCached:          0 kB
Active:          80004 kB
Inactive:       292940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3092 kB
Writeback:           0 kB
Mapped:          39728 kB
Slab:            58508 kB
Committed_AS:  3208900 kB
PageTables:       1708 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= 66559 MiB



End job on node48 on Sat Jan  6 14:56:29 UTC 2007