Trace number 1087793

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 EUNSAT 361.391 364.99

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph11.xml
MD5SUM0b8f61cff14be8331608c679982edff3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.270958
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3757
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
311.45/314.54	c start processing
311.45/314.54	c start relation processing
312.14/315.24	c start cnf exporting
359.18/362.72	c parsing time : 314.412
359.18/362.72	c preprocessing time : 362.596
359.18/362.72	
359.18/362.72	c Nary constraints - conflicts : 0 supports : 0
359.18/362.72	c Binary constraints - conflicts : 2451 supports :1306
359.18/362.72	c max arity constraint : 2
359.18/362.72	c Max Tuples generated 1936
359.18/362.72	c relations : 2211
359.18/362.72	c relations BDD: 0
359.18/362.72	c sampling 0/0
359.18/362.72	c vars : 25641 - clauses :  1645771
359.18/362.72	
359.18/362.78	 
359.18/362.78	c --- SAT Solver Stats ---
359.18/362.78	 
359.18/362.78	c eSAT 0.1 : minisat core with additionnal features
359.18/362.78	c ============================[ Problem Statistics ]=============================
359.18/362.78	c |                                                                             |
359.18/362.78	c |  Number of variables:  25640                                                |
359.18/362.78	c |  Number of clauses:    1645771                                              |
359.84/363.43	c |  Parsing time:         0.57         s                                       |
359.84/363.43	c Solved by unit propagation
359.84/363.43	s UNSATISFIABLE
361.30/364.92	java.io.FileNotFoundException: HOME/instance-1087793-1215245546.xml.cnf.res (No such file or directory)
361.30/364.92		at java.io.FileInputStream.open(Native Method)
361.30/364.92		at java.io.FileInputStream.(Unknown Source)
361.30/364.92		at java.util.Scanner.(Unknown Source)
361.30/364.92		at base.SatSolToCSPSol.toCSPSolution(SatSolToCSPSol.java:73)
361.30/364.92		at base.SatSolToCSPSol.main(SatSolToCSPSol.java:179)
361.30/364.97	v

Verifier Data (download as text)

ERROR: no interpretation found !

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-1087793-1215245546/watcher-1087793-1215245546 -o /tmp/evaluation-result-1087793-1215245546/solver-1087793-1215245546 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1087793-1215245546.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.07 2.01 2.00 4/74 15573
/proc/meminfo: memFree=1787016/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=18572 CPUtime=0
/proc/15573/stat : 15573 (runsolver) R 15571 15573 14249 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003525961 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15573/statm: 4643 292 257 25 0 2626 0

[startup+0.091219 s]
/proc/loadavg: 2.07 2.01 2.00 4/74 15573
/proc/meminfo: memFree=1787016/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101219 s]
/proc/loadavg: 2.07 2.01 2.00 4/74 15573
/proc/meminfo: memFree=1787016/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301257 s]
/proc/loadavg: 2.07 2.01 2.00 4/74 15573
/proc/meminfo: memFree=1787016/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.70133 s]
/proc/loadavg: 2.07 2.01 2.00 4/74 15573
/proc/meminfo: memFree=1787016/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50147 s]
/proc/loadavg: 2.07 2.01 2.00 4/84 15595
/proc/meminfo: memFree=1745656/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812760 CPUtime=1.44
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 13576 0 1 0 137 7 0 0 19 0 9 0 2003525965 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203190 12766 2585 9 0 197171 0
[pid=15587/tid=15588] ppid=15573 vsize=812760 CPUtime=0.44
/proc/15587/task/15588/stat : 15588 (java) S 15573 15573 14249 0 -1 64 7527 0 1 0 39 5 0 0 16 0 9 0 2003525966 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812760 CPUtime=0.81
/proc/15587/task/15589/stat : 15589 (java) R 15573 15573 14249 0 -1 64 4568 0 0 0 80 1 0 0 21 0 9 0 2003525967 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 102469621 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812760 CPUtime=0.17
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 781 0 0 0 17 0 0 0 15 0 9 0 2003525969 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832266240 12766 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) R 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832266240 12766 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) 860324

[startup+3.10275 s]
/proc/loadavg: 2.07 2.01 2.00 3/84 15595
/proc/meminfo: memFree=1744568/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812760 CPUtime=3.03
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 13904 0 1 0 295 8 0 0 19 0 9 0 2003525965 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203190 13049 2585 9 0 197171 0
[pid=15587/tid=15588] ppid=15573 vsize=812760 CPUtime=0.51
/proc/15587/task/15588/stat : 15588 (java) S 15573 15573 14249 0 -1 64 7572 0 1 0 46 5 0 0 16 0 9 0 2003525966 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812760 CPUtime=2.3
/proc/15587/task/15589/stat : 15589 (java) R 15573 15573 14249 0 -1 64 4833 0 0 0 228 2 0 0 25 0 9 0 2003525967 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812760 CPUtime=0.2
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 799 0 0 0 20 0 0 0 15 0 9 0 2003525969 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812760 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832266240 13049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860324

[startup+6.30132 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 15595
/proc/meminfo: memFree=1742520/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812804 CPUtime=6.19
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 15279 0 1 0 610 9 0 0 19 0 9 0 2003525965 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203201 13497 2585 9 0 197182 0
[pid=15587/tid=15588] ppid=15573 vsize=812804 CPUtime=0.63
/proc/15587/task/15588/stat : 15588 (java) S 15573 15573 14249 0 -1 64 7652 0 1 0 58 5 0 0 15 0 9 0 2003525966 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812804 CPUtime=5.33
/proc/15587/task/15589/stat : 15589 (java) R 15573 15573 14249 0 -1 64 6122 0 0 0 530 3 0 0 25 0 9 0 2003525967 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 104181542 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812804 CPUtime=0.2
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 805 0 0 0 20 0 0 0 16 0 9 0 2003525969 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832311296 13497 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) R 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832311296 13497 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) 860368

[startup+12.7024 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 15595
/proc/meminfo: memFree=1739320/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812804 CPUtime=12.54
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 16136 0 1 0 1244 10 0 0 19 0 9 0 2003525965 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203201 14228 2585 9 0 197182 0
[pid=15587/tid=15588] ppid=15573 vsize=812804 CPUtime=0.89
/proc/15587/task/15588/stat : 15588 (java) S 15573 15573 14249 0 -1 64 7779 0 1 0 84 5 0 0 15 0 9 0 2003525966 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812804 CPUtime=11.39
/proc/15587/task/15589/stat : 15589 (java) R 15573 15573 14249 0 -1 64 6840 0 0 0 1136 3 0 0 25 0 9 0 2003525967 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812804 CPUtime=0.22
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 817 0 0 0 22 0 0 0 16 0 9 0 2003525969 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832311296 14228 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860368

[startup+25.5017 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 15595
/proc/meminfo: memFree=1734264/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812804 CPUtime=25.21
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 17558 0 1 0 2509 12 0 0 19 0 9 0 2003525965 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203201 15453 2585 9 0 197182 0
[pid=15587/tid=15588] ppid=15573 vsize=812804 CPUtime=1.4
/proc/15587/task/15588/stat : 15588 (java) S 15573 15573 14249 0 -1 64 7976 0 1 0 135 5 0 0 15 0 9 0 2003525966 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812804 CPUtime=23.53
/proc/15587/task/15589/stat : 15589 (java) R 15573 15573 14249 0 -1 64 8053 0 0 0 2348 5 0 0 25 0 9 0 2003525967 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 102496324 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812804 CPUtime=0.25
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 829 0 0 0 25 0 0 0 15 0 9 0 2003525969 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832311296 15453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860368

[startup+51.1012 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 15595
/proc/meminfo: memFree=1726904/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01

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

/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 927 0 0 0 39 0 0 0 16 0 9 0 2003525969 832311296 37151 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832311296 37151 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832311296 37151 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 860368

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

[startup+345.502 s]
/proc/loadavg: 2.06 2.03 2.00 3/86 15597
/proc/meminfo: memFree=1626408/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812804 CPUtime=342.13
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 41102 0 1 0 34167 46 0 0 19 0 9 0 2003525965 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203201 37204 2591 9 0 197182 0
[pid=15587/tid=15588] ppid=15573 vsize=812804 CPUtime=57.15
/proc/15587/task/15588/stat : 15588 (java) R 15573 15573 14249 0 -1 64 16907 0 1 0 5692 23 0 0 25 0 9 0 2003525966 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4127292095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812804 CPUtime=284.54
/proc/15587/task/15589/stat : 15589 (java) S 15573 15573 14249 0 -1 64 22568 0 0 0 28434 20 0 0 16 0 9 0 2003525967 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812804 CPUtime=0.39
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 927 0 0 0 39 0 0 0 16 0 9 0 2003525969 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832311296 37204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 860368

[startup+358.303 s]
/proc/loadavg: 2.05 2.03 2.00 3/86 15597
/proc/meminfo: memFree=1619304/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812804 CPUtime=354.8
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 41285 0 1 0 35430 50 0 0 19 0 9 0 2003525965 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203201 37365 2591 9 0 197182 0
[pid=15587/tid=15588] ppid=15573 vsize=812804 CPUtime=69.77
/proc/15587/task/15588/stat : 15588 (java) R 15573 15573 14249 0 -1 64 16929 0 1 0 6949 28 0 0 25 0 9 0 2003525966 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4127331983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812804 CPUtime=284.62
/proc/15587/task/15589/stat : 15589 (java) S 15573 15573 14249 0 -1 64 22729 0 0 0 28441 21 0 0 16 0 9 0 2003525967 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812804 CPUtime=0.39
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 927 0 0 0 39 0 0 0 16 0 9 0 2003525969 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832311296 37365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 354.81
Current children cumulated vsize (KiB) 860368

[startup+361.502 s]
/proc/loadavg: 2.05 2.03 2.00 3/86 15597
/proc/meminfo: memFree=1617384/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=0.01
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15587] ppid=15573 vsize=812804 CPUtime=357.98
/proc/15587/stat : 15587 (java) S 15573 15573 14249 0 -1 0 41329 0 1 0 35746 52 0 0 19 0 9 0 2003525965 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15587/statm: 203201 37403 2591 9 0 197182 0
[pid=15587/tid=15588] ppid=15573 vsize=812804 CPUtime=72.91
/proc/15587/task/15588/stat : 15588 (java) R 15573 15573 14249 0 -1 64 16935 0 1 0 7262 29 0 0 25 0 9 0 2003525966 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4127295241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15589] ppid=15573 vsize=812804 CPUtime=284.64
/proc/15587/task/15589/stat : 15589 (java) S 15573 15573 14249 0 -1 64 22767 0 0 0 28443 21 0 0 16 0 9 0 2003525967 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003525967 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003525967 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003525969 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15573 vsize=812804 CPUtime=0.39
/proc/15587/task/15593/stat : 15593 (java) S 15573 15573 14249 0 -1 64 927 0 0 0 39 0 0 0 16 0 9 0 2003525969 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15594] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003525969 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15595] ppid=15573 vsize=812804 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15573 15573 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003525969 832311296 37403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 357.99
Current children cumulated vsize (KiB) 860368

[startup+363.102 s]
/proc/loadavg: 2.05 2.03 2.00 3/78 15598
/proc/meminfo: memFree=1744360/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=359.23
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 799 43048 0 1 0 0 35867 56 17 0 1 0 2003525961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15573/statm: 11891 364 245 79 0 219 0
[pid=15598] ppid=15573 vsize=31832 CPUtime=0.31
/proc/15598/stat : 15598 (eSAT_static) R 15573 15573 14249 0 -1 4194304 7321 0 0 0 27 4 0 0 21 0 1 0 2003562239 32595968 7303 996147200 134512640 135177480 4294955968 18446744073709551615 134515782 0 0 4096 3 0 0 0 17 1 0 0
/proc/15598/statm: 7958 7303 61 162 0 7793 0
Current children cumulated CPU time (s) 359.54
Current children cumulated vsize (KiB) 79396

[startup+363.902 s]
/proc/loadavg: 2.05 2.03 2.00 3/78 15598
/proc/meminfo: memFree=1744360/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=359.88
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 835 53346 0 1 0 0 35924 64 15 0 1 0 2003525961 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 246406676562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15573/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 359.88
Current children cumulated vsize (KiB) 47564

[startup+364.702 s]
/proc/loadavg: 2.04 2.03 2.00 4/86 15607
/proc/meminfo: memFree=1744232/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=359.88
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 835 53346 0 1 0 0 35924 64 15 0 1 0 2003525961 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 246406676562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15573/statm: 11891 365 245 79 0 219 0
[pid=15599] ppid=15573 vsize=812772 CPUtime=1.23
/proc/15599/stat : 15599 (java) S 15573 15573 14249 0 -1 0 7858 0 1 0 116 7 0 0 18 0 9 0 2003562305 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15599/statm: 203193 7280 1858 9 0 197174 0
[pid=15599/tid=15600] ppid=15573 vsize=812772 CPUtime=0.94
/proc/15599/task/15600/stat : 15600 (java) R 15573 15573 14249 0 -1 64 6242 0 1 0 89 5 0 0 25 0 9 0 2003562307 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4126816488 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15601] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15601/stat : 15601 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003562308 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15602] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15602/stat : 15602 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2003562308 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15603] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15603/stat : 15603 (java) S 15573 15573 14249 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003562308 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15604] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15604/stat : 15604 (java) S 15573 15573 14249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003562311 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15605] ppid=15573 vsize=812772 CPUtime=0.27
/proc/15599/task/15605/stat : 15605 (java) S 15573 15573 14249 0 -1 64 902 0 0 0 26 1 0 0 16 0 9 0 2003562311 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15606] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15606/stat : 15606 (java) S 15573 15573 14249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003562311 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15607] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15607/stat : 15607 (java) S 15573 15573 14249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003562311 832278528 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 361.11
Current children cumulated vsize (KiB) 860336

[startup+364.902 s]
/proc/loadavg: 2.04 2.03 2.00 4/86 15607
/proc/meminfo: memFree=1744232/2055920 swapFree=4180700/4192956
[pid=15573] ppid=15571 vsize=47564 CPUtime=359.88
/proc/15573/stat : 15573 (galacE.sh) S 15571 15573 14249 0 -1 4194304 835 53346 0 1 0 0 35924 64 15 0 1 0 2003525961 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 246406676562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15573/statm: 11891 365 245 79 0 219 0
[pid=15599] ppid=15573 vsize=812772 CPUtime=1.42
/proc/15599/stat : 15599 (java) S 15573 15573 14249 0 -1 0 8976 0 1 0 135 7 0 0 18 0 9 0 2003562305 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15599/statm: 203193 8398 1858 9 0 197174 0
[pid=15599/tid=15600] ppid=15573 vsize=812772 CPUtime=1.13
/proc/15599/task/15600/stat : 15600 (java) R 15573 15573 14249 0 -1 64 7360 0 1 0 108 5 0 0 25 0 9 0 2003562307 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 102887851 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15601] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15601/stat : 15601 (java) S 15573 15573 14249 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003562308 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15602] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15602/stat : 15602 (java) S 15573 15573 14249 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2003562308 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15603] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15603/stat : 15603 (java) S 15573 15573 14249 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003562308 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15604] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15604/stat : 15604 (java) S 15573 15573 14249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003562311 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15605] ppid=15573 vsize=812772 CPUtime=0.27
/proc/15599/task/15605/stat : 15605 (java) S 15573 15573 14249 0 -1 64 902 0 0 0 26 1 0 0 16 0 9 0 2003562311 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15606] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15606/stat : 15606 (java) S 15573 15573 14249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003562311 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15599/tid=15607] ppid=15573 vsize=812772 CPUtime=0
/proc/15599/task/15607/stat : 15607 (java) S 15573 15573 14249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003562311 832278528 8398 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 361.3
Current children cumulated vsize (KiB) 860336

Child status: 0
Real time (s): 364.99
CPU time (s): 361.391
CPU user time (s): 360.631
CPU system time (s): 0.759884
CPU usage (%): 99.0141
Max. virtual memory (cumulated for all children) (KiB): 860660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 360.631
system time used= 0.759884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63457
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= 13557
involuntary context switches= 20718

runsolver used 0.498924 second user time and 1.20382 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 10:12:26
IDJOB=1087793
IDBENCH=58048
IDSOLVER=351
FILE ID=node61/1087793-1215245546
PBS_JOBID= 7881892
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0b8f61cff14be8331608c679982edff3
RANDOM SEED=2145042916

node61.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.269
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.269
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:       1787496 kB
Buffers:         39232 kB
Cached:         129612 kB
SwapCached:       6188 kB
Active:         126256 kB
Inactive:        86624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787496 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            3576 kB
Writeback:           0 kB
Mapped:          50716 kB
Slab:            40996 kB
Committed_AS:  4050480 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node61 at 2008-07-05 10:18:31