Trace number 208220

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
galac 1SAT 340.067 343.276

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-29_ext.xml
MD5SUM07564dafa9ae539e33d971ed3bf22c8a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.64829
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.02	c start processing
1.02	c start relation processing
1.03	c start cnf exporting
2.19	c parsing time : 0.848
2.19	c preprocessing time : 2.025
2.19	
2.19	c Nary constraints - conflicts : 0 supports : 0
2.19	c Binary constraints - conflicts : 311 supports :19
2.19	c max arity constraint : 2
2.19	c Max Tuples generated 0
2.19	c relations : 330
2.19	c relations BDD: 0
2.19	c vars : 761 - clauses :  37913
2.19	
2.21	 
2.21	c --- Minisat Stats ---
2.21	 
342.27	c restarts              : 19
342.27	c conflicts             : 300447         (892 /sec)
342.27	c decisions             : 433016         (1.19 % random) (1285 /sec)
342.27	c propagations          : 30924346       (91802 /sec)
342.27	c conflict literals     : 26783871       (28.16 % deleted)
342.27	c Memory used           : 34.66 MB
342.27	c CPU time              : 336.861 s
342.27	
342.27	s SATISFIABLE
343.27	v 4 14 16 16 17 18 7 3 16 14 11 1 15 12 2 14 7 10 16 13 8 14 9 6 12 5 15 8 11 2 1 10 2 17 17 17 11 16 14 13

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/node55/watcher-208220-1168186137 -o ROOT/results/node55/solver-208220-1168186137 -C 1800 -M 900 /tmp/evaluation/208220-1168186137/galac.sh /tmp/evaluation/208220-1168186137/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.07 2.00 1.87 3/75 14879
/proc/meminfo: memFree=1527400/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=5224 CPUtime=0
/proc/14878/stat : 14878 (galac.sh) R 14876 14878 14009 0 -1 4194304 60 0 0 0 0 0 0 0 20 0 1 0 167011972 5349376 44 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248758967102 0 0 4096 0 0 0 0 17 1 0 0
/proc/14878/statm: 1306 44 33 79 0 104 0

[startup+0.10341 s]
/proc/loadavg: 2.07 2.00 1.87 3/75 14879
/proc/meminfo: memFree=1527400/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=0.01
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.511449 s]
/proc/loadavg: 2.07 2.00 1.87 3/75 14879
/proc/meminfo: memFree=1527400/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=0.01
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.33253 s]
/proc/loadavg: 2.14 2.01 1.88 3/83 14899
/proc/meminfo: memFree=1456680/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=0.01
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14892] ppid=14878 vsize=860852 CPUtime=1.26
/proc/14892/stat : 14892 (java) R 14878 14878 14009 0 -1 0 19713 0 1 0 115 11 0 0 18 0 8 0 167011976 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154163245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14892/statm: 215213 19467 1992 14 0 201471 0
[pid=14892/tid=14893] ppid=14878 vsize=860852 CPUtime=0.03
/proc/14892/task/14893/stat : 14893 (java) S 14878 14878 14009 0 -1 64 3789 0 0 0 2 1 0 0 16 0 8 0 167011980 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14892/tid=14894] ppid=14878 vsize=860852 CPUtime=0
/proc/14892/task/14894/stat : 14894 (java) S 14878 14878 14009 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 167011980 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14892/tid=14895] ppid=14878 vsize=860852 CPUtime=0
/proc/14892/task/14895/stat : 14895 (java) S 14878 14878 14009 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167011980 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14892/tid=14896] ppid=14878 vsize=860852 CPUtime=0
/proc/14892/task/14896/stat : 14896 (java) S 14878 14878 14009 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167011984 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14892/tid=14897] ppid=14878 vsize=860852 CPUtime=0.29
/proc/14892/task/14897/stat : 14897 (java) R 14878 14878 14009 0 -1 64 1008 0 0 0 28 1 0 0 21 0 8 0 167011984 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14892/tid=14898] ppid=14878 vsize=860852 CPUtime=0
/proc/14892/task/14898/stat : 14898 (java) S 14878 14878 14009 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167011984 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14892/tid=14899] ppid=14878 vsize=860852 CPUtime=0
/proc/14892/task/14899/stat : 14899 (java) S 14878 14878 14009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167011984 881512448 19467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908432

[startup+2.97069 s]
/proc/loadavg: 2.14 2.01 1.88 3/76 14900
/proc/meminfo: memFree=1524192/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=5452 CPUtime=0.73
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 1129 0 0 0 73 0 0 0 25 0 1 0 167012194 5582848 1111 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 1363 1111 54 142 0 1219 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 53032

[startup+6.25301 s]
/proc/loadavg: 2.14 2.01 1.88 3/76 14900
/proc/meminfo: memFree=1518176/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=9576 CPUtime=3.99
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 2173 0 0 0 398 1 0 0 25 0 1 0 167012194 9805824 2155 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 2394 2155 54 142 0 2250 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 57156

[startup+12.7266 s]
/proc/loadavg: 2.12 2.01 1.88 3/76 14900
/proc/meminfo: memFree=1513128/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=14204 CPUtime=10.4
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 3299 0 0 0 1037 3 0 0 25 0 1 0 167012194 14544896 3281 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 3551 3281 54 142 0 3407 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 61784

[startup+25.5759 s]
/proc/loadavg: 2.10 2.01 1.88 3/76 14900
/proc/meminfo: memFree=1509032/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=18584 CPUtime=23.13
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 4390 0 0 0 2310 3 0 0 25 0 1 0 167012194 19030016 4372 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 4646 4372 54 142 0 4502 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 66164

[startup+51.2564 s]
/proc/loadavg: 2.06 2.01 1.88 3/76 14900
/proc/meminfo: memFree=1505704/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=21100 CPUtime=48.58
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 4994 0 0 0 4853 5 0 0 25 0 1 0 167012194 21606400 4976 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 5275 4976 54 142 0 5131 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 68680

[startup+102.513 s]
/proc/loadavg: 2.02 2.00 1.89 3/76 14900
/proc/meminfo: memFree=1502312/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=24040 CPUtime=99.36
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 5685 0 0 0 9931 5 0 0 25 0 1 0 167012194 24616960 5667 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 6010 5667 54 142 0 5866 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 71620

[startup+162.61 s]
/proc/loadavg: 2.01 2.00 1.89 3/76 14900
/proc/meminfo: memFree=1498152/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=27392 CPUtime=158.91
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 6518 0 0 0 15885 6 0 0 25 0 1 0 167012194 28049408 6500 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 6848 6500 54 142 0 6704 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 74972

[startup+222.698 s]
/proc/loadavg: 2.00 2.00 1.90 3/76 14900
/proc/meminfo: memFree=1495208/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=29448 CPUtime=218.46
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 7020 0 0 0 21839 7 0 0 25 0 1 0 167012194 30154752 7002 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 7362 7002 54 142 0 7218 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 77028

[startup+282.784 s]
/proc/loadavg: 2.00 2.00 1.90 3/76 14900
/proc/meminfo: memFree=1491240/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=2.15
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 800 22896 0 1 0 0 200 15 17 0 1 0 167011972 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14878/statm: 11895 363 245 79 0 218 0
[pid=14900] ppid=14878 vsize=32420 CPUtime=277.99
/proc/14900/stat : 14900 (minisat) R 14878 14878 14009 0 -1 4194304 7727 0 0 0 27791 8 0 0 25 0 1 0 167012194 33198080 7709 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/14900/statm: 8105 7709 54 142 0 7961 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 80000

[startup+342.875 s]
/proc/loadavg: 2.00 2.00 1.91 3/79 14904
/proc/meminfo: memFree=1517392/2055920 swapFree=4192812/4192956
[pid=14878] ppid=14876 vsize=47580 CPUtime=339.11
/proc/14878/stat : 14878 (galac.sh) S 14876 14878 14009 0 -1 4194304 838 31409 0 1 0 0 33886 25 16 0 1 0 167011972 48721920 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761778258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 11895 364 245 79 0 218 0
[pid=14901] ppid=14878 vsize=860844 CPUtime=0.57
/proc/14901/stat : 14901 (java) R 14878 14878 14009 0 -1 0 8079 0 1 0 52 5 0 0 20 0 8 0 167046201 881504256 7821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073519938 0 4 3670016 23759 18446744073709551615 0 0 17 1 0 0
/proc/14901/statm: 215211 7821 1923 14 0 201469 0
[pid=14901/tid=14902] ppid=14878 vsize=860844 CPUtime=0
/proc/14901/task/14902/stat : 14902 (java) S 14878 14878 14009 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 167046205 881504256 7821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 3670016 23759 0 0 0 -1 1 0 0
[pid=14901/tid=14903] ppid=14878 vsize=860844 CPUtime=0
/proc/14901/task/14903/stat : 14903 (java) S 14878 14878 14009 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 167046205 881504256 7821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 3670016 23759 0 0 0 -1 1 0 0
[pid=14901/tid=14904] ppid=14878 vsize=860844 CPUtime=0
/proc/14901/task/14904/stat : 14904 (java) S 14878 14878 14009 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167046205 881504256 7821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 3670016 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 908424

Child status: 0
Real time (s): 343.276
CPU time (s): 340.067
CPU user time (s): 339.692
CPU system time (s): 0.374943
CPU usage (%): 99.0653
Max. virtual memory (cumulated for all children) (KiB): 908528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.692
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45458
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1780
involuntary context switches= 8477

runsolver used 0.399939 s user time and 1.12483 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 16:08:57 UTC 2007


IDJOB= 208220
IDBENCH= 4358
FILE ID= node55/208220-1168186137

PBS_JOBID= 3479208

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-29_ext.xml
COMMAND LINE= /tmp/evaluation/208220-1168186137/galac.sh /tmp/evaluation/208220-1168186137/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-208220-1168186137 -o ROOT/results/node55/solver-208220-1168186137 -C 1800 -M 900  /tmp/evaluation/208220-1168186137/galac.sh /tmp/evaluation/208220-1168186137/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  07564dafa9ae539e33d971ed3bf22c8a

RANDOM SEED= 445802850

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	: 5931.00
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:       1527880 kB
Buffers:         33516 kB
Cached:         402568 kB
SwapCached:          0 kB
Active:         141348 kB
Inactive:       330668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3036 kB
Writeback:           0 kB
Mapped:          46876 kB
Slab:            41536 kB
Committed_AS:  3516020 kB
PageTables:       1772 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= 66552 MiB



End job on node55 on Sun Jan  7 16:14:40 UTC 2007