Trace number 1077316

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 45.1521 44.9641

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-40-3-1.xml
MD5SUM966475ab15dcf16a72e1610417501ff8
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.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity4
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
35.86/35.89	c start processing
35.86/35.89	c start relation processing
36.99/36.99	c start cnf exporting
44.01/43.92	c parsing time : 35.786
44.01/43.92	c preprocessing time : 43.823
44.01/43.92	
44.01/43.92	c Nary constraints - conflicts : 0 supports : 40
44.01/43.92	c Binary constraints - conflicts : 0 supports :0
44.01/43.92	c max arity constraint : 4
44.01/43.92	c Max Tuples generated 4477456
44.01/43.92	c relations : 40
44.01/43.92	c relations BDD: 40
44.01/43.92	c sampling 40/40
44.01/43.92	c vars : 47361 - clauses :  257977
44.01/43.92	
44.01/43.96	 
44.01/43.96	c --- SAT Solver Stats ---
44.01/43.96	 
44.06/44.21	c restarts              : 2
44.06/44.21	c conflicts             : 113            (487 /sec)
44.06/44.21	c decisions             : 6284           (1.15 % random) (27090 /sec)
44.06/44.21	c propagations          : 361065         (1556556 /sec)
44.06/44.21	c conflict literals     : 1501           (4.21 % deleted)
44.06/44.21	c Memory used           : 15.19 MB
44.06/44.21	c CPU time              : 0.231964 s
44.06/44.21	
44.06/44.23	s SATISFIABLE
44.34/44.95	v 37 28 41 31 23 31 3 41 2 2 5 4 2 18 23 3 2 17 19 3 2 23 40 2 5 13 5 2 42 31 47 41 2 7 47 2 35 3 3 19 2 2 17 47 47 19 2 47 30 2 16 14 3 13 2 7 2 13 3 3 3 2 39 42 38 13 13 27 43 5 12 2 17 2 47 41 47 47 9 13 19 7 17 23 23 24 7 14 27 11 41 2 37 7 20 19 3 28 29 47

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-1077316-1215192323/watcher-1077316-1215192323 -o /tmp/evaluation-result-1077316-1215192323/solver-1077316-1215192323 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1077316-1215192323.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.93 0.98 0.99 3/64 28976
/proc/meminfo: memFree=1696176/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=8652 CPUtime=0
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 642155484 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28976/statm: 2163 280 208 79 0 156 0
[pid=28977] ppid=28976 vsize=8688 CPUtime=0
/proc/28977/stat : 28977 (galacM.sh) S 28976 28976 26640 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 642155484 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/28977/statm: 2172 286 209 79 0 165 0
[pid=28978] ppid=28977 vsize=6864 CPUtime=0
/proc/28978/stat : 28978 (id) R 28977 28976 26640 0 -1 4194304 241 0 0 0 0 0 0 0 16 0 1 0 642155484 7028736 184 996147200 4194304 4211724 548682068832 18446744073709551615 271894413266 0 0 3674112 0 0 0 0 17 1 0 0
/proc/28978/statm: 0 0 0 0 0 0 0

[startup+0.056143 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28976
/proc/meminfo: memFree=1696176/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102148 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28976
/proc/meminfo: memFree=1696176/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302169 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28976
/proc/meminfo: memFree=1696176/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701199 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 28976
/proc/meminfo: memFree=1696176/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50128 s]
/proc/loadavg: 0.93 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1669024/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=1.57
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 9087 0 1 0 152 5 0 0 18 0 9 0 642155487 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 8495 1915 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=1.45
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 7678 0 1 0 141 4 0 0 20 0 9 0 642155488 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4126698016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 642155489 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 642155489 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.11
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 706 0 0 0 11 0 0 0 16 0 9 0 642155491 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 8495 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 860892

[startup+3.10144 s]
/proc/loadavg: 0.93 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1668704/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=3.17
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 9236 0 1 0 312 5 0 0 18 0 9 0 642155487 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 8643 1915 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=3.04
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 7826 0 1 0 300 4 0 0 17 0 9 0 642155488 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4126701175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 642155489 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 642155489 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.11
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 707 0 0 0 11 0 0 0 16 0 9 0 642155491 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 860892

[startup+6.30275 s]
/proc/loadavg: 0.93 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1667808/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=6.36
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 9327 0 1 0 631 5 0 0 18 0 9 0 642155487 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 8732 1917 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=6.24
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 7914 0 1 0 620 4 0 0 25 0 9 0 642155488 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4126699367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 642155489 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 642155489 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.11
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 710 0 0 0 11 0 0 0 16 0 9 0 642155491 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 8732 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 860892

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.99 3/74 28998
/proc/meminfo: memFree=1667232/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=12.76
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 9453 0 1 0 1271 5 0 0 18 0 9 0 642155487 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 8858 1918 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=12.63
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 8030 0 1 0 1259 4 0 0 20 0 9 0 642155488 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4126702903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 642155489 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 642155489 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.12
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 720 0 0 0 12 0 0 0 17 0 9 0 642155491 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 8858 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 860892

[startup+25.5026 s]
/proc/loadavg: 0.95 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1666144/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=25.56
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 9717 0 1 0 2550 6 0 0 18 0 9 0 642155487 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 9118 1918 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=25.42
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 8292 0 1 0 2538 4 0 0 25 0 9 0 642155488 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4126699952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 642155489 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 642155489 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.12
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 722 0 0 0 12 0 0 0 16 0 9 0 642155491 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 9118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 860892

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

[startup+38.3029 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1610976/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=38.41
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 26156 0 1 0 3828 13 0 0 18 0 9 0 642155487 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 25552 1944 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=37.91
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 14704 0 1 0 3783 8 0 0 22 0 9 0 642155488 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4126981791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0.27
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 9979 0 0 0 24 3 0 0 16 0 9 0 642155489 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.2
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 774 0 0 0 20 0 0 0 16 0 9 0 642155491 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 25552 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.42
Current children cumulated vsize (KiB) 860892

[startup+41.5022 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1598176/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=41.6
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 26165 0 1 0 4146 14 0 0 18 0 9 0 642155487 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 25555 1944 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=41.1
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 14710 0 1 0 4101 9 0 0 25 0 9 0 642155488 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4126953925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0.27
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 9979 0 0 0 24 3 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.2
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 777 0 0 0 20 0 0 0 15 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.61
Current children cumulated vsize (KiB) 860892

[startup+43.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1596768/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=43.2
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 26168 0 1 0 4305 15 0 0 18 0 9 0 642155487 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 25555 1944 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=42.69
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 14713 0 1 0 4259 10 0 0 25 0 9 0 642155488 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4126888780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0.27
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 9979 0 0 0 24 3 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.2
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 777 0 0 0 20 0 0 0 15 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.21
Current children cumulated vsize (KiB) 860892

[startup+43.9015 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1596128/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=0.01
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 642155484 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28976/statm: 11893 364 245 79 0 219 0
[pid=28990] ppid=28976 vsize=813320 CPUtime=44
/proc/28990/stat : 28990 (java) S 28976 28976 26640 0 -1 0 26169 0 1 0 4385 15 0 0 18 0 9 0 642155487 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28990/statm: 203330 25555 1944 9 0 197311 0
[pid=28990/tid=28991] ppid=28976 vsize=813320 CPUtime=43.5
/proc/28990/task/28991/stat : 28991 (java) R 28976 28976 26640 0 -1 64 14714 0 1 0 4340 10 0 0 25 0 9 0 642155488 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4126923172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28992] ppid=28976 vsize=813320 CPUtime=0.27
/proc/28990/task/28992/stat : 28992 (java) S 28976 28976 26640 0 -1 64 9979 0 0 0 24 3 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28993] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28993/stat : 28993 (java) S 28976 28976 26640 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28994] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28994/stat : 28994 (java) S 28976 28976 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642155489 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28995] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28995/stat : 28995 (java) S 28976 28976 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28996] ppid=28976 vsize=813320 CPUtime=0.2
/proc/28990/task/28996/stat : 28996 (java) S 28976 28976 26640 0 -1 64 777 0 0 0 20 0 0 0 15 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28990/tid=28997] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28997/stat : 28997 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28990/tid=28998] ppid=28976 vsize=813320 CPUtime=0
/proc/28990/task/28998/stat : 28998 (java) S 28976 28976 26640 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642155491 832839680 25555 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.01
Current children cumulated vsize (KiB) 860892

[startup+44.7015 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1596128/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=44.34
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 836 31434 0 1 0 0 4413 21 16 0 1 0 642155484 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28976/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 44.34
Current children cumulated vsize (KiB) 47572

[startup+44.9016 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 28998
/proc/meminfo: memFree=1596128/2055920 swapFree=4157840/4192956
[pid=28976] ppid=28974 vsize=47572 CPUtime=44.34
/proc/28976/stat : 28976 (galacM.sh) S 28974 28976 26640 0 -1 4194304 836 31434 0 1 0 0 4413 21 16 0 1 0 642155484 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28976/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 44.34
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 44.9641
CPU time (s): 45.1521
CPU user time (s): 44.8432
CPU system time (s): 0.308953
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 860892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8432
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48433
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= 1741
involuntary context switches= 570

runsolver used 0.049992 second user time and 0.124981 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 19:25:24
IDJOB=1077316
IDBENCH=56663
IDSOLVER=350
FILE ID=node60/1077316-1215192323
PBS_JOBID= 7881626
Free space on /tmp= 66488 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-40-3-1.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077316-1215192323/watcher-1077316-1215192323 -o /tmp/evaluation-result-1077316-1215192323/solver-1077316-1215192323 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1077316-1215192323.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 966475ab15dcf16a72e1610417501ff8
RANDOM SEED=193434947

node60.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.216
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.216
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:       1696720 kB
Buffers:         46596 kB
Cached:         223096 kB
SwapCached:      29304 kB
Active:         175460 kB
Inactive:       130936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696720 kB
SwapTotal:     4192956 kB
SwapFree:      4157840 kB
Dirty:            3048 kB
Writeback:           0 kB
Mapped:          42008 kB
Slab:            38780 kB
Committed_AS:  1075872 kB
PageTables:       1504 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= 66484 MiB
End job on node60 at 2008-07-04 19:26:09