Trace number 203135

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.04 1810.88

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-33_ext.xml
MD5SUMdfbff00c5978e70c23dc5678ed550f66
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.15	c start cnf exporting
83.70	c parsing time : 5.409
83.70	c preprocessing time : 83.534
83.70	
83.70	c Nary constraints - conflicts : 0 supports : 93
83.70	c Binary constraints - conflicts : 0 supports :0
83.70	c max arity constraint : 3
83.70	c Max Tuples generated 0
83.70	c relations : 93
83.70	c relations BDD: 93
83.70	c vars : 598299 - clauses :  1874751
83.70	
83.79	 
83.79	c --- Minisat Stats ---
83.79	 

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/node4/watcher-203135-1168156629 -o ROOT/results/node4/solver-203135-1168156629 -C 1800 -M 900 /tmp/evaluation/203135-1168156629/galac.sh /tmp/evaluation/203135-1168156629/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 2.00 5/93 10370
/proc/meminfo: memFree=1725176/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=6348 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) R 10367 10369 9848 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 164058471 6500352 216 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913384018 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10369/statm: 1587 216 165 79 0 123 0

[startup+0.105003 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 10370
/proc/meminfo: memFree=1725176/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.513039 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 10370
/proc/meminfo: memFree=1725176/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+1.33413 s]
/proc/loadavg: 2.16 2.03 2.01 3/101 10390
/proc/meminfo: memFree=1648056/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10383] ppid=10369 vsize=861064 CPUtime=1.27
/proc/10383/stat : 10383 (java) R 10369 10369 9848 0 -1 0 21278 0 1 0 117 10 0 0 23 0 8 0 164058475 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10383/statm: 215266 21031 1967 14 0 201471 0
[pid=10383/tid=10384] ppid=10369 vsize=861064 CPUtime=0.06
/proc/10383/task/10384/stat : 10384 (java) S 10369 10369 9848 0 -1 64 5524 0 0 0 4 2 0 0 16 0 8 0 164058479 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10385] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10385/stat : 10385 (java) S 10369 10369 9848 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164058479 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10386] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10386/stat : 10386 (java) S 10369 10369 9848 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164058479 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10387] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10387/stat : 10387 (java) S 10369 10369 9848 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164058483 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10388] ppid=10369 vsize=861064 CPUtime=0.11
/proc/10383/task/10388/stat : 10388 (java) S 10369 10369 9848 0 -1 64 892 0 0 0 11 0 0 0 16 0 8 0 164058483 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10389] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10389/stat : 10389 (java) S 10369 10369 9848 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164058483 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10390] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10390/stat : 10390 (java) S 10369 10369 9848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164058483 881729536 21031 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908620

[startup+2.97928 s]
/proc/loadavg: 2.16 2.03 2.01 3/101 10390
/proc/meminfo: memFree=1636600/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10383] ppid=10369 vsize=861064 CPUtime=2.9
/proc/10383/stat : 10383 (java) R 10369 10369 9848 0 -1 0 25343 0 1 0 278 12 0 0 25 0 8 0 164058475 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073667767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10383/statm: 215266 25090 1967 14 0 201471 0
[pid=10383/tid=10384] ppid=10369 vsize=861064 CPUtime=0.21
/proc/10383/task/10384/stat : 10384 (java) S 10369 10369 9848 0 -1 64 9574 0 0 0 18 3 0 0 16 0 8 0 164058479 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10385] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10385/stat : 10385 (java) S 10369 10369 9848 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164058479 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10386] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10386/stat : 10386 (java) S 10369 10369 9848 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164058479 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10387] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10387/stat : 10387 (java) S 10369 10369 9848 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164058483 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10388] ppid=10369 vsize=861064 CPUtime=0.14
/proc/10383/task/10388/stat : 10388 (java) S 10369 10369 9848 0 -1 64 901 0 0 0 14 0 0 0 16 0 8 0 164058483 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10389] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10389/stat : 10389 (java) S 10369 10369 9848 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164058483 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10390] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10390/stat : 10390 (java) S 10369 10369 9848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164058483 881729536 25090 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908620

[startup+6.18759 s]
/proc/loadavg: 2.15 2.03 2.01 3/101 10390
/proc/meminfo: memFree=1607416/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10383] ppid=10369 vsize=861064 CPUtime=6.08
/proc/10383/stat : 10383 (java) R 10369 10369 9848 0 -1 0 31395 0 1 0 592 16 0 0 25 0 8 0 164058475 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073925511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10383/statm: 215266 31133 1975 14 0 201471 0
[pid=10383/tid=10384] ppid=10369 vsize=861064 CPUtime=0.43
/proc/10383/task/10384/stat : 10384 (java) S 10369 10369 9848 0 -1 64 15553 0 0 0 37 6 0 0 16 0 8 0 164058479 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10385] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10385/stat : 10385 (java) S 10369 10369 9848 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164058479 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10386] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10386/stat : 10386 (java) S 10369 10369 9848 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164058479 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10387] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10387/stat : 10387 (java) S 10369 10369 9848 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164058483 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10388] ppid=10369 vsize=861064 CPUtime=0.22
/proc/10383/task/10388/stat : 10388 (java) S 10369 10369 9848 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 164058483 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10389] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10389/stat : 10389 (java) S 10369 10369 9848 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164058483 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10390] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10390/stat : 10390 (java) S 10369 10369 9848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164058483 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 908620

[startup+12.6702 s]
/proc/loadavg: 2.13 2.03 2.01 3/101 10390
/proc/meminfo: memFree=1514552/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10383] ppid=10369 vsize=861064 CPUtime=12.5
/proc/10383/stat : 10383 (java) R 10369 10369 9848 0 -1 0 54603 0 1 0 1222 28 0 0 25 0 8 0 164058475 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073951472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10383/statm: 215266 54337 1975 14 0 201471 0
[pid=10383/tid=10384] ppid=10369 vsize=861064 CPUtime=1.51
/proc/10383/task/10384/stat : 10384 (java) S 10369 10369 9848 0 -1 64 38757 0 0 0 133 18 0 0 20 0 8 0 164058479 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10385] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10385/stat : 10385 (java) S 10369 10369 9848 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164058479 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10386] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10386/stat : 10386 (java) S 10369 10369 9848 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164058479 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10387] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10387/stat : 10387 (java) S 10369 10369 9848 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164058483 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10388] ppid=10369 vsize=861064 CPUtime=0.22
/proc/10383/task/10388/stat : 10388 (java) S 10369 10369 9848 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 164058483 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10389] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10389/stat : 10389 (java) S 10369 10369 9848 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164058483 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10390] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10390/stat : 10390 (java) S 10369 10369 9848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164058483 881729536 54337 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908620

[startup+25.5534 s]
/proc/loadavg: 2.11 2.03 2.01 3/101 10390
/proc/meminfo: memFree=1380088/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10383] ppid=10369 vsize=861064 CPUtime=25.26
/proc/10383/stat : 10383 (java) R 10369 10369 9848 0 -1 0 87656 0 1 0 2483 43 0 0 25 0 8 0 164058475 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074025998 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10383/statm: 215266 87378 1994 14 0 201471 0
[pid=10383/tid=10384] ppid=10369 vsize=861064 CPUtime=3
/proc/10383/task/10384/stat : 10384 (java) S 10369 10369 9848 0 -1 64 71725 0 0 0 269 31 0 0 16 0 8 0 164058479 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10385] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10385/stat : 10385 (java) S 10369 10369 9848 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164058479 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10386] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10386/stat : 10386 (java) S 10369 10369 9848 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164058479 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10387] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10387/stat : 10387 (java) S 10369 10369 9848 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164058483 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10388] ppid=10369 vsize=861064 CPUtime=0.29
/proc/10383/task/10388/stat : 10388 (java) S 10369 10369 9848 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 164058483 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10389] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10389/stat : 10389 (java) S 10369 10369 9848 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164058483 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10390] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10390/stat : 10390 (java) S 10369 10369 9848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164058483 881729536 87378 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 908620

[startup+51.2049 s]
/proc/loadavg: 2.27 2.07 2.02 3/101 10390
/proc/meminfo: memFree=1366136/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=0
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 761 1704 0 0 0 0 0 0 23 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10383] ppid=10369 vsize=861064 CPUtime=50.67
/proc/10383/stat : 10383 (java) R 10369 10369 9848 0 -1 0 87699 0 1 0 5014 53 0 0 25 0 8 0 164058475 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073754847 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10383/statm: 215266 87379 1995 14 0 201471 0
[pid=10383/tid=10384] ppid=10369 vsize=861064 CPUtime=3.07
/proc/10383/task/10384/stat : 10384 (java) S 10369 10369 9848 0 -1 64 71726 0 0 0 276 31 0 0 16 0 8 0 164058479 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10385] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10385/stat : 10385 (java) S 10369 10369 9848 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164058479 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10386] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10386/stat : 10386 (java) S 10369 10369 9848 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164058479 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10387] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10387/stat : 10387 (java) S 10369 10369 9848 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164058483 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10388] ppid=10369 vsize=861064 CPUtime=0.29
/proc/10383/task/10388/stat : 10388 (java) S 10369 10369 9848 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 164058483 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10389] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10389/stat : 10389 (java) S 10369 10369 9848 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164058483 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10383/tid=10390] ppid=10369 vsize=861064 CPUtime=0
/proc/10383/task/10390/stat : 10390 (java) S 10369 10369 9848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164058483 881729536 87379 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 908620

[startup+102.461 s]
/proc/loadavg: 2.30 2.12 2.04 3/94 10391
/proc/meminfo: memFree=1578032/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=123020 CPUtime=18.49
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 28183 0 0 0 1832 17 0 0 25 0 1 0 164066851 125972480 28165 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10391/statm: 30755 28165 54 142 0 30611 0
Current children cumulated CPU time (s) 101.41

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

/proc/loadavg: 2.15 2.06 2.01 3/95 10653
/proc/meminfo: memFree=931120/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=227500 CPUtime=1030.28
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 54351 0 0 0 102972 56 0 0 25 0 1 0 164066851 232960000 54333 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 56875 54333 54 142 0 56731 0
Current children cumulated CPU time (s) 1113.2
Current children cumulated vsize (KiB) 275056

[startup+1183.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/95 10653
/proc/meminfo: memFree=923184/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=235124 CPUtime=1090.25
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 56266 0 0 0 108966 59 0 0 25 0 1 0 164066851 240766976 56248 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 58781 56248 54 142 0 58637 0
Current children cumulated CPU time (s) 1173.17
Current children cumulated vsize (KiB) 282680

[startup+1243.35 s]
/proc/loadavg: 2.07 2.06 2.01 3/95 10653
/proc/meminfo: memFree=919472/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=238836 CPUtime=1150.21
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 57150 0 0 0 114961 60 0 0 25 0 1 0 164066851 244568064 57132 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 59709 57132 54 142 0 59565 0
Current children cumulated CPU time (s) 1233.13
Current children cumulated vsize (KiB) 286392

[startup+1303.36 s]
/proc/loadavg: 2.03 2.05 2.00 3/95 10655
/proc/meminfo: memFree=913840/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=244256 CPUtime=1210.17
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 58498 0 0 0 120955 62 0 0 25 0 1 0 164066851 250118144 58480 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 61064 58480 54 142 0 60920 0
Current children cumulated CPU time (s) 1293.09
Current children cumulated vsize (KiB) 291812

[startup+1363.37 s]
/proc/loadavg: 2.01 2.04 2.00 5/95 10655
/proc/meminfo: memFree=911152/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=246896 CPUtime=1270.11
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 59159 0 0 0 126947 64 0 0 25 0 1 0 164066851 252821504 59141 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 61724 59141 54 142 0 61580 0
Current children cumulated CPU time (s) 1353.03
Current children cumulated vsize (KiB) 294452

[startup+1423.39 s]
/proc/loadavg: 1.94 2.01 1.99 3/94 10711
/proc/meminfo: memFree=1435960/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=249668 CPUtime=1330.05
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 59861 0 0 0 132935 70 0 0 25 0 1 0 164066851 255660032 59843 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 62417 59843 54 142 0 62273 0
Current children cumulated CPU time (s) 1412.97
Current children cumulated vsize (KiB) 297224

[startup+1483.4 s]
/proc/loadavg: 1.98 2.01 1.99 3/94 10711
/proc/meminfo: memFree=1432056/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=253496 CPUtime=1390
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 60826 0 0 0 138928 72 0 0 25 0 1 0 164066851 259579904 60808 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 63374 60808 54 142 0 63230 0
Current children cumulated CPU time (s) 1472.92
Current children cumulated vsize (KiB) 301052

[startup+1543.49 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10711
/proc/meminfo: memFree=1429368/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=256268 CPUtime=1450
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 61509 0 0 0 144927 73 0 0 25 0 1 0 164066851 262418432 61491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 64067 61491 54 142 0 63923 0
Current children cumulated CPU time (s) 1532.92
Current children cumulated vsize (KiB) 303824

[startup+1603.57 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10711
/proc/meminfo: memFree=1427256/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=258248 CPUtime=1510.04
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 62018 0 0 0 150930 74 0 0 25 0 1 0 164066851 264445952 62000 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 64562 62000 54 142 0 64418 0
Current children cumulated CPU time (s) 1592.96
Current children cumulated vsize (KiB) 305804

[startup+1663.67 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10711
/proc/meminfo: memFree=1425336/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=260096 CPUtime=1570.09
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 62483 0 0 0 156935 74 0 0 25 0 1 0 164066851 266338304 62465 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525832 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 65024 62465 54 142 0 64880 0
Current children cumulated CPU time (s) 1653.01
Current children cumulated vsize (KiB) 307652

[startup+1723.76 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10711
/proc/meminfo: memFree=1423416/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=261944 CPUtime=1630.1
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 62963 0 0 0 162935 75 0 0 25 0 1 0 164066851 268230656 62945 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 65486 62945 54 142 0 65342 0
Current children cumulated CPU time (s) 1713.02
Current children cumulated vsize (KiB) 309500

[startup+1783.85 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10711
/proc/meminfo: memFree=1421624/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=263660 CPUtime=1690.13
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 63378 0 0 0 168937 76 0 0 25 0 1 0 164066851 269987840 63360 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 65915 63360 54 142 0 65771 0
Current children cumulated CPU time (s) 1773.05
Current children cumulated vsize (KiB) 311216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.86 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 10711
/proc/meminfo: memFree=1420664/2055920 swapFree=4182144/4192956
[pid=10369] ppid=10367 vsize=47556 CPUtime=82.92
/proc/10369/stat : 10369 (galac.sh) S 10367 10369 9848 0 -1 4194304 799 89465 0 1 0 0 8221 71 17 0 1 0 164058471 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10369/statm: 11889 363 245 79 0 218 0
[pid=10391] ppid=10369 vsize=264584 CPUtime=1717.12
/proc/10391/stat : 10391 (minisat) R 10369 10369 9848 0 -1 4194304 63608 0 0 0 171635 77 0 0 25 0 1 0 164066851 270934016 63590 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10391/statm: 66146 63590 54 142 0 66002 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 312140

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 10369 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=220500 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=721890
CPU time returned by wait4() is 82.9424
while last known CPU time is 1800.04

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

Real time (s): 1810.88
CPU time (s): 1800.04
CPU user time (s): 1798.56
CPU system time (s): 1.48
CPU usage (%): 99.4016
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.2205
system time used= 0.72189
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90264
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= 3580
involuntary context switches= 5369

runsolver used 2.06868 s user time and 5.96409 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 07:57:09 UTC 2007


IDJOB= 203135
IDBENCH= 3917
FILE ID= node4/203135-1168156629

PBS_JOBID= 3478257

Free space on /tmp= 66294 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  dfbff00c5978e70c23dc5678ed550f66

RANDOM SEED= 877104999

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.223
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.223
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:       1725656 kB
Buffers:         25360 kB
Cached:          89624 kB
SwapCached:       2520 kB
Active:         226772 kB
Inactive:        50872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725656 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:         182108 kB
Slab:            37004 kB
Committed_AS:  4990524 kB
PageTables:       2680 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= 66261 MiB



End job on node4 on Sun Jan  7 08:27:20 UTC 2007