Trace number 206687

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.07 1810.34

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-45_ext.xml
MD5SUM8b5e9a33979c8971045ffddec213244c
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.47	c start processing
5.47	c start relation processing
19.73	c start cnf exporting
83.59	c parsing time : 5.31
83.59	c preprocessing time : 83.428
83.59	
83.59	c Nary constraints - conflicts : 0 supports : 93
83.59	c Binary constraints - conflicts : 0 supports :0
83.59	c max arity constraint : 3
83.59	c Max Tuples generated 0
83.59	c relations : 93
83.59	c relations BDD: 93
83.59	c vars : 598291 - clauses :  1874724
83.59	
83.68	 
83.68	c --- Minisat Stats ---
83.68	 

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/node1/watcher-206687-1168176513 -o ROOT/results/node1/solver-206687-1168176513 -C 1800 -M 900 /tmp/evaluation/206687-1168176513/galac.sh /tmp/evaluation/206687-1168176513/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.96 2.01 2.00 5/94 22775
/proc/meminfo: memFree=1701384/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=8560 CPUtime=0
/proc/22774/stat : 22774 (galac.sh) R 22772 22774 22642 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 166047066 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259353462671 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22774/statm: 2140 253 197 79 0 133 0

[startup+0.105022 s]
/proc/loadavg: 1.96 2.01 2.00 5/94 22775
/proc/meminfo: memFree=1701384/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.513702 s]
/proc/loadavg: 1.96 2.01 2.00 5/94 22775
/proc/meminfo: memFree=1701384/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.33516 s]
/proc/loadavg: 1.96 2.01 2.00 3/102 22795
/proc/meminfo: memFree=1623816/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22788] ppid=22774 vsize=860856 CPUtime=1.27
/proc/22788/stat : 22788 (java) R 22774 22774 22642 0 -1 0 21362 0 1 0 116 11 0 0 22 0 8 0 166047070 881516544 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 215214 21114 1967 14 0 201471 0
[pid=22788/tid=22789] ppid=22774 vsize=860856 CPUtime=0.06
/proc/22788/task/22789/stat : 22789 (java) R 22774 22774 22642 0 -1 64 5608 0 0 0 4 2 0 0 16 0 8 0 166047074 881516544 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155216475 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22790/stat : 22790 (java) S 22774 22774 22642 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166047074 881516544 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22774 22774 22642 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166047074 881516544 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22774 22774 22642 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166047078 881516544 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22774 vsize=860856 CPUtime=0.12
/proc/22788/task/22793/stat : 22793 (java) S 22774 22774 22642 0 -1 64 891 0 0 0 12 0 0 0 16 0 8 0 166047078 881516544 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22794/stat : 22794 (java) S 22774 22774 22642 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166047078 881516544 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22774 22774 22642 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166047078 881516544 21114 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) 908428

[startup+2.98636 s]
/proc/loadavg: 1.96 2.01 2.00 4/102 22795
/proc/meminfo: memFree=1614024/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22788] ppid=22774 vsize=860856 CPUtime=2.9
/proc/22788/stat : 22788 (java) R 22774 22774 22642 0 -1 0 25015 0 1 0 277 13 0 0 25 0 8 0 166047070 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656662 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 215214 24762 1967 14 0 201471 0
[pid=22788/tid=22789] ppid=22774 vsize=860856 CPUtime=0.19
/proc/22788/task/22789/stat : 22789 (java) S 22774 22774 22642 0 -1 64 9247 0 0 0 16 3 0 0 16 0 8 0 166047074 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22790/stat : 22790 (java) S 22774 22774 22642 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166047074 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22774 22774 22642 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166047074 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22774 22774 22642 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166047078 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22774 vsize=860856 CPUtime=0.14
/proc/22788/task/22793/stat : 22793 (java) S 22774 22774 22642 0 -1 64 900 0 0 0 14 0 0 0 16 0 8 0 166047078 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22794/stat : 22794 (java) S 22774 22774 22642 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166047078 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22774 22774 22642 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166047078 881516544 24762 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908428

[startup+6.19476 s]
/proc/loadavg: 1.96 2.01 2.00 4/102 22795
/proc/meminfo: memFree=1587088/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22788] ppid=22774 vsize=860856 CPUtime=6.06
/proc/22788/stat : 22788 (java) R 22774 22774 22642 0 -1 0 30523 0 1 0 591 15 0 0 25 0 8 0 166047070 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073978529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 215214 30261 1975 14 0 201471 0
[pid=22788/tid=22789] ppid=22774 vsize=860856 CPUtime=0.39
/proc/22788/task/22789/stat : 22789 (java) S 22774 22774 22642 0 -1 64 14682 0 0 0 34 5 0 0 16 0 8 0 166047074 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22790/stat : 22790 (java) S 22774 22774 22642 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166047074 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22774 22774 22642 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166047074 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22774 22774 22642 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166047078 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22774 vsize=860856 CPUtime=0.21
/proc/22788/task/22793/stat : 22793 (java) S 22774 22774 22642 0 -1 64 945 0 0 0 21 0 0 0 15 0 8 0 166047078 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22794/stat : 22794 (java) S 22774 22774 22642 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166047078 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22774 22774 22642 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166047078 881516544 30261 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 908428

[startup+12.6865 s]
/proc/loadavg: 2.04 2.02 2.00 3/102 22795
/proc/meminfo: memFree=1490000/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22788] ppid=22774 vsize=860856 CPUtime=12.48
/proc/22788/stat : 22788 (java) R 22774 22774 22642 0 -1 0 54779 0 1 0 1221 27 0 0 25 0 8 0 166047070 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073924600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 215214 54513 1975 14 0 201471 0
[pid=22788/tid=22789] ppid=22774 vsize=860856 CPUtime=1.46
/proc/22788/task/22789/stat : 22789 (java) S 22774 22774 22642 0 -1 64 38934 0 0 0 129 17 0 0 20 0 8 0 166047074 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22790/stat : 22790 (java) S 22774 22774 22642 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166047074 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22774 22774 22642 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166047074 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22774 22774 22642 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166047078 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22774 vsize=860856 CPUtime=0.21
/proc/22788/task/22793/stat : 22793 (java) S 22774 22774 22642 0 -1 64 945 0 0 0 21 0 0 0 15 0 8 0 166047078 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22794/stat : 22794 (java) S 22774 22774 22642 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166047078 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22774 22774 22642 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166047078 881516544 54513 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 908428

[startup+25.566 s]
/proc/loadavg: 2.18 2.05 2.01 3/102 22795
/proc/meminfo: memFree=1355920/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22788] ppid=22774 vsize=860856 CPUtime=25.2
/proc/22788/stat : 22788 (java) R 22774 22774 22642 0 -1 0 87659 0 1 0 2475 45 0 0 25 0 8 0 166047070 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074127148 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 215214 87380 1994 14 0 201471 0
[pid=22788/tid=22789] ppid=22774 vsize=860856 CPUtime=2.88
/proc/22788/task/22789/stat : 22789 (java) S 22774 22774 22642 0 -1 64 71728 0 0 0 256 32 0 0 16 0 8 0 166047074 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22790/stat : 22790 (java) S 22774 22774 22642 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166047074 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22774 22774 22642 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166047074 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22774 22774 22642 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22774 vsize=860856 CPUtime=0.28
/proc/22788/task/22793/stat : 22793 (java) S 22774 22774 22642 0 -1 64 981 0 0 0 27 1 0 0 15 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22794/stat : 22794 (java) S 22774 22774 22642 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22774 22774 22642 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 908428

[startup+51.224 s]
/proc/loadavg: 2.24 2.08 2.02 3/102 22795
/proc/meminfo: memFree=1342096/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=0.01
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22788] ppid=22774 vsize=860856 CPUtime=50.56
/proc/22788/stat : 22788 (java) R 22774 22774 22642 0 -1 0 87701 0 1 0 5001 55 0 0 25 0 8 0 166047070 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073754988 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22788/statm: 215214 87380 1994 14 0 201471 0
[pid=22788/tid=22789] ppid=22774 vsize=860856 CPUtime=2.96
/proc/22788/task/22789/stat : 22789 (java) S 22774 22774 22642 0 -1 64 71728 0 0 0 263 33 0 0 16 0 8 0 166047074 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22790] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22790/stat : 22790 (java) S 22774 22774 22642 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166047074 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22791] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22774 22774 22642 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166047074 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22792] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22774 22774 22642 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22793] ppid=22774 vsize=860856 CPUtime=0.28
/proc/22788/task/22793/stat : 22793 (java) S 22774 22774 22642 0 -1 64 981 0 0 0 27 1 0 0 15 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22794] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22794/stat : 22794 (java) S 22774 22774 22642 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22788/tid=22795] ppid=22774 vsize=860856 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22774 22774 22642 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166047078 881516544 87380 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 908428

[startup+102.482 s]
/proc/loadavg: 2.10 2.07 2.01 3/95 22796
/proc/meminfo: memFree=1554440/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=122092 CPUtime=18.62
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 28122 0 0 0 1845 17 0 0 25 0 1 0 166055435 125022208 28104 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529761 0 0 4096 3 0 0 0 17 1 0 0
/proc/22796/statm: 30523 28104 54 142 0 30379 0
Current children cumulated CPU time (s) 101.22

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

/proc/loadavg: 1.99 1.98 1.99 3/99 22851
/proc/meminfo: memFree=1178656/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=288948 CPUtime=1031.57
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 69717 0 0 0 103098 59 0 0 25 0 1 0 166055435 295882752 69699 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 72237 69699 54 142 0 72093 0
Current children cumulated CPU time (s) 1114.17
Current children cumulated vsize (KiB) 336520

[startup+1183.59 s]
/proc/loadavg: 1.99 1.98 1.99 3/99 22851
/proc/meminfo: memFree=1145952/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=293456 CPUtime=1091.58
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 70779 0 0 0 109098 60 0 0 25 0 1 0 166055435 300498944 70761 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 73364 70761 54 142 0 73220 0
Current children cumulated CPU time (s) 1174.18
Current children cumulated vsize (KiB) 341028

[startup+1243.67 s]
/proc/loadavg: 2.06 2.00 2.00 3/99 22851
/proc/meminfo: memFree=1136928/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=302432 CPUtime=1151.58
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 73054 0 0 0 115096 62 0 0 25 0 1 0 166055435 309690368 73036 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 75608 73036 54 142 0 75464 0
Current children cumulated CPU time (s) 1234.18
Current children cumulated vsize (KiB) 350004

[startup+1303.74 s]
/proc/loadavg: 2.02 2.00 2.00 3/99 22851
/proc/meminfo: memFree=1098016/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=313192 CPUtime=1211.6
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 75733 0 0 0 121095 65 0 0 25 0 1 0 166055435 320708608 75715 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 78298 75715 54 142 0 78154 0
Current children cumulated CPU time (s) 1294.2
Current children cumulated vsize (KiB) 360764

[startup+1363.82 s]
/proc/loadavg: 2.01 2.00 2.00 3/99 22851
/proc/meminfo: memFree=1058976/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=323156 CPUtime=1271.57
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 78222 0 0 0 127090 67 0 0 25 0 1 0 166055435 330911744 78204 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 80789 78204 54 142 0 80645 0
Current children cumulated CPU time (s) 1354.17
Current children cumulated vsize (KiB) 370728

[startup+1423.89 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 22851
/proc/meminfo: memFree=1055648/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=326332 CPUtime=1331.59
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 79049 0 0 0 133090 69 0 0 25 0 1 0 166055435 334163968 79031 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 81583 79031 54 142 0 81439 0
Current children cumulated CPU time (s) 1414.19
Current children cumulated vsize (KiB) 373904

[startup+1483.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 22851
/proc/meminfo: memFree=1020000/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=333376 CPUtime=1391.51
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 80812 0 0 0 139080 71 0 0 25 0 1 0 166055435 341377024 80794 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 83344 80794 54 142 0 83200 0
Current children cumulated CPU time (s) 1474.11
Current children cumulated vsize (KiB) 380948

[startup+1544.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 22851
/proc/meminfo: memFree=1015008/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=338276 CPUtime=1451.51
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 82015 0 0 0 145079 72 0 0 25 0 1 0 166055435 346394624 81997 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 84569 81997 54 142 0 84425 0
Current children cumulated CPU time (s) 1534.11
Current children cumulated vsize (KiB) 385848

[startup+1604.11 s]
/proc/loadavg: 2.10 2.03 2.01 3/99 22851
/proc/meminfo: memFree=964960/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=359740 CPUtime=1511.53
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 87390 0 0 0 151078 75 0 0 25 0 1 0 166055435 368373760 87372 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 89935 87372 54 142 0 89791 0
Current children cumulated CPU time (s) 1594.13
Current children cumulated vsize (KiB) 407312

[startup+1664.19 s]
/proc/loadavg: 2.03 2.02 2.00 3/99 22851
/proc/meminfo: memFree=925600/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=369772 CPUtime=1571.55
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 89914 0 0 0 157077 78 0 0 25 0 1 0 166055435 378646528 89896 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 92443 89896 54 142 0 92299 0
Current children cumulated CPU time (s) 1654.15
Current children cumulated vsize (KiB) 417344

[startup+1724.21 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 22851
/proc/meminfo: memFree=922336/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=372940 CPUtime=1631.49
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 90720 0 0 0 163070 79 0 0 25 0 1 0 166055435 381890560 90702 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 93235 90702 54 142 0 93091 0
Current children cumulated CPU time (s) 1714.09
Current children cumulated vsize (KiB) 420512

[startup+1784.23 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 22851
/proc/meminfo: memFree=886816/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=379052 CPUtime=1691.4
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 92243 0 0 0 169059 81 0 0 25 0 1 0 166055435 388149248 92225 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 94763 92225 54 142 0 94619 0
Current children cumulated CPU time (s) 1774
Current children cumulated vsize (KiB) 426624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.33 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 22851
/proc/meminfo: memFree=882144/2055920 swapFree=4165612/4192956
[pid=22774] ppid=22772 vsize=47572 CPUtime=82.6
/proc/22774/stat : 22774 (galac.sh) S 22772 22774 22642 0 -1 4194304 799 89467 0 1 0 0 8186 74 17 0 1 0 166047066 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22774/statm: 11893 363 245 79 0 218 0
[pid=22796] ppid=22774 vsize=383992 CPUtime=1717.47
/proc/22796/stat : 22796 (minisat) R 22774 22774 22642 0 -1 4194304 93373 0 0 0 171664 83 0 0 25 0 1 0 166055435 393207808 93355 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22796/statm: 95998 93355 54 142 0 95854 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 431564

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 22774 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=869553 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=747886
CPU time returned by wait4() is 82.6174
while last known CPU time is 1800.07

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

Real time (s): 1810.34
CPU time (s): 1800.07
CPU user time (s): 1798.5
CPU system time (s): 1.57
CPU usage (%): 99.4326
Max. virtual memory (cumulated for all children) (KiB): 908428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.8696
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90266
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= 3579
involuntary context switches= 6640

runsolver used 2.12068 s user time and 6.30804 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 13:28:33 UTC 2007


IDJOB= 206687
IDBENCH= 4227
FILE ID= node1/206687-1168176513

PBS_JOBID= 3478861

Free space on /tmp= 66297 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  8b5e9a33979c8971045ffddec213244c

RANDOM SEED= 265666822

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701864 kB
Buffers:         19656 kB
Cached:         178480 kB
SwapCached:       3620 kB
Active:         182096 kB
Inactive:       116228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701864 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            8696 kB
Writeback:           0 kB
Mapped:         117680 kB
Slab:            40272 kB
Committed_AS:  4799288 kB
PageTables:       2536 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= 66262 MiB



End job on node1 on Sun Jan  7 13:58:44 UTC 2007