Trace number 195600

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 1UNSAT 166.152 166.921

General information on the benchmark

Namerlfap/rlfapGraphs/
graph7.xml
MD5SUM6894350c4fec852e84b11a6ff9a12c54
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.264959
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables400
Number of constraints2170
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2170
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
140.40	c start processing
140.40	c start relation processing
140.89	c start cnf exporting
166.51	c parsing time : 140.231
166.51	c preprocessing time : 166.346
166.51	
166.51	c Nary constraints - conflicts : 0 supports : 0
166.51	c Binary constraints - conflicts : 1414 supports :756
166.51	c max arity constraint : 2
166.51	c Max Tuples generated 1936
166.51	c relations : 1545
166.51	c relations BDD: 0
166.51	c vars : 14661 - clauses :  899430
166.51	
166.57	 
166.57	c --- Minisat Stats ---
166.57	 
166.90	Solved by unit propagation
166.90	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/node41/watcher-195600-1168113250 -o ROOT/results/node41/solver-195600-1168113250 -C 1800 -M 900 /tmp/evaluation/195600-1168113250/galac.sh /tmp/evaluation/195600-1168113250/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.55 1.81 1.87 4/81 18081
/proc/meminfo: memFree=1857344/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=5244 CPUtime=0
/proc/18080/stat : 18080 (galac.sh) R 18078 18080 17861 0 -1 4194304 155 0 0 0 0 0 0 0 20 0 1 0 159724393 5369856 121 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4389008 0 0 4096 0 0 0 0 17 1 0 0
/proc/18080/statm: 1311 121 89 79 0 115 0

[startup+0.103774 s]
/proc/loadavg: 1.55 1.81 1.87 4/81 18081
/proc/meminfo: memFree=1857344/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.511802 s]
/proc/loadavg: 1.55 1.81 1.87 4/81 18081
/proc/meminfo: memFree=1857344/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33496 s]
/proc/loadavg: 1.55 1.81 1.87 4/89 18101
/proc/meminfo: memFree=1816960/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=1.27
/proc/18094/stat : 18094 (java) S 18080 18080 17861 0 -1 0 11992 0 1 0 120 7 0 0 18 0 8 0 159724397 881676288 11722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 11722 1995 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=0.66
/proc/18094/task/18095/stat : 18095 (java) R 18080 18080 17861 0 -1 64 3496 0 0 0 64 2 0 0 20 0 8 0 159724400 881676288 11722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153802821 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 11722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 11722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 11722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.14
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 929 0 0 0 14 0 0 0 16 0 8 0 159724404 881676288 11722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 11722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 11722 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) 908576

[startup+2.98803 s]
/proc/loadavg: 1.55 1.81 1.87 3/89 18101
/proc/meminfo: memFree=1815360/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=2.93
/proc/18094/stat : 18094 (java) S 18080 18080 17861 0 -1 0 12417 0 1 0 285 8 0 0 15 0 8 0 159724397 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 12093 1995 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=2.17
/proc/18094/task/18095/stat : 18095 (java) R 18080 18080 17861 0 -1 64 3846 0 0 0 215 2 0 0 25 0 8 0 159724400 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155215808 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.18
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 950 0 0 0 18 0 0 0 15 0 8 0 159724404 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 12093 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908576

[startup+6.1963 s]
/proc/loadavg: 1.59 1.82 1.87 3/89 18101
/proc/meminfo: memFree=1812168/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=6.12
/proc/18094/stat : 18094 (java) S 18080 18080 17861 0 -1 0 12945 0 1 0 603 9 0 0 15 0 8 0 159724397 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 12532 1995 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=5.2
/proc/18094/task/18095/stat : 18095 (java) R 18080 18080 17861 0 -1 64 4266 0 0 0 517 3 0 0 25 0 8 0 159724400 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153790359 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.22
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 969 0 0 0 21 1 0 0 15 0 8 0 159724404 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 12532 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908576

[startup+12.6889 s]
/proc/loadavg: 1.62 1.82 1.87 3/89 18101
/proc/meminfo: memFree=1806280/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=12.57
/proc/18094/stat : 18094 (java) S 18080 18080 17861 0 -1 0 13863 0 1 0 1247 10 0 0 15 0 8 0 159724397 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 13305 1995 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=11.4
/proc/18094/task/18095/stat : 18095 (java) R 18080 18080 17861 0 -1 64 5019 0 0 0 1136 4 0 0 25 0 8 0 159724400 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.26
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 989 0 0 0 25 1 0 0 16 0 8 0 159724404 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 13305 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908576

[startup+25.569 s]
/proc/loadavg: 1.71 1.83 1.87 3/89 18101
/proc/meminfo: memFree=1796936/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=25.4
/proc/18094/stat : 18094 (java) S 18080 18080 17861 0 -1 0 15342 0 1 0 2527 13 0 0 15 0 8 0 159724397 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 14565 1995 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=23.85
/proc/18094/task/18095/stat : 18095 (java) R 18080 18080 17861 0 -1 64 6266 0 0 0 2379 6 0 0 25 0 8 0 159724400 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525853 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.28
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 1002 0 0 0 27 1 0 0 16 0 8 0 159724404 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 14565 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 908576

[startup+51.2512 s]
/proc/loadavg: 1.80 1.84 1.87 3/89 18101
/proc/meminfo: memFree=1780872/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=50.95
/proc/18094/stat : 18094 (java) S 18080 18080 17861 0 -1 0 17686 0 1 0 5079 16 0 0 15 0 8 0 159724397 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 16597 1995 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=48.73
/proc/18094/task/18095/stat : 18095 (java) R 18080 18080 17861 0 -1 64 8262 0 0 0 4865 8 0 0 25 0 8 0 159724400 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155215792 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.35
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 1038 0 0 0 34 1 0 0 15 0 8 0 159724404 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 16597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 908576

[startup+102.5 s]
/proc/loadavg: 1.91 1.86 1.88 3/89 18101
/proc/meminfo: memFree=1759496/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=101.96
/proc/18094/stat : 18094 (java) S 18080 18080 17861 0 -1 0 20871 0 1 0 10174 22 0 0 15 0 8 0 159724397 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 19350 1995 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=98.7
/proc/18094/task/18095/stat : 18095 (java) R 18080 18080 17861 0 -1 64 11001 0 0 0 9857 13 0 0 25 0 8 0 159724400 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525117 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.37
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 1052 0 0 0 36 1 0 0 15 0 8 0 159724404 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 19350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 908576

[startup+162.585 s]
/proc/loadavg: 1.76 1.84 1.87 2/76 18378
/proc/meminfo: memFree=1775216/2055920 swapFree=4191892/4192956
[pid=18080] ppid=18078 vsize=47564 CPUtime=0.01
/proc/18080/stat : 18080 (galac.sh) S 18078 18080 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 159724393 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18080/statm: 11891 364 246 79 0 218 0
[pid=18094] ppid=18080 vsize=861012 CPUtime=161.85
/proc/18094/stat : 18094 (java) R 18080 18080 17861 0 -1 0 32915 0 1 0 16147 38 0 0 17 0 8 0 159724397 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074524427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18094/statm: 215253 31085 2017 14 0 201458 0
[pid=18094/tid=18095] ppid=18080 vsize=861012 CPUtime=135.88
/proc/18094/task/18095/stat : 18095 (java) S 18080 18080 17861 0 -1 64 15264 0 0 0 13571 17 0 0 16 0 8 0 159724400 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18094/tid=18096] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18096/stat : 18096 (java) S 18080 18080 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159724401 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18080 18080 17861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159724401 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18080 18080 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159724404 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18099] ppid=18080 vsize=861012 CPUtime=0.47
/proc/18094/task/18099/stat : 18099 (java) S 18080 18080 17861 0 -1 64 1104 0 0 0 45 2 0 0 16 0 8 0 159724404 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18094/tid=18100] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18100/stat : 18100 (java) S 18080 18080 17861 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159724404 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18080 vsize=861012 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18080 18080 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159724404 881676288 31085 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 908576

Child status: 0
Real time (s): 166.921
CPU time (s): 166.152
CPU user time (s): 165.653
CPU system time (s): 0.498924
CPU usage (%): 99.539
Max. virtual memory (cumulated for all children) (KiB): 908576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.653
system time used= 0.498924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41252
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= 7957
involuntary context switches= 11110

runsolver used 0.19397 s user time and 0.567913 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 19:54:11 UTC 2007


IDJOB= 195600
IDBENCH= 3289
FILE ID= node41/195600-1168113250

PBS_JOBID= 3477396

Free space on /tmp= 66526 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphs/graph7.xml
COMMAND LINE= /tmp/evaluation/195600-1168113250/galac.sh /tmp/evaluation/195600-1168113250/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-195600-1168113250 -o ROOT/results/node41/solver-195600-1168113250 -C 1800 -M 900  /tmp/evaluation/195600-1168113250/galac.sh /tmp/evaluation/195600-1168113250/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6894350c4fec852e84b11a6ff9a12c54

RANDOM SEED= 120013351

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.234
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.234
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:       1857888 kB
Buffers:         14436 kB
Cached:          66404 kB
SwapCached:         12 kB
Active:         101256 kB
Inactive:        43208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857888 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            6992 kB
Writeback:           0 kB
Mapped:          81892 kB
Slab:            38676 kB
Committed_AS:  3473864 kB
PageTables:       2072 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= 66529 MiB



End job on node41 on Sat Jan  6 19:57:00 UTC 2007