Trace number 1051799

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 MSAT 956.936 966.333

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-38_ext.xml
MD5SUMb1cd667c35ed5ba4931e06993e78bd10
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24981
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.91	c start processing
0.01/0.91	c start relation processing
1.44/1.57	c start cnf exporting
248.44/251.04	c parsing time : 0.78
248.44/251.04	c preprocessing time : 250.905
248.44/251.04	
248.44/251.04	c Nary constraints - conflicts : 0 supports : 25
248.44/251.04	c Binary constraints - conflicts : 300 supports :25
248.44/251.04	c max arity constraint : 3
248.44/251.04	c Max Tuples generated 0
248.44/251.04	c relations : 28
248.44/251.04	c relations BDD: 2
248.44/251.04	c sampling 0/0
248.44/251.04	c vars : 276072 - clauses :  13743625
248.44/251.04	
248.44/251.06	 
248.44/251.06	c --- SAT Solver Stats ---
248.44/251.06	 
953.93/963.36	c restarts              : 17
953.93/963.36	c conflicts             : 136329         (194 /sec)
953.93/963.36	c decisions             : 928783         (1.46 % random) (1319 /sec)
953.93/963.36	c propagations          : 970591384      (1377869 /sec)
953.93/963.36	c conflict literals     : 17024969       (25.08 % deleted)
953.93/963.36	c Memory used           : 512.77 MB
953.93/963.36	c CPU time              : 704.415 s
953.93/963.36	
954.02/963.48	s SATISFIABLE
956.78/966.21	v 18 5 19 5 16 16 17 10 11 3 13 29 12 1 21 5 20 1 4 3 9 1 25 6 15 5 3 0 22 4 8 6 6 14 10 8 5 3 23 4 2 1 14 4 7 2 1 2 24 2 10 26 36 39 68 69 74 75 78 79 85 90 90 94 100 114 122 125 129 130 134 136 138 140 140 0

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-1051799-1215054838/watcher-1051799-1215054838 -o /tmp/evaluation-result-1051799-1215054838/solver-1051799-1215054838 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1051799-1215054838.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.05 2.06 4/83 24579
/proc/meminfo: memFree=1154208/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=8560 CPUtime=0
/proc/24579/stat : 24579 (galacM.sh) R 24577 24579 22551 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 1984453514 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 227607824271 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24579/statm: 2140 254 197 79 0 133 0

[startup+0.0471831 s]
/proc/loadavg: 2.00 2.05 2.06 4/83 24579
/proc/meminfo: memFree=1154208/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.10227 s]
/proc/loadavg: 2.00 2.05 2.06 4/83 24579
/proc/meminfo: memFree=1154208/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301296 s]
/proc/loadavg: 2.00 2.05 2.06 4/83 24579
/proc/meminfo: memFree=1154208/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701344 s]
/proc/loadavg: 2.00 2.05 2.06 4/83 24579
/proc/meminfo: memFree=1154208/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50243 s]
/proc/loadavg: 2.00 2.05 2.06 3/93 24601
/proc/meminfo: memFree=1114960/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24593] ppid=24579 vsize=812548 CPUtime=1.43
/proc/24593/stat : 24593 (java) S 24579 24579 22551 0 -1 0 12549 0 1 0 133 10 0 0 18 0 9 0 1984453518 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24593/statm: 203137 11969 1886 9 0 197171 0
[pid=24593/tid=24594] ppid=24579 vsize=812548 CPUtime=1.18
/proc/24593/task/24594/stat : 24594 (java) R 24579 24579 22551 0 -1 64 11019 0 1 0 110 8 0 0 25 0 9 0 1984453519 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4126702743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24595] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24595/stat : 24595 (java) S 24579 24579 22551 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1984453521 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24596] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24596/stat : 24596 (java) S 24579 24579 22551 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984453521 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24597] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24597/stat : 24597 (java) S 24579 24579 22551 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984453521 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24598] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24598/stat : 24598 (java) S 24579 24579 22551 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984453523 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24599] ppid=24579 vsize=812548 CPUtime=0.23
/proc/24593/task/24599/stat : 24599 (java) S 24579 24579 22551 0 -1 64 827 0 0 0 22 1 0 0 16 0 9 0 1984453523 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24600] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24600/stat : 24600 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984453523 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24601] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24601/stat : 24601 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984453523 832049152 11969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860112

[startup+3.10263 s]
/proc/loadavg: 2.00 2.05 2.06 3/93 24601
/proc/meminfo: memFree=1079056/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24593] ppid=24579 vsize=812548 CPUtime=3.01
/proc/24593/stat : 24593 (java) S 24579 24579 22551 0 -1 0 22326 0 1 0 285 16 0 0 18 0 9 0 1984453518 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24593/statm: 203137 21741 1916 9 0 197171 0
[pid=24593/tid=24594] ppid=24579 vsize=812548 CPUtime=2.6
/proc/24593/task/24594/stat : 24594 (java) R 24579 24579 22551 0 -1 64 14543 0 1 0 249 11 0 0 25 0 9 0 1984453519 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4126413608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24595] ppid=24579 vsize=812548 CPUtime=0.1
/proc/24593/task/24595/stat : 24595 (java) S 24579 24579 22551 0 -1 64 6213 0 0 0 7 3 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24596] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24596/stat : 24596 (java) S 24579 24579 22551 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24597] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24597/stat : 24597 (java) S 24579 24579 22551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24598] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24598/stat : 24598 (java) S 24579 24579 22551 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24599] ppid=24579 vsize=812548 CPUtime=0.29
/proc/24593/task/24599/stat : 24599 (java) S 24579 24579 22551 0 -1 64 870 0 0 0 28 1 0 0 15 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24600] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24600/stat : 24600 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24601] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24601/stat : 24601 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860112

[startup+6.302 s]
/proc/loadavg: 2.00 2.05 2.06 3/93 24601
/proc/meminfo: memFree=1070672/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24593] ppid=24579 vsize=812548 CPUtime=6.18
/proc/24593/stat : 24593 (java) S 24579 24579 22551 0 -1 0 22334 0 1 0 600 18 0 0 18 0 9 0 1984453518 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24593/statm: 203137 21741 1916 9 0 197171 0
[pid=24593/tid=24594] ppid=24579 vsize=812548 CPUtime=5.76
/proc/24593/task/24594/stat : 24594 (java) R 24579 24579 22551 0 -1 64 14551 0 1 0 563 13 0 0 25 0 9 0 1984453519 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4127063236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24595] ppid=24579 vsize=812548 CPUtime=0.11
/proc/24593/task/24595/stat : 24595 (java) S 24579 24579 22551 0 -1 64 6213 0 0 0 8 3 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24596] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24596/stat : 24596 (java) S 24579 24579 22551 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24597] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24597/stat : 24597 (java) S 24579 24579 22551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24598] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24598/stat : 24598 (java) S 24579 24579 22551 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24599] ppid=24579 vsize=812548 CPUtime=0.29
/proc/24593/task/24599/stat : 24599 (java) S 24579 24579 22551 0 -1 64 870 0 0 0 28 1 0 0 15 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24600] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24600/stat : 24600 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24601] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24601/stat : 24601 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860112

[startup+12.7028 s]
/proc/loadavg: 2.00 2.05 2.06 3/93 24601
/proc/meminfo: memFree=1065104/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24593] ppid=24579 vsize=812548 CPUtime=12.51
/proc/24593/stat : 24593 (java) S 24579 24579 22551 0 -1 0 22347 0 1 0 1230 21 0 0 18 0 9 0 1984453518 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24593/statm: 203137 21741 1916 9 0 197171 0
[pid=24593/tid=24594] ppid=24579 vsize=812548 CPUtime=12.09
/proc/24593/task/24594/stat : 24594 (java) R 24579 24579 22551 0 -1 64 14564 0 1 0 1193 16 0 0 25 0 9 0 1984453519 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4127070835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24595] ppid=24579 vsize=812548 CPUtime=0.11
/proc/24593/task/24595/stat : 24595 (java) S 24579 24579 22551 0 -1 64 6213 0 0 0 8 3 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24596] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24596/stat : 24596 (java) S 24579 24579 22551 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24597] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24597/stat : 24597 (java) S 24579 24579 22551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24598] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24598/stat : 24598 (java) S 24579 24579 22551 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24599] ppid=24579 vsize=812548 CPUtime=0.29
/proc/24593/task/24599/stat : 24599 (java) S 24579 24579 22551 0 -1 64 870 0 0 0 28 1 0 0 15 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24600] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24600/stat : 24600 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24601] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24601/stat : 24601 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860112

[startup+25.5023 s]
/proc/loadavg: 2.00 2.05 2.06 3/93 24601
/proc/meminfo: memFree=1053968/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24593] ppid=24579 vsize=812548 CPUtime=25.19
/proc/24593/stat : 24593 (java) S 24579 24579 22551 0 -1 0 22373 0 1 0 2490 29 0 0 18 0 9 0 1984453518 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24593/statm: 203137 21741 1916 9 0 197171 0
[pid=24593/tid=24594] ppid=24579 vsize=812548 CPUtime=24.74
/proc/24593/task/24594/stat : 24594 (java) R 24579 24579 22551 0 -1 64 14590 0 1 0 2451 23 0 0 25 0 9 0 1984453519 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4127081993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24595] ppid=24579 vsize=812548 CPUtime=0.13
/proc/24593/task/24595/stat : 24595 (java) S 24579 24579 22551 0 -1 64 6213 0 0 0 10 3 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24596] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24596/stat : 24596 (java) S 24579 24579 22551 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24597] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24597/stat : 24597 (java) S 24579 24579 22551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984453521 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24598] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24598/stat : 24598 (java) S 24579 24579 22551 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24599] ppid=24579 vsize=812548 CPUtime=0.29
/proc/24593/task/24599/stat : 24599 (java) S 24579 24579 22551 0 -1 64 870 0 0 0 28 1 0 0 16 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24600] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24600/stat : 24600 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24593/tid=24601] ppid=24579 vsize=812548 CPUtime=0
/proc/24593/task/24601/stat : 24601 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984453523 832049152 21741 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860112

[startup+51.1023 s]
/proc/loadavg: 2.00 2.04 2.05 3/93 24601
/proc/meminfo: memFree=1032656/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=0.01

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

/proc/24602/statm: 131267 126140 57 152 0 131112 0
Current children cumulated CPU time (s) 754.85
Current children cumulated vsize (KiB) 572632

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24602
/proc/meminfo: memFree=431312/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=248.5
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 799 25026 0 1 0 0 24701 149 17 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24602] ppid=24579 vsize=525068 CPUtime=565.77
/proc/24602/stat : 24602 (minisat) R 24579 24579 22551 0 -1 4194304 126159 0 0 0 56469 108 0 0 25 0 1 0 1984478620 537669632 126140 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/24602/statm: 131267 126140 57 152 0 131112 0
Current children cumulated CPU time (s) 814.27
Current children cumulated vsize (KiB) 572632

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24602
/proc/meminfo: memFree=431312/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=248.5
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 799 25026 0 1 0 0 24701 149 17 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24602] ppid=24579 vsize=525068 CPUtime=625.2
/proc/24602/stat : 24602 (minisat) R 24579 24579 22551 0 -1 4194304 126159 0 0 0 62412 108 0 0 25 0 1 0 1984478620 537669632 126140 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/24602/statm: 131267 126140 57 152 0 131112 0
Current children cumulated CPU time (s) 873.7
Current children cumulated vsize (KiB) 572632

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24602
/proc/meminfo: memFree=431248/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=248.5
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 799 25026 0 1 0 0 24701 149 17 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24602] ppid=24579 vsize=525068 CPUtime=684.63
/proc/24602/stat : 24602 (minisat) R 24579 24579 22551 0 -1 4194304 126159 0 0 0 68355 108 0 0 25 0 1 0 1984478620 537669632 126140 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/24602/statm: 131267 126140 57 152 0 131112 0
Current children cumulated CPU time (s) 933.13
Current children cumulated vsize (KiB) 572632

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24602
/proc/meminfo: memFree=431248/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=248.5
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 799 25026 0 1 0 0 24701 149 17 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24602] ppid=24579 vsize=525068 CPUtime=689.39
/proc/24602/stat : 24602 (minisat) R 24579 24579 22551 0 -1 4194304 126159 0 0 0 68831 108 0 0 25 0 1 0 1984478620 537669632 126140 996147200 134512640 135136200 4294955968 18446744073709551615 134530426 0 0 4096 3 0 0 0 17 1 0 0
/proc/24602/statm: 131267 126140 57 152 0 131112 0
Current children cumulated CPU time (s) 937.89
Current children cumulated vsize (KiB) 572632

[startup+959.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24602
/proc/meminfo: memFree=431248/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=248.5
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 799 25026 0 1 0 0 24701 149 17 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24602] ppid=24579 vsize=525068 CPUtime=702.06
/proc/24602/stat : 24602 (minisat) R 24579 24579 22551 0 -1 4194304 126159 0 0 0 70098 108 0 0 25 0 1 0 1984478620 537669632 126140 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/24602/statm: 131267 126140 57 152 0 131112 0
Current children cumulated CPU time (s) 950.56
Current children cumulated vsize (KiB) 572632

[startup+963.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24602
/proc/meminfo: memFree=431248/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=248.5
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 799 25026 0 1 0 0 24701 149 17 0 1 0 1984453514 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11891 364 245 79 0 219 0
[pid=24602] ppid=24579 vsize=525068 CPUtime=705.23
/proc/24602/stat : 24602 (minisat) R 24579 24579 22551 0 -1 4194304 126159 0 0 0 70415 108 0 0 25 0 1 0 1984478620 537669632 126140 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/24602/statm: 131267 126140 57 152 0 131112 0
Current children cumulated CPU time (s) 953.73
Current children cumulated vsize (KiB) 572632

[startup+964.708 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 24611
/proc/meminfo: memFree=886608/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=954.2
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 836 151217 0 1 0 0 95153 267 16 0 1 0 1984453514 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/24579/statm: 11891 365 245 79 0 219 0
[pid=24603] ppid=24579 vsize=812672 CPUtime=1.1
/proc/24603/stat : 24603 (java) S 24579 24579 22551 0 -1 0 16181 0 1 0 99 11 0 0 18 0 9 0 1984549871 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 203168 15561 1925 9 0 197174 0
[pid=24603/tid=24604] ppid=24579 vsize=812672 CPUtime=0.86
/proc/24603/task/24604/stat : 24604 (java) R 24579 24579 22551 0 -1 64 14545 0 1 0 76 10 0 0 24 0 9 0 1984549873 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4126955664 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24605] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24605/stat : 24605 (java) S 24579 24579 22551 0 -1 64 95 0 0 0 0 0 0 0 16 0 9 0 1984549874 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24579 24579 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984549874 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24579 24579 22551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984549874 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24608] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984549877 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24609] ppid=24579 vsize=812672 CPUtime=0.21
/proc/24603/task/24609/stat : 24609 (java) S 24579 24579 22551 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 1984549877 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24610] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984549877 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24611] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24611/stat : 24611 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984549877 832176128 15561 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 955.3
Current children cumulated vsize (KiB) 860236

[startup+965.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 24611
/proc/meminfo: memFree=886608/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=954.2
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 836 151217 0 1 0 0 95153 267 16 0 1 0 1984453514 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/24579/statm: 11891 365 245 79 0 219 0
[pid=24603] ppid=24579 vsize=812672 CPUtime=1.9
/proc/24603/stat : 24603 (java) S 24579 24579 22551 0 -1 0 16264 0 1 0 178 12 0 0 18 0 9 0 1984549871 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 203168 15642 1925 9 0 197174 0
[pid=24603/tid=24604] ppid=24579 vsize=812672 CPUtime=1.64
/proc/24603/task/24604/stat : 24604 (java) R 24579 24579 22551 0 -1 64 14547 0 1 0 154 10 0 0 25 0 9 0 1984549873 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4126941199 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24605] ppid=24579 vsize=812672 CPUtime=0.01
/proc/24603/task/24605/stat : 24605 (java) S 24579 24579 22551 0 -1 64 175 0 0 0 1 0 0 0 16 0 9 0 1984549874 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24579 24579 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984549874 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24579 24579 22551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984549874 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24608] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984549877 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24609] ppid=24579 vsize=812672 CPUtime=0.21
/proc/24603/task/24609/stat : 24609 (java) S 24579 24579 22551 0 -1 64 830 0 0 0 21 0 0 0 16 0 9 0 1984549877 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24610] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984549877 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24611] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24611/stat : 24611 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984549877 832176128 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 956.1
Current children cumulated vsize (KiB) 860236

[startup+965.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 24611
/proc/meminfo: memFree=879184/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47564 CPUtime=954.2
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 836 151217 0 1 0 0 95153 267 16 0 1 0 1984453514 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 227607806034 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/24579/statm: 11891 365 245 79 0 219 0
[pid=24603] ppid=24579 vsize=812672 CPUtime=2.29
/proc/24603/stat : 24603 (java) S 24579 24579 22551 0 -1 0 16271 0 1 0 217 12 0 0 18 0 9 0 1984549871 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24603/statm: 203168 15648 1925 9 0 197174 0
[pid=24603/tid=24604] ppid=24579 vsize=812672 CPUtime=2.02
/proc/24603/task/24604/stat : 24604 (java) R 24579 24579 22551 0 -1 64 14548 0 1 0 192 10 0 0 25 0 9 0 1984549873 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4126948163 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24605] ppid=24579 vsize=812672 CPUtime=0.01
/proc/24603/task/24605/stat : 24605 (java) S 24579 24579 22551 0 -1 64 175 0 0 0 1 0 0 0 16 0 9 0 1984549874 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24606] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24606/stat : 24606 (java) S 24579 24579 22551 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984549874 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24607] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24607/stat : 24607 (java) S 24579 24579 22551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984549874 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24608] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24608/stat : 24608 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984549877 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24609] ppid=24579 vsize=812672 CPUtime=0.22
/proc/24603/task/24609/stat : 24609 (java) S 24579 24579 22551 0 -1 64 836 0 0 0 22 0 0 0 16 0 9 0 1984549877 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24610] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24610/stat : 24610 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984549877 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=24603/tid=24611] ppid=24579 vsize=812672 CPUtime=0
/proc/24603/task/24611/stat : 24611 (java) S 24579 24579 22551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984549877 832176128 15648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 956.49
Current children cumulated vsize (KiB) 860236

[startup+966.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 24611
/proc/meminfo: memFree=879184/2055920 swapFree=4179804/4192956
[pid=24579] ppid=24577 vsize=47568 CPUtime=956.79
/proc/24579/stat : 24579 (galacM.sh) S 24577 24579 22551 0 -1 4194304 881 167498 0 2 0 0 95399 280 18 0 1 0 1984453514 48709632 367 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24579/statm: 11892 367 245 79 0 220 0
Current children cumulated CPU time (s) 956.79
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 966.333
CPU time (s): 956.936
CPU user time (s): 954.004
CPU system time (s): 2.93155
CPU usage (%): 99.0275
Max. virtual memory (cumulated for all children) (KiB): 860236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 954.004
system time used= 2.93155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168537
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10503
involuntary context switches= 31001

runsolver used 1.13383 second user time and 3.2825 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-03 05:13:58
IDJOB=1051799
IDBENCH=55502
IDSOLVER=350
FILE ID=node66/1051799-1215054838
PBS_JOBID= 7875043
Free space on /tmp= 66528 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-38_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051799-1215054838/watcher-1051799-1215054838 -o /tmp/evaluation-result-1051799-1215054838/solver-1051799-1215054838 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1051799-1215054838.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1cd667c35ed5ba4931e06993e78bd10
RANDOM SEED=636099557

node66.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.213
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.213
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:       1154752 kB
Buffers:         16892 kB
Cached:         132120 kB
SwapCached:       6980 kB
Active:         778980 kB
Inactive:        66632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154752 kB
SwapTotal:     4192956 kB
SwapFree:      4179804 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:         707900 kB
Slab:            39296 kB
Committed_AS:  4656484 kB
PageTables:       3404 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= 66524 MiB
End job on node66 at 2008-07-03 05:30:05