Trace number 206583

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.08 1801.48

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-30_ext.xml
MD5SUM8786be02a428b274280e565c48f0f361
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
5.30	c start processing
5.30	c start relation processing
18.79	c start cnf exporting
76.68	c parsing time : 5.13
76.68	c preprocessing time : 76.516
76.68	
76.68	c Nary constraints - conflicts : 0 supports : 93
76.68	c Binary constraints - conflicts : 0 supports :0
76.68	c max arity constraint : 3
76.68	c Max Tuples generated 0
76.68	c relations : 93
76.68	c relations BDD: 93
76.68	c vars : 597684 - clauses :  1872909
76.68	
76.76	 
76.76	c --- Minisat Stats ---
76.76	 

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/node35/watcher-206583-1168175154 -o ROOT/results/node35/solver-206583-1168175154 -C 1800 -M 900 /tmp/evaluation/206583-1168175154/galac.sh /tmp/evaluation/206583-1168175154/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 0.99 2/65 12202
/proc/meminfo: memFree=1589968/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=8652 CPUtime=0
/proc/12201/stat : 12201 (galac.sh) R 12199 12201 10791 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 165909100 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134416031 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/12201/statm: 2163 279 207 79 0 156 0
[pid=12203] ppid=12201 vsize=8688 CPUtime=0
/proc/12203/stat : 12203 (galac.sh) R 12201 12201 10791 0 -1 4194368 27 0 0 0 0 0 0 0 18 0 1 0 165909100 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134416031 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/12203/statm: 2172 286 209 79 0 165 0
[pid=12204] ppid=12203 vsize=8688 CPUtime=0
/proc/12204/stat : 12204 (galac.sh) R 12203 12201 10791 0 -1 4194368 10 0 0 0 0 0 0 0 18 0 1 0 165909100 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134583986 0 0 4096 73728 0 0 0 17 0 0 0
/proc/12204/statm: 2172 286 209 79 0 165 0

[startup+0.102233 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12202
/proc/meminfo: memFree=1589968/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47536

[startup+0.510285 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12202
/proc/meminfo: memFree=1589968/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47536

[startup+1.33138 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 12222
/proc/meminfo: memFree=1512848/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12215] ppid=12201 vsize=861556 CPUtime=1.26
/proc/12215/stat : 12215 (java) R 12201 12201 10791 0 -1 0 21588 0 1 0 117 9 0 0 17 0 8 0 165909105 882233344 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155770737 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12215/statm: 215389 21340 1968 14 0 201594 0
[pid=12215/tid=12216] ppid=12201 vsize=861556 CPUtime=0.07
/proc/12215/task/12216/stat : 12216 (java) S 12201 12201 10791 0 -1 64 5826 0 0 0 5 2 0 0 16 0 8 0 165909108 882233344 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12217] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12217/stat : 12217 (java) S 12201 12201 10791 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165909109 882233344 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12218] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12218/stat : 12218 (java) S 12201 12201 10791 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12219] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12219/stat : 12219 (java) S 12201 12201 10791 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 165909112 882233344 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12220] ppid=12201 vsize=861556 CPUtime=0.12
/proc/12215/task/12220/stat : 12220 (java) S 12201 12201 10791 0 -1 64 913 0 0 0 12 0 0 0 15 0 8 0 165909112 882233344 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12221] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12221/stat : 12221 (java) S 12201 12201 10791 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 165909112 882233344 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12222] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12222/stat : 12222 (java) S 12201 12201 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165909112 882233344 21340 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) 909092

[startup+2.97058 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 12222
/proc/meminfo: memFree=1501392/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12215] ppid=12201 vsize=861556 CPUtime=2.89
/proc/12215/stat : 12215 (java) S 12201 12201 10791 0 -1 0 26009 0 1 0 279 10 0 0 16 0 8 0 165909105 882233344 25755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12215/statm: 215389 25755 1968 14 0 201594 0
[pid=12215/tid=12216] ppid=12201 vsize=861556 CPUtime=0.2
/proc/12215/task/12216/stat : 12216 (java) S 12201 12201 10791 0 -1 64 10230 0 0 0 17 3 0 0 17 0 8 0 165909108 882233344 25755 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12217] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12217/stat : 12217 (java) S 12201 12201 10791 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165909109 882233344 25756 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12218] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12218/stat : 12218 (java) S 12201 12201 10791 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 25756 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12219] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12219/stat : 12219 (java) S 12201 12201 10791 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 165909112 882233344 25756 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12220] ppid=12201 vsize=861556 CPUtime=0.14
/proc/12215/task/12220/stat : 12220 (java) S 12201 12201 10791 0 -1 64 925 0 0 0 14 0 0 0 16 0 8 0 165909112 882233344 25756 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12221] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12221/stat : 12221 (java) S 12201 12201 10791 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 165909112 882233344 25756 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12222] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12222/stat : 12222 (java) S 12201 12201 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165909112 882233344 25756 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 909092

[startup+6.17495 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 12222
/proc/meminfo: memFree=1474576/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12215] ppid=12201 vsize=861556 CPUtime=6.09
/proc/12215/stat : 12215 (java) R 12201 12201 10791 0 -1 0 30840 0 1 0 596 13 0 0 17 0 8 0 165909105 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922348 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12215/statm: 215389 30578 1976 14 0 201594 0
[pid=12215/tid=12216] ppid=12201 vsize=861556 CPUtime=0.37
/proc/12215/task/12216/stat : 12216 (java) S 12201 12201 10791 0 -1 64 14992 0 0 0 32 5 0 0 17 0 8 0 165909108 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12217] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12217/stat : 12217 (java) S 12201 12201 10791 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165909109 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12218] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12218/stat : 12218 (java) S 12201 12201 10791 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12219] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12219/stat : 12219 (java) S 12201 12201 10791 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 165909112 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12220] ppid=12201 vsize=861556 CPUtime=0.2
/proc/12215/task/12220/stat : 12220 (java) S 12201 12201 10791 0 -1 64 966 0 0 0 20 0 0 0 15 0 8 0 165909112 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12221] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12221/stat : 12221 (java) S 12201 12201 10791 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 165909112 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12222] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12222/stat : 12222 (java) S 12201 12201 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165909112 882233344 30578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 909092

[startup+12.6447 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 12222
/proc/meminfo: memFree=1379288/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12215] ppid=12201 vsize=861556 CPUtime=12.55
/proc/12215/stat : 12215 (java) R 12201 12201 10791 0 -1 0 54670 0 1 0 1232 23 0 0 18 0 8 0 165909105 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12215/statm: 215389 54404 1976 14 0 201594 0
[pid=12215/tid=12216] ppid=12201 vsize=861556 CPUtime=1.35
/proc/12215/task/12216/stat : 12216 (java) S 12201 12201 10791 0 -1 64 38818 0 0 0 121 14 0 0 16 0 8 0 165909108 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12217] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12217/stat : 12217 (java) S 12201 12201 10791 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165909109 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12218] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12218/stat : 12218 (java) S 12201 12201 10791 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12219] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12219/stat : 12219 (java) S 12201 12201 10791 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 165909112 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12220] ppid=12201 vsize=861556 CPUtime=0.2
/proc/12215/task/12220/stat : 12220 (java) S 12201 12201 10791 0 -1 64 966 0 0 0 20 0 0 0 15 0 8 0 165909112 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12221] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12221/stat : 12221 (java) S 12201 12201 10791 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 165909112 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12222] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12222/stat : 12222 (java) S 12201 12201 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165909112 882233344 54404 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 909092

[startup+25.5202 s]
/proc/loadavg: 1.03 1.00 1.00 2/73 12222
/proc/meminfo: memFree=1244248/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12215] ppid=12201 vsize=861556 CPUtime=25.39
/proc/12215/stat : 12215 (java) R 12201 12201 10791 0 -1 0 87621 0 1 0 2500 39 0 0 23 0 8 0 165909105 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073812798 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12215/statm: 215389 87341 1995 14 0 201594 0
[pid=12215/tid=12216] ppid=12201 vsize=861556 CPUtime=2.73
/proc/12215/task/12216/stat : 12216 (java) S 12201 12201 10791 0 -1 64 71682 0 0 0 245 28 0 0 15 0 8 0 165909108 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12217] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12217/stat : 12217 (java) S 12201 12201 10791 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12218] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12218/stat : 12218 (java) S 12201 12201 10791 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12219] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12219/stat : 12219 (java) S 12201 12201 10791 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 165909112 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12220] ppid=12201 vsize=861556 CPUtime=0.25
/proc/12215/task/12220/stat : 12220 (java) S 12201 12201 10791 0 -1 64 1002 0 0 0 25 0 0 0 15 0 8 0 165909112 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12221] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12221/stat : 12221 (java) S 12201 12201 10791 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 165909112 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12222] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12222/stat : 12222 (java) R 12201 12201 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165909112 882233344 87341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 909092

[startup+51.1322 s]
/proc/loadavg: 1.02 1.00 1.00 2/73 12222
/proc/meminfo: memFree=1228696/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=0.01
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12215] ppid=12201 vsize=861556 CPUtime=50.98
/proc/12215/stat : 12215 (java) R 12201 12201 10791 0 -1 0 87669 0 1 0 5050 48 0 0 19 0 8 0 165909105 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074039070 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12215/statm: 215389 87342 1996 14 0 201594 0
[pid=12215/tid=12216] ppid=12201 vsize=861556 CPUtime=2.81
/proc/12215/task/12216/stat : 12216 (java) S 12201 12201 10791 0 -1 64 71683 0 0 0 253 28 0 0 16 0 8 0 165909108 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12217] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12217/stat : 12217 (java) S 12201 12201 10791 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12218] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12218/stat : 12218 (java) S 12201 12201 10791 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165909109 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12215/tid=12219] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12219/stat : 12219 (java) S 12201 12201 10791 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 165909112 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12220] ppid=12201 vsize=861556 CPUtime=0.25
/proc/12215/task/12220/stat : 12220 (java) S 12201 12201 10791 0 -1 64 1002 0 0 0 25 0 0 0 15 0 8 0 165909112 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12221] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12221/stat : 12221 (java) S 12201 12201 10791 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 165909112 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12215/tid=12222] ppid=12201 vsize=861556 CPUtime=0
/proc/12215/task/12222/stat : 12222 (java) S 12201 12201 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165909112 882233344 87342 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 909092

[startup+102.371 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 12223
/proc/meminfo: memFree=1442768/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49

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

/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1263184/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=301880 CPUtime=1046.25
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 72961 0 0 0 104576 49 0 0 25 0 1 0 165916776 309125120 72943 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 75470 72943 54 142 0 75326 0
Current children cumulated CPU time (s) 1122.74
Current children cumulated vsize (KiB) 349416

[startup+1183.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1247056/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=318132 CPUtime=1106.29
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 77017 0 0 0 110577 52 0 0 25 0 1 0 165916776 325767168 76999 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 79533 76999 54 142 0 79389 0
Current children cumulated CPU time (s) 1182.78
Current children cumulated vsize (KiB) 365668

[startup+1243.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1237136/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=327784 CPUtime=1166.33
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 79429 0 0 0 116580 53 0 0 25 0 1 0 165916776 335650816 79411 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 81946 79411 54 142 0 81802 0
Current children cumulated CPU time (s) 1242.82
Current children cumulated vsize (KiB) 375320

[startup+1303.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1234832/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=330028 CPUtime=1226.37
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 80009 0 0 0 122583 54 0 0 25 0 1 0 165916776 337948672 79991 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 82507 79991 54 142 0 82363 0
Current children cumulated CPU time (s) 1302.86
Current children cumulated vsize (KiB) 377564

[startup+1364.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1231184/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=334004 CPUtime=1286.41
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 80928 0 0 0 128586 55 0 0 25 0 1 0 165916776 342020096 80910 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 83501 80910 54 142 0 83357 0
Current children cumulated CPU time (s) 1362.9
Current children cumulated vsize (KiB) 381540

[startup+1424.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1228560/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=336644 CPUtime=1346.45
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 81573 0 0 0 134590 55 0 0 25 0 1 0 165916776 344723456 81555 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 84161 81555 54 142 0 84017 0
Current children cumulated CPU time (s) 1422.94
Current children cumulated vsize (KiB) 384180

[startup+1484.16 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 12225
/proc/meminfo: memFree=1225424/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=339696 CPUtime=1406.48
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 82365 0 0 0 140592 56 0 0 25 0 1 0 165916776 347848704 82347 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 84924 82347 54 142 0 84780 0
Current children cumulated CPU time (s) 1482.97
Current children cumulated vsize (KiB) 387232

[startup+1544.23 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 12225
/proc/meminfo: memFree=1221328/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=343800 CPUtime=1466.53
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 83379 0 0 0 146596 57 0 0 25 0 1 0 165916776 352051200 83361 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 85950 83361 54 142 0 85806 0
Current children cumulated CPU time (s) 1543.02
Current children cumulated vsize (KiB) 391336

[startup+1604.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1218256/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=346844 CPUtime=1526.57
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 84147 0 0 0 152599 58 0 0 25 0 1 0 165916776 355168256 84129 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 86711 84129 54 142 0 86567 0
Current children cumulated CPU time (s) 1603.06
Current children cumulated vsize (KiB) 394380

[startup+1664.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1213008/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=352420 CPUtime=1586.59
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 85550 0 0 0 158600 59 0 0 25 0 1 0 165916776 360878080 85532 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 88105 85532 54 142 0 87961 0
Current children cumulated CPU time (s) 1663.08
Current children cumulated vsize (KiB) 399956

[startup+1724.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1208912/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=356124 CPUtime=1646.63
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 86472 0 0 0 164603 60 0 0 25 0 1 0 165916776 364670976 86454 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 89031 86454 54 142 0 88887 0
Current children cumulated CPU time (s) 1723.12
Current children cumulated vsize (KiB) 403660

[startup+1784.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1204176/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=360756 CPUtime=1706.68
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 87636 0 0 0 170607 61 0 0 25 0 1 0 165916776 369414144 87618 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 90189 87618 54 142 0 90045 0
Current children cumulated CPU time (s) 1783.17
Current children cumulated vsize (KiB) 408292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12225
/proc/meminfo: memFree=1202576/2055920 swapFree=4191892/4192956
[pid=12201] ppid=12199 vsize=47536 CPUtime=76.49
/proc/12201/stat : 12201 (galac.sh) S 12199 12201 10791 0 -1 4194304 799 89427 0 1 0 0 7586 63 17 0 1 0 165909100 48676864 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12201/statm: 11884 363 245 79 0 218 0
[pid=12223] ppid=12201 vsize=362344 CPUtime=1723.59
/proc/12223/stat : 12223 (minisat) R 12201 12201 10791 0 -1 4194304 88029 0 0 0 172298 61 0 0 25 0 1 0 165916776 371040256 88011 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12223/statm: 90586 88011 54 142 0 90442 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 409880

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 12201 and gives childrusage.ru_utime.tv_sec=75 childrusage.ru_utime.tv_usec=874465 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=640902
CPU time returned by wait4() is 76.5154
while last known CPU time is 1800.08

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

Real time (s): 1801.48
CPU time (s): 1800.08
CPU user time (s): 1798.84
CPU system time (s): 1.24
CPU usage (%): 99.9225
Max. virtual memory (cumulated for all children) (KiB): 909092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.8745
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90226
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= 2682
involuntary context switches= 773

runsolver used 1.79373 s user time and 4.6223 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Jan  7 13:05:55 UTC 2007


IDJOB= 206583
IDBENCH= 4219
FILE ID= node35/206583-1168175154

PBS_JOBID= 3479006

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-30_ext.xml
COMMAND LINE= /tmp/evaluation/206583-1168175154/galac.sh /tmp/evaluation/206583-1168175154/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-206583-1168175154 -o ROOT/results/node35/solver-206583-1168175154 -C 1800 -M 900  /tmp/evaluation/206583-1168175154/galac.sh /tmp/evaluation/206583-1168175154/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  8786be02a428b274280e565c48f0f361

RANDOM SEED= 908950316

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:       1590448 kB
Buffers:         30616 kB
Cached:         362836 kB
SwapCached:        268 kB
Active:         177588 kB
Inactive:       231468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590448 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            8656 kB
Writeback:           0 kB
Mapped:          24508 kB
Slab:            42440 kB
Committed_AS:  3495852 kB
PageTables:       1416 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= 66520 MiB



End job on node35 on Sun Jan  7 13:35:56 UTC 2007