Trace number 1048076

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 823.395 831.302

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-20-9-mod.xml
MD5SUM0351c2d306af39428e7ac456e3563b8d
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.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints90
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.66	c start processing
0.01/0.66	c start relation processing
0.01/0.66	c start cnf exporting
1.45/1.56	c parsing time : 0.531
1.45/1.56	c preprocessing time : 1.432
1.45/1.56	
1.45/1.56	c Nary constraints - conflicts : 90 supports : 0
1.45/1.56	c Binary constraints - conflicts : 0 supports :0
1.45/1.56	c max arity constraint : 3
1.45/1.56	c Max Tuples generated 729
1.45/1.56	c relations : 1
1.45/1.56	c relations BDD: 0
1.45/1.56	c sampling 0/0
1.45/1.56	c vars : 181 - clauses :  20990
1.45/1.56	
1.52/1.62	 
1.52/1.62	c --- SAT Solver Stats ---
1.52/1.62	 
1.52/1.62	c eSAT 0.1 : minisat core with additionnal features
1.52/1.62	c ============================[ Problem Statistics ]=============================
1.52/1.62	c |                                                                             |
1.52/1.62	c |  Number of variables:  180                                                  |
1.52/1.62	c |  Number of clauses:    20990                                                |
1.52/1.64	c |  Parsing time:         0.01         s                                       |
823.27/831.29	c restarts              : 487
823.27/831.29	c conflicts             : 501735         (611 /sec)
823.27/831.29	c decisions             : 618230         (1.78 % random) (752 /sec)
823.27/831.29	c euip                  : 53071       
823.27/831.29	c propagations          : 11800368       (14360 /sec)
823.27/831.29	c conflict literals     : 15420639       (19.31 % deleted)
823.27/831.29	c Memory used           : 29.76 MB
823.27/831.29	c CPU time              : 821.76 s
823.27/831.29	c 
823.27/831.29	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-1048076-1215042073/watcher-1048076-1215042073 -o /tmp/evaluation-result-1048076-1215042073/solver-1048076-1215042073 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048076-1215042073.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.01 1.87 4/73 1017
/proc/meminfo: memFree=1807840/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=18572 CPUtime=0
/proc/1017/stat : 1017 (runsolver) R 1015 1017 467 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983178899 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1017/statm: 4643 292 257 25 0 2626 0

[startup+0.098471 s]
/proc/loadavg: 2.00 2.01 1.87 4/73 1017
/proc/meminfo: memFree=1807840/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=0.01
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.101468 s]
/proc/loadavg: 2.00 2.01 1.87 4/73 1017
/proc/meminfo: memFree=1807840/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=0.01
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301506 s]
/proc/loadavg: 2.00 2.01 1.87 4/73 1017
/proc/meminfo: memFree=1807840/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=0.01
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701574 s]
/proc/loadavg: 2.00 2.01 1.87 4/73 1017
/proc/meminfo: memFree=1807840/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=0.01
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50273 s]
/proc/loadavg: 2.00 2.01 1.87 3/83 1039
/proc/meminfo: memFree=1764560/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=0.01
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1031] ppid=1017 vsize=812760 CPUtime=1.44
/proc/1031/stat : 1031 (java) S 1017 1017 467 0 -1 0 20492 0 1 0 130 14 0 0 18 0 9 0 1983178903 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1031/statm: 203190 19717 2589 9 0 197171 0
[pid=1031/tid=1032] ppid=1017 vsize=812760 CPUtime=1.2
/proc/1031/task/1032/stat : 1032 (java) R 1017 1017 467 0 -1 64 14591 0 1 0 110 10 0 0 25 0 9 0 1983178904 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 101444433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1031/tid=1033] ppid=1017 vsize=812760 CPUtime=0.05
/proc/1031/task/1033/stat : 1033 (java) S 1017 1017 467 0 -1 64 4408 0 0 0 3 2 0 0 17 0 9 0 1983178906 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1031/tid=1034] ppid=1017 vsize=812760 CPUtime=0
/proc/1031/task/1034/stat : 1034 (java) S 1017 1017 467 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983178906 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1031/tid=1035] ppid=1017 vsize=812760 CPUtime=0
/proc/1031/task/1035/stat : 1035 (java) S 1017 1017 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983178906 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1031/tid=1036] ppid=1017 vsize=812760 CPUtime=0
/proc/1031/task/1036/stat : 1036 (java) S 1017 1017 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983178908 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1031/tid=1037] ppid=1017 vsize=812760 CPUtime=0.16
/proc/1031/task/1037/stat : 1037 (java) S 1017 1017 467 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 1983178908 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1031/tid=1038] ppid=1017 vsize=812760 CPUtime=0
/proc/1031/task/1038/stat : 1038 (java) S 1017 1017 467 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983178908 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1031/tid=1039] ppid=1017 vsize=812760 CPUtime=0
/proc/1031/task/1039/stat : 1039 (java) S 1017 1017 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983178908 832266240 19717 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860336

[startup+3.102 s]
/proc/loadavg: 2.00 2.01 1.87 3/75 1040
/proc/meminfo: memFree=1803984/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=4080 CPUtime=1.45
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 810 0 0 0 145 0 0 0 25 0 1 0 1983179061 4177920 726 996147200 134512640 135177480 4294955984 18446744073709551615 134565248 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 1020 726 80 162 0 855 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 51656

[startup+6.30258 s]
/proc/loadavg: 2.00 2.01 1.87 3/75 1040
/proc/meminfo: memFree=1802448/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=6108 CPUtime=4.63
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 1316 0 0 0 462 1 0 0 25 0 1 0 1983179061 6254592 1232 996147200 134512640 135177480 4294955984 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 1527 1232 80 162 0 1362 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 53684

[startup+12.7017 s]
/proc/loadavg: 2.00 2.01 1.87 3/75 1040
/proc/meminfo: memFree=1800400/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=7492 CPUtime=10.96
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 1667 0 0 0 1095 1 0 0 25 0 1 0 1983179061 7671808 1583 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 1873 1583 80 162 0 1708 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 55068

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 1.88 3/75 1040
/proc/meminfo: memFree=1798928/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=8912 CPUtime=23.64
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 2015 0 0 0 2363 1 0 0 25 0 1 0 1983179061 9125888 1931 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 2228 1931 80 162 0 2063 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 56488

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 1.88 3/75 1040
/proc/meminfo: memFree=1795920/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=12084 CPUtime=48.99
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 2782 0 0 0 4897 2 0 0 25 0 1 0 1983179061 12374016 2698 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 3021 2698 80 162 0 2856 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 59660

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.88 3/75 1040
/proc/meminfo: memFree=1793168/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=14820 CPUtime=99.72
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 3405 0 0 0 9969 3 0 0 25 0 1 0 1983179061 15175680 3321 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 3705 3321 80 162 0 3540 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 62396

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/75 1040
/proc/meminfo: memFree=1790800/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=17276 CPUtime=159.15
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 3978 0 0 0 15911 4 0 0 25 0 1 0 1983179061 17690624 3894 996147200 134512640 135177480 4294955984 18446744073709551615 134565301 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 4319 3894 80 162 0 4154 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 64852

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.89 3/75 1040
/proc/meminfo: memFree=1789776/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=18200 CPUtime=218.58
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 4226 0 0 0 21854 4 0 0 25 0 1 0 1983179061 18636800 4142 996147200 134512640 135177480 4294955984 18446744073709551615 134565526 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 4550 4142 80 162 0 4385 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 65776

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.90 3/75 1040
/proc/meminfo: memFree=1788688/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=19512 CPUtime=278.01
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 4539 0 0 0 27797 4 0 0 25 0 1 0 1983179061 19980288 4455 996147200 134512640 135177480 4294955984 18446744073709551615 134565466 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 4878 4455 80 162 0 4713 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 67088

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1787984/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=20464 CPUtime=337.44
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 4731 0 0 0 33740 4 0 0 25 0 1 0 1983179061 20955136 4647 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 5116 4647 80 162 0 4951 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 68040

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1785168/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=23160 CPUtime=396.88
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 5402 0 0 0 39683 5 0 0 25 0 1 0 1983179061 23715840 5318 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 5790 5318 80 162 0 5625 0
Current children cumulated CPU time (s) 398.41
Current children cumulated vsize (KiB) 70736

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1783888/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=24364 CPUtime=456.32
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 5703 0 0 0 45626 6 0 0 25 0 1 0 1983179061 24948736 5619 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 6091 5619 80 162 0 5926 0
Current children cumulated CPU time (s) 457.85
Current children cumulated vsize (KiB) 71940

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1782288/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=26188 CPUtime=515.75
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 6099 0 0 0 51569 6 0 0 25 0 1 0 1983179061 26816512 6015 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 6547 6015 80 162 0 6382 0
Current children cumulated CPU time (s) 517.28
Current children cumulated vsize (KiB) 73764

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1782224/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=26188 CPUtime=575.18
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 6111 0 0 0 57512 6 0 0 25 0 1 0 1983179061 26816512 6027 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 6547 6027 80 162 0 6382 0
Current children cumulated CPU time (s) 576.71
Current children cumulated vsize (KiB) 73764

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1781008/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=27484 CPUtime=634.62
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 6404 0 0 0 63456 6 0 0 25 0 1 0 1983179061 28143616 6320 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 6871 6320 80 162 0 6706 0
Current children cumulated CPU time (s) 636.15
Current children cumulated vsize (KiB) 75060

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1779152/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=29376 CPUtime=694.05
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 6859 0 0 0 69398 7 0 0 25 0 1 0 1983179061 30081024 6775 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 7344 6775 80 162 0 7179 0
Current children cumulated CPU time (s) 695.58
Current children cumulated vsize (KiB) 76952

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1778768/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=29588 CPUtime=753.49
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 6917 0 0 0 75342 7 0 0 25 0 1 0 1983179061 30298112 6833 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 7397 6833 80 162 0 7232 0
Current children cumulated CPU time (s) 755.02
Current children cumulated vsize (KiB) 77164

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1778064/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=30468 CPUtime=812.92
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 7109 0 0 0 81285 7 0 0 25 0 1 0 1983179061 31199232 7025 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 7617 7025 80 162 0 7452 0
Current children cumulated CPU time (s) 814.45
Current children cumulated vsize (KiB) 78044

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

[startup+825.501 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1778064/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=30468 CPUtime=816.09
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 7109 0 0 0 81602 7 0 0 25 0 1 0 1983179061 31199232 7025 996147200 134512640 135177480 4294955984 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 7617 7025 80 162 0 7452 0
Current children cumulated CPU time (s) 817.62
Current children cumulated vsize (KiB) 78044

[startup+828.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1778064/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=30468 CPUtime=819.26
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 7109 0 0 0 81919 7 0 0 25 0 1 0 1983179061 31199232 7025 996147200 134512640 135177480 4294955984 18446744073709551615 134565483 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 7617 7025 80 162 0 7452 0
Current children cumulated CPU time (s) 820.79
Current children cumulated vsize (KiB) 78044

[startup+830.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1778064/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=30468 CPUtime=820.85
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 7109 0 0 0 82078 7 0 0 25 0 1 0 1983179061 31199232 7025 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 7617 7025 80 162 0 7452 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 78044

[startup+831.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1778064/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=1.53
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 799 22201 0 1 0 0 137 16 17 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
[pid=1040] ppid=1017 vsize=30468 CPUtime=821.64
/proc/1040/stat : 1040 (eSAT_static) R 1017 1017 467 0 -1 4194304 7109 0 0 0 82157 7 0 0 25 0 1 0 1983179061 31199232 7025 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1040/statm: 7617 7025 80 162 0 7452 0
Current children cumulated CPU time (s) 823.17
Current children cumulated vsize (KiB) 78044

[startup+831.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1040
/proc/meminfo: memFree=1778064/2055920 swapFree=4179440/4192956
[pid=1017] ppid=1015 vsize=47576 CPUtime=823.37
/proc/1017/stat : 1017 (galacE.sh) S 1015 1017 467 0 -1 4194304 833 29320 0 1 0 0 82313 24 16 0 1 0 1983178899 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1017/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 823.37
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 831.302
CPU time (s): 823.395
CPU user time (s): 823.14
CPU system time (s): 0.254961
CPU usage (%): 99.0488
Max. virtual memory (cumulated for all children) (KiB): 860336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 823.14
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30308
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= 954
involuntary context switches= 18257

runsolver used 1.00685 second user time and 2.78158 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-03 01:41:13
IDJOB=1048076
IDBENCH=54346
IDSOLVER=351
FILE ID=node56/1048076-1215042073
PBS_JOBID= 7875064
Free space on /tmp= 103224 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0351c2d306af39428e7ac456e3563b8d
RANDOM SEED=885939135

node56.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.265
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	: 5931.00
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.265
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:       1808256 kB
Buffers:         27516 kB
Cached:         144348 kB
SwapCached:       7316 kB
Active:         135780 kB
Inactive:        53496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808256 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:          24288 kB
Slab:            43760 kB
Committed_AS:  3926128 kB
PageTables:       1860 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= 103220 MiB
End job on node56 at 2008-07-03 01:55:05