Trace number 198043

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 1? (TO) 1800.1 1808.86

General information on the benchmark

NamegolombRuler/golombRulerArity4/
ruler-34-9-a4.xml
MD5SUM595a44e6ab9cbcc9e7223c194d261e6f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.65499
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.51	c start processing
1.51	c start relation processing
2.12	c start cnf exporting
165.45	c parsing time : 1.356
165.45	c preprocessing time : 165.291
165.45	
165.45	c Nary constraints - conflicts : 546 supports : 0
165.45	c Binary constraints - conflicts : 0 supports :36
165.45	c max arity constraint : 4
165.45	c Max Tuples generated 1500625
165.45	c relations : 4
165.45	c relations BDD: 1
165.45	c vars : 952876 - clauses :  3906672
165.45	
165.50	 
165.50	c --- Minisat Stats ---
165.50	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node58/watcher-198043-1168126648 -o ROOT/results/node58/solver-198043-1168126648 -C 1800 -M 900 /tmp/evaluation/198043-1168126648/galac.sh /tmp/evaluation/198043-1168126648/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.64 1.29 1.21 3/81 10166
/proc/meminfo: memFree=1413256/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=5256 CPUtime=0
/proc/10165/stat : 10165 (galac.sh) R 10163 10165 9766 0 -1 4194304 180 0 0 0 0 0 0 0 20 0 1 0 161062752 5382144 145 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4451250 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10165/statm: 1314 145 104 79 0 118 0

[startup+0.103869 s]
/proc/loadavg: 1.64 1.29 1.21 3/81 10166
/proc/meminfo: memFree=1413256/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.511903 s]
/proc/loadavg: 1.64 1.29 1.21 3/81 10166
/proc/meminfo: memFree=1413256/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33497 s]
/proc/loadavg: 1.64 1.29 1.21 3/89 10186
/proc/meminfo: memFree=1372040/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10179] ppid=10165 vsize=860808 CPUtime=1.27
/proc/10179/stat : 10179 (java) R 10165 10165 9766 0 -1 0 12338 0 1 0 120 7 0 0 25 0 8 0 161062756 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154015928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10179/statm: 215202 12089 1995 14 0 201460 0
[pid=10179/tid=10180] ppid=10165 vsize=860808 CPUtime=0.12
/proc/10179/task/10180/stat : 10180 (java) S 10165 10165 9766 0 -1 64 3876 0 0 0 11 1 0 0 16 0 8 0 161062759 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10181] ppid=10165 vsize=860808 CPUtime=0
/proc/10179/task/10181/stat : 10181 (java) S 10165 10165 9766 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161062760 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10182] ppid=10165 vsize=860808 CPUtime=0
/proc/10179/task/10182/stat : 10182 (java) S 10165 10165 9766 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161062760 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10183] ppid=10165 vsize=860808 CPUtime=0
/proc/10179/task/10183/stat : 10183 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161062763 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10184] ppid=10165 vsize=860808 CPUtime=0.19
/proc/10179/task/10184/stat : 10184 (java) S 10165 10165 9766 0 -1 64 946 0 0 0 18 1 0 0 15 0 8 0 161062763 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10185] ppid=10165 vsize=860808 CPUtime=0
/proc/10179/task/10185/stat : 10185 (java) S 10165 10165 9766 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161062763 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10186] ppid=10165 vsize=860808 CPUtime=0
/proc/10179/task/10186/stat : 10186 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161062763 881467392 12089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908360

[startup+2.98811 s]
/proc/loadavg: 1.64 1.29 1.21 3/89 10186
/proc/meminfo: memFree=1370568/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10179] ppid=10165 vsize=860936 CPUtime=2.92
/proc/10179/stat : 10179 (java) R 10165 10165 9766 0 -1 0 20279 0 1 0 281 11 0 0 25 0 8 0 161062756 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074216641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10179/statm: 215234 20028 2020 14 0 201492 0
[pid=10179/tid=10180] ppid=10165 vsize=860936 CPUtime=0.13
/proc/10179/task/10180/stat : 10180 (java) S 10165 10165 9766 0 -1 64 4222 0 0 0 12 1 0 0 16 0 8 0 161062759 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10181] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10181/stat : 10181 (java) S 10165 10165 9766 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161062760 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10182] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10182/stat : 10182 (java) S 10165 10165 9766 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161062760 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10183] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10183/stat : 10183 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161062763 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10184] ppid=10165 vsize=860936 CPUtime=0.36
/proc/10179/task/10184/stat : 10184 (java) S 10165 10165 9766 0 -1 64 1060 0 0 0 35 1 0 0 15 0 8 0 161062763 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10185] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10185/stat : 10185 (java) S 10165 10165 9766 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161062763 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10186] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10186/stat : 10186 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161062763 881598464 20028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908488

[startup+6.27339 s]
/proc/loadavg: 1.67 1.30 1.22 3/89 10186
/proc/meminfo: memFree=1335176/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10179] ppid=10165 vsize=860936 CPUtime=6.2
/proc/10179/stat : 10179 (java) R 10165 10165 9766 0 -1 0 20633 0 1 0 607 13 0 0 25 0 8 0 161062756 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073742558 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10179/statm: 215234 20377 2020 14 0 201492 0
[pid=10179/tid=10180] ppid=10165 vsize=860936 CPUtime=0.18
/proc/10179/task/10180/stat : 10180 (java) S 10165 10165 9766 0 -1 64 4566 0 0 0 16 2 0 0 16 0 8 0 161062759 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10181] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10181/stat : 10181 (java) S 10165 10165 9766 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161062760 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10182] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10182/stat : 10182 (java) S 10165 10165 9766 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161062760 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10183] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10183/stat : 10183 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161062763 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10184] ppid=10165 vsize=860936 CPUtime=0.36
/proc/10179/task/10184/stat : 10184 (java) S 10165 10165 9766 0 -1 64 1065 0 0 0 35 1 0 0 15 0 8 0 161062763 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10185] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10185/stat : 10185 (java) S 10165 10165 9766 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161062763 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10186] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10186/stat : 10186 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161062763 881598464 20377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908488

[startup+12.6759 s]
/proc/loadavg: 1.70 1.31 1.22 3/89 10186
/proc/meminfo: memFree=1329096/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10179] ppid=10165 vsize=860936 CPUtime=12.56
/proc/10179/stat : 10179 (java) R 10165 10165 9766 0 -1 0 20987 0 1 0 1241 15 0 0 25 0 8 0 161062756 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074248400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10179/statm: 215234 20721 2020 14 0 201492 0
[pid=10179/tid=10180] ppid=10165 vsize=860936 CPUtime=0.25
/proc/10179/task/10180/stat : 10180 (java) S 10165 10165 9766 0 -1 64 4910 0 0 0 23 2 0 0 16 0 8 0 161062759 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10181] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10181/stat : 10181 (java) S 10165 10165 9766 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161062760 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10182] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10182/stat : 10182 (java) S 10165 10165 9766 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161062760 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10183] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10183/stat : 10183 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10184] ppid=10165 vsize=860936 CPUtime=0.36
/proc/10179/task/10184/stat : 10184 (java) S 10165 10165 9766 0 -1 64 1065 0 0 0 35 1 0 0 15 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10185] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10185/stat : 10185 (java) S 10165 10165 9766 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10186] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10186/stat : 10186 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908488

[startup+25.54 s]
/proc/loadavg: 1.76 1.35 1.23 3/89 10186
/proc/meminfo: memFree=1316232/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10179] ppid=10165 vsize=860936 CPUtime=25.37
/proc/10179/stat : 10179 (java) R 10165 10165 9766 0 -1 0 21007 0 1 0 2518 19 0 0 25 0 8 0 161062756 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152035853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10179/statm: 215234 20721 2020 14 0 201492 0
[pid=10179/tid=10180] ppid=10165 vsize=860936 CPUtime=0.26
/proc/10179/task/10180/stat : 10180 (java) S 10165 10165 9766 0 -1 64 4910 0 0 0 24 2 0 0 16 0 8 0 161062759 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10181] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10181/stat : 10181 (java) S 10165 10165 9766 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161062760 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10182] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10182/stat : 10182 (java) S 10165 10165 9766 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161062760 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10183] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10183/stat : 10183 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10184] ppid=10165 vsize=860936 CPUtime=0.36
/proc/10179/task/10184/stat : 10184 (java) S 10165 10165 9766 0 -1 64 1065 0 0 0 35 1 0 0 15 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10185] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10185/stat : 10185 (java) S 10165 10165 9766 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10186] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10186/stat : 10186 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908488

[startup+51.1952 s]
/proc/loadavg: 1.98 1.43 1.26 3/89 10186
/proc/meminfo: memFree=1291656/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10179] ppid=10165 vsize=860936 CPUtime=50.87
/proc/10179/stat : 10179 (java) R 10165 10165 9766 0 -1 0 21047 0 1 0 5058 29 0 0 25 0 8 0 161062756 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074186540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10179/statm: 215234 20721 2020 14 0 201492 0
[pid=10179/tid=10180] ppid=10165 vsize=860936 CPUtime=0.27
/proc/10179/task/10180/stat : 10180 (java) S 10165 10165 9766 0 -1 64 4910 0 0 0 25 2 0 0 16 0 8 0 161062759 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10181] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10181/stat : 10181 (java) S 10165 10165 9766 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161062760 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10182] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10182/stat : 10182 (java) S 10165 10165 9766 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161062760 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10183] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10183/stat : 10183 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10184] ppid=10165 vsize=860936 CPUtime=0.36
/proc/10179/task/10184/stat : 10184 (java) S 10165 10165 9766 0 -1 64 1065 0 0 0 35 1 0 0 16 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10185] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10185/stat : 10185 (java) S 10165 10165 9766 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10179/tid=10186] ppid=10165 vsize=860936 CPUtime=0
/proc/10179/task/10186/stat : 10186 (java) S 10165 10165 9766 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161062763 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 908488

[startup+102.496 s]
/proc/loadavg: 1.99 1.52 1.30 3/89 10186
/proc/meminfo: memFree=1243336/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=0.01
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10179] ppid=10165 vsize=860936 CPUtime=101.92
/proc/10179/stat : 10179 (java) R 10165 10165 9766 0 -1 0 21127 0 1 0 10144 48 0 0 25 0 8 0 161062756 881598464 20721 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074234258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10179/statm: 215234 20721 2020 14 0 201492 0
[pid=10179/tid=10180] ppid=10165 vsize=860936 CPUtime=0.31

################
# More data... #
################

/proc/loadavg: 2.00 1.97 1.75 4/82 10187
/proc/meminfo: memFree=579392/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=205248 CPUtime=953.63
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48715 0 0 0 95322 41 0 0 25 0 1 0 161079302 210173952 48697 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51312 48697 53 142 0 51168 0
Current children cumulated CPU time (s) 1118.12
Current children cumulated vsize (KiB) 252800

[startup+1183.73 s]
/proc/loadavg: 2.00 1.97 1.76 3/82 10187
/proc/meminfo: memFree=548864/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=205380 CPUtime=1013.4
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48748 0 0 0 101299 41 0 0 25 0 1 0 161079302 210309120 48730 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51345 48730 53 142 0 51201 0
Current children cumulated CPU time (s) 1177.89
Current children cumulated vsize (KiB) 252932

[startup+1243.8 s]
/proc/loadavg: 2.03 1.99 1.78 3/82 10187
/proc/meminfo: memFree=518272/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=205524 CPUtime=1073.19
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48791 0 0 0 107277 42 0 0 25 0 1 0 161079302 210456576 48773 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51381 48773 53 142 0 51237 0
Current children cumulated CPU time (s) 1237.68
Current children cumulated vsize (KiB) 253076

[startup+1303.87 s]
/proc/loadavg: 2.01 1.99 1.79 3/82 10187
/proc/meminfo: memFree=487808/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=205788 CPUtime=1132.98
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48827 0 0 0 113255 43 0 0 25 0 1 0 161079302 210726912 48809 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51447 48809 53 142 0 51303 0
Current children cumulated CPU time (s) 1297.47
Current children cumulated vsize (KiB) 253340

[startup+1363.94 s]
/proc/loadavg: 2.00 1.99 1.80 3/82 10187
/proc/meminfo: memFree=456576/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=205920 CPUtime=1192.77
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48858 0 0 0 119233 44 0 0 25 0 1 0 161079302 210862080 48840 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51480 48840 53 142 0 51336 0
Current children cumulated CPU time (s) 1357.26
Current children cumulated vsize (KiB) 253472

[startup+1424.01 s]
/proc/loadavg: 2.20 2.04 1.83 3/88 10259
/proc/meminfo: memFree=424624/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206064 CPUtime=1252.47
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48894 0 0 0 125203 44 0 0 25 0 1 0 161079302 211009536 48876 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51516 48876 53 142 0 51372 0
Current children cumulated CPU time (s) 1416.96
Current children cumulated vsize (KiB) 253616

[startup+1484.1 s]
/proc/loadavg: 2.08 2.03 1.83 3/88 10345
/proc/meminfo: memFree=394168/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206064 CPUtime=1312.17
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48914 0 0 0 131173 44 0 0 25 0 1 0 161079302 211009536 48896 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51516 48896 53 142 0 51372 0
Current children cumulated CPU time (s) 1476.66
Current children cumulated vsize (KiB) 253616

[startup+1544.18 s]
/proc/loadavg: 2.03 2.02 1.84 3/82 10385
/proc/meminfo: memFree=364736/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206196 CPUtime=1371.92
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48933 0 0 0 137147 45 0 0 25 0 1 0 161079302 211144704 48915 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51549 48915 53 142 0 51405 0
Current children cumulated CPU time (s) 1536.41
Current children cumulated vsize (KiB) 253748

[startup+1604.24 s]
/proc/loadavg: 2.01 2.02 1.84 3/82 10385
/proc/meminfo: memFree=333952/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206368 CPUtime=1431.71
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48972 0 0 0 143125 46 0 0 25 0 1 0 161079302 211320832 48954 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51592 48954 53 142 0 51448 0
Current children cumulated CPU time (s) 1596.2
Current children cumulated vsize (KiB) 253920

[startup+1664.31 s]
/proc/loadavg: 2.00 2.01 1.85 3/82 10385
/proc/meminfo: memFree=302784/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206368 CPUtime=1491.49
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 48991 0 0 0 149103 46 0 0 25 0 1 0 161079302 211320832 48973 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51592 48973 53 142 0 51448 0
Current children cumulated CPU time (s) 1655.98
Current children cumulated vsize (KiB) 253920

[startup+1724.38 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 10385
/proc/meminfo: memFree=272000/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206500 CPUtime=1551.27
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 49017 0 0 0 155080 47 0 0 25 0 1 0 161079302 211456000 48999 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 51625 48999 53 142 0 51481 0
Current children cumulated CPU time (s) 1715.76
Current children cumulated vsize (KiB) 254052

[startup+1784.42 s]
/proc/loadavg: 1.65 1.91 1.83 4/82 10531
/proc/meminfo: memFree=1067072/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206500 CPUtime=1611.17
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 49039 0 0 0 161068 49 0 0 25 0 1 0 161079302 211456000 49021 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 51625 49021 53 142 0 51481 0
Current children cumulated CPU time (s) 1775.66
Current children cumulated vsize (KiB) 254052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.85 s]
/proc/loadavg: 1.56 1.86 1.82 3/75 10605
/proc/meminfo: memFree=1239928/2055920 swapFree=4192812/4192956
[pid=10165] ppid=10163 vsize=47552 CPUtime=164.49
/proc/10165/stat : 10165 (galac.sh) S 10163 10165 9766 0 -1 4194304 801 22944 0 1 0 0 16377 72 17 0 1 0 161062752 48693248 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10165/statm: 11888 364 246 79 0 218 0
[pid=10187] ppid=10165 vsize=206632 CPUtime=1635.61
/proc/10187/stat : 10187 (minisat) R 10165 10165 9766 0 -1 4194304 49045 0 0 0 163510 51 0 0 25 0 1 0 161079302 211591168 49027 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 51658 49027 53 142 0 51514 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 254184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 10165 and gives childrusage.ru_utime.tv_sec=163 childrusage.ru_utime.tv_usec=780101 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=733888
CPU time returned by wait4() is 164.514
while last known CPU time is 1800.1

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1808.86
CPU time (s): 1800.1
CPU user time (s): 1798.87
CPU system time (s): 1.23
CPU usage (%): 99.5155
Max. virtual memory (cumulated for all children) (KiB): 908488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.78
system time used= 0.733888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23745
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6433
involuntary context switches= 8388

runsolver used 2.50262 s user time and 5.47917 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Jan  6 23:37:28 UTC 2007


IDJOB= 198043
IDBENCH= 3530
FILE ID= node58/198043-1168126648

PBS_JOBID= 3477927

Free space on /tmp= 66511 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity4/ruler-34-9-a4.xml
COMMAND LINE= /tmp/evaluation/198043-1168126648/galac.sh /tmp/evaluation/198043-1168126648/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-198043-1168126648 -o ROOT/results/node58/solver-198043-1168126648 -C 1800 -M 900  /tmp/evaluation/198043-1168126648/galac.sh /tmp/evaluation/198043-1168126648/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  595a44e6ab9cbcc9e7223c194d261e6f

RANDOM SEED= 326044909

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.223
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.223
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:       1413800 kB
Buffers:         21064 kB
Cached:         444056 kB
SwapCached:          0 kB
Active:         171240 kB
Inactive:       409520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8580 kB
Writeback:           0 kB
Mapped:         134688 kB
Slab:            46448 kB
Committed_AS:  3210060 kB
PageTables:       2000 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= 66452 MiB



End job on node58 on Sun Jan  7 00:07:38 UTC 2007