Trace number 206466

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-5_ext.xml
MD5SUM9795de98c24358c31c79c557b7e81308
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.40	c start processing
5.40	c start relation processing
19.45	c start cnf exporting
81.59	c parsing time : 5.24
81.59	c preprocessing time : 81.432
81.59	
81.59	c Nary constraints - conflicts : 0 supports : 93
81.59	c Binary constraints - conflicts : 0 supports :0
81.59	c max arity constraint : 3
81.59	c Max Tuples generated 0
81.59	c relations : 93
81.59	c relations BDD: 93
81.59	c vars : 598360 - clauses :  1874919
81.60	
81.68	 
81.68	c --- Minisat Stats ---
81.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/node61/watcher-206466-1168173725 -o ROOT/results/node61/solver-206466-1168173725 -C 1800 -M 900 /tmp/evaluation/206466-1168173725/galac.sh /tmp/evaluation/206466-1168173725/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.17 2.07 1.96 5/81 10101
/proc/meminfo: memFree=1579368/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=8560 CPUtime=0
/proc/10100/stat : 10100 (galac.sh) R 10098 10100 9179 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165770336 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406694799 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10100/statm: 2140 253 197 79 0 133 0

[startup+0.105797 s]
/proc/loadavg: 2.17 2.07 1.96 5/81 10101
/proc/meminfo: memFree=1579368/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.513868 s]
/proc/loadavg: 2.17 2.07 1.96 5/81 10101
/proc/meminfo: memFree=1579368/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33501 s]
/proc/loadavg: 2.24 2.08 1.97 3/89 10121
/proc/meminfo: memFree=1501920/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10114] ppid=10100 vsize=861064 CPUtime=1.27
/proc/10114/stat : 10114 (java) R 10100 10100 9179 0 -1 0 21409 0 1 0 117 10 0 0 21 0 8 0 165770339 881729536 21161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10114/statm: 215266 21161 1967 14 0 201471 0
[pid=10114/tid=10115] ppid=10100 vsize=861064 CPUtime=0.06
/proc/10114/task/10115/stat : 10115 (java) R 10100 10100 9179 0 -1 64 5654 0 0 0 4 2 0 0 16 0 8 0 165770343 881729536 21161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 10850013 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10116] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10116/stat : 10116 (java) S 10100 10100 9179 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165770343 881729536 21161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10117] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10117/stat : 10117 (java) S 10100 10100 9179 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165770343 881729536 21161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10118] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10118/stat : 10118 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165770347 881729536 21161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10119] ppid=10100 vsize=861064 CPUtime=0.13
/proc/10114/task/10119/stat : 10119 (java) S 10100 10100 9179 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 165770347 881729536 21161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10120] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10120/stat : 10120 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165770347 881729536 21161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10121] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10121/stat : 10121 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165770347 881729536 21161 18446744073709551615 134512640 134570532 4294956112 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) 908624

[startup+2.9853 s]
/proc/loadavg: 2.24 2.08 1.97 3/89 10121
/proc/meminfo: memFree=1492064/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10114] ppid=10100 vsize=861064 CPUtime=2.92
/proc/10114/stat : 10114 (java) R 10100 10100 9179 0 -1 0 25014 0 1 0 280 12 0 0 25 0 8 0 165770339 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155941919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10114/statm: 215266 24761 1967 14 0 201471 0
[pid=10114/tid=10115] ppid=10100 vsize=861064 CPUtime=0.18
/proc/10114/task/10115/stat : 10115 (java) S 10100 10100 9179 0 -1 64 9243 0 0 0 15 3 0 0 16 0 8 0 165770343 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10116] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10116/stat : 10116 (java) S 10100 10100 9179 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165770343 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10117] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10117/stat : 10117 (java) S 10100 10100 9179 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165770343 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10118] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10118/stat : 10118 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165770347 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10119] ppid=10100 vsize=861064 CPUtime=0.16
/proc/10114/task/10119/stat : 10119 (java) S 10100 10100 9179 0 -1 64 903 0 0 0 15 1 0 0 16 0 8 0 165770347 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10120] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10120/stat : 10120 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165770347 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10121] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10121/stat : 10121 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165770347 881729536 24761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908624

[startup+6.27988 s]
/proc/loadavg: 2.22 2.08 1.97 3/89 10121
/proc/meminfo: memFree=1463008/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10114] ppid=10100 vsize=861064 CPUtime=6.19
/proc/10114/stat : 10114 (java) R 10100 10100 9179 0 -1 0 31064 0 1 0 604 15 0 0 25 0 8 0 165770339 881729536 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10114/statm: 215266 30801 1975 14 0 201471 0
[pid=10114/tid=10115] ppid=10100 vsize=861064 CPUtime=0.4
/proc/10114/task/10115/stat : 10115 (java) S 10100 10100 9179 0 -1 64 15221 0 0 0 34 6 0 0 17 0 8 0 165770343 881729536 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10116] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10116/stat : 10116 (java) S 10100 10100 9179 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165770343 881729536 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10117] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10117/stat : 10117 (java) S 10100 10100 9179 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165770343 881729536 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10118] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10118/stat : 10118 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165770347 881729536 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10119] ppid=10100 vsize=861064 CPUtime=0.23
/proc/10114/task/10119/stat : 10119 (java) S 10100 10100 9179 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165770347 881729536 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10120] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10120/stat : 10120 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165770347 881729536 30801 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10121] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10121/stat : 10121 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165770347 881729536 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.2
Current children cumulated vsize (KiB) 908624

[startup+12.773 s]
/proc/loadavg: 2.20 2.08 1.97 3/89 10121
/proc/meminfo: memFree=1368680/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10114] ppid=10100 vsize=861064 CPUtime=12.65
/proc/10114/stat : 10114 (java) R 10100 10100 9179 0 -1 0 54657 0 1 0 1241 24 0 0 25 0 8 0 165770339 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073930462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10114/statm: 215266 54391 1975 14 0 201471 0
[pid=10114/tid=10115] ppid=10100 vsize=861064 CPUtime=1.45
/proc/10114/task/10115/stat : 10115 (java) S 10100 10100 9179 0 -1 64 38811 0 0 0 130 15 0 0 16 0 8 0 165770343 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10116] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10116/stat : 10116 (java) S 10100 10100 9179 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165770343 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10117] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10117/stat : 10117 (java) S 10100 10100 9179 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165770343 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10118] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10118/stat : 10118 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165770347 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10119] ppid=10100 vsize=861064 CPUtime=0.23
/proc/10114/task/10119/stat : 10119 (java) S 10100 10100 9179 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165770347 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10120] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10120/stat : 10120 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165770347 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10121] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10121/stat : 10121 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165770347 881729536 54391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 908624

[startup+25.6533 s]
/proc/loadavg: 2.17 2.07 1.97 3/89 10121
/proc/meminfo: memFree=1233896/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10114] ppid=10100 vsize=861064 CPUtime=25.47
/proc/10114/stat : 10114 (java) R 10100 10100 9179 0 -1 0 87667 0 1 0 2509 38 0 0 25 0 8 0 165770339 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073683816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10114/statm: 215266 87387 1994 14 0 201471 0
[pid=10114/tid=10115] ppid=10100 vsize=861064 CPUtime=2.89
/proc/10114/task/10115/stat : 10115 (java) S 10100 10100 9179 0 -1 64 71734 0 0 0 262 27 0 0 16 0 8 0 165770343 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10116] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10116/stat : 10116 (java) S 10100 10100 9179 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165770343 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10117] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10117/stat : 10117 (java) S 10100 10100 9179 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165770343 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10118] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10118/stat : 10118 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10119] ppid=10100 vsize=861064 CPUtime=0.29
/proc/10114/task/10119/stat : 10119 (java) S 10100 10100 9179 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10120] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10120/stat : 10120 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10121] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10121/stat : 10121 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 908624

[startup+51.3038 s]
/proc/loadavg: 2.15 2.08 1.97 3/89 10121
/proc/meminfo: memFree=1219688/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=0.01
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10114] ppid=10100 vsize=861064 CPUtime=50.99
/proc/10114/stat : 10114 (java) R 10100 10100 9179 0 -1 0 87710 0 1 0 5051 48 0 0 25 0 8 0 165770339 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074091842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10114/statm: 215266 87387 1994 14 0 201471 0
[pid=10114/tid=10115] ppid=10100 vsize=861064 CPUtime=2.96
/proc/10114/task/10115/stat : 10115 (java) S 10100 10100 9179 0 -1 64 71734 0 0 0 269 27 0 0 16 0 8 0 165770343 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10116] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10116/stat : 10116 (java) S 10100 10100 9179 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165770343 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10117] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10117/stat : 10117 (java) S 10100 10100 9179 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165770343 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10118] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10118/stat : 10118 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10119] ppid=10100 vsize=861064 CPUtime=0.29
/proc/10114/task/10119/stat : 10119 (java) S 10100 10100 9179 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10120] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10120/stat : 10120 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10114/tid=10121] ppid=10100 vsize=861064 CPUtime=0
/proc/10114/task/10121/stat : 10121 (java) S 10100 10100 9179 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165770347 881729536 87387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 908624

[startup+102.535 s]
/proc/loadavg: 2.06 2.07 1.97 3/82 10122
/proc/meminfo: memFree=1432608/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=122252 CPUtime=20.74
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 28151 0 0 0 2060 14 0 0 25 0 1 0 165778504 125186048 28133 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 30563 28133 54 142 0 30419 0
Current children cumulated CPU time (s) 101.94

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

/proc/loadavg: 2.00 2.00 1.99 3/82 10122
/proc/meminfo: memFree=1380256/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=174620 CPUtime=1037.02
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 41151 0 0 0 103672 30 0 0 25 0 1 0 165778504 178810880 41133 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 43655 41133 54 142 0 43511 0
Current children cumulated CPU time (s) 1118.22
Current children cumulated vsize (KiB) 222180

[startup+1183.79 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 10264
/proc/meminfo: memFree=1376032/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=177656 CPUtime=1096.67
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 41894 0 0 0 109636 31 0 0 25 0 1 0 165778504 181919744 41876 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529658 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 44414 41876 54 142 0 44270 0
Current children cumulated CPU time (s) 1177.87
Current children cumulated vsize (KiB) 225216

[startup+1243.87 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 10320
/proc/meminfo: memFree=1373536/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=181268 CPUtime=1156.4
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 42771 0 0 0 115608 32 0 0 25 0 1 0 165778504 185618432 42753 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 45317 42753 54 142 0 45173 0
Current children cumulated CPU time (s) 1237.6
Current children cumulated vsize (KiB) 228828

[startup+1303.94 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 10320
/proc/meminfo: memFree=1370464/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=184304 CPUtime=1216.18
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 43547 0 0 0 121584 34 0 0 25 0 1 0 165778504 188727296 43529 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 46076 43529 54 142 0 45932 0
Current children cumulated CPU time (s) 1297.38
Current children cumulated vsize (KiB) 231864

[startup+1364.01 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 10320
/proc/meminfo: memFree=1366240/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=188604 CPUtime=1275.96
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 44590 0 0 0 127561 35 0 0 25 0 1 0 165778504 193130496 44572 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 47151 44572 54 142 0 47007 0
Current children cumulated CPU time (s) 1357.16
Current children cumulated vsize (KiB) 236164

[startup+1424.08 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 10320
/proc/meminfo: memFree=1362080/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=192700 CPUtime=1335.75
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 45640 0 0 0 133539 36 0 0 25 0 1 0 165778504 197324800 45622 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 48175 45622 54 142 0 48031 0
Current children cumulated CPU time (s) 1416.95
Current children cumulated vsize (KiB) 240260

[startup+1484.15 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 10320
/proc/meminfo: memFree=1356384/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=198376 CPUtime=1395.52
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 47050 0 0 0 139515 37 0 0 25 0 1 0 165778504 203137024 47032 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 49594 47032 54 142 0 49450 0
Current children cumulated CPU time (s) 1476.72
Current children cumulated vsize (KiB) 245936

[startup+1544.22 s]
/proc/loadavg: 2.00 2.00 1.99 4/82 10320
/proc/meminfo: memFree=1351456/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=203148 CPUtime=1455.31
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 48266 0 0 0 145492 39 0 0 25 0 1 0 165778504 208023552 48248 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 50787 48248 54 142 0 50643 0
Current children cumulated CPU time (s) 1536.51
Current children cumulated vsize (KiB) 250708

[startup+1604.28 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 10320
/proc/meminfo: memFree=1345952/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=208704 CPUtime=1515.08
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 49635 0 0 0 151468 40 0 0 25 0 1 0 165778504 213712896 49617 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529348 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 52176 49617 54 142 0 52032 0
Current children cumulated CPU time (s) 1596.28
Current children cumulated vsize (KiB) 256264

[startup+1664.34 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 10320
/proc/meminfo: memFree=1341280/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=213212 CPUtime=1574.85
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 50794 0 0 0 157444 41 0 0 25 0 1 0 165778504 218329088 50776 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529619 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 53303 50776 54 142 0 53159 0
Current children cumulated CPU time (s) 1656.05
Current children cumulated vsize (KiB) 260772

[startup+1724.41 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 10320
/proc/meminfo: memFree=1336928/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=217568 CPUtime=1634.64
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 51878 0 0 0 163422 42 0 0 25 0 1 0 165778504 222789632 51860 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 54392 51860 54 142 0 54248 0
Current children cumulated CPU time (s) 1715.84
Current children cumulated vsize (KiB) 265128

[startup+1784.47 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 10320
/proc/meminfo: memFree=1332128/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=222340 CPUtime=1694.41
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 53068 0 0 0 169398 43 0 0 25 0 1 0 165778504 227676160 53050 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10122/statm: 55585 53050 54 142 0 55441 0
Current children cumulated CPU time (s) 1775.61
Current children cumulated vsize (KiB) 269900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10395
/proc/meminfo: memFree=1250336/2055920 swapFree=4192812/4192956
[pid=10100] ppid=10098 vsize=47560 CPUtime=81.2
/proc/10100/stat : 10100 (galac.sh) S 10098 10100 9179 0 -1 4194304 799 89475 0 1 0 0 8055 65 17 0 1 0 165770336 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10100/statm: 11890 363 245 79 0 218 0
[pid=10122] ppid=10100 vsize=224452 CPUtime=1718.9
/proc/10122/stat : 10122 (minisat) R 10100 10100 9179 0 -1 4194304 53581 0 0 0 171840 50 0 0 25 0 1 0 165778504 229838848 53563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529412 0 0 4096 3 0 0 0 17 0 0 0
/proc/10122/statm: 56113 53563 54 142 0 55969 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 272012

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 10100 and gives childrusage.ru_utime.tv_sec=80 childrusage.ru_utime.tv_usec=557753 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=663899
CPU time returned by wait4() is 81.2216
while last known CPU time is 1800.1

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

Real time (s): 1809.05
CPU time (s): 1800.1
CPU user time (s): 1798.95
CPU system time (s): 1.15
CPU usage (%): 99.5052
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.5578
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90274
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= 3497
involuntary context switches= 5746

runsolver used 2.47462 s user time and 5.55116 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Jan  7 12:42:05 UTC 2007


IDJOB= 206466
IDBENCH= 4210
FILE ID= node61/206466-1168173725

PBS_JOBID= 3479065

Free space on /tmp= 66505 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9795de98c24358c31c79c557b7e81308

RANDOM SEED= 35655324

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.259
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.259
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:       1579848 kB
Buffers:         54928 kB
Cached:         272968 kB
SwapCached:          0 kB
Active:         242280 kB
Inactive:       168300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14872 kB
Writeback:           0 kB
Mapped:         100480 kB
Slab:            50796 kB
Committed_AS:  3591408 kB
PageTables:       1940 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= 66470 MiB



End job on node61 on Sun Jan  7 13:12:14 UTC 2007