Trace number 199286

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.06 1815.86

General information on the benchmark

NameallIntervalSeries/
series-80.xml
MD5SUM7d89c09191c2cd60062cf6cd8a3a21b8
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 benchmark4.86626
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables159
Number of constraints6320
Maximum constraint arity3
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23	c --- Preproc Stats ---
2.83	c start processing
2.83	c start relation processing
3.11	c start cnf exporting
101.95	c parsing time : 2.466
101.95	c preprocessing time : 101.587
101.95	
101.95	c Nary constraints - conflicts : 0 supports : 79
101.95	c Binary constraints - conflicts : 6241 supports :0
101.96	c max arity constraint : 3
101.96	c Max Tuples generated 505600
101.96	c relations : 3
101.96	c relations BDD: 1
101.96	c vars : 524483 - clauses :  3021119
101.96	
102.02	 
102.02	c --- Minisat Stats ---
102.02	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-199286-1168133307 -o ROOT/results/node1/solver-199286-1168133307 -C 1800 -M 900 /tmp/evaluation/199286-1168133307/galac.sh /tmp/evaluation/199286-1168133307/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.14 2.28 2.65 5/94 4988
/proc/meminfo: memFree=1799112/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=18540 CPUtime=0
/proc/4987/stat : 4987 (runsolver) D 4985 4987 4917 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 161726464 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259353275687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4987/statm: 4635 279 244 17 0 2626 0

[startup+0.102971 s]
/proc/loadavg: 2.14 2.28 2.65 5/94 4988
/proc/meminfo: memFree=1799112/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=8700 CPUtime=0
/proc/4987/stat : 4987 (galac.sh) D 4985 4987 4917 0 -1 4194304 389 840 6 0 0 0 0 0 17 0 1 0 161726464 8908800 302 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259353444434 0 2 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/4987/statm: 2175 302 217 79 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.511021 s]
/proc/loadavg: 2.14 2.28 2.65 5/94 4988
/proc/meminfo: memFree=1799112/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=0.02
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 753 1704 7 0 0 1 0 1 18 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+1.33412 s]
/proc/loadavg: 2.13 2.27 2.64 4/102 5008
/proc/meminfo: memFree=1758600/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=0.02
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 753 1704 7 0 0 1 0 1 18 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5001] ppid=4987 vsize=860856 CPUtime=1.07
/proc/5001/stat : 5001 (java) S 4987 4987 4917 0 -1 0 11929 0 2 0 100 7 0 0 16 0 8 0 161726487 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5001/statm: 215214 11684 1989 14 0 201471 0
[pid=5001/tid=5002] ppid=4987 vsize=860856 CPUtime=0.04
/proc/5001/task/5002/stat : 5002 (java) S 4987 4987 4917 0 -1 64 3357 0 0 0 3 1 0 0 16 0 8 0 161726491 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5003] ppid=4987 vsize=860856 CPUtime=0
/proc/5001/task/5003/stat : 5003 (java) S 4987 4987 4917 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161726491 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5004] ppid=4987 vsize=860856 CPUtime=0
/proc/5001/task/5004/stat : 5004 (java) S 4987 4987 4917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161726491 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5005] ppid=4987 vsize=860856 CPUtime=0
/proc/5001/task/5005/stat : 5005 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161726495 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5006] ppid=4987 vsize=860856 CPUtime=0.32
/proc/5001/task/5006/stat : 5006 (java) R 4987 4987 4917 0 -1 64 1046 0 0 0 31 1 0 0 21 0 8 0 161726495 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4152959897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5007] ppid=4987 vsize=860856 CPUtime=0
/proc/5001/task/5007/stat : 5007 (java) S 4987 4987 4917 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161726495 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5008] ppid=4987 vsize=860856 CPUtime=0
/proc/5001/task/5008/stat : 5008 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161726495 881516544 11684 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 908428

[startup+2.98731 s]
/proc/loadavg: 2.13 2.27 2.64 3/102 5008
/proc/meminfo: memFree=1745800/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=0.02
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 753 1704 7 0 0 1 0 1 18 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5001] ppid=4987 vsize=861016 CPUtime=2.71
/proc/5001/stat : 5001 (java) R 4987 4987 4917 0 -1 0 16055 0 2 0 261 10 0 0 25 0 8 0 161726487 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074336591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5001/statm: 215254 15807 1993 14 0 201511 0
[pid=5001/tid=5002] ppid=4987 vsize=861016 CPUtime=0.13
/proc/5001/task/5002/stat : 5002 (java) S 4987 4987 4917 0 -1 64 3626 0 0 0 12 1 0 0 16 0 8 0 161726491 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5003] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5003/stat : 5003 (java) S 4987 4987 4917 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161726491 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5004] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5004/stat : 5004 (java) S 4987 4987 4917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161726491 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5005] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5005/stat : 5005 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161726495 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5006] ppid=4987 vsize=861016 CPUtime=0.37
/proc/5001/task/5006/stat : 5006 (java) S 4987 4987 4917 0 -1 64 1086 0 0 0 36 1 0 0 16 0 8 0 161726495 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5007] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5007/stat : 5007 (java) S 4987 4987 4917 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161726495 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5008] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5008/stat : 5008 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161726495 881680384 15807 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 908588

[startup+6.27373 s]
/proc/loadavg: 2.12 2.27 2.64 3/102 5008
/proc/meminfo: memFree=1717448/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=0.02
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 753 1704 7 0 0 1 0 1 18 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5001] ppid=4987 vsize=861016 CPUtime=5.94
/proc/5001/stat : 5001 (java) R 4987 4987 4917 0 -1 0 21604 0 3 0 580 14 0 0 25 0 8 0 161726487 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073790125 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5001/statm: 215254 21351 2014 14 0 201511 0
[pid=5001/tid=5002] ppid=4987 vsize=861016 CPUtime=0.19
/proc/5001/task/5002/stat : 5002 (java) S 4987 4987 4917 0 -1 64 5513 0 0 0 17 2 0 0 16 0 8 0 161726491 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5003] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5003/stat : 5003 (java) S 4987 4987 4917 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161726491 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5004] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5004/stat : 5004 (java) S 4987 4987 4917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161726491 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5005] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5005/stat : 5005 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161726495 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5006] ppid=4987 vsize=861016 CPUtime=0.46
/proc/5001/task/5006/stat : 5006 (java) S 4987 4987 4917 0 -1 64 1127 0 0 0 44 2 0 0 16 0 8 0 161726495 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5007] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5007/stat : 5007 (java) S 4987 4987 4917 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161726495 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5008] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5008/stat : 5008 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161726495 881680384 21351 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 908588

[startup+12.6754 s]
/proc/loadavg: 2.11 2.26 2.64 3/102 5008
/proc/meminfo: memFree=1712072/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=0.02
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 753 1704 7 0 0 1 0 1 18 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5001] ppid=4987 vsize=861016 CPUtime=12.27
/proc/5001/stat : 5001 (java) R 4987 4987 4917 0 -1 0 21620 0 3 0 1210 17 0 0 25 0 8 0 161726487 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074381230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5001/statm: 215254 21354 2014 14 0 201511 0
[pid=5001/tid=5002] ppid=4987 vsize=861016 CPUtime=0.2
/proc/5001/task/5002/stat : 5002 (java) S 4987 4987 4917 0 -1 64 5513 0 0 0 18 2 0 0 16 0 8 0 161726491 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5003] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5003/stat : 5003 (java) S 4987 4987 4917 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161726491 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5004] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5004/stat : 5004 (java) S 4987 4987 4917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161726491 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5005] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5005/stat : 5005 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161726495 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5006] ppid=4987 vsize=861016 CPUtime=0.47
/proc/5001/task/5006/stat : 5006 (java) S 4987 4987 4917 0 -1 64 1130 0 0 0 45 2 0 0 16 0 8 0 161726495 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5007] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5007/stat : 5007 (java) S 4987 4987 4917 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161726495 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5008] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5008/stat : 5008 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161726495 881680384 21354 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 908588

[startup+25.5369 s]
/proc/loadavg: 2.09 2.25 2.63 3/102 5008
/proc/meminfo: memFree=1705480/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=0.02
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 753 1704 7 0 0 1 0 1 18 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5001] ppid=4987 vsize=861016 CPUtime=25.01
/proc/5001/stat : 5001 (java) R 4987 4987 4917 0 -1 0 21642 0 3 0 2480 21 0 0 25 0 8 0 161726487 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074381220 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5001/statm: 215254 21355 2014 14 0 201511 0
[pid=5001/tid=5002] ppid=4987 vsize=861016 CPUtime=0.2
/proc/5001/task/5002/stat : 5002 (java) S 4987 4987 4917 0 -1 64 5513 0 0 0 18 2 0 0 16 0 8 0 161726491 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5003] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5003/stat : 5003 (java) S 4987 4987 4917 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161726491 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5004] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5004/stat : 5004 (java) S 4987 4987 4917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161726491 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5005] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5005/stat : 5005 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161726495 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5006] ppid=4987 vsize=861016 CPUtime=0.47
/proc/5001/task/5006/stat : 5006 (java) S 4987 4987 4917 0 -1 64 1131 0 0 0 45 2 0 0 16 0 8 0 161726495 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5007] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5007/stat : 5007 (java) S 4987 4987 4917 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161726495 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5008] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5008/stat : 5008 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161726495 881680384 21355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 908588

[startup+51.1929 s]
/proc/loadavg: 2.05 2.23 2.61 3/102 5008
/proc/meminfo: memFree=1691464/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=0.02
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 753 1704 7 0 0 1 0 1 18 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5001] ppid=4987 vsize=861016 CPUtime=50.42
/proc/5001/stat : 5001 (java) R 4987 4987 4917 0 -1 0 21686 0 3 0 5012 30 0 0 25 0 8 0 161726487 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074433383 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5001/statm: 215254 21357 2014 14 0 201511 0
[pid=5001/tid=5002] ppid=4987 vsize=861016 CPUtime=0.22
/proc/5001/task/5002/stat : 5002 (java) S 4987 4987 4917 0 -1 64 5513 0 0 0 20 2 0 0 16 0 8 0 161726491 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5003] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5003/stat : 5003 (java) S 4987 4987 4917 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161726491 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5004] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5004/stat : 5004 (java) S 4987 4987 4917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161726491 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5005] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5005/stat : 5005 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 161726495 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5006] ppid=4987 vsize=861016 CPUtime=0.47
/proc/5001/task/5006/stat : 5006 (java) S 4987 4987 4917 0 -1 64 1133 0 0 0 45 2 0 0 16 0 8 0 161726495 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5007] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5007/stat : 5007 (java) S 4987 4987 4917 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 161726495 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5001/tid=5008] ppid=4987 vsize=861016 CPUtime=0
/proc/5001/task/5008/stat : 5008 (java) S 4987 4987 4917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161726495 881680384 21357 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 908588

[startup+102.492 s]
/proc/loadavg: 2.02 2.19 2.57 2/102 5008
/proc/meminfo: memFree=1662024/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 100.75
Current children cumulated vsize (KiB) 47572

[startup+162.591 s]

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

/proc/loadavg: 2.00 2.00 2.17 3/95 5009
/proc/meminfo: memFree=1276160/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=468600 CPUtime=1012.05
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 115157 0 0 0 101104 101 0 0 25 0 1 0 161736666 479846400 115131 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 117150 115131 54 142 0 117006 0
Current children cumulated CPU time (s) 1112.8
Current children cumulated vsize (KiB) 516172

[startup+1183.49 s]
/proc/loadavg: 2.00 2.00 2.16 3/95 5009
/proc/meminfo: memFree=1248896/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=495776 CPUtime=1071.6
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 121947 0 0 0 107055 105 0 0 25 0 1 0 161736666 507674624 121921 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 123944 121921 54 142 0 123800 0
Current children cumulated CPU time (s) 1172.35
Current children cumulated vsize (KiB) 543348

[startup+1243.53 s]
/proc/loadavg: 2.00 2.00 2.15 3/95 5009
/proc/meminfo: memFree=1227264/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=516988 CPUtime=1131.09
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 127250 0 0 0 113001 108 0 0 25 0 1 0 161736666 529395712 127224 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 129247 127224 54 142 0 129103 0
Current children cumulated CPU time (s) 1231.84
Current children cumulated vsize (KiB) 564560

[startup+1303.54 s]
/proc/loadavg: 2.00 2.00 2.13 3/95 5009
/proc/meminfo: memFree=1208832/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=535716 CPUtime=1190.54
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 131876 0 0 0 118942 112 0 0 25 0 1 0 161736666 548573184 131850 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 133929 131850 54 142 0 133785 0
Current children cumulated CPU time (s) 1291.29
Current children cumulated vsize (KiB) 583288

[startup+1363.58 s]
/proc/loadavg: 2.00 2.00 2.12 3/95 5009
/proc/meminfo: memFree=1191488/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=552724 CPUtime=1250.04
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 136138 0 0 0 124888 116 0 0 25 0 1 0 161736666 565989376 136112 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 138181 136112 54 142 0 138037 0
Current children cumulated CPU time (s) 1350.79
Current children cumulated vsize (KiB) 600296

[startup+1423.68 s]
/proc/loadavg: 2.00 2.00 2.11 3/95 5009
/proc/meminfo: memFree=1178560/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=565364 CPUtime=1309.59
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 139312 0 0 0 130839 120 0 0 25 0 1 0 161736666 578932736 139286 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 141341 139286 54 142 0 141197 0
Current children cumulated CPU time (s) 1410.34
Current children cumulated vsize (KiB) 612936

[startup+1483.69 s]
/proc/loadavg: 2.00 2.00 2.10 3/95 5009
/proc/meminfo: memFree=1166336/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=577444 CPUtime=1369.05
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 142344 0 0 0 136781 124 0 0 25 0 1 0 161736666 591302656 142318 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 144361 142318 54 142 0 144217 0
Current children cumulated CPU time (s) 1469.8
Current children cumulated vsize (KiB) 625016

[startup+1543.78 s]
/proc/loadavg: 2.00 2.00 2.09 3/95 5009
/proc/meminfo: memFree=1147776/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=595936 CPUtime=1428.59
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 146953 0 0 0 142730 129 0 0 25 0 1 0 161736666 610238464 146927 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 148984 146927 54 142 0 148840 0
Current children cumulated CPU time (s) 1529.34
Current children cumulated vsize (KiB) 643508

[startup+1603.87 s]
/proc/loadavg: 2.06 2.02 2.09 3/95 5009
/proc/meminfo: memFree=1131072/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=612596 CPUtime=1488.13
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 151124 0 0 0 148680 133 0 0 25 0 1 0 161736666 627298304 151098 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 153149 151098 54 142 0 153005 0
Current children cumulated CPU time (s) 1588.88
Current children cumulated vsize (KiB) 660168

[startup+1663.95 s]
/proc/loadavg: 2.02 2.01 2.08 3/95 5009
/proc/meminfo: memFree=1115584/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=627920 CPUtime=1547.66
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 154955 0 0 0 154630 136 0 0 25 0 1 0 161736666 642990080 154929 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5009/statm: 156980 154929 54 142 0 156836 0
Current children cumulated CPU time (s) 1648.41
Current children cumulated vsize (KiB) 675492

[startup+1724.01 s]
/proc/loadavg: 1.97 1.99 2.07 3/87 5272
/proc/meminfo: memFree=1167952/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=642816 CPUtime=1607.56
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 158690 0 0 0 160614 142 0 0 25 0 1 0 161736666 658243584 158664 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 160704 158664 54 142 0 160560 0
Current children cumulated CPU time (s) 1708.31
Current children cumulated vsize (KiB) 690388

[startup+1784.04 s]
/proc/loadavg: 1.99 1.99 2.07 3/87 5272
/proc/meminfo: memFree=1148432/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=662520 CPUtime=1667.54
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 163645 0 0 0 166608 146 0 0 25 0 1 0 161736666 678420480 163619 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 165630 163619 54 142 0 165486 0
Current children cumulated CPU time (s) 1768.29
Current children cumulated vsize (KiB) 710092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.85 s]
/proc/loadavg: 1.99 1.99 2.06 3/87 5272
/proc/meminfo: memFree=1140944/2055920 swapFree=4165612/4192956
[pid=4987] ppid=4985 vsize=47572 CPUtime=100.75
/proc/4987/stat : 4987 (galac.sh) S 4985 4987 4917 0 -1 4194304 791 23481 7 3 0 1 10023 51 17 0 1 0 161726464 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4987/statm: 11893 363 245 79 0 218 0
[pid=5009] ppid=4987 vsize=669592 CPUtime=1699.31
/proc/5009/stat : 5009 (minisat) R 4987 4987 4917 0 -1 4194304 165401 0 0 0 169783 148 0 0 25 0 1 0 161736666 685662208 165375 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526773 0 0 4096 3 0 0 0 17 0 0 0
/proc/5009/statm: 167398 165375 54 142 0 167254 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 717164

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 4987 and gives childrusage.ru_utime.tv_sec=100 childrusage.ru_utime.tv_usec=240761 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=529919
CPU time returned by wait4() is 100.771
while last known CPU time is 1800.06

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

Real time (s): 1815.86
CPU time (s): 1800.06
CPU user time (s): 1798.06
CPU system time (s): 2
CPU usage (%): 99.1299
Max. virtual memory (cumulated for all children) (KiB): 908704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.241
system time used= 0.529919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24272
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4521
involuntary context switches= 8154

runsolver used 2.05469 s user time and 5.9281 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 01:28:27 UTC 2007


IDJOB= 199286
IDBENCH= 3605
FILE ID= node1/199286-1168133307

PBS_JOBID= 3477776

Free space on /tmp= 66301 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  7d89c09191c2cd60062cf6cd8a3a21b8

RANDOM SEED= 250661537

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1799592 kB
Buffers:         28020 kB
Cached:          59036 kB
SwapCached:       3928 kB
Active:         157496 kB
Inactive:        41904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799592 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            3748 kB
Writeback:           0 kB
Mapped:         129860 kB
Slab:            41260 kB
Committed_AS:  4591512 kB
PageTables:       2560 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= 66242 MiB



End job on node1 on Sun Jan  7 01:58:43 UTC 2007