Trace number 202380

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? (problem) 160.913 162.378

General information on the benchmark

Namefapp/fapp21-25/fapp22/
fapp22-1750-4.xml
MD5SUMbf233d64e7c193201c950d0191767fb6
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 benchmark9.08962
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
162.23	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/node76/watcher-202380-1168151593 -o ROOT/results/node76/solver-202380-1168151593 -C 1800 -M 900 /tmp/evaluation/202380-1168151593/galac.sh /tmp/evaluation/202380-1168151593/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.92 2.05 2.01 5/79 22337
/proc/meminfo: memFree=1279280/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=8568 CPUtime=0
/proc/22336/stat : 22336 (galac.sh) R 22334 22336 21734 0 -1 4194304 315 0 0 0 0 0 0 0 20 0 1 0 163556409 8773632 261 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843906274 0 2 4096 8192 0 0 0 17 0 0 0
/proc/22336/statm: 2142 261 201 79 0 134 0

[startup+0.105547 s]
/proc/loadavg: 1.92 2.05 2.01 5/79 22337
/proc/meminfo: memFree=1279280/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56344

[startup+0.513628 s]
/proc/loadavg: 1.92 2.05 2.01 5/79 22337
/proc/meminfo: memFree=1279280/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56344

[startup+1.33679 s]
/proc/loadavg: 1.92 2.05 2.01 4/87 22357
/proc/meminfo: memFree=1225136/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
[pid=22350] ppid=22336 vsize=861248 CPUtime=1.28
/proc/22350/stat : 22350 (java) R 22336 22336 21734 0 -1 0 18123 0 1 0 121 7 0 0 25 0 8 0 163556412 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22350/statm: 215312 17514 1993 14 0 201568 0
[pid=22350/tid=22351] ppid=22336 vsize=861248 CPUtime=0.17
/proc/22350/task/22351/stat : 22351 (java) R 22336 22336 21734 0 -1 64 6947 0 0 0 16 1 0 0 16 0 8 0 163556416 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155521185 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22352] ppid=22336 vsize=861248 CPUtime=0
/proc/22350/task/22352/stat : 22352 (java) S 22336 22336 21734 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 163556416 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22353] ppid=22336 vsize=861248 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22336 22336 21734 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 163556416 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22354] ppid=22336 vsize=861248 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22336 22336 21734 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163556419 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22355] ppid=22336 vsize=861248 CPUtime=0.25
/proc/22350/task/22355/stat : 22355 (java) S 22336 22336 21734 0 -1 64 1020 0 0 0 24 1 0 0 16 0 8 0 163556419 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22356] ppid=22336 vsize=861248 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22336 22336 21734 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 163556419 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22357] ppid=22336 vsize=861248 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22336 22336 21734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163556420 881917952 17514 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 917592

[startup+2.97811 s]
/proc/loadavg: 1.92 2.05 2.01 3/87 22357
/proc/meminfo: memFree=1200304/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
[pid=22350] ppid=22336 vsize=860988 CPUtime=2.9
/proc/22350/stat : 22350 (java) R 22336 22336 21734 0 -1 0 25732 0 1 0 280 10 0 0 25 0 8 0 163556412 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22350/statm: 215247 24978 1993 14 0 201503 0
[pid=22350/tid=22351] ppid=22336 vsize=860988 CPUtime=0.8
/proc/22350/task/22351/stat : 22351 (java) R 22336 22336 21734 0 -1 64 14551 0 0 0 76 4 0 0 16 0 8 0 163556416 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155768346 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22352] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22352/stat : 22352 (java) S 22336 22336 21734 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22353] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22336 22336 21734 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22354] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22336 22336 21734 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163556419 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22355] ppid=22336 vsize=860988 CPUtime=0.25
/proc/22350/task/22355/stat : 22355 (java) S 22336 22336 21734 0 -1 64 1020 0 0 0 24 1 0 0 16 0 8 0 163556419 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22356] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22336 22336 21734 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 163556419 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22357] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22336 22336 21734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163556420 881651712 24978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 917332

[startup+6.27576 s]
/proc/loadavg: 2.01 2.07 2.01 4/87 22357
/proc/meminfo: memFree=1113648/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
[pid=22350] ppid=22336 vsize=860988 CPUtime=6.17
/proc/22350/stat : 22350 (java) R 22336 22336 21734 0 -1 0 45457 0 1 0 600 17 0 0 25 0 8 0 163556412 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22350/statm: 215247 43127 1993 14 0 201503 0
[pid=22350/tid=22351] ppid=22336 vsize=860988 CPUtime=2.43
/proc/22350/task/22351/stat : 22351 (java) R 22336 22336 21734 0 -1 64 30055 0 0 0 234 9 0 0 16 0 8 0 163556416 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155130092 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22352] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22352/stat : 22352 (java) S 22336 22336 21734 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22353] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22336 22336 21734 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22354] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22336 22336 21734 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163556419 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22355] ppid=22336 vsize=860988 CPUtime=0.25
/proc/22350/task/22355/stat : 22355 (java) S 22336 22336 21734 0 -1 64 1021 0 0 0 24 1 0 0 17 0 8 0 163556419 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22356] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22336 22336 21734 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 163556419 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22357] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22336 22336 21734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163556420 881651712 43127 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 917332

[startup+12.76 s]
/proc/loadavg: 2.09 2.08 2.02 3/87 22357
/proc/meminfo: memFree=1044784/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
[pid=22350] ppid=22336 vsize=860988 CPUtime=12.6
/proc/22350/stat : 22350 (java) R 22336 22336 21734 0 -1 0 63669 0 1 0 1238 22 0 0 25 0 8 0 163556412 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22350/statm: 215247 60400 1998 14 0 201503 0
[pid=22350/tid=22351] ppid=22336 vsize=860988 CPUtime=6.67
/proc/22350/task/22351/stat : 22351 (java) R 22336 22336 21734 0 -1 64 48243 0 0 0 653 14 0 0 16 0 8 0 163556416 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155768288 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22352] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22352/stat : 22352 (java) S 22336 22336 21734 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22353] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22336 22336 21734 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22354] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22336 22336 21734 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163556419 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22355] ppid=22336 vsize=860988 CPUtime=0.25
/proc/22350/task/22355/stat : 22355 (java) S 22336 22336 21734 0 -1 64 1022 0 0 0 24 1 0 0 16 0 8 0 163556419 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22356] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22336 22336 21734 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 163556419 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22357] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22336 22336 21734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163556420 881651712 60400 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 917332

[startup+25.6195 s]
/proc/loadavg: 2.21 2.11 2.02 3/87 22357
/proc/meminfo: memFree=977456/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
[pid=22350] ppid=22336 vsize=860988 CPUtime=25.37
/proc/22350/stat : 22350 (java) S 22336 22336 21734 0 -1 0 81717 0 1 0 2508 29 0 0 21 0 8 0 163556412 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22350/statm: 215247 77211 1998 14 0 201503 0
[pid=22350/tid=22351] ppid=22336 vsize=860988 CPUtime=17.57
/proc/22350/task/22351/stat : 22351 (java) R 22336 22336 21734 0 -1 64 66264 0 0 0 1736 21 0 0 25 0 8 0 163556416 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155130157 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22352] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22352/stat : 22352 (java) S 22336 22336 21734 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22353] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22336 22336 21734 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22354] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22336 22336 21734 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163556419 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22355] ppid=22336 vsize=860988 CPUtime=0.26
/proc/22350/task/22355/stat : 22355 (java) S 22336 22336 21734 0 -1 64 1023 0 0 0 25 1 0 0 16 0 8 0 163556419 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22356] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22336 22336 21734 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 163556419 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22357] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22336 22336 21734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163556420 881651712 77211 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 917332

[startup+51.2516 s]
/proc/loadavg: 2.28 2.13 2.03 4/87 22357
/proc/meminfo: memFree=831152/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
[pid=22350] ppid=22336 vsize=860988 CPUtime=50.74
/proc/22350/stat : 22350 (java) S 22336 22336 21734 0 -1 0 119336 0 1 0 5033 41 0 0 17 0 8 0 163556412 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22350/statm: 215247 113748 1998 14 0 201503 0
[pid=22350/tid=22351] ppid=22336 vsize=860988 CPUtime=38.94
/proc/22350/task/22351/stat : 22351 (java) R 22336 22336 21734 0 -1 64 103850 0 0 0 3861 33 0 0 25 0 8 0 163556416 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155130084 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22352] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22352/stat : 22352 (java) S 22336 22336 21734 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22353] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22336 22336 21734 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22354] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22336 22336 21734 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163556419 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22355] ppid=22336 vsize=860988 CPUtime=0.27
/proc/22350/task/22355/stat : 22355 (java) S 22336 22336 21734 0 -1 64 1028 0 0 0 26 1 0 0 16 0 8 0 163556419 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22356] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22336 22336 21734 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 163556419 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22357] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22336 22336 21734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163556420 881651712 113748 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 917332

[startup+102.505 s]
/proc/loadavg: 2.18 2.13 2.03 3/87 22357
/proc/meminfo: memFree=634160/2055888 swapFree=4095388/4096564
[pid=22336] ppid=22334 vsize=56344 CPUtime=0.01
/proc/22336/stat : 22336 (galac.sh) S 22334 22336 21734 0 -1 4194304 757 1668 0 0 0 0 0 1 17 0 1 0 163556409 57696256 366 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206843341162 0 2 4096 73728 18446744071563181405 0 0 17 0 0 0
/proc/22336/statm: 14086 366 248 79 0 218 0
[pid=22350] ppid=22336 vsize=860988 CPUtime=101.56
/proc/22350/stat : 22350 (java) S 22336 22336 21734 0 -1 0 171216 0 1 0 10095 61 0 0 17 0 8 0 163556412 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22350/statm: 215247 162909 1998 14 0 201503 0
[pid=22350/tid=22351] ppid=22336 vsize=860988 CPUtime=84.45
/proc/22350/task/22351/stat : 22351 (java) R 22336 22336 21734 0 -1 64 155547 0 0 0 8392 53 0 0 25 0 8 0 163556416 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155768348 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22352] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22352/stat : 22352 (java) S 22336 22336 21734 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22353] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22353/stat : 22353 (java) S 22336 22336 21734 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 163556416 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22354] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22354/stat : 22354 (java) S 22336 22336 21734 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 163556419 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22355] ppid=22336 vsize=860988 CPUtime=0.27
/proc/22350/task/22355/stat : 22355 (java) S 22336 22336 21734 0 -1 64 1031 0 0 0 26 1 0 0 16 0 8 0 163556419 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22356] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22356/stat : 22356 (java) S 22336 22336 21734 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 163556419 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22350/tid=22357] ppid=22336 vsize=860988 CPUtime=0
/proc/22350/task/22357/stat : 22357 (java) S 22336 22336 21734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163556420 881651712 162909 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 917332

Child status: 0
Real time (s): 162.378
CPU time (s): 160.913
CPU user time (s): 160.106
CPU system time (s): 0.806877
CPU usage (%): 99.0977
Max. virtual memory (cumulated for all children) (KiB): 920340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.106
system time used= 0.806877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196054
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= 4691
involuntary context switches= 8000

runsolver used 0.188971 s user time and 0.477927 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 06:33:13 UTC 2007


IDJOB= 202380
IDBENCH= 3830
FILE ID= node76/202380-1168151593

PBS_JOBID= 3478414

Free space on /tmp= 66634 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp22/fapp22-1750-4.xml
COMMAND LINE= /tmp/evaluation/202380-1168151593/galac.sh /tmp/evaluation/202380-1168151593/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-202380-1168151593 -o ROOT/results/node76/solver-202380-1168151593 -C 1800 -M 900  /tmp/evaluation/202380-1168151593/galac.sh /tmp/evaluation/202380-1168151593/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  bf233d64e7c193201c950d0191767fb6

RANDOM SEED= 885451575

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1279952 kB
Buffers:         56660 kB
Cached:         532172 kB
SwapCached:        456 kB
Active:         429836 kB
Inactive:       291312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1279952 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            7244 kB
Writeback:           0 kB
Mapped:         140436 kB
Slab:            40348 kB
Committed_AS:  6216200 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66634 MiB



End job on node76 on Sun Jan  7 06:35:56 UTC 2007