Trace number 199559

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.09 1816.08

General information on the benchmark

NameallIntervalSeries/
series-90.xml
MD5SUMea84be857cd7136aa0d986a32f32c0a9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.36
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables179
Number of constraints8010
Maximum constraint arity3
Maximum domain size90
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8010
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
3.04	c start processing
3.04	c start relation processing
3.41	c start cnf exporting
145.09	c parsing time : 2.863
145.09	c preprocessing time : 144.916
145.10	
145.10	c Nary constraints - conflicts : 0 supports : 89
145.10	c Binary constraints - conflicts : 7921 supports :0
145.10	c max arity constraint : 3
145.10	c Max Tuples generated 720900
145.10	c relations : 3
145.10	c relations BDD: 1
145.10	c vars : 744843 - clauses :  4309559
145.10	
145.14	 
145.14	c --- Minisat Stats ---
145.14	 

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/node16/watcher-199559-1168134967 -o ROOT/results/node16/solver-199559-1168134967 -C 1800 -M 900 /tmp/evaluation/199559-1168134967/galac.sh /tmp/evaluation/199559-1168134967/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.46 1.85 1.93 5/86 7428
/proc/meminfo: memFree=1565480/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=8560 CPUtime=0
/proc/7427/stat : 7427 (galac.sh) R 7425 7427 7078 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 161891796 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962560399 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7427/statm: 2140 253 197 79 0 133 0

[startup+0.113301 s]
/proc/loadavg: 1.46 1.85 1.93 5/86 7428
/proc/meminfo: memFree=1565480/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.521329 s]
/proc/loadavg: 1.46 1.85 1.93 5/86 7428
/proc/meminfo: memFree=1565480/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.34218 s]
/proc/loadavg: 1.58 1.86 1.94 4/94 7448
/proc/meminfo: memFree=1525672/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7441] ppid=7427 vsize=860988 CPUtime=1.26
/proc/7441/stat : 7441 (java) S 7427 7427 7078 0 -1 0 11966 0 1 0 118 8 0 0 18 0 8 0 161891800 881651712 11720 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7441/statm: 215247 11720 1989 14 0 201504 0
[pid=7441/tid=7442] ppid=7427 vsize=860988 CPUtime=0.03
/proc/7441/task/7442/stat : 7442 (java) S 7427 7427 7078 0 -1 64 3359 0 0 0 2 1 0 0 16 0 8 0 161891803 881651712 11720 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7443] ppid=7427 vsize=860988 CPUtime=0
/proc/7441/task/7443/stat : 7443 (java) S 7427 7427 7078 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161891804 881651712 11720 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7444] ppid=7427 vsize=860988 CPUtime=0
/proc/7441/task/7444/stat : 7444 (java) S 7427 7427 7078 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161891804 881651712 11720 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7445] ppid=7427 vsize=860988 CPUtime=0
/proc/7441/task/7445/stat : 7445 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161891808 881651712 11720 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7446] ppid=7427 vsize=860988 CPUtime=0.33
/proc/7441/task/7446/stat : 7446 (java) R 7427 7427 7078 0 -1 64 1067 0 0 0 31 2 0 0 21 0 8 0 161891808 881651712 11720 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153160340 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7447] ppid=7427 vsize=860988 CPUtime=0
/proc/7441/task/7447/stat : 7447 (java) S 7427 7427 7078 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161891808 881651712 11720 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7448] ppid=7427 vsize=860988 CPUtime=0
/proc/7441/task/7448/stat : 7448 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161891808 881651712 11720 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) 908540

[startup+2.97887 s]
/proc/loadavg: 1.58 1.86 1.94 3/94 7448
/proc/meminfo: memFree=1506088/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7441] ppid=7427 vsize=861016 CPUtime=2.89
/proc/7441/stat : 7441 (java) R 7427 7427 7078 0 -1 0 17830 0 1 0 278 11 0 0 25 0 8 0 161891800 881680384 17581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073680704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7441/statm: 215254 17581 1989 14 0 201511 0
[pid=7441/tid=7442] ppid=7427 vsize=861016 CPUtime=0.14
/proc/7441/task/7442/stat : 7442 (java) S 7427 7427 7078 0 -1 64 3684 0 0 0 13 1 0 0 17 0 8 0 161891803 881680384 17581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7443] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7443/stat : 7443 (java) S 7427 7427 7078 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161891804 881680384 17581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7444] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7444/stat : 7444 (java) S 7427 7427 7078 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161891804 881680384 17581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7445] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7445/stat : 7445 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161891808 881680384 17581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7446] ppid=7427 vsize=861016 CPUtime=0.34
/proc/7441/task/7446/stat : 7446 (java) S 7427 7427 7078 0 -1 64 1078 0 0 0 32 2 0 0 16 0 8 0 161891808 881680384 17581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7447] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7447/stat : 7447 (java) S 7427 7427 7078 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161891808 881680384 17581 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7448] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7448/stat : 7448 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161891808 881680384 17581 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) 908568

[startup+6.1813 s]
/proc/loadavg: 1.58 1.86 1.94 3/94 7448
/proc/meminfo: memFree=1483176/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7441] ppid=7427 vsize=861016 CPUtime=6.06
/proc/7441/stat : 7441 (java) R 7427 7427 7078 0 -1 0 22187 0 1 0 591 15 0 0 25 0 8 0 161891800 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074310951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7441/statm: 215254 21932 2014 14 0 201511 0
[pid=7441/tid=7442] ppid=7427 vsize=861016 CPUtime=0.2
/proc/7441/task/7442/stat : 7442 (java) S 7427 7427 7078 0 -1 64 6093 0 0 0 18 2 0 0 16 0 8 0 161891803 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7443] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7443/stat : 7443 (java) S 7427 7427 7078 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161891804 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7444] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7444/stat : 7444 (java) S 7427 7427 7078 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161891804 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7445] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7445/stat : 7445 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7446] ppid=7427 vsize=861016 CPUtime=0.43
/proc/7441/task/7446/stat : 7446 (java) S 7427 7427 7078 0 -1 64 1126 0 0 0 41 2 0 0 15 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7447] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7447/stat : 7447 (java) S 7427 7427 7078 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7448] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7448/stat : 7448 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 908568

[startup+12.6621 s]
/proc/loadavg: 1.64 1.87 1.94 3/94 7448
/proc/meminfo: memFree=1477544/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7441] ppid=7427 vsize=861016 CPUtime=12.48
/proc/7441/stat : 7441 (java) R 7427 7427 7078 0 -1 0 22200 0 1 0 1230 18 0 0 25 0 8 0 161891800 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073706600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7441/statm: 215254 21932 2014 14 0 201511 0
[pid=7441/tid=7442] ppid=7427 vsize=861016 CPUtime=0.21
/proc/7441/task/7442/stat : 7442 (java) S 7427 7427 7078 0 -1 64 6093 0 0 0 19 2 0 0 16 0 8 0 161891803 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7443] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7443/stat : 7443 (java) S 7427 7427 7078 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161891804 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7444] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7444/stat : 7444 (java) S 7427 7427 7078 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161891804 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7445] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7445/stat : 7445 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7446] ppid=7427 vsize=861016 CPUtime=0.43
/proc/7441/task/7446/stat : 7446 (java) S 7427 7427 7078 0 -1 64 1126 0 0 0 41 2 0 0 15 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7447] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7447/stat : 7447 (java) S 7427 7427 7078 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7448] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7448/stat : 7448 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161891808 881680384 21932 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 908568

[startup+25.5518 s]
/proc/loadavg: 1.70 1.87 1.94 3/94 7448
/proc/meminfo: memFree=1469864/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7441] ppid=7427 vsize=861016 CPUtime=25.24
/proc/7441/stat : 7441 (java) R 7427 7427 7078 0 -1 0 22225 0 1 0 2501 23 0 0 25 0 8 0 161891800 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074377051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7441/statm: 215254 21935 2014 14 0 201511 0
[pid=7441/tid=7442] ppid=7427 vsize=861016 CPUtime=0.22
/proc/7441/task/7442/stat : 7442 (java) S 7427 7427 7078 0 -1 64 6093 0 0 0 20 2 0 0 16 0 8 0 161891803 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7443] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7443/stat : 7443 (java) S 7427 7427 7078 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161891804 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7444] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7444/stat : 7444 (java) S 7427 7427 7078 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161891804 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7445] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7445/stat : 7445 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161891808 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7446] ppid=7427 vsize=861016 CPUtime=0.43
/proc/7441/task/7446/stat : 7446 (java) S 7427 7427 7078 0 -1 64 1129 0 0 0 41 2 0 0 16 0 8 0 161891808 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7447] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7447/stat : 7447 (java) S 7427 7427 7078 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161891808 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7448] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7448/stat : 7448 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161891808 881680384 21935 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 908568

[startup+51.1981 s]
/proc/loadavg: 1.82 1.88 1.94 3/94 7448
/proc/meminfo: memFree=1455720/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7441] ppid=7427 vsize=861016 CPUtime=50.64
/proc/7441/stat : 7441 (java) R 7427 7427 7078 0 -1 0 22269 0 1 0 5032 32 0 0 25 0 8 0 161891800 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154163232 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7441/statm: 215254 21938 2014 14 0 201511 0
[pid=7441/tid=7442] ppid=7427 vsize=861016 CPUtime=0.25
/proc/7441/task/7442/stat : 7442 (java) S 7427 7427 7078 0 -1 64 6093 0 0 0 22 3 0 0 16 0 8 0 161891803 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7443] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7443/stat : 7443 (java) S 7427 7427 7078 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161891804 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7444] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7444/stat : 7444 (java) S 7427 7427 7078 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161891804 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7445] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7445/stat : 7445 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161891808 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7446] ppid=7427 vsize=861016 CPUtime=0.44
/proc/7441/task/7446/stat : 7446 (java) S 7427 7427 7078 0 -1 64 1132 0 0 0 42 2 0 0 16 0 8 0 161891808 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7447] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7447/stat : 7447 (java) S 7427 7427 7078 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161891808 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7441/tid=7448] ppid=7427 vsize=861016 CPUtime=0
/proc/7441/task/7448/stat : 7448 (java) S 7427 7427 7078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161891808 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 908568

[startup+102.486 s]
/proc/loadavg: 1.92 1.90 1.94 3/94 7448
/proc/meminfo: memFree=1426536/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=0.01
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7441] ppid=7427 vsize=861016 CPUtime=101.44
/proc/7441/stat : 7441 (java) R 7427 7427 7078 0 -1 0 22353 0 1 0 10092 52 0 0 25 0 8 0 161891800 881680384 21938 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074483950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7441/statm: 215254 21938 2014 14 0 201511 0
[pid=7441/tid=7442] ppid=7427 vsize=861016 CPUtime=0.29

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

/proc/loadavg: 2.04 2.02 1.96 3/87 7647
/proc/meminfo: memFree=1001184/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=494412 CPUtime=969.51
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 119839 0 0 0 96858 93 0 0 25 0 1 0 161906310 506277888 119813 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525790 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 123603 119813 54 142 0 123459 0
Current children cumulated CPU time (s) 1113.2
Current children cumulated vsize (KiB) 541964

[startup+1183.57 s]
/proc/loadavg: 2.01 2.02 1.96 3/87 7649
/proc/meminfo: memFree=981856/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=513804 CPUtime=1029.02
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 124687 0 0 0 102805 97 0 0 25 0 1 0 161906310 526135296 124661 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 128451 124661 54 142 0 128307 0
Current children cumulated CPU time (s) 1172.71
Current children cumulated vsize (KiB) 561356

[startup+1243.62 s]
/proc/loadavg: 2.00 2.01 1.96 3/87 7649
/proc/meminfo: memFree=966816/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=528824 CPUtime=1088.54
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 128425 0 0 0 108753 101 0 0 25 0 1 0 161906310 541515776 128399 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 132206 128399 54 142 0 132062 0
Current children cumulated CPU time (s) 1232.23
Current children cumulated vsize (KiB) 576376

[startup+1303.69 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 7649
/proc/meminfo: memFree=952608/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=542688 CPUtime=1148.08
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 131905 0 0 0 114703 105 0 0 25 0 1 0 161906310 555712512 131879 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 135672 131879 54 142 0 135528 0
Current children cumulated CPU time (s) 1291.77
Current children cumulated vsize (KiB) 590240

[startup+1363.75 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 7649
/proc/meminfo: memFree=940128/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=555136 CPUtime=1207.6
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 135025 0 0 0 120653 107 0 0 25 0 1 0 161906310 568459264 134999 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529354 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 138784 134999 54 142 0 138640 0
Current children cumulated CPU time (s) 1351.29
Current children cumulated vsize (KiB) 602688

[startup+1423.82 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 7649
/proc/meminfo: memFree=929632/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=565864 CPUtime=1267.15
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 137639 0 0 0 126605 110 0 0 25 0 1 0 161906310 579444736 137613 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 141466 137613 54 142 0 141322 0
Current children cumulated CPU time (s) 1410.84
Current children cumulated vsize (KiB) 613416

[startup+1483.88 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 7649
/proc/meminfo: memFree=916128/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=579236 CPUtime=1326.67
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 141012 0 0 0 132554 113 0 0 25 0 1 0 161906310 593137664 140986 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 144809 140986 54 142 0 144665 0
Current children cumulated CPU time (s) 1470.36
Current children cumulated vsize (KiB) 626788

[startup+1543.95 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 7649
/proc/meminfo: memFree=900128/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=595336 CPUtime=1386.21
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 145033 0 0 0 138505 116 0 0 25 0 1 0 161906310 609624064 145007 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 148834 145007 54 142 0 148690 0
Current children cumulated CPU time (s) 1529.9
Current children cumulated vsize (KiB) 642888

[startup+1604.01 s]
/proc/loadavg: 2.00 2.00 1.96 3/87 7649
/proc/meminfo: memFree=884960/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=610348 CPUtime=1445.74
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 148768 0 0 0 144455 119 0 0 25 0 1 0 161906310 624996352 148742 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 152587 148742 54 142 0 152443 0
Current children cumulated CPU time (s) 1589.43
Current children cumulated vsize (KiB) 657900

[startup+1664.08 s]
/proc/loadavg: 2.07 2.03 1.97 3/87 7649
/proc/meminfo: memFree=872992/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=622052 CPUtime=1505.28
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 151701 0 0 0 150406 122 0 0 25 0 1 0 161906310 636981248 151675 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7449/statm: 155513 151675 54 142 0 155369 0
Current children cumulated CPU time (s) 1648.97
Current children cumulated vsize (KiB) 669604

[startup+1724.15 s]
/proc/loadavg: 2.09 2.04 1.98 3/95 7756
/proc/meminfo: memFree=641632/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=635388 CPUtime=1564.95
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 155038 0 0 0 156367 128 0 0 25 0 1 0 161906310 650637312 155012 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7449/statm: 158847 155012 54 142 0 158703 0
Current children cumulated CPU time (s) 1708.64
Current children cumulated vsize (KiB) 682940

[startup+1784.23 s]
/proc/loadavg: 2.03 2.03 1.98 3/88 7757
/proc/meminfo: memFree=769112/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=646044 CPUtime=1624.71
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 157713 0 0 0 162341 130 0 0 25 0 1 0 161906310 661549056 157687 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7449/statm: 161511 157687 54 142 0 161367 0
Current children cumulated CPU time (s) 1768.4
Current children cumulated vsize (KiB) 693596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.07 s]
/proc/loadavg: 2.10 2.04 1.98 3/88 7757
/proc/meminfo: memFree=758360/2055920 swapFree=4191880/4192956
[pid=7427] ppid=7425 vsize=47552 CPUtime=143.69
/proc/7427/stat : 7427 (galac.sh) S 7425 7427 7078 0 -1 4194304 799 24134 0 1 0 0 14298 71 17 0 1 0 161891796 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7427/statm: 11888 363 245 79 0 218 0
[pid=7449] ppid=7427 vsize=653384 CPUtime=1656.4
/proc/7449/stat : 7449 (minisat) R 7427 7427 7078 0 -1 4194304 159563 0 0 0 165508 132 0 0 25 0 1 0 161906310 669065216 159537 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7449/statm: 163346 159537 54 142 0 163202 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 700936

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 7427 and gives childrusage.ru_utime.tv_sec=142 childrusage.ru_utime.tv_usec=986262 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=715891
CPU time returned by wait4() is 143.702
while last known CPU time is 1800.09

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

Real time (s): 1816.08
CPU time (s): 1800.09
CPU user time (s): 1798.06
CPU system time (s): 2.03
CPU usage (%): 99.1193
Max. virtual memory (cumulated for all children) (KiB): 908568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.986
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24933
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= 5760
involuntary context switches= 8649

runsolver used 2.28065 s user time and 5.77212 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Jan  7 01:56:08 UTC 2007


IDJOB= 199559
IDBENCH= 3626
FILE ID= node16/199559-1168134967

PBS_JOBID= 3477790

Free space on /tmp= 66497 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-90.xml
COMMAND LINE= /tmp/evaluation/199559-1168134967/galac.sh /tmp/evaluation/199559-1168134967/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-199559-1168134967 -o ROOT/results/node16/solver-199559-1168134967 -C 1800 -M 900  /tmp/evaluation/199559-1168134967/galac.sh /tmp/evaluation/199559-1168134967/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  ea84be857cd7136aa0d986a32f32c0a9

RANDOM SEED= 567119658

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.220
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.220
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:       1565960 kB
Buffers:         58012 kB
Cached:         323700 kB
SwapCached:        448 kB
Active:         138808 kB
Inactive:       294116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565960 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4248 kB
Writeback:           0 kB
Mapped:          72940 kB
Slab:            41800 kB
Committed_AS:  4158716 kB
PageTables:       2328 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= 66398 MiB



End job on node16 on Sun Jan  7 02:26:26 UTC 2007