Trace number 206362

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.1 1804.16

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-4_ext.xml
MD5SUM3652fdb3fb234ab3889feb85b4be14d3
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.03	c --- Preproc Stats ---
5.58	c start processing
5.58	c start relation processing
20.91	c start cnf exporting
83.95	c parsing time : 5.409
83.95	c preprocessing time : 83.788
83.95	
83.95	c Nary constraints - conflicts : 0 supports : 93
83.95	c Binary constraints - conflicts : 0 supports :0
83.95	c max arity constraint : 3
83.95	c Max Tuples generated 0
83.95	c relations : 93
83.96	c relations BDD: 93
83.96	c vars : 598232 - clauses :  1874548
83.96	
84.04	 
84.04	c --- Minisat Stats ---
84.04	 

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/node13/watcher-206362-1168172133 -o ROOT/results/node13/solver-206362-1168172133 -C 1800 -M 900 /tmp/evaluation/206362-1168172133/galac.sh /tmp/evaluation/206362-1168172133/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.98 2.00 2.00 5/87 6790
/proc/meminfo: memFree=1267904/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=8560 CPUtime=0
/proc/6789/stat : 6789 (galac.sh) R 6787 6789 5934 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165608292 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269757433743 0 0 4096 8192 0 0 0 17 1 0 0
/proc/6789/statm: 2140 253 197 79 0 133 0

[startup+0.105778 s]
/proc/loadavg: 1.98 2.00 2.00 5/87 6790
/proc/meminfo: memFree=1267904/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.513828 s]
/proc/loadavg: 1.98 2.00 2.00 5/87 6790
/proc/meminfo: memFree=1267904/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.33695 s]
/proc/loadavg: 1.98 2.00 2.00 3/95 6810
/proc/meminfo: memFree=1190776/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6803] ppid=6789 vsize=861064 CPUtime=1.27
/proc/6803/stat : 6803 (java) R 6789 6789 5934 0 -1 0 21248 0 1 0 116 11 0 0 22 0 8 0 165608296 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073683806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6803/statm: 215266 21001 1967 14 0 201471 0
[pid=6803/tid=6804] ppid=6789 vsize=861064 CPUtime=0.06
/proc/6803/task/6804/stat : 6804 (java) S 6789 6789 5934 0 -1 64 5494 0 0 0 4 2 0 0 16 0 8 0 165608300 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6805] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6805/stat : 6805 (java) S 6789 6789 5934 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165608300 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6806] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6806/stat : 6806 (java) S 6789 6789 5934 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165608300 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6807] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6807/stat : 6807 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165608304 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6808] ppid=6789 vsize=861064 CPUtime=0.12
/proc/6803/task/6808/stat : 6808 (java) S 6789 6789 5934 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 165608304 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6809] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6809/stat : 6809 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165608304 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6810] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6810/stat : 6810 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165608304 881729536 21001 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908644

[startup+2.99016 s]
/proc/loadavg: 1.98 2.00 2.00 4/95 6810
/proc/meminfo: memFree=1179192/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6803] ppid=6789 vsize=861064 CPUtime=2.92
/proc/6803/stat : 6803 (java) R 6789 6789 5934 0 -1 0 25342 0 1 0 278 14 0 0 25 0 8 0 165608296 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073691607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6803/statm: 215266 25089 1967 14 0 201471 0
[pid=6803/tid=6804] ppid=6789 vsize=861064 CPUtime=0.22
/proc/6803/task/6804/stat : 6804 (java) S 6789 6789 5934 0 -1 64 9573 0 0 0 19 3 0 0 16 0 8 0 165608300 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6805] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6805/stat : 6805 (java) S 6789 6789 5934 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165608300 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6806] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6806/stat : 6806 (java) S 6789 6789 5934 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165608300 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6807] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6807/stat : 6807 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165608304 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6808] ppid=6789 vsize=861064 CPUtime=0.15
/proc/6803/task/6808/stat : 6808 (java) S 6789 6789 5934 0 -1 64 901 0 0 0 15 0 0 0 16 0 8 0 165608304 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6809] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6809/stat : 6809 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165608304 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6810] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6810/stat : 6810 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165608304 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908644

[startup+6.2916 s]
/proc/loadavg: 1.98 2.00 2.00 3/95 6810
/proc/meminfo: memFree=1152056/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6803] ppid=6789 vsize=861064 CPUtime=6.2
/proc/6803/stat : 6803 (java) R 6789 6789 5934 0 -1 0 30862 0 1 0 602 18 0 0 25 0 8 0 165608296 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073924216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6803/statm: 215266 30600 1975 14 0 201471 0
[pid=6803/tid=6804] ppid=6789 vsize=861064 CPUtime=0.45
/proc/6803/task/6804/stat : 6804 (java) S 6789 6789 5934 0 -1 64 15020 0 0 0 38 7 0 0 16 0 8 0 165608300 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6805] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6805/stat : 6805 (java) S 6789 6789 5934 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165608300 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6806] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6806/stat : 6806 (java) S 6789 6789 5934 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165608300 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6807] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6807/stat : 6807 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165608304 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6808] ppid=6789 vsize=861064 CPUtime=0.24
/proc/6803/task/6808/stat : 6808 (java) S 6789 6789 5934 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 165608304 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6809] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6809/stat : 6809 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165608304 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6810] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6810/stat : 6810 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165608304 881729536 30600 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908644

[startup+12.7935 s]
/proc/loadavg: 1.98 2.00 2.00 3/95 6810
/proc/meminfo: memFree=1055688/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6803] ppid=6789 vsize=861064 CPUtime=12.68
/proc/6803/stat : 6803 (java) R 6789 6789 5934 0 -1 0 54858 0 1 0 1235 33 0 0 25 0 8 0 165608296 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6803/statm: 215266 54592 1975 14 0 201471 0
[pid=6803/tid=6804] ppid=6789 vsize=861064 CPUtime=1.57
/proc/6803/task/6804/stat : 6804 (java) S 6789 6789 5934 0 -1 64 39012 0 0 0 136 21 0 0 20 0 8 0 165608300 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6805] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6805/stat : 6805 (java) S 6789 6789 5934 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165608300 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6806] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6806/stat : 6806 (java) S 6789 6789 5934 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165608300 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6807] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6807/stat : 6807 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165608304 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6808] ppid=6789 vsize=861064 CPUtime=0.24
/proc/6803/task/6808/stat : 6808 (java) S 6789 6789 5934 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 165608304 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6809] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6809/stat : 6809 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165608304 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6810] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6810/stat : 6810 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165608304 881729536 54592 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 908644

[startup+25.6632 s]
/proc/loadavg: 1.99 2.00 2.00 3/95 6810
/proc/meminfo: memFree=922056/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6803] ppid=6789 vsize=861064 CPUtime=25.48
/proc/6803/stat : 6803 (java) R 6789 6789 5934 0 -1 0 87662 0 1 0 2495 53 0 0 25 0 8 0 165608296 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658575 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6803/statm: 215266 87385 1994 14 0 201471 0
[pid=6803/tid=6804] ppid=6789 vsize=861064 CPUtime=3.08
/proc/6803/task/6804/stat : 6804 (java) S 6789 6789 5934 0 -1 64 71732 0 0 0 269 39 0 0 16 0 8 0 165608300 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6805] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6805/stat : 6805 (java) S 6789 6789 5934 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165608300 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6806] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6806/stat : 6806 (java) S 6789 6789 5934 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165608300 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6807] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6807/stat : 6807 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6808] ppid=6789 vsize=861064 CPUtime=0.3
/proc/6803/task/6808/stat : 6808 (java) S 6789 6789 5934 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6809] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6809/stat : 6809 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6810] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6810/stat : 6810 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 908644

[startup+51.3326 s]
/proc/loadavg: 1.99 2.00 2.00 3/95 6810
/proc/meminfo: memFree=906440/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=0.01
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6803] ppid=6789 vsize=861064 CPUtime=51.02
/proc/6803/stat : 6803 (java) R 6789 6789 5934 0 -1 0 87705 0 1 0 5038 64 0 0 25 0 8 0 165608296 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155439717 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6803/statm: 215266 87385 1994 14 0 201471 0
[pid=6803/tid=6804] ppid=6789 vsize=861064 CPUtime=3.17
/proc/6803/task/6804/stat : 6804 (java) S 6789 6789 5934 0 -1 64 71732 0 0 0 277 40 0 0 16 0 8 0 165608300 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6805] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6805/stat : 6805 (java) S 6789 6789 5934 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165608300 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6806] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6806/stat : 6806 (java) S 6789 6789 5934 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165608300 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6807] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6807/stat : 6807 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6808] ppid=6789 vsize=861064 CPUtime=0.3
/proc/6803/task/6808/stat : 6808 (java) S 6789 6789 5934 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6809] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6809/stat : 6809 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6803/tid=6810] ppid=6789 vsize=861064 CPUtime=0
/proc/6803/task/6810/stat : 6810 (java) S 6789 6789 5934 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165608304 881729536 87385 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 908644

[startup+102.607 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6811
/proc/meminfo: memFree=1115200/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=122644 CPUtime=18.46
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 28051 0 0 0 1825 21 0 0 25 0 1 0 165616697 125587456 28033 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/6811/statm: 30661 28033 54 142 0 30517 0
Current children cumulated CPU time (s) 102.02

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

/proc/loadavg: 2.01 2.02 2.00 4/95 6884
/proc/meminfo: memFree=1238728/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=211412 CPUtime=1037.03
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 50314 0 0 0 103651 52 0 0 25 0 1 0 165616697 216485888 50296 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 52853 50296 54 142 0 52709 0
Current children cumulated CPU time (s) 1120.59
Current children cumulated vsize (KiB) 258992

[startup+1183.97 s]
/proc/loadavg: 2.00 2.02 2.00 4/95 6884
/proc/meminfo: memFree=1229768/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=220240 CPUtime=1097.04
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 52538 0 0 0 109649 55 0 0 25 0 1 0 165616697 225525760 52520 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 55060 52520 54 142 0 54916 0
Current children cumulated CPU time (s) 1180.6
Current children cumulated vsize (KiB) 267820

[startup+1244.04 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 6884
/proc/meminfo: memFree=1223496/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=226500 CPUtime=1157.03
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 54113 0 0 0 115646 57 0 0 25 0 1 0 165616697 231936000 54095 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 56625 54095 54 142 0 56481 0
Current children cumulated CPU time (s) 1240.59
Current children cumulated vsize (KiB) 274080

[startup+1304.07 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1215624/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=234276 CPUtime=1217.01
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 56062 0 0 0 121643 58 0 0 25 0 1 0 165616697 239898624 56044 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 58569 56044 54 142 0 58425 0
Current children cumulated CPU time (s) 1300.57
Current children cumulated vsize (KiB) 281856

[startup+1364.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1209480/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=240316 CPUtime=1276.98
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 57587 0 0 0 127637 61 0 0 25 0 1 0 165616697 246083584 57569 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 60079 57569 54 142 0 59935 0
Current children cumulated CPU time (s) 1360.54
Current children cumulated vsize (KiB) 287896

[startup+1424.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1207304/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=242832 CPUtime=1336.92
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 58144 0 0 0 133631 61 0 0 25 0 1 0 165616697 248659968 58126 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 60708 58126 54 142 0 60564 0
Current children cumulated CPU time (s) 1420.48
Current children cumulated vsize (KiB) 290412

[startup+1484.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1203848/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=246268 CPUtime=1396.9
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 58994 0 0 0 139628 62 0 0 25 0 1 0 165616697 252178432 58976 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 61567 58976 54 142 0 61423 0
Current children cumulated CPU time (s) 1480.46
Current children cumulated vsize (KiB) 293848

[startup+1544.23 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1198600/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=251428 CPUtime=1456.88
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 60295 0 0 0 145624 64 0 0 25 0 1 0 165616697 257462272 60277 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 62857 60277 54 142 0 62713 0
Current children cumulated CPU time (s) 1540.44
Current children cumulated vsize (KiB) 299008

[startup+1604.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1193672/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=256332 CPUtime=1516.85
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 61526 0 0 0 151619 66 0 0 25 0 1 0 165616697 262483968 61508 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 64083 61508 54 142 0 63939 0
Current children cumulated CPU time (s) 1600.41
Current children cumulated vsize (KiB) 303912

[startup+1664.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1190152/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=259776 CPUtime=1576.83
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 62396 0 0 0 157616 67 0 0 25 0 1 0 165616697 266010624 62378 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 64944 62378 54 142 0 64800 0
Current children cumulated CPU time (s) 1660.39
Current children cumulated vsize (KiB) 307356

[startup+1724.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1186376/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=263476 CPUtime=1636.82
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 63340 0 0 0 163614 68 0 0 25 0 1 0 165616697 269799424 63322 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 65869 63322 54 142 0 65725 0
Current children cumulated CPU time (s) 1720.38
Current children cumulated vsize (KiB) 311056

[startup+1784.39 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1181512/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=268408 CPUtime=1696.78
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 64558 0 0 0 169609 69 0 0 25 0 1 0 165616697 274849792 64540 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 67102 64540 54 142 0 66958 0
Current children cumulated CPU time (s) 1780.34
Current children cumulated vsize (KiB) 315988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6884
/proc/meminfo: memFree=1180616/2055920 swapFree=4192812/4192956
[pid=6789] ppid=6787 vsize=47580 CPUtime=83.56
/proc/6789/stat : 6789 (galac.sh) S 6787 6789 5934 0 -1 4194304 799 89472 0 1 0 0 8273 83 17 0 1 0 165608292 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6789/statm: 11895 363 245 79 0 218 0
[pid=6811] ppid=6789 vsize=269204 CPUtime=1716.54
/proc/6811/stat : 6811 (minisat) R 6789 6789 5934 0 -1 4194304 64760 0 0 0 171585 69 0 0 25 0 1 0 165616697 275664896 64742 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/6811/statm: 67301 64742 54 142 0 67157 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 316784

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 6789 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=742421 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=833873
CPU time returned by wait4() is 83.5763
while last known CPU time is 1800.1

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

Real time (s): 1804.16
CPU time (s): 1800.1
CPU user time (s): 1798.58
CPU system time (s): 1.52
CPU usage (%): 99.7748
Max. virtual memory (cumulated for all children) (KiB): 908644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.7424
system time used= 0.833873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90271
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= 3581
involuntary context switches= 4411

runsolver used 2.05669 s user time and 5.9221 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 12:15:33 UTC 2007


IDJOB= 206362
IDBENCH= 4202
FILE ID= node13/206362-1168172133

PBS_JOBID= 3478828

Free space on /tmp= 66275 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3652fdb3fb234ab3889feb85b4be14d3

RANDOM SEED= 226566290

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.247
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.247
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:       1268384 kB
Buffers:         57012 kB
Cached:         363296 kB
SwapCached:          0 kB
Active:         429172 kB
Inactive:       277896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1268384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8660 kB
Writeback:           0 kB
Mapped:         306760 kB
Slab:            64652 kB
Committed_AS:  4367664 kB
PageTables:       2924 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= 66278 MiB



End job on node13 on Sun Jan  7 12:45:38 UTC 2007