Trace number 203304

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.02 1816.19

General information on the benchmark

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

Solver Data (download as text)

0.04	c --- Preproc Stats ---
5.51	c start processing
5.51	c start relation processing
19.88	c start cnf exporting
80.98	c parsing time : 5.274
80.98	c preprocessing time : 80.753
80.98	
80.98	c Nary constraints - conflicts : 0 supports : 93
80.98	c Binary constraints - conflicts : 0 supports :0
80.98	c max arity constraint : 3
80.98	c Max Tuples generated 0
80.98	c relations : 93
80.98	c relations BDD: 93
80.98	c vars : 598475 - clauses :  1875286
80.98	
81.09	 
81.09	c --- Minisat Stats ---
81.09	 

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/node55/watcher-203304-1168159201 -o ROOT/results/node55/solver-203304-1168159201 -C 1800 -M 900 /tmp/evaluation/203304-1168159201/galac.sh /tmp/evaluation/203304-1168159201/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: 2.00 2.00 1.93 5/76 7522
/proc/meminfo: memFree=1135856/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=8560 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) R 7519 7521 6938 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 164318432 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761796495 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7521/statm: 2140 253 197 79 0 133 0

[startup+0.105711 s]
/proc/loadavg: 2.00 2.00 1.93 5/76 7522
/proc/meminfo: memFree=1135856/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.517751 s]
/proc/loadavg: 2.00 2.00 1.93 5/76 7522
/proc/meminfo: memFree=1135856/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+1.34083 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 7542
/proc/meminfo: memFree=1058288/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7535] ppid=7521 vsize=860852 CPUtime=1.21
/proc/7535/stat : 7535 (java) R 7521 7521 6938 0 -1 0 21361 0 1 0 111 10 0 0 25 0 8 0 164318436 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073767531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7535/statm: 215213 21114 1967 14 0 201471 0
[pid=7535/tid=7536] ppid=7521 vsize=860852 CPUtime=0.06
/proc/7535/task/7536/stat : 7536 (java) S 7521 7521 6938 0 -1 64 5607 0 0 0 4 2 0 0 16 0 8 0 164318439 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7537] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7537/stat : 7537 (java) S 7521 7521 6938 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164318440 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7538] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7538/stat : 7538 (java) S 7521 7521 6938 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164318440 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7539] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7539/stat : 7539 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164318443 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7540] ppid=7521 vsize=860852 CPUtime=0.13
/proc/7535/task/7540/stat : 7540 (java) S 7521 7521 6938 0 -1 64 891 0 0 0 13 0 0 0 16 0 8 0 164318443 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7541] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7541/stat : 7541 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 164318443 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7542] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7542/stat : 7542 (java) S 7521 7521 6938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164318444 881512448 21114 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 908432

[startup+2.978 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 7542
/proc/meminfo: memFree=1048496/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7535] ppid=7521 vsize=860852 CPUtime=2.83
/proc/7535/stat : 7535 (java) R 7521 7521 6938 0 -1 0 25012 0 1 0 271 12 0 0 25 0 8 0 164318436 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073754564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7535/statm: 215213 24759 1967 14 0 201471 0
[pid=7535/tid=7536] ppid=7521 vsize=860852 CPUtime=0.19
/proc/7535/task/7536/stat : 7536 (java) S 7521 7521 6938 0 -1 64 9243 0 0 0 16 3 0 0 16 0 8 0 164318439 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7537] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7537/stat : 7537 (java) S 7521 7521 6938 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164318440 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7538] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7538/stat : 7538 (java) S 7521 7521 6938 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164318440 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7539] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7539/stat : 7539 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164318443 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7540] ppid=7521 vsize=860852 CPUtime=0.15
/proc/7535/task/7540/stat : 7540 (java) S 7521 7521 6938 0 -1 64 900 0 0 0 15 0 0 0 16 0 8 0 164318443 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7541] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7541/stat : 7541 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 164318443 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7542] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7542/stat : 7542 (java) S 7521 7521 6938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164318444 881512448 24759 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 908432

[startup+6.27731 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 7542
/proc/meminfo: memFree=1019504/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7535] ppid=7521 vsize=860852 CPUtime=6.09
/proc/7535/stat : 7535 (java) R 7521 7521 6938 0 -1 0 31063 0 1 0 594 15 0 0 25 0 8 0 164318436 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073925149 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7535/statm: 215213 30801 1975 14 0 201471 0
[pid=7535/tid=7536] ppid=7521 vsize=860852 CPUtime=0.4
/proc/7535/task/7536/stat : 7536 (java) S 7521 7521 6938 0 -1 64 15221 0 0 0 35 5 0 0 16 0 8 0 164318439 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7537] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7537/stat : 7537 (java) S 7521 7521 6938 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164318440 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7538] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7538/stat : 7538 (java) S 7521 7521 6938 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164318440 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7539] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7539/stat : 7539 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164318443 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7540] ppid=7521 vsize=860852 CPUtime=0.22
/proc/7535/task/7540/stat : 7540 (java) S 7521 7521 6938 0 -1 64 945 0 0 0 22 0 0 0 15 0 8 0 164318443 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7541] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7541/stat : 7541 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 164318443 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7542] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7542/stat : 7542 (java) S 7521 7521 6938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164318444 881512448 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 908432

[startup+12.7629 s]
/proc/loadavg: 2.15 2.03 1.94 3/84 7542
/proc/meminfo: memFree=924336/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7535] ppid=7521 vsize=860852 CPUtime=12.52
/proc/7535/stat : 7535 (java) R 7521 7521 6938 0 -1 0 54874 0 1 0 1228 24 0 0 25 0 8 0 164318436 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7535/statm: 215213 54608 1975 14 0 201471 0
[pid=7535/tid=7536] ppid=7521 vsize=860852 CPUtime=1.48
/proc/7535/task/7536/stat : 7536 (java) S 7521 7521 6938 0 -1 64 39028 0 0 0 134 14 0 0 20 0 8 0 164318439 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7537] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7537/stat : 7537 (java) S 7521 7521 6938 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164318440 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7538] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7538/stat : 7538 (java) S 7521 7521 6938 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164318440 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7539] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7539/stat : 7539 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164318443 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7540] ppid=7521 vsize=860852 CPUtime=0.22
/proc/7535/task/7540/stat : 7540 (java) S 7521 7521 6938 0 -1 64 945 0 0 0 22 0 0 0 15 0 8 0 164318443 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7541] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7541/stat : 7541 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 164318443 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7542] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7542/stat : 7542 (java) S 7521 7521 6938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164318444 881512448 54608 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 908432

[startup+25.6602 s]
/proc/loadavg: 2.20 2.05 1.95 4/84 7542
/proc/meminfo: memFree=790704/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7535] ppid=7521 vsize=860852 CPUtime=25.3
/proc/7535/stat : 7535 (java) R 7521 7521 6938 0 -1 0 87674 0 1 0 2487 43 0 0 25 0 8 0 164318436 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074063479 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7535/statm: 215213 87395 1995 14 0 201471 0
[pid=7535/tid=7536] ppid=7521 vsize=860852 CPUtime=2.94
/proc/7535/task/7536/stat : 7536 (java) S 7521 7521 6938 0 -1 64 71742 0 0 0 264 30 0 0 16 0 8 0 164318439 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7537] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7537/stat : 7537 (java) S 7521 7521 6938 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164318440 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7538] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7538/stat : 7538 (java) S 7521 7521 6938 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164318440 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7539] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7539/stat : 7539 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164318443 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7540] ppid=7521 vsize=860852 CPUtime=0.29
/proc/7535/task/7540/stat : 7540 (java) S 7521 7521 6938 0 -1 64 981 0 0 0 28 1 0 0 15 0 8 0 164318443 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7541] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7541/stat : 7541 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 164318443 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7542] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7542/stat : 7542 (java) S 7521 7521 6938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164318444 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 908432

[startup+51.3147 s]
/proc/loadavg: 2.13 2.04 1.95 4/84 7542
/proc/meminfo: memFree=776816/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=0
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 761 1704 0 0 0 0 0 0 18 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7535] ppid=7521 vsize=860852 CPUtime=50.71
/proc/7535/stat : 7535 (java) R 7521 7521 6938 0 -1 0 87716 0 1 0 5019 52 0 0 25 0 8 0 164318436 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154545268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7535/statm: 215213 87395 1995 14 0 201471 0
[pid=7535/tid=7536] ppid=7521 vsize=860852 CPUtime=3.03
/proc/7535/task/7536/stat : 7536 (java) S 7521 7521 6938 0 -1 64 71742 0 0 0 272 31 0 0 16 0 8 0 164318439 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7537] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7537/stat : 7537 (java) S 7521 7521 6938 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164318440 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7538] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7538/stat : 7538 (java) S 7521 7521 6938 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164318440 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7539] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7539/stat : 7539 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164318443 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7540] ppid=7521 vsize=860852 CPUtime=0.29
/proc/7535/task/7540/stat : 7540 (java) S 7521 7521 6938 0 -1 64 981 0 0 0 28 1 0 0 15 0 8 0 164318443 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7541] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7541/stat : 7541 (java) S 7521 7521 6938 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 164318443 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7535/tid=7542] ppid=7521 vsize=860852 CPUtime=0
/proc/7535/task/7542/stat : 7542 (java) S 7521 7521 6938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164318444 881512448 87395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 908432

[startup+102.607 s]
/proc/loadavg: 2.05 2.03 1.95 3/74 7773
/proc/meminfo: memFree=1468544/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=121564 CPUtime=21.31
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 27924 0 0 0 2115 16 0 0 25 0 1 0 164326541 124481536 27906 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529280 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 30391 27906 54 142 0 30247 0
Current children cumulated CPU time (s) 101.67

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

/proc/loadavg: 2.00 2.00 1.96 3/74 7773
/proc/meminfo: memFree=1378752/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=211680 CPUtime=1033.46
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 50350 0 0 0 103303 43 0 0 25 0 1 0 164326541 216760320 50332 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 52920 50332 54 142 0 52776 0
Current children cumulated CPU time (s) 1113.82
Current children cumulated vsize (KiB) 259260

[startup+1183.78 s]
/proc/loadavg: 2.00 2.00 1.96 3/74 7773
/proc/meminfo: memFree=1371136/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=219160 CPUtime=1093
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 52235 0 0 0 109255 45 0 0 25 0 1 0 164326541 224419840 52217 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 54790 52217 54 142 0 54646 0
Current children cumulated CPU time (s) 1173.36
Current children cumulated vsize (KiB) 266740

[startup+1243.84 s]
/proc/loadavg: 2.00 2.00 1.96 3/74 7773
/proc/meminfo: memFree=1365376/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=224864 CPUtime=1152.55
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 53641 0 0 0 115208 47 0 0 25 0 1 0 164326541 230260736 53623 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 56216 53623 54 142 0 56072 0
Current children cumulated CPU time (s) 1232.91
Current children cumulated vsize (KiB) 272444

[startup+1303.92 s]
/proc/loadavg: 2.00 2.00 1.96 3/80 7913
/proc/meminfo: memFree=1357392/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=231536 CPUtime=1211.93
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 55318 0 0 0 121145 48 0 0 25 0 1 0 164326541 237092864 55300 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 57884 55300 54 142 0 57740 0
Current children cumulated CPU time (s) 1292.29
Current children cumulated vsize (KiB) 279116

[startup+1364.01 s]
/proc/loadavg: 2.00 2.00 1.96 3/74 7971
/proc/meminfo: memFree=1355056/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=234848 CPUtime=1271.39
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 56166 0 0 0 127090 49 0 0 25 0 1 0 164326541 240484352 56148 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 58712 56148 54 142 0 58568 0
Current children cumulated CPU time (s) 1351.75
Current children cumulated vsize (KiB) 282428

[startup+1424.07 s]
/proc/loadavg: 2.00 2.00 1.96 3/74 7971
/proc/meminfo: memFree=1352504/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=237756 CPUtime=1330.93
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 56805 0 0 0 133044 49 0 0 25 0 1 0 164326541 243462144 56787 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 59439 56787 54 142 0 59295 0
Current children cumulated CPU time (s) 1411.29
Current children cumulated vsize (KiB) 285336

[startup+1484.13 s]
/proc/loadavg: 2.00 2.00 1.96 3/74 7971
/proc/meminfo: memFree=1349816/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=240268 CPUtime=1390.49
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 57461 0 0 0 138998 51 0 0 25 0 1 0 164326541 246034432 57443 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 60067 57443 54 142 0 59923 0
Current children cumulated CPU time (s) 1470.85
Current children cumulated vsize (KiB) 287848

[startup+1544.2 s]
/proc/loadavg: 2.07 2.02 1.96 3/74 7971
/proc/meminfo: memFree=1347128/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=242804 CPUtime=1450.03
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 58106 0 0 0 144952 51 0 0 25 0 1 0 164326541 248631296 58088 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 60701 58088 54 142 0 60557 0
Current children cumulated CPU time (s) 1530.39
Current children cumulated vsize (KiB) 290384

[startup+1604.26 s]
/proc/loadavg: 2.02 2.01 1.96 3/74 7971
/proc/meminfo: memFree=1345080/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=244924 CPUtime=1509.57
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 58640 0 0 0 150905 52 0 0 25 0 1 0 164326541 250802176 58622 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 61231 58622 54 142 0 61087 0
Current children cumulated CPU time (s) 1589.93
Current children cumulated vsize (KiB) 292504

[startup+1664.33 s]
/proc/loadavg: 2.01 2.00 1.96 3/74 7971
/proc/meminfo: memFree=1343168/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=246776 CPUtime=1569.11
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 59121 0 0 0 156858 53 0 0 25 0 1 0 164326541 252698624 59103 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 61694 59103 54 142 0 61550 0
Current children cumulated CPU time (s) 1649.47
Current children cumulated vsize (KiB) 294356

[startup+1724.38 s]
/proc/loadavg: 2.00 2.00 1.96 3/74 7971
/proc/meminfo: memFree=1340288/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=249696 CPUtime=1628.66
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 59838 0 0 0 162811 55 0 0 25 0 1 0 164326541 255688704 59820 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529318 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 62424 59820 54 142 0 62280 0
Current children cumulated CPU time (s) 1709.02
Current children cumulated vsize (KiB) 297276

[startup+1784.44 s]
/proc/loadavg: 2.04 2.01 1.97 3/74 7971
/proc/meminfo: memFree=1338368/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=251544 CPUtime=1688.2
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 60311 0 0 0 168765 55 0 0 25 0 1 0 164326541 257581056 60293 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 62886 60293 54 142 0 62742 0
Current children cumulated CPU time (s) 1768.56
Current children cumulated vsize (KiB) 299124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.17 s]
/proc/loadavg: 2.02 2.01 1.97 3/74 7971
/proc/meminfo: memFree=1337472/2055920 swapFree=4192812/4192956
[pid=7521] ppid=7519 vsize=47580 CPUtime=80.36
/proc/7521/stat : 7521 (galac.sh) S 7519 7521 6938 0 -1 4194304 799 89481 0 1 0 0 7964 72 17 0 1 0 164318432 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7521/statm: 11895 363 245 79 0 218 0
[pid=7773] ppid=7521 vsize=252468 CPUtime=1719.66
/proc/7773/stat : 7773 (minisat) R 7521 7521 6938 0 -1 4194304 60528 0 0 0 171910 56 0 0 25 0 1 0 164326541 258527232 60510 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/7773/statm: 63117 60510 54 142 0 62973 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 300048

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 7521 and gives childrusage.ru_utime.tv_sec=79 childrusage.ru_utime.tv_usec=649891 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=738887
CPU time returned by wait4() is 80.3888
while last known CPU time is 1800.02

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

Real time (s): 1816.19
CPU time (s): 1800.02
CPU user time (s): 1798.74
CPU system time (s): 1.28
CPU usage (%): 99.1099
Max. virtual memory (cumulated for all children) (KiB): 908432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.6499
system time used= 0.738887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90280
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= 3624
involuntary context switches= 4198

runsolver used 2.6216 s user time and 5.29219 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 08:40:02 UTC 2007


IDJOB= 203304
IDBENCH= 3950
FILE ID= node55/203304-1168159201

PBS_JOBID= 3478523

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  450564544041bdb3d8c0ed8f0abf7795

RANDOM SEED= 646214889

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.218
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	: 5931.00
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.218
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:       1136272 kB
Buffers:         23528 kB
Cached:         329936 kB
SwapCached:          0 kB
Active:         591072 kB
Inactive:       271044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1136272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8656 kB
Writeback:           0 kB
Mapped:         520056 kB
Slab:            41416 kB
Committed_AS:  4047276 kB
PageTables:       3184 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= 66509 MiB



End job on node55 on Sun Jan  7 09:10:18 UTC 2007