Trace number 246926

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.3UNSAT 1356.76 1367.51

General information on the benchmark

Namerlfap/
rlfapSubs/scen06-sub4.xml
MD5SUM2f2ef4b2595ce0c7e703964138e6a5a2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.178972
SatisfiableNO
(Un)Satisfiability was proved
Number of variables44
Number of constraints499
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension499
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=5482 #SATclauses=10828 #CSPpredicates=499
1367.49	c SAT problem is solved
1367.49	restarts              : 15
1367.49	conflicts             : 69355          (51 /sec)
1367.49	decisions             : 379015         (1.44 % random) (279 /sec)
1367.49	propagations          : 53739287       (39611 /sec)
1367.49	conflict literals     : 670908         (0.79 % deleted)
1367.49	Memory used           : 10.66 MB
1367.49	CPU time              : 1356.67 s
1367.49	
1367.49	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-246926-1168093672 -o ROOT/results/node23/solver-246926-1168093672 -C 1800 -M 900 /tmp/evaluation/246926-1168093672/CSPtoSAT+minisat /tmp/evaluation/246926-1168093672/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: 0.00 0.10 0.53 6/86 26122
/proc/meminfo: memFree=1447304/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=496 CPUtime=0
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 157763296 507904 36 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 2495268 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 124 36 29 52 0 19 0

[startup+0.104865 s]
/proc/loadavg: 0.00 0.10 0.53 6/86 26122
/proc/meminfo: memFree=1447304/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=7708 CPUtime=0.09
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1072 0 0 0 9 0 0 0 18 0 1 0 157763296 7892992 1014 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671211 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 1927 1014 720 52 0 295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7708

[startup+0.512938 s]
/proc/loadavg: 0.00 0.10 0.53 6/86 26122
/proc/meminfo: memFree=1447304/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=7840 CPUtime=0.49
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1102 0 0 0 49 0 0 0 21 0 1 0 157763296 8028160 1044 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134630564 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 1960 1044 720 52 0 328 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7840

[startup+1.3341 s]
/proc/loadavg: 0.00 0.10 0.53 4/86 26122
/proc/meminfo: memFree=1444424/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8104 CPUtime=1.31
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1167 0 0 0 131 0 0 0 25 0 1 0 157763296 8298496 1109 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665604 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2026 1109 720 52 0 394 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8104

[startup+2.97542 s]
/proc/loadavg: 0.16 0.13 0.53 3/86 26122
/proc/meminfo: memFree=1444104/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8260 CPUtime=2.95
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1220 0 0 0 295 0 0 0 25 0 1 0 157763296 8458240 1162 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687447 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2065 1162 720 52 0 433 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 8260

[startup+6.25505 s]
/proc/loadavg: 0.16 0.13 0.53 3/86 26122
/proc/meminfo: memFree=1444040/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8260 CPUtime=6.21
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1229 0 0 0 621 0 0 0 25 0 1 0 157763296 8458240 1171 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134668881 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2065 1171 720 52 0 433 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 8260

[startup+12.7183 s]
/proc/loadavg: 0.44 0.19 0.55 3/86 26122
/proc/meminfo: memFree=1443912/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8392 CPUtime=12.65
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1240 0 0 0 1265 0 0 0 25 0 1 0 157763296 8593408 1182 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687647 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2098 1182 720 52 0 466 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8392

[startup+25.5328 s]
/proc/loadavg: 0.68 0.25 0.56 3/86 26122
/proc/meminfo: memFree=1443720/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8532 CPUtime=25.41
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1267 0 0 0 2541 0 0 0 25 0 1 0 157763296 8736768 1209 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687531 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2133 1209 720 52 0 501 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 8532

[startup+51.1667 s]
/proc/loadavg: 1.13 0.39 0.60 3/86 26122
/proc/meminfo: memFree=1443464/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8532 CPUtime=50.94
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1286 0 0 0 5094 0 0 0 25 0 1 0 157763296 8736768 1228 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687503 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2133 1228 720 52 0 501 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 8532

[startup+102.431 s]
/proc/loadavg: 1.50 0.63 0.67 2/81 26136
/proc/meminfo: memFree=1446896/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8664 CPUtime=102.03
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1334 0 0 0 10202 1 0 0 25 0 1 0 157763296 8871936 1276 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/26121/statm: 2166 1276 720 52 0 534 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 8664

[startup+162.531 s]
/proc/loadavg: 1.81 0.87 0.75 3/86 26159
/proc/meminfo: memFree=1433608/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=8956 CPUtime=161.65
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1380 0 0 0 16163 2 0 0 25 0 1 0 157763296 9170944 1322 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687590 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2239 1322 720 52 0 607 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 8956

[startup+222.608 s]
/proc/loadavg: 1.93 1.08 0.82 3/86 26159
/proc/meminfo: memFree=1430024/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9088 CPUtime=221.25
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1419 0 0 0 22123 2 0 0 25 0 1 0 157763296 9306112 1361 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2272 1361 720 52 0 640 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 9088

[startup+282.689 s]
/proc/loadavg: 1.97 1.24 0.89 3/86 26159
/proc/meminfo: memFree=1426696/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9220 CPUtime=280.82
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1458 0 0 0 28080 2 0 0 25 0 1 0 157763296 9441280 1400 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134668963 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2305 1400 720 52 0 673 0
Current children cumulated CPU time (s) 280.82
Current children cumulated vsize (KiB) 9220

[startup+342.767 s]
/proc/loadavg: 1.99 1.38 0.96 3/86 26159
/proc/meminfo: memFree=1422920/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9352 CPUtime=340.41
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1486 0 0 0 34039 2 0 0 25 0 1 0 157763296 9576448 1428 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687408 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2338 1428 720 52 0 706 0
Current children cumulated CPU time (s) 340.41
Current children cumulated vsize (KiB) 9352

[startup+402.861 s]
/proc/loadavg: 1.99 1.49 1.02 3/86 26159
/proc/meminfo: memFree=1418696/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9516 CPUtime=400.02
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1527 0 0 0 40000 2 0 0 25 0 1 0 157763296 9744384 1469 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687528 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2379 1469 720 52 0 747 0
Current children cumulated CPU time (s) 400.02
Current children cumulated vsize (KiB) 9516

[startup+462.948 s]
/proc/loadavg: 1.99 1.58 1.08 3/86 26159
/proc/meminfo: memFree=1415880/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9648 CPUtime=459.61
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1550 0 0 0 45958 3 0 0 25 0 1 0 157763296 9879552 1492 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2412 1492 720 52 0 780 0
Current children cumulated CPU time (s) 459.61
Current children cumulated vsize (KiB) 9648

[startup+523.04 s]
/proc/loadavg: 1.99 1.65 1.14 3/86 26159
/proc/meminfo: memFree=1413192/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9780 CPUtime=519.19
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1587 0 0 0 51916 3 0 0 25 0 1 0 157763296 10014720 1529 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687531 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2445 1529 720 52 0 813 0
Current children cumulated CPU time (s) 519.19
Current children cumulated vsize (KiB) 9780

[startup+583.132 s]
/proc/loadavg: 1.99 1.71 1.19 3/86 26159
/proc/meminfo: memFree=1409544/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9912 CPUtime=578.8
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1611 0 0 0 57877 3 0 0 25 0 1 0 157763296 10149888 1553 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687412 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2478 1553 720 52 0 846 0
Current children cumulated CPU time (s) 578.8
Current children cumulated vsize (KiB) 9912

[startup+643.232 s]
/proc/loadavg: 1.99 1.76 1.23 3/86 26159
/proc/meminfo: memFree=1405576/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=9912 CPUtime=638.39
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1631 0 0 0 63836 3 0 0 25 0 1 0 157763296 10149888 1573 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687582 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2478 1573 720 52 0 846 0
Current children cumulated CPU time (s) 638.39
Current children cumulated vsize (KiB) 9912

[startup+703.323 s]
/proc/loadavg: 1.99 1.80 1.28 3/86 26159
/proc/meminfo: memFree=1402888/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10040 CPUtime=698
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1649 0 0 0 69796 4 0 0 25 0 1 0 157763296 10280960 1591 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687516 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2510 1591 720 52 0 878 0
Current children cumulated CPU time (s) 698
Current children cumulated vsize (KiB) 10040

[startup+763.417 s]
/proc/loadavg: 1.99 1.84 1.32 3/86 26159
/proc/meminfo: memFree=1400328/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10040 CPUtime=757.61
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1667 0 0 0 75757 4 0 0 25 0 1 0 157763296 10280960 1609 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2510 1609 720 52 0 878 0
Current children cumulated CPU time (s) 757.61
Current children cumulated vsize (KiB) 10040

[startup+823.518 s]
/proc/loadavg: 1.99 1.86 1.36 3/86 26159
/proc/meminfo: memFree=1396744/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10172 CPUtime=817.21
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1686 0 0 0 81716 5 0 0 25 0 1 0 157763296 10416128 1628 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687266 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2543 1628 720 52 0 911 0
Current children cumulated CPU time (s) 817.21
Current children cumulated vsize (KiB) 10172

[startup+883.614 s]
/proc/loadavg: 2.03 1.90 1.40 3/86 26159
/proc/meminfo: memFree=1393480/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10172 CPUtime=876.83
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1711 0 0 0 87678 5 0 0 25 0 1 0 157763296 10416128 1653 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2543 1653 720 52 0 911 0
Current children cumulated CPU time (s) 876.83
Current children cumulated vsize (KiB) 10172

[startup+943.715 s]
/proc/loadavg: 2.01 1.91 1.44 3/86 26159
/proc/meminfo: memFree=1390088/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10384 CPUtime=936.43
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1737 0 0 0 93638 5 0 0 25 0 1 0 157763296 10633216 1679 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687512 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2596 1679 721 52 0 964 0
Current children cumulated CPU time (s) 936.43
Current children cumulated vsize (KiB) 10384

[startup+1003.72 s]
/proc/loadavg: 2.00 1.93 1.47 3/86 26159
/proc/meminfo: memFree=1386632/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10516 CPUtime=995.93
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1751 0 0 0 99588 5 0 0 25 0 1 0 157763296 10768384 1693 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687572 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2629 1693 721 52 0 997 0
Current children cumulated CPU time (s) 995.93
Current children cumulated vsize (KiB) 10516

[startup+1063.82 s]
/proc/loadavg: 2.00 1.94 1.50 3/86 26159
/proc/meminfo: memFree=1382792/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10516 CPUtime=1055.54
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1773 0 0 0 105549 5 0 0 25 0 1 0 157763296 10768384 1715 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687531 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2629 1715 721 52 0 997 0
Current children cumulated CPU time (s) 1055.54
Current children cumulated vsize (KiB) 10516

[startup+1123.92 s]
/proc/loadavg: 2.00 1.95 1.53 4/86 26159
/proc/meminfo: memFree=1380168/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10648 CPUtime=1115.16
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1789 0 0 0 111510 6 0 0 25 0 1 0 157763296 10903552 1731 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687588 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2662 1731 721 52 0 1030 0
Current children cumulated CPU time (s) 1115.16
Current children cumulated vsize (KiB) 10648

[startup+1183.92 s]
/proc/loadavg: 2.00 1.95 1.56 3/86 26159
/proc/meminfo: memFree=1377544/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10648 CPUtime=1174.66
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1815 0 0 0 117460 6 0 0 25 0 1 0 157763296 10903552 1757 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687523 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2662 1757 721 52 0 1030 0
Current children cumulated CPU time (s) 1174.66
Current children cumulated vsize (KiB) 10648

[startup+1244.02 s]
/proc/loadavg: 2.00 1.96 1.58 3/86 26159
/proc/meminfo: memFree=1374856/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10780 CPUtime=1234.27
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1835 0 0 0 123421 6 0 0 25 0 1 0 157763296 11038720 1777 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2695 1777 721 52 0 1063 0
Current children cumulated CPU time (s) 1234.27
Current children cumulated vsize (KiB) 10780

[startup+1304.12 s]
/proc/loadavg: 2.00 1.96 1.60 3/86 26159
/proc/meminfo: memFree=1371848/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10912 CPUtime=1293.88
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1860 0 0 0 129382 6 0 0 25 0 1 0 157763296 11173888 1802 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2728 1802 721 52 0 1096 0
Current children cumulated CPU time (s) 1293.88
Current children cumulated vsize (KiB) 10912

[startup+1364.22 s]
/proc/loadavg: 2.00 1.97 1.63 3/86 26159
/proc/meminfo: memFree=1368648/2055920 swapFree=4192812/4192956
[pid=26121] ppid=26116 vsize=10912 CPUtime=1353.48
/proc/26121/stat : 26121 (CSPtoSAT+minisa) R 26116 26121 26009 0 -1 4194304 1870 0 0 0 135341 7 0 0 25 0 1 0 157763296 11173888 1812 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134687687 0 0 4096 0 0 0 0 17 0 0 0
/proc/26121/statm: 2728 1812 721 52 0 1096 0
Current children cumulated CPU time (s) 1353.48
Current children cumulated vsize (KiB) 10912

Child status: 0
Real time (s): 1367.51
CPU time (s): 1356.76
CPU user time (s): 1356.68
CPU system time (s): 0.073988
CPU usage (%): 99.2137
Max. virtual memory (cumulated for all children) (KiB): 10916

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

runsolver used 1.21281 s user time and 3.64545 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sat Jan  6 14:27:58 UTC 2007


IDJOB= 246926
IDBENCH= 11073
FILE ID= node23/246926-1168093672

PBS_JOBID= 3476698

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapSubs/scen06-sub4.xml
COMMAND LINE= /tmp/evaluation/246926-1168093672/CSPtoSAT+minisat /tmp/evaluation/246926-1168093672/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-246926-1168093672 -o ROOT/results/node23/solver-246926-1168093672 -C 1800 -M 900  /tmp/evaluation/246926-1168093672/CSPtoSAT+minisat /tmp/evaluation/246926-1168093672/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  2f2ef4b2595ce0c7e703964138e6a5a2

RANDOM SEED= 556827677

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.265
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.265
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:       1448264 kB
Buffers:         47476 kB
Cached:         423220 kB
SwapCached:          0 kB
Active:         169612 kB
Inactive:       361532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3268 kB
Writeback:           0 kB
Mapped:          79436 kB
Slab:            61456 kB
Committed_AS:  3023264 kB
PageTables:       2212 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= 66548 MiB



End job on node23 on Sat Jan  6 14:50:57 UTC 2007