Trace number 1094469

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 E? (problem) 107.012 108.344

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-6.xml
MD5SUMd69420449403c15dce93504730da03ea
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 benchmark43.3424
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.23	c --- Preproc Stats ---
48.34/49.19	c start processing
48.34/49.19	c start relation processing
106.78/108.19	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
106.78/108.19		at cspstructures.RelationBDD.addClauses(RelationBDD.java:354)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:242)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
106.78/108.19		at cspstructures.RelationBDD.createClauses(RelationBDD.java:169)
106.78/108.19		at cspstructures.RelationBDD.preproc(RelationBDD.java:503)
106.78/108.19		at base.Encoding.export(Encoding.java:56)
106.78/108.19		at base.Run.main(Run.java:182)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1094469-1215251399/watcher-1094469-1215251399 -o /tmp/evaluation-result-1094469-1215251399/solver-1094469-1215251399 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1094469-1215251399.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.48 2.24 2.09 2/80 28640
/proc/meminfo: memFree=1517968/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=18572 CPUtime=0
/proc/28640/stat : 28640 (runsolver) D 28638 28640 26847 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1554810963 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 266890439975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/28640/statm: 4643 292 257 25 0 2626 0

[startup+0.0964719 s]
/proc/loadavg: 2.48 2.24 2.09 2/80 28640
/proc/meminfo: memFree=1517968/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=8700 CPUtime=0
/proc/28640/stat : 28640 (galacE.sh) D 28638 28640 26847 0 -1 4194304 391 833 4 0 0 0 0 0 17 0 1 0 1554810963 8908800 302 996147200 4194304 4520092 548682068832 18446744073709551615 266890608722 0 2 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/28640/statm: 2175 302 217 79 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101469 s]
/proc/loadavg: 2.48 2.24 2.09 2/80 28640
/proc/meminfo: memFree=1517968/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=8700 CPUtime=0
/proc/28640/stat : 28640 (galacE.sh) D 28638 28640 26847 0 -1 4194304 391 833 4 0 0 0 0 0 17 0 1 0 1554810963 8908800 302 996147200 4194304 4520092 548682068832 18446744073709551615 266890608722 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/28640/statm: 2175 302 217 79 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301497 s]
/proc/loadavg: 2.48 2.24 2.09 2/80 28640
/proc/meminfo: memFree=1517968/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+0.701542 s]
/proc/loadavg: 2.48 2.24 2.09 2/80 28640
/proc/meminfo: memFree=1517968/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+1.50162 s]
/proc/loadavg: 2.48 2.24 2.09 3/90 28662
/proc/meminfo: memFree=1421888/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=812704 CPUtime=1.17
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 30042 0 3 0 103 14 0 0 18 0 9 0 1554810986 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 203176 29473 1875 9 0 197158 0
[pid=28654/tid=28655] ppid=28640 vsize=812704 CPUtime=0.95
/proc/28654/task/28655/stat : 28655 (java) R 28640 28640 26847 0 -1 64 14333 0 3 0 88 7 0 0 23 0 9 0 1554810987 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4126624110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=812704 CPUtime=0.13
/proc/28654/task/28656/stat : 28656 (java) S 28640 28640 26847 0 -1 64 14291 0 0 0 8 5 0 0 16 0 9 0 1554810989 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1554810989 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=812704 CPUtime=0.06
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 719 0 0 0 6 0 0 0 16 0 9 0 1554810993 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 832208896 29473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 860272

[startup+3.10282 s]
/proc/loadavg: 2.48 2.24 2.09 3/90 28662
/proc/meminfo: memFree=1403712/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=812704 CPUtime=2.77
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 43569 0 3 0 255 22 0 0 18 0 9 0 1554810986 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 203176 42994 1883 9 0 197158 0
[pid=28654/tid=28655] ppid=28640 vsize=812704 CPUtime=2.4
/proc/28654/task/28655/stat : 28655 (java) R 28640 28640 26847 0 -1 64 14462 0 3 0 231 9 0 0 25 0 9 0 1554810987 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4126739476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=812704 CPUtime=0.23
/proc/28654/task/28656/stat : 28656 (java) S 28640 28640 26847 0 -1 64 27654 0 0 0 12 11 0 0 16 0 9 0 1554810989 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1554810989 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=812704 CPUtime=0.11
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 754 0 0 0 11 0 0 0 16 0 9 0 1554810993 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 832208896 42994 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 860272

[startup+6.30217 s]
/proc/loadavg: 2.44 2.24 2.09 3/90 28662
/proc/meminfo: memFree=1321472/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=812704 CPUtime=5.92
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 61423 0 3 0 562 30 0 0 18 0 9 0 1554810986 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 203176 60838 1883 9 0 197158 0
[pid=28654/tid=28655] ppid=28640 vsize=812704 CPUtime=5.32
/proc/28654/task/28655/stat : 28655 (java) R 28640 28640 26847 0 -1 64 14472 0 3 0 522 10 0 0 25 0 9 0 1554810987 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4126668768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=812704 CPUtime=0.46
/proc/28654/task/28656/stat : 28656 (java) S 28640 28640 26847 0 -1 64 45488 0 0 0 27 19 0 0 16 0 9 0 1554810989 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1554810989 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=812704 CPUtime=0.13
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 764 0 0 0 13 0 0 0 17 0 9 0 1554810993 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 832208896 60838 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 860272

[startup+12.7029 s]
/proc/loadavg: 2.41 2.23 2.09 3/90 28662
/proc/meminfo: memFree=1162176/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=812704 CPUtime=12.26
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 90749 0 3 0 1183 43 0 0 18 0 9 0 1554810986 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 203176 90149 1884 9 0 197158 0
[pid=28654/tid=28655] ppid=28640 vsize=812704 CPUtime=11.27
/proc/28654/task/28655/stat : 28655 (java) R 28640 28640 26847 0 -1 64 14487 0 3 0 1116 11 0 0 25 0 9 0 1554810987 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4126673500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=812704 CPUtime=0.81
/proc/28654/task/28656/stat : 28656 (java) S 28640 28640 26847 0 -1 64 74788 0 0 0 51 30 0 0 16 0 9 0 1554810989 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1554810989 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=812704 CPUtime=0.14
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 775 0 0 0 14 0 0 0 16 0 9 0 1554810993 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 832208896 90149 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 860272

[startup+25.5013 s]
/proc/loadavg: 2.69 2.30 2.11 3/90 28662
/proc/meminfo: memFree=892352/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=812704 CPUtime=24.94
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 158159 0 3 0 2421 73 0 0 18 0 9 0 1554810986 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 203176 157532 1884 9 0 197158 0
[pid=28654/tid=28655] ppid=28640 vsize=812704 CPUtime=23.08
/proc/28654/task/28655/stat : 28655 (java) R 28640 28640 26847 0 -1 64 14514 0 3 0 2295 13 0 0 25 0 9 0 1554810987 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4126756505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=812704 CPUtime=1.68
/proc/28654/task/28656/stat : 28656 (java) S 28640 28640 26847 0 -1 64 142168 0 0 0 110 58 0 0 16 0 9 0 1554810989 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1554810989 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=812704 CPUtime=0.15
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 778 0 0 0 15 0 0 0 16 0 9 0 1554810993 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 832208896 157532 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 860272

[startup+51.1012 s]
/proc/loadavg: 2.51 2.29 2.12 3/90 28662
/proc/meminfo: memFree=815680/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=812704 CPUtime=50.3
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 178219 0 3 0 4945 85 0 0 18 0 9 0 1554810986 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 203176 177359 2584 9 0 197158 0
[pid=28654/tid=28655] ppid=28640 vsize=812704 CPUtime=45.68
/proc/28654/task/28655/stat : 28655 (java) R 28640 28640 26847 0 -1 64 14575 0 3 0 4552 16 0 0 25 0 9 0 1554810987 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4126864819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=812704 CPUtime=4.4
/proc/28654/task/28656/stat : 28656 (java) S 28640 28640 26847 0 -1 64 162145 0 0 0 374 66 0 0 16 0 9 0 1554810989 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=812704 CPUtime=0.17
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 795 0 0 0 17 0 0 0 15 0 9 0 1554810993 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 832208896 177359 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 860272

[startup+102.307 s]
/proc/loadavg: 2.32 2.28 2.12 3/90 28662
/proc/meminfo: memFree=781568/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=816708 CPUtime=101.02
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 206714 0 3 0 10006 96 0 0 18 0 9 0 1554810986 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 204177 185799 2585 9 0 198159 0
[pid=28654/tid=28655] ppid=28640 vsize=816708 CPUtime=61.09
/proc/28654/task/28655/stat : 28655 (java) S 28640 28640 26847 0 -1 64 14596 0 3 0 6093 16 0 0 17 0 9 0 1554810987 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=816708 CPUtime=39.71
/proc/28654/task/28656/stat : 28656 (java) R 28640 28640 26847 0 -1 64 190611 0 0 0 3893 78 0 0 25 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 102721863 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=816708 CPUtime=0.19
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 803 0 0 0 19 0 0 0 15 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 864276

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

[startup+105.502 s]
/proc/loadavg: 2.30 2.27 2.12 3/90 28662
/proc/meminfo: memFree=781568/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=816708 CPUtime=104.19
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 208467 0 3 0 10322 97 0 0 18 0 9 0 1554810986 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 204177 185799 2585 9 0 198159 0
[pid=28654/tid=28655] ppid=28640 vsize=816708 CPUtime=61.09
/proc/28654/task/28655/stat : 28655 (java) S 28640 28640 26847 0 -1 64 14596 0 3 0 6093 16 0 0 17 0 9 0 1554810987 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=816708 CPUtime=42.88
/proc/28654/task/28656/stat : 28656 (java) R 28640 28640 26847 0 -1 64 192364 0 0 0 4210 78 0 0 25 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=816708 CPUtime=0.19
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 803 0 0 0 19 0 0 0 15 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.21
Current children cumulated vsize (KiB) 864276

[startup+107.103 s]
/proc/loadavg: 2.30 2.27 2.12 3/90 28662
/proc/meminfo: memFree=781568/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=816708 CPUtime=105.77
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 208467 0 3 0 10480 97 0 0 18 0 9 0 1554810986 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 204177 185799 2585 9 0 198159 0
[pid=28654/tid=28655] ppid=28640 vsize=816708 CPUtime=61.09
/proc/28654/task/28655/stat : 28655 (java) S 28640 28640 26847 0 -1 64 14596 0 3 0 6093 16 0 0 17 0 9 0 1554810987 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=816708 CPUtime=44.46
/proc/28654/task/28656/stat : 28656 (java) R 28640 28640 26847 0 -1 64 192364 0 0 0 4368 78 0 0 25 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1554810989 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=816708 CPUtime=0.19
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 803 0 0 0 19 0 0 0 15 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=816708 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 836308992 185799 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.79
Current children cumulated vsize (KiB) 864276

[startup+107.903 s]
/proc/loadavg: 2.30 2.27 2.12 3/90 28662
/proc/meminfo: memFree=781568/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=812704 CPUtime=106.57
/proc/28654/stat : 28654 (java) S 28640 28640 26847 0 -1 0 208468 0 3 0 10560 97 0 0 18 0 9 0 1554810986 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 203176 184798 2585 9 0 197158 0
[pid=28654/tid=28655] ppid=28640 vsize=812704 CPUtime=61.09
/proc/28654/task/28655/stat : 28655 (java) S 28640 28640 26847 0 -1 64 14597 0 3 0 6093 16 0 0 17 0 9 0 1554810987 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28656] ppid=28640 vsize=812704 CPUtime=45.25
/proc/28654/task/28656/stat : 28656 (java) R 28640 28640 26847 0 -1 64 192364 0 0 0 4447 78 0 0 25 0 9 0 1554810989 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 104181744 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28657] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28657/stat : 28657 (java) S 28640 28640 26847 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28658] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28658/stat : 28658 (java) S 28640 28640 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1554810989 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28659] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28659/stat : 28659 (java) S 28640 28640 26847 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1554810993 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28660] ppid=28640 vsize=812704 CPUtime=0.19
/proc/28654/task/28660/stat : 28660 (java) S 28640 28640 26847 0 -1 64 803 0 0 0 19 0 0 0 15 0 9 0 1554810993 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28661] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28661/stat : 28661 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1554810993 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28654/tid=28662] ppid=28640 vsize=812704 CPUtime=0
/proc/28654/task/28662/stat : 28662 (java) S 28640 28640 26847 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554810993 832208896 184798 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106.59
Current children cumulated vsize (KiB) 860272

[startup+108.303 s]
/proc/loadavg: 2.30 2.27 2.12 3/90 28662
/proc/meminfo: memFree=781568/2055920 swapFree=4112960/4192956
[pid=28640] ppid=28638 vsize=47568 CPUtime=0.02
/proc/28640/stat : 28640 (galacE.sh) S 28638 28640 26847 0 -1 4194304 760 1698 6 0 0 1 0 1 18 0 1 0 1554810963 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28640/statm: 11892 365 246 79 0 219 0
[pid=28654] ppid=28640 vsize=0 CPUtime=106.93
/proc/28654/stat : 28654 (java) Z 28640 28640 26847 0 -1 12 208480 0 3 0 10589 104 0 0 16 0 2 0 1554810986 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28654/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 106.95
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 108.344
CPU time (s): 107.012
CPU user time (s): 105.897
CPU system time (s): 1.11483
CPU usage (%): 98.7706
Max. virtual memory (cumulated for all children) (KiB): 866280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.897
system time used= 1.11483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210960
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4062
involuntary context switches= 6175

runsolver used 0.149977 second user time and 0.353946 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 11:50:05
IDJOB=1094469
IDBENCH=58802
IDSOLVER=351
FILE ID=node38/1094469-1215251399
PBS_JOBID= 7881933
Free space on /tmp= 66368 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-6.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094469-1215251399/watcher-1094469-1215251399 -o /tmp/evaluation-result-1094469-1215251399/solver-1094469-1215251399 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1094469-1215251399.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d69420449403c15dce93504730da03ea
RANDOM SEED=940511472

node38.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.223
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.223
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:       1518512 kB
Buffers:         11012 kB
Cached:         224108 kB
SwapCached:      74212 kB
Active:         400532 kB
Inactive:        81868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518512 kB
SwapTotal:     4192956 kB
SwapFree:      4112960 kB
Dirty:           73596 kB
Writeback:           0 kB
Mapped:         263384 kB
Slab:            39564 kB
Committed_AS:  3778308 kB
PageTables:       2392 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= 66364 MiB
End job on node38 at 2008-07-05 11:51:54