Trace number 247437

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
galacJ beta 1? (MO) 0.027995 144.883

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-5_ext.xml
MD5SUMfd92d74890c9fc650983ee8569f494ff
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.7579
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07	rm: No match.
0.07	c --- Preproc Stats ---
0.07	c benchs : unknown.xml
16.11	c start processing
16.11	c start relation processing
37.56	c start cnf exporting
156.07	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

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/node39/watcher-247437-1168719358 -o ROOT/results/node39/solver-247437-1168719358 -C 1800 -M 900 /tmp/evaluation/247437-1168719358/galacJ.sh /tmp/evaluation/247437-1168719358/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.28 0.57 0.99 4/68 24254
/proc/meminfo: memFree=1491968/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=8652 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) R 24251 24253 23465 0 -1 4194304 335 0 0 0 0 0 0 0 16 0 1 0 220336267 8859648 279 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493659295 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/24253/statm: 2163 279 207 79 0 156 0
[pid=24255] ppid=24253 vsize=8652 CPUtime=0
/proc/24255/stat : 24255 (galacJ.sh) R 24253 24253 23465 0 -1 4194368 4 0 0 0 0 0 0 0 16 0 1 0 220336267 8859648 279 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493659428 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/24255/statm: 2163 279 207 79 0 156 0

[startup+0.102668 s]
/proc/loadavg: 0.28 0.57 0.99 4/68 24254
/proc/meminfo: memFree=1491968/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.510702 s]
/proc/loadavg: 0.28 0.57 0.99 4/68 24254
/proc/meminfo: memFree=1491968/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.33177 s]
/proc/loadavg: 0.34 0.57 0.99 2/76 24275
/proc/meminfo: memFree=1402944/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=862208 CPUtime=1.24
/proc/24268/stat : 24268 (java) R 24253 24253 23465 0 -1 0 24180 0 1 0 115 9 0 0 17 0 8 0 220336274 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073679699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24268/statm: 215552 23934 2011 14 0 201457 0
[pid=24268/tid=24269] ppid=24253 vsize=862208 CPUtime=0.07
/proc/24268/task/24269/stat : 24269 (java) S 24253 24253 23465 0 -1 64 8387 0 0 0 4 3 0 0 16 0 8 0 220336277 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24268/tid=24270] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 220336278 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=862208 CPUtime=0.11
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 873 0 0 0 11 0 0 0 15 0 8 0 220336281 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 882900992 23934 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 909772

[startup+2.97993 s]
/proc/loadavg: 0.34 0.57 0.99 2/76 24275
/proc/meminfo: memFree=1378752/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=862208 CPUtime=2.89
/proc/24268/stat : 24268 (java) R 24253 24253 23465 0 -1 0 34852 0 1 0 275 14 0 0 17 0 8 0 220336274 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073713257 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24268/statm: 215552 34601 2011 14 0 201457 0
[pid=24268/tid=24269] ppid=24253 vsize=862208 CPUtime=0.23
/proc/24268/task/24269/stat : 24269 (java) S 24253 24253 23465 0 -1 64 18990 0 0 0 16 7 0 0 16 0 8 0 220336277 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24268/tid=24270] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 220336278 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=862208 CPUtime=0.13
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 884 0 0 0 13 0 0 0 15 0 8 0 220336281 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 882900992 34601 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 909772

[startup+6.18522 s]
/proc/loadavg: 0.39 0.58 0.99 2/76 24278
/proc/meminfo: memFree=1306944/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=862208 CPUtime=6.08
/proc/24268/stat : 24268 (java) R 24253 24253 23465 0 -1 0 49696 0 1 0 586 22 0 0 17 0 8 0 220336274 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4073657840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24268/statm: 215552 49437 2011 14 0 201457 0
[pid=24268/tid=24269] ppid=24253 vsize=862208 CPUtime=0.47
/proc/24268/task/24269/stat : 24269 (java) S 24253 24253 23465 0 -1 64 33826 0 0 0 34 13 0 0 16 0 8 0 220336277 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24268/tid=24270] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 220336278 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=862208 CPUtime=0.13
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 884 0 0 0 13 0 0 0 16 0 8 0 220336281 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 882900992 49437 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 909772

[startup+12.6618 s]
/proc/loadavg: 0.44 0.59 0.99 3/89 24334
/proc/meminfo: memFree=879200/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=862208 CPUtime=12.54
/proc/24268/stat : 24268 (java) R 24253 24253 23465 0 -1 0 86875 0 1 0 1216 38 0 0 18 0 8 0 220336274 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155770122 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24268/statm: 215552 86597 2011 14 0 201457 0
[pid=24268/tid=24269] ppid=24253 vsize=862208 CPUtime=1.08
/proc/24268/task/24269/stat : 24269 (java) S 24253 24253 23465 0 -1 64 70983 0 0 0 80 28 0 0 16 0 8 0 220336277 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24270] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 220336278 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=862208 CPUtime=0.13
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 887 0 0 0 13 0 0 0 16 0 8 0 220336281 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 882900992 86597 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 909772

[startup+25.531 s]
/proc/loadavg: 0.68 0.63 1.00 3/89 24334
/proc/meminfo: memFree=321440/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=862208 CPUtime=25.28
/proc/24268/stat : 24268 (java) R 24253 24253 23465 0 -1 0 130847 0 2 0 2470 58 0 0 25 0 8 0 220336274 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24268/statm: 215552 130555 2022 14 0 201457 0
[pid=24268/tid=24269] ppid=24253 vsize=862208 CPUtime=2.52
/proc/24268/task/24269/stat : 24269 (java) R 24253 24253 23465 0 -1 64 114895 0 0 0 205 47 0 0 16 0 8 0 220336277 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4153822921 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24270] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 220336278 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=862208 CPUtime=0.18
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 910 0 0 0 17 1 0 0 15 0 8 0 220336281 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=862208 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 882900992 130555 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 909772

[startup+51.1713 s]
/proc/loadavg: 1.20 0.76 1.03 4/89 24334
/proc/meminfo: memFree=97568/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=870212 CPUtime=50.65
/proc/24268/stat : 24268 (java) S 24253 24253 23465 0 -1 0 189888 0 2 0 4984 81 0 0 17 0 8 0 220336274 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24268/statm: 217553 185734 2028 14 0 203458 0
[pid=24268/tid=24269] ppid=24253 vsize=870212 CPUtime=15.3
/proc/24268/task/24269/stat : 24269 (java) R 24253 24253 23465 0 -1 64 173907 0 0 0 1460 70 0 0 25 0 8 0 220336277 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4155134566 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24270] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 220336278 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=870212 CPUtime=0.2
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 919 0 0 0 19 1 0 0 15 0 8 0 220336281 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 891097088 185734 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 917776

[startup+102.447 s]
/proc/loadavg: 1.65 0.95 1.08 3/89 24334
/proc/meminfo: memFree=93728/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=870212 CPUtime=101.43
/proc/24268/stat : 24268 (java) S 24253 24253 23465 0 -1 0 218191 0 2 0 10049 94 0 0 16 0 8 0 220336274 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24268/statm: 217553 185259 2028 14 0 203458 0
[pid=24268/tid=24269] ppid=24253 vsize=870212 CPUtime=64.44
/proc/24268/task/24269/stat : 24269 (java) R 24253 24253 23465 0 -1 64 202198 0 0 0 6362 82 0 0 25 0 8 0 220336277 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4154035698 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24270] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 220336278 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=870212 CPUtime=0.2
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 919 0 0 0 19 1 0 0 15 0 8 0 220336281 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=870212 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 891097088 185259 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 917776



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+144.865 s]
/proc/loadavg: 1.82 1.08 1.11 3/89 24334
/proc/meminfo: memFree=92640/2055920 swapFree=4187336/4192956
[pid=24253] ppid=24251 vsize=47564 CPUtime=0
/proc/24253/stat : 24253 (galacJ.sh) S 24251 24253 23465 0 -1 4194304 797 1728 0 0 0 0 0 0 17 0 1 0 220336267 48705536 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24253/statm: 11891 362 245 79 0 217 0
[pid=24268] ppid=24253 vsize=874216 CPUtime=143.42
/proc/24268/stat : 24268 (java) S 24253 24253 23465 0 -1 0 248858 0 2 0 14236 106 0 0 16 0 8 0 220336274 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24268/statm: 218554 185511 2028 14 0 204459 0
[pid=24268/tid=24269] ppid=24253 vsize=874216 CPUtime=106.33
/proc/24268/task/24269/stat : 24269 (java) R 24253 24253 23465 0 -1 64 232854 0 0 0 10538 95 0 0 25 0 8 0 220336277 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4153982952 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24270] ppid=24253 vsize=874216 CPUtime=0
/proc/24268/task/24270/stat : 24270 (java) S 24253 24253 23465 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220336278 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24271] ppid=24253 vsize=874216 CPUtime=0
/proc/24268/task/24271/stat : 24271 (java) S 24253 24253 23465 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 220336278 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24272] ppid=24253 vsize=874216 CPUtime=0
/proc/24268/task/24272/stat : 24272 (java) S 24253 24253 23465 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220336281 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24273] ppid=24253 vsize=874216 CPUtime=0.2
/proc/24268/task/24273/stat : 24273 (java) S 24253 24253 23465 0 -1 64 919 0 0 0 19 1 0 0 15 0 8 0 220336281 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24274] ppid=24253 vsize=874216 CPUtime=0
/proc/24268/task/24274/stat : 24274 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 220336281 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24268/tid=24275] ppid=24253 vsize=874216 CPUtime=0
/proc/24268/task/24275/stat : 24275 (java) S 24253 24253 23465 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220336281 895197184 185511 18446744073709551615 134512640 134570532 4294956064 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.42
Current children cumulated vsize (KiB) 921780

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 15 (SIGTERM)
Real time (s): 144.883
CPU time (s): 0.027995
CPU user time (s): 0.009998
CPU system time (s): 0.017997
CPU usage (%): 0.0193224
Max. virtual memory (cumulated for all children) (KiB): 921780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.009998
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51
involuntary context switches= 14

runsolver used 0.19097 s user time and 0.492925 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan 13 20:16:03 UTC 2007


IDJOB= 247437
IDBENCH= 11126
IDSOLVER= 67
FILE ID= node39/247437-1168719358

PBS_JOBID= 3547662

Free space on /tmp= 66540 MiB

SOLVER NAME= galacJ beta 1
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-5_ext.xml
COMMAND LINE= /tmp/evaluation/247437-1168719358/galacJ.sh /tmp/evaluation/247437-1168719358/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-247437-1168719358 -o ROOT/results/node39/solver-247437-1168719358 -C 1800 -M 900  /tmp/evaluation/247437-1168719358/galacJ.sh /tmp/evaluation/247437-1168719358/unknown.xml

META MD5SUM SOLVER= ffd78bd56f274e94bd0d0faf76d262cb
MD5SUM BENCH=  fd92d74890c9fc650983ee8569f494ff

RANDOM SEED= 697423006

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.236
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.236
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:       1492384 kB
Buffers:         43024 kB
Cached:         446756 kB
SwapCached:       1452 kB
Active:         101900 kB
Inactive:       404236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492384 kB
SwapTotal:     4192956 kB
SwapFree:      4187336 kB
Dirty:           25480 kB
Writeback:           0 kB
Mapped:          23512 kB
Slab:            43100 kB
Committed_AS:  4550572 kB
PageTables:       1620 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= 66540 MiB



End job on node39 on Sat Jan 13 20:18:43 UTC 2007