Trace number 1047971

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 ESAT 444.956 447.838

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-66-4.xml
MD5SUMcb71f77943a3e9336840301264b4b7c7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1056
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.26	c --- Preproc Stats ---
1.05/1.16	c start processing
1.05/1.16	c start relation processing
1.05/1.16	c start cnf exporting
1.41/1.41	c parsing time : 0.825
1.41/1.41	c preprocessing time : 1.074
1.41/1.41	
1.41/1.41	c Nary constraints - conflicts : 1056 supports : 0
1.41/1.41	c Binary constraints - conflicts : 0 supports :0
1.41/1.41	c max arity constraint : 3
1.41/1.41	c Max Tuples generated 64
1.41/1.41	c relations : 1
1.41/1.41	c relations BDD: 0
1.41/1.41	c sampling 0/0
1.41/1.41	c vars : 265 - clauses :  4686
1.41/1.41	
1.41/1.46	 
1.41/1.46	c --- SAT Solver Stats ---
1.41/1.46	 
1.41/1.46	c eSAT 0.1 : minisat core with additionnal features
1.41/1.46	c ============================[ Problem Statistics ]=============================
1.41/1.46	c |                                                                             |
1.41/1.46	c |  Number of variables:  264                                                  |
1.41/1.46	c |  Number of clauses:    4686                                                 |
1.41/1.47	c |  Parsing time:         0.00         s                                       |
444.07/447.25	c restarts              : 692
444.07/447.25	c conflicts             : 841062         (1900 /sec)
444.07/447.25	c decisions             : 1049968        (2.03 % random) (2372 /sec)
444.07/447.25	c euip                  : 37468       
444.07/447.25	c propagations          : 21472514       (48512 /sec)
444.07/447.25	c conflict literals     : 20480906       (16.75 % deleted)
444.07/447.25	c Memory used           : 30.42 MB
444.07/447.25	c CPU time              : 442.62 s
444.07/447.25	c 
444.07/447.25	s SATISFIABLE
444.89/447.83	v 0 0 2 0 2 2 2 0 3 3 0 3 3 3 3 3 3 3 2 3 2 0 2 1 0 1 1 1 1 1 1 1 1 0 1 1 2 2 1 1 1 1 1 1 1 1 1 1 1 2 2 2 0 3 3 3 3 3 3 3 3 3 0 2 2 2

Verifier Data (download as text)

OK

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-1047971-1215471344/watcher-1047971-1215471344 -o /tmp/evaluation-result-1047971-1215471344/solver-1047971-1215471344 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1047971-1215471344.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: 0.00 0.03 0.07 3/82 4745
/proc/meminfo: memFree=1149128/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=18572 CPUtime=0
/proc/4745/stat : 4745 (runsolver) D 4743 4745 2682 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 3836371 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 238487661863 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4745/statm: 4643 292 257 25 0 2626 0

[startup+0.049404 s]
/proc/loadavg: 0.00 0.03 0.07 3/82 4745
/proc/meminfo: memFree=1149128/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=8560 CPUtime=0
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 305 0 3 0 0 0 0 0 18 0 1 0 3836371 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 238487848847 0 0 4096 8192 0 0 0 17 0 0 0
/proc/4745/statm: 2140 254 197 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.101412 s]
/proc/loadavg: 0.00 0.03 0.07 3/82 4745
/proc/meminfo: memFree=1149128/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=8700 CPUtime=0
/proc/4745/stat : 4745 (galacE.sh) D 4743 4745 2682 0 -1 4194304 391 832 4 1 0 0 0 0 17 0 1 0 3836371 8908800 302 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 2 4096 73728 18446744071563479169 0 0 17 0 0 0
/proc/4745/statm: 2175 302 217 79 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30144 s]
/proc/loadavg: 0.00 0.03 0.07 3/82 4745
/proc/meminfo: memFree=1149128/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=0.01
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 761 1697 5 1 0 0 0 1 18 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701482 s]
/proc/loadavg: 0.00 0.03 0.07 3/82 4745
/proc/meminfo: memFree=1149128/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=0.01
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 761 1697 5 1 0 0 0 1 18 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50257 s]
/proc/loadavg: 0.16 0.06 0.08 2/92 4767
/proc/meminfo: memFree=1106672/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 47576

[startup+3.10175 s]
/proc/loadavg: 0.16 0.06 0.08 2/84 4768
/proc/meminfo: memFree=1144816/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=4028 CPUtime=1.61
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 666 0 0 0 161 0 0 0 25 0 1 0 3836518 4124672 648 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 0 0 0
/proc/4768/statm: 1007 648 80 162 0 842 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 51604

[startup+6.30112 s]
/proc/loadavg: 0.16 0.06 0.08 2/84 4768
/proc/meminfo: memFree=1142648/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=5688 CPUtime=4.79
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 1098 0 0 0 479 0 0 0 25 0 1 0 3836518 5824512 1080 996147200 134512640 135177480 4294955968 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 0 0 0
/proc/4768/statm: 1422 1080 80 162 0 1257 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 53264

[startup+12.7028 s]
/proc/loadavg: 0.29 0.09 0.09 2/84 4768
/proc/meminfo: memFree=1140864/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=7296 CPUtime=11.15
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 1512 0 0 0 1115 0 0 0 25 0 1 0 3836518 7471104 1494 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 1824 1494 80 162 0 1659 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 54872

[startup+25.5013 s]
/proc/loadavg: 0.40 0.12 0.10 2/84 4768
/proc/meminfo: memFree=1138560/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=10044 CPUtime=23.86
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 2160 0 0 0 2385 1 0 0 25 0 1 0 3836518 10285056 2142 996147200 134512640 135177480 4294955968 18446744073709551615 134560855 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 2511 2142 80 162 0 2346 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 57620

[startup+51.1012 s]
/proc/loadavg: 0.60 0.19 0.12 2/84 4768
/proc/meminfo: memFree=1137216/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=11364 CPUtime=49.28
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 2523 0 0 0 4926 2 0 0 25 0 1 0 3836518 11636736 2505 996147200 134512640 135177480 4294955968 18446744073709551615 134565309 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 2841 2505 80 162 0 2676 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 58940

[startup+102.307 s]
/proc/loadavg: 0.84 0.32 0.17 2/84 4768
/proc/meminfo: memFree=1132544/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=15892 CPUtime=100.13
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 3646 0 0 0 10009 4 0 0 25 0 1 0 3836518 16273408 3628 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 3973 3628 80 162 0 3808 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 63468

[startup+162.302 s]
/proc/loadavg: 0.94 0.44 0.22 2/84 4768
/proc/meminfo: memFree=1129920/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=18672 CPUtime=159.71
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 4285 0 0 0 15967 4 0 0 25 0 1 0 3836518 19120128 4267 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 4668 4267 80 162 0 4503 0
Current children cumulated CPU time (s) 161.15
Current children cumulated vsize (KiB) 66248

[startup+222.302 s]
/proc/loadavg: 0.98 0.54 0.27 2/84 4768
/proc/meminfo: memFree=1125952/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=22736 CPUtime=219.28
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 5292 0 0 0 21923 5 0 0 25 0 1 0 3836518 23281664 5274 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 5684 5274 80 162 0 5519 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 70312

[startup+282.301 s]
/proc/loadavg: 0.99 0.62 0.31 2/84 4768
/proc/meminfo: memFree=1123072/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=26064 CPUtime=278.88
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 6013 0 0 0 27882 6 0 0 25 0 1 0 3836518 26689536 5995 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 6516 5995 80 162 0 6351 0
Current children cumulated CPU time (s) 280.32
Current children cumulated vsize (KiB) 73640

[startup+342.301 s]
/proc/loadavg: 0.99 0.69 0.35 2/84 4774
/proc/meminfo: memFree=1121024/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=27780 CPUtime=338.46
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 6441 0 0 0 33840 6 0 0 25 0 1 0 3836518 28446720 6423 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 6945 6423 80 162 0 6780 0
Current children cumulated CPU time (s) 339.9
Current children cumulated vsize (KiB) 75356

[startup+402.301 s]
/proc/loadavg: 0.99 0.74 0.39 2/84 4774
/proc/meminfo: memFree=1120576/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=28296 CPUtime=398.04
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 6553 0 0 0 39798 6 0 0 25 0 1 0 3836518 28975104 6535 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/4768/statm: 7074 6535 80 162 0 6909 0
Current children cumulated CPU time (s) 399.48
Current children cumulated vsize (KiB) 75872

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.75 0.39 2/84 4774
/proc/meminfo: memFree=1120320/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=28672 CPUtime=405.19
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 6612 0 0 0 40513 6 0 0 25 0 1 0 3836518 29360128 6594 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 7168 6594 80 162 0 7003 0
Current children cumulated CPU time (s) 406.63
Current children cumulated vsize (KiB) 76248

[startup+435.102 s]
/proc/loadavg: 0.99 0.77 0.41 2/84 4774
/proc/meminfo: memFree=1118912/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=30404 CPUtime=430.62
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 7052 0 0 0 43055 7 0 0 25 0 1 0 3836518 31133696 7034 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 7601 7034 80 162 0 7436 0
Current children cumulated CPU time (s) 432.06
Current children cumulated vsize (KiB) 77980

[startup+441.501 s]
/proc/loadavg: 0.99 0.77 0.41 2/84 4774
/proc/meminfo: memFree=1118400/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=30664 CPUtime=436.97
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 7145 0 0 0 43690 7 0 0 25 0 1 0 3836518 31399936 7127 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 7666 7127 80 162 0 7501 0
Current children cumulated CPU time (s) 438.41
Current children cumulated vsize (KiB) 78240

[startup+444.702 s]
/proc/loadavg: 0.99 0.77 0.41 2/84 4774
/proc/meminfo: memFree=1118208/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=30892 CPUtime=440.15
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 7194 0 0 0 44008 7 0 0 25 0 1 0 3836518 31633408 7176 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 7723 7176 80 162 0 7558 0
Current children cumulated CPU time (s) 441.59
Current children cumulated vsize (KiB) 78468

[startup+446.301 s]
/proc/loadavg: 0.99 0.77 0.41 2/84 4774
/proc/meminfo: memFree=1118144/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=31020 CPUtime=441.74
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 7224 0 0 0 44167 7 0 0 25 0 1 0 3836518 31764480 7206 996147200 134512640 135177480 4294955968 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 0 0 0
/proc/4768/statm: 7755 7206 80 162 0 7590 0
Current children cumulated CPU time (s) 443.18
Current children cumulated vsize (KiB) 78596

[startup+447.101 s]
/proc/loadavg: 0.99 0.78 0.41 2/84 4774
/proc/meminfo: memFree=1118016/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=1.44
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 795 19359 5 2 0 0 133 11 17 0 1 0 3836371 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4745/statm: 11894 365 246 79 0 219 0
[pid=4768] ppid=4745 vsize=31020 CPUtime=442.53
/proc/4768/stat : 4768 (eSAT_static) R 4745 4745 2682 0 -1 4194304 7241 0 0 0 44246 7 0 0 25 0 1 0 3836518 31764480 7223 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/4768/statm: 7755 7223 80 162 0 7590 0
Current children cumulated CPU time (s) 443.97
Current children cumulated vsize (KiB) 78596

[startup+447.501 s]
/proc/loadavg: 0.99 0.78 0.41 2/84 4774
/proc/meminfo: memFree=1118016/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=444.14
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 831 26614 5 2 0 0 44395 19 16 0 1 0 3836371 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/4745/statm: 11894 366 246 79 0 219 0
Current children cumulated CPU time (s) 444.14
Current children cumulated vsize (KiB) 47576

[startup+447.706 s]
/proc/loadavg: 0.99 0.78 0.41 3/92 4783
/proc/meminfo: memFree=1133952/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=444.14
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 831 26614 5 2 0 0 44395 19 16 0 1 0 3836371 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/4745/statm: 11894 366 246 79 0 219 0
[pid=4775] ppid=4745 vsize=812664 CPUtime=0.59
/proc/4775/stat : 4775 (java) S 4745 4745 2682 0 -1 0 6206 0 1 0 56 3 0 0 20 0 9 0 3881097 832167936 5629 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4775/statm: 203166 5629 1856 9 0 197199 0
[pid=4775/tid=4776] ppid=4745 vsize=812664 CPUtime=0.41
/proc/4775/task/4776/stat : 4776 (java) R 4745 4745 2682 0 -1 64 4709 0 1 0 39 2 0 0 17 0 9 0 3881098 832167936 5629 996147200 134512640 134550740 4294955616 18446744073709551615 4125952076 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4777] ppid=4745 vsize=812664 CPUtime=0
/proc/4775/task/4777/stat : 4777 (java) S 4745 4745 2682 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 3881100 832167936 5629 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4778] ppid=4745 vsize=812664 CPUtime=0
/proc/4775/task/4778/stat : 4778 (java) S 4745 4745 2682 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 3881100 832167936 5630 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4779] ppid=4745 vsize=812664 CPUtime=0
/proc/4775/task/4779/stat : 4779 (java) S 4745 4745 2682 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 3881100 832167936 5630 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4780] ppid=4745 vsize=812664 CPUtime=0
/proc/4775/task/4780/stat : 4780 (java) S 4745 4745 2682 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3881102 832167936 5630 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4781] ppid=4745 vsize=812664 CPUtime=0.16
/proc/4775/task/4781/stat : 4781 (java) S 4745 4745 2682 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 3881102 832167936 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4782] ppid=4745 vsize=812664 CPUtime=0
/proc/4775/task/4782/stat : 4782 (java) S 4745 4745 2682 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 3881102 832167936 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4783] ppid=4745 vsize=812664 CPUtime=0
/proc/4775/task/4783/stat : 4783 (java) S 4745 4745 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3881102 832167936 5631 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 444.73
Current children cumulated vsize (KiB) 860240

[startup+447.802 s]
/proc/loadavg: 0.99 0.78 0.41 3/92 4783
/proc/meminfo: memFree=1133952/2055920 swapFree=4192812/4192956
[pid=4745] ppid=4743 vsize=47576 CPUtime=444.14
/proc/4745/stat : 4745 (galacE.sh) S 4743 4745 2682 0 -1 4194304 831 26614 5 2 0 0 44395 19 16 0 1 0 3836371 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/4745/statm: 11894 366 246 79 0 219 0
[pid=4775] ppid=4745 vsize=812908 CPUtime=0.75
/proc/4775/stat : 4775 (java) S 4745 4745 2682 0 -1 0 7115 0 1 0 71 4 0 0 20 0 9 0 3881097 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4775/statm: 203227 6498 1911 9 0 197232 0
[pid=4775/tid=4776] ppid=4745 vsize=812908 CPUtime=0.51
/proc/4775/task/4776/stat : 4776 (java) R 4745 4745 2682 0 -1 64 5559 0 1 0 48 3 0 0 17 0 9 0 3881098 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4125959159 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4777] ppid=4745 vsize=812908 CPUtime=0
/proc/4775/task/4777/stat : 4777 (java) S 4745 4745 2682 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 3881100 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4778] ppid=4745 vsize=812908 CPUtime=0
/proc/4775/task/4778/stat : 4778 (java) S 4745 4745 2682 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 3881100 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4779] ppid=4745 vsize=812908 CPUtime=0
/proc/4775/task/4779/stat : 4779 (java) S 4745 4745 2682 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 3881100 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4780] ppid=4745 vsize=812908 CPUtime=0
/proc/4775/task/4780/stat : 4780 (java) S 4745 4745 2682 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3881102 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4781] ppid=4745 vsize=812908 CPUtime=0.22
/proc/4775/task/4781/stat : 4781 (java) S 4745 4745 2682 0 -1 64 843 0 0 0 22 0 0 0 17 0 9 0 3881102 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4775/tid=4782] ppid=4745 vsize=812908 CPUtime=0
/proc/4775/task/4782/stat : 4782 (java) S 4745 4745 2682 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 3881102 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=4775/tid=4783] ppid=4745 vsize=812908 CPUtime=0
/proc/4775/task/4783/stat : 4783 (java) S 4745 4745 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3881102 832417792 6498 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 444.89
Current children cumulated vsize (KiB) 860484

Child status: 0
Real time (s): 447.838
CPU time (s): 444.956
CPU user time (s): 444.699
CPU system time (s): 0.25696
CPU usage (%): 99.3566
Max. virtual memory (cumulated for all children) (KiB): 860520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.699
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34840
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 941
involuntary context switches= 10824

runsolver used 0.379942 second user time and 1.26281 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-08 00:55:44
IDJOB=1047971
IDBENCH=54341
IDSOLVER=351
FILE ID=node23/1047971-1215471344
PBS_JOBID= 7888599
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb71f77943a3e9336840301264b4b7c7
RANDOM SEED=1812447446

node23.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.240
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.240
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:       1149672 kB
Buffers:         15700 kB
Cached:          91060 kB
SwapCached:          0 kB
Active:         830404 kB
Inactive:        39708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:         783608 kB
Slab:            19968 kB
Committed_AS:   868648 kB
PageTables:       3280 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= 66536 MiB
End job on node23 at 2008-07-08 01:03:12