Trace number 1047992

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 614.607 620.451

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-30-9-mod.xml
MD5SUM50062f1989033f156236dffc97d03049
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints210
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.93	c start processing
0.01/0.93	c start relation processing
0.01/0.93	c start cnf exporting
2.63/2.73	c parsing time : 0.808
2.63/2.73	c preprocessing time : 2.609
2.63/2.73	
2.63/2.73	c Nary constraints - conflicts : 210 supports : 0
2.63/2.73	c Binary constraints - conflicts : 0 supports :0
2.63/2.73	c max arity constraint : 3
2.63/2.73	c Max Tuples generated 729
2.63/2.73	c relations : 1
2.63/2.73	c relations BDD: 0
2.63/2.73	c sampling 0/0
2.63/2.73	c vars : 271 - clauses :  48360
2.63/2.73	
2.63/2.78	 
2.63/2.78	c --- SAT Solver Stats ---
2.63/2.78	 
2.63/2.78	c eSAT 0.1 : minisat core with additionnal features
2.63/2.78	c ============================[ Problem Statistics ]=============================
2.63/2.78	c |                                                                             |
2.63/2.78	c |  Number of variables:  270                                                  |
2.63/2.78	c |  Number of clauses:    48360                                                |
2.69/2.81	c |  Parsing time:         0.03         s                                       |
614.53/620.43	c restarts              : 465
614.53/620.43	c conflicts             : 472133         (772 /sec)
614.53/620.43	c decisions             : 583489         (2.03 % random) (954 /sec)
614.53/620.43	c euip                  : 47947       
614.53/620.43	c propagations          : 17163542       (28053 /sec)
614.53/620.43	c conflict literals     : 15175187       (22.16 % deleted)
614.53/620.43	c Memory used           : 30.64 MB
614.53/620.43	c CPU time              : 611.829 s
614.53/620.43	c 
614.53/620.43	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-1047992-1215041719/watcher-1047992-1215041719 -o /tmp/evaluation-result-1047992-1215041719/solver-1047992-1215041719 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1047992-1215041719.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.07 2.04 1.81 4/73 20737
/proc/meminfo: memFree=1009840/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=5224 CPUtime=0
/proc/20737/stat : 20737 (galacE.sh) R 20735 20737 19665 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 228266942 5349376 43 996147200 4194304 4520092 548682068832 18446744073709551615 255370220014 0 0 4096 0 0 0 0 17 1 0 0
/proc/20737/statm: 1306 43 32 79 0 104 0

[startup+0.0992339 s]
/proc/loadavg: 2.07 2.04 1.81 4/73 20737
/proc/meminfo: memFree=1009840/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=0.01
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.10123 s]
/proc/loadavg: 2.07 2.04 1.81 4/73 20737
/proc/meminfo: memFree=1009840/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=0.01
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301257 s]
/proc/loadavg: 2.07 2.04 1.81 4/73 20737
/proc/meminfo: memFree=1009840/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=0.01
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701297 s]
/proc/loadavg: 2.07 2.04 1.81 4/73 20737
/proc/meminfo: memFree=1009840/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=0.01
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50138 s]
/proc/loadavg: 2.07 2.04 1.81 3/83 20759
/proc/meminfo: memFree=969120/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=0.01
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20751] ppid=20737 vsize=812612 CPUtime=1.44
/proc/20751/stat : 20751 (java) S 20737 20737 19665 0 -1 0 18340 0 1 0 133 11 0 0 18 0 9 0 228266946 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20751/statm: 203153 17567 2583 9 0 197186 0
[pid=20751/tid=20752] ppid=20737 vsize=812612 CPUtime=1.15
/proc/20751/task/20752/stat : 20752 (java) R 20737 20737 19665 0 -1 64 12432 0 1 0 108 7 0 0 25 0 9 0 228266947 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4126382328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20751/tid=20753] ppid=20737 vsize=812612 CPUtime=0.04
/proc/20751/task/20753/stat : 20753 (java) S 20737 20737 19665 0 -1 64 4402 0 0 0 3 1 0 0 16 0 9 0 228266949 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20751/tid=20754] ppid=20737 vsize=812612 CPUtime=0
/proc/20751/task/20754/stat : 20754 (java) S 20737 20737 19665 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 228266949 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20751/tid=20755] ppid=20737 vsize=812612 CPUtime=0
/proc/20751/task/20755/stat : 20755 (java) S 20737 20737 19665 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 228266949 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20751/tid=20756] ppid=20737 vsize=812612 CPUtime=0
/proc/20751/task/20756/stat : 20756 (java) S 20737 20737 19665 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 228266951 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20751/tid=20757] ppid=20737 vsize=812612 CPUtime=0.2
/proc/20751/task/20757/stat : 20757 (java) S 20737 20737 19665 0 -1 64 807 0 0 0 20 0 0 0 16 0 9 0 228266951 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20751/tid=20758] ppid=20737 vsize=812612 CPUtime=0
/proc/20751/task/20758/stat : 20758 (java) S 20737 20737 19665 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 228266951 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20751/tid=20759] ppid=20737 vsize=812612 CPUtime=0
/proc/20751/task/20759/stat : 20759 (java) S 20737 20737 19665 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 228266951 832114688 17567 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860168

[startup+3.10155 s]
/proc/loadavg: 2.15 2.06 1.81 3/83 20759
/proc/meminfo: memFree=939488/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 47556

[startup+6.30288 s]
/proc/loadavg: 2.15 2.06 1.81 3/75 20760
/proc/meminfo: memFree=1002336/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=6568 CPUtime=3.48
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 1600 0 0 0 348 0 0 0 25 0 1 0 228267221 6725632 1431 996147200 134512640 135177480 4294955984 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 1642 1431 80 162 0 1477 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 54124

[startup+12.7016 s]
/proc/loadavg: 2.12 2.06 1.82 3/75 20760
/proc/meminfo: memFree=1001632/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=7652 CPUtime=9.81
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 1857 0 0 0 981 0 0 0 25 0 1 0 228267221 7835648 1688 996147200 134512640 135177480 4294955984 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 1913 1688 80 162 0 1748 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 55208

[startup+25.5019 s]
/proc/loadavg: 2.10 2.06 1.82 3/75 20760
/proc/meminfo: memFree=999456/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=9864 CPUtime=22.5
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 2404 0 0 0 2249 1 0 0 25 0 1 0 228267221 10100736 2235 996147200 134512640 135177480 4294955984 18446744073709551615 134565309 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 2466 2235 80 162 0 2301 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 57420

[startup+51.1016 s]
/proc/loadavg: 2.07 2.05 1.82 3/75 20760
/proc/meminfo: memFree=996448/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=12996 CPUtime=47.85
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 3162 0 0 0 4783 2 0 0 25 0 1 0 228267221 13307904 2993 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 3249 2993 80 162 0 3084 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 60552

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 1.83 3/75 20762
/proc/meminfo: memFree=993440/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=16152 CPUtime=98.58
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 3882 0 0 0 9856 2 0 0 25 0 1 0 228267221 16539648 3713 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 4038 3713 80 162 0 3873 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 63708

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 1.83 3/75 20762
/proc/meminfo: memFree=991072/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=18488 CPUtime=158.01
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 4458 0 0 0 15799 2 0 0 25 0 1 0 228267221 18931712 4289 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 4622 4289 80 162 0 4457 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 66044

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 1.84 3/75 20762
/proc/meminfo: memFree=988576/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=21248 CPUtime=217.45
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 5098 0 0 0 21742 3 0 0 25 0 1 0 228267221 21757952 4929 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 5312 4929 80 162 0 5147 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 68804

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 1.84 3/75 20762
/proc/meminfo: memFree=986528/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=23228 CPUtime=276.89
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 5589 0 0 0 27686 3 0 0 25 0 1 0 228267221 23785472 5420 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 5807 5420 80 162 0 5642 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 70784

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 1.85 3/75 20762
/proc/meminfo: memFree=985824/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=23992 CPUtime=336.33
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 5753 0 0 0 33630 3 0 0 25 0 1 0 228267221 24567808 5584 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 5998 5584 80 162 0 5833 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 71548

[startup+402.301 s]
/proc/loadavg: 2.07 2.04 1.87 3/75 20762
/proc/meminfo: memFree=983776/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=26132 CPUtime=395.77
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 6251 0 0 0 39573 4 0 0 25 0 1 0 228267221 26759168 6082 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 6533 6082 80 162 0 6368 0
Current children cumulated CPU time (s) 398.46
Current children cumulated vsize (KiB) 73688

[startup+462.302 s]
/proc/loadavg: 2.07 2.04 1.88 3/75 20762
/proc/meminfo: memFree=983648/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=26288 CPUtime=455.21
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 6273 0 0 0 45517 4 0 0 25 0 1 0 228267221 26918912 6104 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 6572 6104 80 162 0 6407 0
Current children cumulated CPU time (s) 457.9
Current children cumulated vsize (KiB) 73844

[startup+522.302 s]
/proc/loadavg: 2.07 2.05 1.89 3/75 20762
/proc/meminfo: memFree=983008/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=27004 CPUtime=514.65
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 6477 0 0 0 51461 4 0 0 25 0 1 0 228267221 27652096 6308 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 6751 6308 80 162 0 6586 0
Current children cumulated CPU time (s) 517.34
Current children cumulated vsize (KiB) 74560

[startup+582.301 s]
/proc/loadavg: 2.12 2.06 1.91 3/75 20762
/proc/meminfo: memFree=979872/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=30268 CPUtime=574.1
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7242 0 0 0 57405 5 0 0 25 0 1 0 228267221 30994432 7073 996147200 134512640 135177480 4294955984 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7567 7073 80 162 0 7402 0
Current children cumulated CPU time (s) 576.79
Current children cumulated vsize (KiB) 77824

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

[startup+588.703 s]
/proc/loadavg: 2.11 2.06 1.91 3/75 20762
/proc/meminfo: memFree=979168/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=30900 CPUtime=580.43
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7407 0 0 0 58038 5 0 0 25 0 1 0 228267221 31641600 7238 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7725 7238 80 162 0 7560 0
Current children cumulated CPU time (s) 583.12
Current children cumulated vsize (KiB) 78456

[startup+601.501 s]
/proc/loadavg: 2.17 2.08 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=593.11
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 59306 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 595.8
Current children cumulated vsize (KiB) 78924

[startup+607.902 s]
/proc/loadavg: 2.15 2.07 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=599.45
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 59940 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 602.14
Current children cumulated vsize (KiB) 78924

[startup+614.303 s]
/proc/loadavg: 2.13 2.07 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=605.79
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 60574 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 608.48
Current children cumulated vsize (KiB) 78924

[startup+617.502 s]
/proc/loadavg: 2.12 2.07 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=608.97
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 60892 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 611.66
Current children cumulated vsize (KiB) 78924

[startup+619.101 s]
/proc/loadavg: 2.12 2.07 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=610.55
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 61050 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134548748 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 613.24
Current children cumulated vsize (KiB) 78924

[startup+619.901 s]
/proc/loadavg: 2.12 2.07 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=611.34
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 61129 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134548832 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 614.03
Current children cumulated vsize (KiB) 78924

[startup+620.301 s]
/proc/loadavg: 2.12 2.07 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=611.74
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 61169 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 614.43
Current children cumulated vsize (KiB) 78924

[startup+620.406 s]
/proc/loadavg: 2.12 2.07 1.91 3/75 20762
/proc/meminfo: memFree=978592/2055912 swapFree=4178528/4192956
[pid=20737] ppid=20735 vsize=47556 CPUtime=2.69
/proc/20737/stat : 20737 (galacE.sh) S 20735 20737 19665 0 -1 4194304 798 22263 0 1 0 0 254 15 17 0 1 0 228266942 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20737/statm: 11889 363 244 79 0 219 0
[pid=20760] ppid=20737 vsize=31368 CPUtime=611.84
/proc/20760/stat : 20760 (eSAT_static) R 20737 20737 19665 0 -1 4194304 7524 0 0 0 61179 5 0 0 25 0 1 0 228267221 32120832 7355 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/20760/statm: 7842 7355 80 162 0 7677 0
Current children cumulated CPU time (s) 614.53
Current children cumulated vsize (KiB) 78924

Child status: 0
Real time (s): 620.451
CPU time (s): 614.607
CPU user time (s): 614.384
CPU system time (s): 0.222966
CPU usage (%): 99.058
Max. virtual memory (cumulated for all children) (KiB): 860168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 614.384
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30783
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= 985
involuntary context switches= 15104

runsolver used 0.815875 second user time and 2.01269 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-03 01:35:19
IDJOB=1047992
IDBENCH=54342
IDSOLVER=351
FILE ID=node78/1047992-1215041719
PBS_JOBID= 7875022
Free space on /tmp= 126856 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-30-9-mod.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047992-1215041719/watcher-1047992-1215041719 -o /tmp/evaluation-result-1047992-1215041719/solver-1047992-1215041719 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1047992-1215041719.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50062f1989033f156236dffc97d03049
RANDOM SEED=1298283043

node78.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.247
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.247
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:      2055912 kB
MemFree:       1010320 kB
Buffers:         33012 kB
Cached:         134776 kB
SwapCached:       7584 kB
Active:         932476 kB
Inactive:        57328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1010320 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:         830396 kB
Slab:            39632 kB
Committed_AS:  1372084 kB
PageTables:       3124 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126852 MiB
End job on node78 at 2008-07-03 01:45:40