Trace number 1089641

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 EUNSAT 11.8722 12.0407

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-08.xml
MD5SUMbd09eb53f1240bcfb584bdb1d9a1d122
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.307952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
2.62/2.73	c start processing
2.62/2.73	c start relation processing
2.62/2.73	c start cnf exporting
4.60/4.79	c parsing time : 2.594
4.60/4.79	c preprocessing time : 4.662
4.60/4.80	
4.60/4.80	c Nary constraints - conflicts : 0 supports : 0
4.60/4.80	c Binary constraints - conflicts : 8169 supports :0
4.60/4.80	c max arity constraint : 2
4.60/4.80	c Max Tuples generated 64
4.60/4.80	c relations : 1
4.60/4.80	c relations BDD: 0
4.60/4.80	c sampling 0/0
4.60/4.80	c vars : 3601 - clauses :  78402
4.60/4.80	
4.70/4.85	 
4.70/4.85	c --- SAT Solver Stats ---
4.70/4.85	 
4.70/4.85	c eSAT 0.1 : minisat core with additionnal features
4.70/4.85	c ============================[ Problem Statistics ]=============================
4.70/4.85	c |                                                                             |
4.70/4.85	c |  Number of variables:  3600                                                 |
4.70/4.85	c |  Number of clauses:    78402                                                |
4.72/4.91	c |  Parsing time:         0.05         s                                       |
11.79/12.03	c restarts              : 176
11.79/12.03	c conflicts             : 44009          (6193 /sec)
11.79/12.03	c decisions             : 78133          (27.90 % random) (10995 /sec)
11.79/12.03	c euip                  : 4625        
11.79/12.03	c propagations          : 2711651        (381605 /sec)
11.79/12.03	c conflict literals     : 788916         (24.93 % deleted)
11.79/12.03	c Memory used           : 9.23 MB
11.79/12.03	c CPU time              : 7.10592 s
11.79/12.03	c 
11.79/12.03	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089641-1215269132/watcher-1089641-1215269132 -o /tmp/evaluation-result-1089641-1215269132/solver-1089641-1215269132 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089641-1215269132.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 1763
/proc/meminfo: memFree=1663848/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=8560 CPUtime=0
/proc/1763/stat : 1763 (galacE.sh) R 1761 1763 32709 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2005888370 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 244671301519 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1763/statm: 2140 254 197 79 0 133 0

[startup+0.0394591 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 1763
/proc/meminfo: memFree=1663848/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47496 CPUtime=0
/proc/1763/stat : 1763 (galacE.sh) R 1761 1763 32709 0 -1 4194304 727 1697 0 0 0 0 0 0 24 0 1 0 2005888370 48635904 358 996147200 4194304 4520092 548682068832 18446744073709551615 4288554 0 2 4096 73728 0 0 0 17 1 0 0
/proc/1763/statm: 11874 358 246 79 0 201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47496

[startup+0.101467 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 1763
/proc/meminfo: memFree=1663848/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=0
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.301488 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 1763
/proc/meminfo: memFree=1663848/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=0
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.70153 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 1763
/proc/meminfo: memFree=1663848/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=0
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+1.50162 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1789
/proc/meminfo: memFree=1622744/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=0
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1781] ppid=1763 vsize=813572 CPUtime=1.43
/proc/1781/stat : 1781 (java) S 1763 1763 32709 0 -1 0 14368 0 1 0 135 8 0 0 19 0 9 0 2005888374 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1781/statm: 203393 13595 2587 9 0 197427 0
[pid=1781/tid=1782] ppid=1763 vsize=813572 CPUtime=1.05
/proc/1781/task/1782/stat : 1782 (java) R 1763 1763 32709 0 -1 64 8365 0 1 0 100 5 0 0 25 0 9 0 2005888375 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4126840813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1783] ppid=1763 vsize=813572 CPUtime=0.05
/proc/1781/task/1783/stat : 1783 (java) S 1763 1763 32709 0 -1 64 4405 0 0 0 4 1 0 0 16 0 9 0 2005888376 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1784] ppid=1763 vsize=813572 CPUtime=0
/proc/1781/task/1784/stat : 1784 (java) S 1763 1763 32709 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005888377 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1785] ppid=1763 vsize=813572 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1763 1763 32709 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005888377 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1786] ppid=1763 vsize=813572 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1763 1763 32709 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005888379 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1787] ppid=1763 vsize=813572 CPUtime=0.3
/proc/1781/task/1787/stat : 1787 (java) S 1763 1763 32709 0 -1 64 897 0 0 0 29 1 0 0 15 0 9 0 2005888379 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1788] ppid=1763 vsize=813572 CPUtime=0
/proc/1781/task/1788/stat : 1788 (java) S 1763 1763 32709 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005888379 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1789] ppid=1763 vsize=813572 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1763 1763 32709 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2005888379 833097728 13595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 861140

[startup+3.10279 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 1789
/proc/meminfo: memFree=1599256/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=0
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 766 1697 0 0 0 0 0 0 18 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1781] ppid=1763 vsize=813704 CPUtime=3.02
/proc/1781/stat : 1781 (java) S 1763 1763 32709 0 -1 0 20865 0 1 0 289 13 0 0 19 0 9 0 2005888374 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1781/statm: 203426 20090 2593 9 0 197460 0
[pid=1781/tid=1782] ppid=1763 vsize=813704 CPUtime=2.57
/proc/1781/task/1782/stat : 1782 (java) R 1763 1763 32709 0 -1 64 14598 0 1 0 248 9 0 0 25 0 9 0 2005888375 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4127244967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1783] ppid=1763 vsize=813704 CPUtime=0.06
/proc/1781/task/1783/stat : 1783 (java) S 1763 1763 32709 0 -1 64 4626 0 0 0 5 1 0 0 16 0 9 0 2005888376 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1784] ppid=1763 vsize=813704 CPUtime=0
/proc/1781/task/1784/stat : 1784 (java) S 1763 1763 32709 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005888377 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1785] ppid=1763 vsize=813704 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1763 1763 32709 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005888377 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1786] ppid=1763 vsize=813704 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1763 1763 32709 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005888379 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1787] ppid=1763 vsize=813704 CPUtime=0.36
/proc/1781/task/1787/stat : 1787 (java) S 1763 1763 32709 0 -1 64 940 0 0 0 35 1 0 0 15 0 9 0 2005888379 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1788] ppid=1763 vsize=813704 CPUtime=0
/proc/1781/task/1788/stat : 1788 (java) S 1763 1763 32709 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005888379 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1781/tid=1789] ppid=1763 vsize=813704 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1763 1763 32709 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2005888379 833232896 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 861272

[startup+6.30212 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1790
/proc/meminfo: memFree=1653976/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=4.72
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 800 22829 0 1 0 0 456 16 17 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1790] ppid=1763 vsize=8604 CPUtime=1.42
/proc/1790/stat : 1790 (eSAT_static) R 1763 1763 32709 0 -1 4194304 2179 0 0 0 142 0 0 0 25 0 1 0 2005888855 8810496 1992 996147200 134512640 135177480 4294955968 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 1 0 0
/proc/1790/statm: 2151 1992 81 162 0 1986 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 56172

Solver just ended. Dumping a history of the last processes samples

[startup+9.50146 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1790
/proc/meminfo: memFree=1653720/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=4.72
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 800 22829 0 1 0 0 456 16 17 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1790] ppid=1763 vsize=9308 CPUtime=4.59
/proc/1790/stat : 1790 (eSAT_static) R 1763 1763 32709 0 -1 4194304 2341 0 0 0 459 0 0 0 25 0 1 0 2005888855 9531392 2154 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 1 0 0
/proc/1790/statm: 2327 2154 81 162 0 2162 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 56876

[startup+11.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1790
/proc/meminfo: memFree=1653464/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=4.72
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 800 22829 0 1 0 0 456 16 17 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1790] ppid=1763 vsize=9308 CPUtime=6.17
/proc/1790/stat : 1790 (eSAT_static) R 1763 1763 32709 0 -1 4194304 2364 0 0 0 617 0 0 0 25 0 1 0 2005888855 9531392 2177 996147200 134512640 135177480 4294955968 18446744073709551615 134565483 0 0 4096 3 0 0 0 17 1 0 0
/proc/1790/statm: 2327 2177 81 162 0 2162 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 56876

[startup+11.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1790
/proc/meminfo: memFree=1653464/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=4.72
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 800 22829 0 1 0 0 456 16 17 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1790] ppid=1763 vsize=9308 CPUtime=6.57
/proc/1790/stat : 1790 (eSAT_static) R 1763 1763 32709 0 -1 4194304 2364 0 0 0 657 0 0 0 25 0 1 0 2005888855 9531392 2177 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/1790/statm: 2327 2177 81 162 0 2162 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 56876

[startup+11.9017 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1790
/proc/meminfo: memFree=1653464/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=4.72
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 800 22829 0 1 0 0 456 16 17 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1790] ppid=1763 vsize=9452 CPUtime=6.97
/proc/1790/stat : 1790 (eSAT_static) R 1763 1763 32709 0 -1 4194304 2382 0 0 0 697 0 0 0 25 0 1 0 2005888855 9678848 2195 996147200 134512640 135177480 4294955968 18446744073709551615 134565416 0 0 4096 3 0 0 0 17 1 0 0
/proc/1790/statm: 2363 2195 81 162 0 2198 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 57020

[startup+12.0017 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1790
/proc/meminfo: memFree=1653464/2055920 swapFree=4180056/4192956
[pid=1763] ppid=1761 vsize=47568 CPUtime=4.72
/proc/1763/stat : 1763 (galacE.sh) S 1761 1763 32709 0 -1 4194304 800 22829 0 1 0 0 456 16 17 0 1 0 2005888370 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1763/statm: 11892 365 246 79 0 219 0
[pid=1790] ppid=1763 vsize=9452 CPUtime=7.07
/proc/1790/stat : 1790 (eSAT_static) R 1763 1763 32709 0 -1 4194304 2386 0 0 0 707 0 0 0 25 0 1 0 2005888855 9678848 2199 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/1790/statm: 2363 2199 81 162 0 2198 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 57020

Child status: 0
Real time (s): 12.0407
CPU time (s): 11.8722
CPU user time (s): 11.6822
CPU system time (s): 0.189971
CPU usage (%): 98.6003
Max. virtual memory (cumulated for all children) (KiB): 861272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6822
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26215
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= 1618
involuntary context switches= 1853

runsolver used 0.019996 second user time and 0.046992 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 16:45:32
IDJOB=1089641
IDBENCH=58295
IDSOLVER=351
FILE ID=node7/1089641-1215269132
PBS_JOBID= 7882124
Free space on /tmp= 66520 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15b-08.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089641-1215269132/watcher-1089641-1215269132 -o /tmp/evaluation-result-1089641-1215269132/solver-1089641-1215269132 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1089641-1215269132.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bd09eb53f1240bcfb584bdb1d9a1d122
RANDOM SEED=1361488361

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.236
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.236
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:       1664328 kB
Buffers:         69712 kB
Cached:         245292 kB
SwapCached:       7384 kB
Active:         194724 kB
Inactive:       139496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664328 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            4464 kB
Writeback:           0 kB
Mapped:          26752 kB
Slab:            42656 kB
Committed_AS:  3602472 kB
PageTables:       1812 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= 66516 MiB
End job on node7 at 2008-07-05 16:45:44