Trace number 1068621

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 MUNSAT 324.394 327.604

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-17_ext.xml
MD5SUM5ee30fcd9fb7e75f6504269d4bfa591b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.03793
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
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.76	c start processing
0.01/0.76	c start relation processing
1.14/1.29	c start cnf exporting
64.91/65.67	c parsing time : 0.632
64.91/65.67	c preprocessing time : 65.544
64.91/65.67	
64.91/65.67	c Nary constraints - conflicts : 0 supports : 31
64.91/65.67	c Binary constraints - conflicts : 0 supports :0
64.91/65.67	c max arity constraint : 17
64.91/65.68	c Max Tuples generated 0
64.91/65.68	c relations : 2
64.91/65.68	c relations BDD: 2
64.91/65.68	c sampling 0/0
64.91/65.68	c vars : 604580 - clauses :  1997097
64.91/65.68	
64.99/65.74	 
64.99/65.74	c --- SAT Solver Stats ---
64.99/65.74	 
324.27/327.55	c restarts              : 13
324.27/327.55	c conflicts             : 37105          (143 /sec)
324.27/327.55	c decisions             : 123102         (1.94 % random) (475 /sec)
324.27/327.55	c propagations          : 450535485      (1739139 /sec)
324.27/327.55	c conflict literals     : 1366060        (32.23 % deleted)
324.27/327.55	c Memory used           : 130.61 MB
324.27/327.55	c CPU time              : 259.057 s
324.27/327.55	
324.27/327.55	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-1068621-1215155805/watcher-1068621-1215155805 -o /tmp/evaluation-result-1068621-1215155805/solver-1068621-1215155805 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1068621-1215155805.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: 1.96 1.96 1.98 4/73 21526
/proc/meminfo: memFree=1492320/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=8652 CPUtime=0
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1994549349 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 2163 280 208 79 0 156 0
[pid=21527] ppid=21526 vsize=8688 CPUtime=0
/proc/21527/stat : 21527 (galacM.sh) S 21526 21526 21435 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1994549349 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21527/statm: 2172 286 209 79 0 165 0
[pid=21528] ppid=21527 vsize=8728 CPUtime=0
/proc/21528/stat : 21528 (galacM.sh) R 21527 21526 21435 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1994549349 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 233402068263 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/21528/statm: 2182 290 209 79 0 175 0

[startup+0.0449701 s]
/proc/loadavg: 1.96 1.96 1.98 4/73 21526
/proc/meminfo: memFree=1492320/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.104751 s]
/proc/loadavg: 1.96 1.96 1.98 4/73 21526
/proc/meminfo: memFree=1492320/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.300782 s]
/proc/loadavg: 1.96 1.96 1.98 4/73 21526
/proc/meminfo: memFree=1492320/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701853 s]
/proc/loadavg: 1.96 1.96 1.98 4/73 21526
/proc/meminfo: memFree=1492320/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.503 s]
/proc/loadavg: 1.96 1.96 1.98 3/83 21548
/proc/meminfo: memFree=1445200/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21540] ppid=21526 vsize=812552 CPUtime=1.44
/proc/21540/stat : 21540 (java) S 21526 21526 21435 0 -1 0 22335 0 1 0 130 14 0 0 18 0 9 0 1994549352 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21540/statm: 203138 21758 1911 9 0 197171 0
[pid=21540/tid=21541] ppid=21526 vsize=812552 CPUtime=1.05
/proc/21540/task/21541/stat : 21541 (java) R 21526 21526 21435 0 -1 64 14513 0 1 0 96 9 0 0 25 0 9 0 1994549353 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4126956249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21542] ppid=21526 vsize=812552 CPUtime=0.13
/proc/21540/task/21542/stat : 21542 (java) S 21526 21526 21435 0 -1 64 6289 0 0 0 10 3 0 0 17 0 9 0 1994549355 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21543] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21543/stat : 21543 (java) S 21526 21526 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21544] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21544/stat : 21544 (java) S 21526 21526 21435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21545] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21545/stat : 21545 (java) S 21526 21526 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994549357 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21546] ppid=21526 vsize=812552 CPUtime=0.22
/proc/21540/task/21546/stat : 21546 (java) S 21526 21526 21435 0 -1 64 829 0 0 0 22 0 0 0 15 0 9 0 1994549357 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21547] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21547/stat : 21547 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994549357 832053248 21758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21548] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21548/stat : 21548 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994549357 832053248 21758 996147200 134512640 134550740 4294955600 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) 860116

[startup+3.10228 s]
/proc/loadavg: 1.96 1.96 1.98 3/83 21548
/proc/meminfo: memFree=1401488/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21540] ppid=21526 vsize=812552 CPUtime=3.02
/proc/21540/stat : 21540 (java) S 21526 21526 21435 0 -1 0 25871 0 1 0 285 17 0 0 18 0 9 0 1994549352 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21540/statm: 203138 25290 1912 9 0 197171 0
[pid=21540/tid=21541] ppid=21526 vsize=812552 CPUtime=2.52
/proc/21540/task/21541/stat : 21541 (java) R 21526 21526 21435 0 -1 64 14522 0 1 0 242 10 0 0 25 0 9 0 1994549353 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4126900607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21542] ppid=21526 vsize=812552 CPUtime=0.24
/proc/21540/task/21542/stat : 21542 (java) S 21526 21526 21435 0 -1 64 9810 0 0 0 19 5 0 0 16 0 9 0 1994549355 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21543] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21543/stat : 21543 (java) S 21526 21526 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21544] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21544/stat : 21544 (java) S 21526 21526 21435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21545] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21545/stat : 21545 (java) S 21526 21526 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994549357 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21546] ppid=21526 vsize=812552 CPUtime=0.23
/proc/21540/task/21546/stat : 21546 (java) S 21526 21526 21435 0 -1 64 835 0 0 0 23 0 0 0 15 0 9 0 1994549357 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21547] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21547/stat : 21547 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994549357 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21548] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21548/stat : 21548 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994549357 832053248 25290 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860116

[startup+6.30286 s]
/proc/loadavg: 1.96 1.96 1.98 3/83 21548
/proc/meminfo: memFree=1394896/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21540] ppid=21526 vsize=812552 CPUtime=6.19
/proc/21540/stat : 21540 (java) S 21526 21526 21435 0 -1 0 25878 0 1 0 600 19 0 0 18 0 9 0 1994549352 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21540/statm: 203138 25291 1912 9 0 197171 0
[pid=21540/tid=21541] ppid=21526 vsize=812552 CPUtime=5.68
/proc/21540/task/21541/stat : 21541 (java) R 21526 21526 21435 0 -1 64 14528 0 1 0 556 12 0 0 25 0 9 0 1994549353 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 102716336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21542] ppid=21526 vsize=812552 CPUtime=0.24
/proc/21540/task/21542/stat : 21542 (java) S 21526 21526 21435 0 -1 64 9810 0 0 0 19 5 0 0 16 0 9 0 1994549355 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21543] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21543/stat : 21543 (java) S 21526 21526 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21544] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21544/stat : 21544 (java) S 21526 21526 21435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21545] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21545/stat : 21545 (java) S 21526 21526 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21546] ppid=21526 vsize=812552 CPUtime=0.23
/proc/21540/task/21546/stat : 21546 (java) S 21526 21526 21435 0 -1 64 836 0 0 0 23 0 0 0 16 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21547] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21547/stat : 21547 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21548] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21548/stat : 21548 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860116

[startup+12.703 s]
/proc/loadavg: 1.96 1.96 1.98 3/83 21548
/proc/meminfo: memFree=1391120/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21540] ppid=21526 vsize=812552 CPUtime=12.53
/proc/21540/stat : 21540 (java) S 21526 21526 21435 0 -1 0 25889 0 1 0 1232 21 0 0 18 0 9 0 1994549352 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21540/statm: 203138 25291 1912 9 0 197171 0
[pid=21540/tid=21541] ppid=21526 vsize=812552 CPUtime=12.01
/proc/21540/task/21541/stat : 21541 (java) R 21526 21526 21435 0 -1 64 14539 0 1 0 1188 13 0 0 25 0 9 0 1994549353 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4126592388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21542] ppid=21526 vsize=812552 CPUtime=0.25
/proc/21540/task/21542/stat : 21542 (java) S 21526 21526 21435 0 -1 64 9810 0 0 0 19 6 0 0 16 0 9 0 1994549355 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21543] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21543/stat : 21543 (java) S 21526 21526 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21544] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21544/stat : 21544 (java) S 21526 21526 21435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21545] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21545/stat : 21545 (java) S 21526 21526 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21546] ppid=21526 vsize=812552 CPUtime=0.23
/proc/21540/task/21546/stat : 21546 (java) S 21526 21526 21435 0 -1 64 836 0 0 0 23 0 0 0 16 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21547] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21547/stat : 21547 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21548] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21548/stat : 21548 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994549357 832053248 25291 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860116

[startup+25.5023 s]
/proc/loadavg: 1.97 1.96 1.98 3/83 21548
/proc/meminfo: memFree=1382800/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21540] ppid=21526 vsize=812552 CPUtime=25.19
/proc/21540/stat : 21540 (java) S 21526 21526 21435 0 -1 0 25913 0 1 0 2494 25 0 0 18 0 9 0 1994549352 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21540/statm: 203138 25292 1912 9 0 197171 0
[pid=21540/tid=21541] ppid=21526 vsize=812552 CPUtime=24.67
/proc/21540/task/21541/stat : 21541 (java) R 21526 21526 21435 0 -1 64 14563 0 1 0 2449 18 0 0 25 0 9 0 1994549353 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 102715047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21542] ppid=21526 vsize=812552 CPUtime=0.27
/proc/21540/task/21542/stat : 21542 (java) S 21526 21526 21435 0 -1 64 9810 0 0 0 21 6 0 0 16 0 9 0 1994549355 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21543] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21543/stat : 21543 (java) S 21526 21526 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21544] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21544/stat : 21544 (java) S 21526 21526 21435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21545] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21545/stat : 21545 (java) S 21526 21526 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21546] ppid=21526 vsize=812552 CPUtime=0.24
/proc/21540/task/21546/stat : 21546 (java) S 21526 21526 21435 0 -1 64 836 0 0 0 24 0 0 0 16 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21547] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21547/stat : 21547 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21548] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21548/stat : 21548 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2

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

[startup+51.1019 s]
/proc/loadavg: 1.98 1.97 1.98 3/83 21548
/proc/meminfo: memFree=1366224/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=0.01
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21540] ppid=21526 vsize=812552 CPUtime=50.54
/proc/21540/stat : 21540 (java) S 21526 21526 21435 0 -1 0 25958 0 1 0 5017 37 0 0 18 0 9 0 1994549352 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21540/statm: 203138 25292 1912 9 0 197171 0
[pid=21540/tid=21541] ppid=21526 vsize=812552 CPUtime=49.99
/proc/21540/task/21541/stat : 21541 (java) R 21526 21526 21435 0 -1 64 14608 0 1 0 4970 29 0 0 25 0 9 0 1994549353 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4126992261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21542] ppid=21526 vsize=812552 CPUtime=0.28
/proc/21540/task/21542/stat : 21542 (java) S 21526 21526 21435 0 -1 64 9810 0 0 0 22 6 0 0 16 0 9 0 1994549355 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21543] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21543/stat : 21543 (java) S 21526 21526 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21544] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21544/stat : 21544 (java) S 21526 21526 21435 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994549355 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21545] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21545/stat : 21545 (java) S 21526 21526 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21546] ppid=21526 vsize=812552 CPUtime=0.24
/proc/21540/task/21546/stat : 21546 (java) S 21526 21526 21435 0 -1 64 836 0 0 0 24 0 0 0 16 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21547] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21547/stat : 21547 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21540/tid=21548] ppid=21526 vsize=812552 CPUtime=0
/proc/21540/task/21548/stat : 21548 (java) S 21526 21526 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994549357 832053248 25292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 860116

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 21549
/proc/meminfo: memFree=1332432/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=127044 CPUtime=36.2
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 29419 0 0 0 3597 23 0 0 25 0 1 0 1994555923 130093056 29400 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 31761 29400 57 152 0 31606 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 174608

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 21549
/proc/meminfo: memFree=1329936/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=128112 CPUtime=95.61
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 29672 0 0 0 9538 23 0 0 25 0 1 0 1994555923 131186688 29653 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 32028 29653 57 152 0 31873 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 175676

[startup+222.302 s]
/proc/loadavg: 2.05 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1327440/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=130092 CPUtime=155.03
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 30179 0 0 0 15479 24 0 0 25 0 1 0 1994555923 133214208 30160 996147200 134512640 135136200 4294955968 18446744073709551615 134520031 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 32523 30160 57 152 0 32368 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 177656

[startup+282.302 s]
/proc/loadavg: 2.02 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1324752/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=132512 CPUtime=214.48
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 30770 0 0 0 21423 25 0 0 25 0 1 0 1994555923 135692288 30751 996147200 134512640 135136200 4294955968 18446744073709551615 134529569 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33128 30751 57 152 0 32973 0
Current children cumulated CPU time (s) 279.5
Current children cumulated vsize (KiB) 180076

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

[startup+307.102 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1324048/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=133040 CPUtime=239.04
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 30906 0 0 0 23879 25 0 0 25 0 1 0 1994555923 136232960 30887 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33260 30887 57 152 0 33105 0
Current children cumulated CPU time (s) 304.06
Current children cumulated vsize (KiB) 180604

[startup+319.901 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1323600/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=133440 CPUtime=251.72
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 31002 0 0 0 25147 25 0 0 25 0 1 0 1994555923 136642560 30983 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33360 30983 57 152 0 33205 0
Current children cumulated CPU time (s) 316.74
Current children cumulated vsize (KiB) 181004

[startup+323.103 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1323472/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=133572 CPUtime=254.89
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 31027 0 0 0 25464 25 0 0 25 0 1 0 1994555923 136777728 31008 996147200 134512640 135136200 4294955968 18446744073709551615 134529601 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33393 31008 57 152 0 33238 0
Current children cumulated CPU time (s) 319.91
Current children cumulated vsize (KiB) 181136

[startup+324.701 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1323472/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=133572 CPUtime=256.47
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 31036 0 0 0 25622 25 0 0 25 0 1 0 1994555923 136777728 31017 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33393 31017 57 152 0 33238 0
Current children cumulated CPU time (s) 321.49
Current children cumulated vsize (KiB) 181136

[startup+326.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1323408/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=133740 CPUtime=258.06
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 31055 0 0 0 25781 25 0 0 25 0 1 0 1994555923 136949760 31036 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33435 31036 57 152 0 33280 0
Current children cumulated CPU time (s) 323.08
Current children cumulated vsize (KiB) 181304

[startup+327.102 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1323344/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=133740 CPUtime=258.85
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 31055 0 0 0 25860 25 0 0 25 0 1 0 1994555923 136949760 31036 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33435 31036 57 152 0 33280 0
Current children cumulated CPU time (s) 323.87
Current children cumulated vsize (KiB) 181304

[startup+327.503 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1323344/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=65.02
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 800 27693 0 1 0 0 6456 46 17 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
[pid=21549] ppid=21526 vsize=133740 CPUtime=259.25
/proc/21549/stat : 21549 (minisat) R 21526 21526 21435 0 -1 4194304 31055 0 0 0 25900 25 0 0 25 0 1 0 1994555923 136949760 31036 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/21549/statm: 33435 31036 57 152 0 33280 0
Current children cumulated CPU time (s) 324.27
Current children cumulated vsize (KiB) 181304

[startup+327.603 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 21549
/proc/meminfo: memFree=1323344/2055920 swapFree=4110904/4192956
[pid=21526] ppid=21524 vsize=47564 CPUtime=324.35
/proc/21526/stat : 21526 (galacM.sh) S 21524 21526 21435 0 -1 4194304 834 58775 0 1 0 1 32361 73 16 0 1 0 1994549349 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21526/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 324.35
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 327.604
CPU time (s): 324.394
CPU user time (s): 323.621
CPU system time (s): 0.772882
CPU usage (%): 99.02
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.621
system time used= 0.772882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59767
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= 3196
involuntary context switches= 9720

runsolver used 0.414936 second user time and 1.08983 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 09:16:45
IDJOB=1068621
IDBENCH=55534
IDSOLVER=350
FILE ID=node70/1068621-1215155805
PBS_JOBID= 7881408
Free space on /tmp= 66380 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-17_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068621-1215155805/watcher-1068621-1215155805 -o /tmp/evaluation-result-1068621-1215155805/solver-1068621-1215155805 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1068621-1215155805.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ee30fcd9fb7e75f6504269d4bfa591b
RANDOM SEED=1463968208

node70.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.256
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.256
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:       1492800 kB
Buffers:         25904 kB
Cached:         186412 kB
SwapCached:      76344 kB
Active:         462580 kB
Inactive:        44588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492800 kB
SwapTotal:     4192956 kB
SwapFree:      4110904 kB
Dirty:            3420 kB
Writeback:           0 kB
Mapped:         300704 kB
Slab:            40760 kB
Committed_AS:  4319208 kB
PageTables:       2368 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= 66376 MiB
End job on node70 at 2008-07-04 09:22:13