Trace number 1090522

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac MUNSAT 34.7937 35.1781

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-5.xml
MD5SUMfbc2894f3f33407a5d3ddc17dc6e70f7
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 benchmark2.49362
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
26.31/26.65	c start processing
26.31/26.65	c start relation processing
26.31/26.65	c start cnf exporting
34.54/34.91	c parsing time : 26.522
34.54/34.91	c preprocessing time : 34.787
34.54/34.93	
34.54/34.93	c Nary constraints - conflicts : 0 supports : 0
34.54/34.93	c Binary constraints - conflicts : 65390 supports :0
34.54/34.93	c max arity constraint : 2
34.54/34.93	c Max Tuples generated 25
34.54/34.93	c relations : 1
34.54/34.93	c relations BDD: 0
34.54/34.93	c sampling 0/0
34.54/34.93	c vars : 7786 - clauses :  344077
34.54/34.93	
34.54/34.99	 
34.54/34.99	c --- SAT Solver Stats ---
34.54/34.99	 
34.69/35.16	c restarts              : 2
34.69/35.17	c conflicts             : 223            (1628 /sec)
34.69/35.17	c decisions             : 914            (1.86 % random) (6673 /sec)
34.69/35.17	c propagations          : 33907          (247534 /sec)
34.69/35.17	c conflict literals     : 1856           (12.86 % deleted)
34.69/35.17	c Memory used           : 15.29 MB
34.69/35.17	c CPU time              : 0.136979 s
34.69/35.17	
34.69/35.17	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090522-1215271458/watcher-1090522-1215271458 -o /tmp/evaluation-result-1090522-1215271458/solver-1090522-1215271458 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1090522-1215271458.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 32393
/proc/meminfo: memFree=1073360/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=5268 CPUtime=0
/proc/32393/stat : 32393 (galacM.sh) R 32391 32393 31941 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 2006120451 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 231959754066 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32393/statm: 1317 186 139 79 0 121 0

[startup+0.092951 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 32393
/proc/meminfo: memFree=1073360/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101951 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 32393
/proc/meminfo: memFree=1073360/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.3019 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 32393
/proc/meminfo: memFree=1073360/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701795 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 32393
/proc/meminfo: memFree=1073360/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50258 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 32415
/proc/meminfo: memFree=1031232/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=1.44
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 13666 0 1 0 135 9 0 0 18 0 9 0 2006120455 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 12891 2586 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=1.05
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 7583 0 1 0 101 4 0 0 25 0 9 0 2006120456 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4126414834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.06
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 4493 0 0 0 4 2 0 0 16 0 9 0 2006120457 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.31
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 890 0 0 0 30 1 0 0 15 0 9 0 2006120459 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 12891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 12891 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) 860108

[startup+3.10217 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 32415
/proc/meminfo: memFree=1020224/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=3.02
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 20886 0 1 0 290 12 0 0 18 0 9 0 2006120455 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 20109 2590 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=2.63
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14587 0 1 0 255 8 0 0 25 0 9 0 2006120456 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4126990172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.07
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 4709 0 0 0 5 2 0 0 16 0 9 0 2006120457 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.31
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 890 0 0 0 30 1 0 0 16 0 9 0 2006120459 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 20109 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860108

[startup+6.30133 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 32415
/proc/meminfo: memFree=999488/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=6.19
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 21314 0 1 0 606 13 0 0 18 0 9 0 2006120455 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 20535 2590 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=5.77
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14589 0 1 0 569 8 0 0 25 0 9 0 2006120456 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 102055607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.09
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 5135 0 0 0 7 2 0 0 16 0 9 0 2006120457 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.31
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 890 0 0 0 30 1 0 0 16 0 9 0 2006120459 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 20535 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 20535 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) 860108

[startup+12.7027 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 32415
/proc/meminfo: memFree=994624/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=12.52
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 22587 0 1 0 1238 14 0 0 18 0 9 0 2006120455 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 21805 2590 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=12.04
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14592 0 1 0 1195 9 0 0 25 0 9 0 2006120456 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4126414914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.16
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 6405 0 0 0 13 3 0 0 16 0 9 0 2006120457 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.31
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 890 0 0 0 30 1 0 0 16 0 9 0 2006120459 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 21805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860108

[startup+25.5023 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 32415
/proc/meminfo: memFree=985792/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=25.22
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 23746 0 1 0 2506 16 0 0 18 0 9 0 2006120455 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 22959 2590 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=24.6
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14597 0 1 0 2450 10 0 0 25 0 9 0 2006120456 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4126970881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.27
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 7556 0 0 0 24 3 0 0 16 0 9 0 2006120457 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.31
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 893 0 0 0 30 1 0 0 16 0 9 0 2006120459 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 22959 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 860108

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

[startup+31.9067 s]
/proc/loadavg: 2.04 2.00 2.00 4/83 32415
/proc/meminfo: memFree=980224/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=31.56
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 23994 0 1 0 3137 19 0 0 18 0 9 0 2006120455 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 23197 2592 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=30.73
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14628 0 1 0 3061 12 0 0 25 0 9 0 2006120456 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4127241431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.39
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 7720 0 0 0 35 4 0 0 16 0 9 0 2006120457 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.41
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 946 0 0 0 40 1 0 0 15 0 9 0 2006120459 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 860108

[startup+33.5023 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 32415
/proc/meminfo: memFree=979264/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=33.14
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 23997 0 1 0 3294 20 0 0 18 0 9 0 2006120455 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 23197 2592 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=32.29
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14631 0 1 0 3216 13 0 0 25 0 9 0 2006120456 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4127326207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.42
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 7720 0 0 0 38 4 0 0 16 0 9 0 2006120457 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.41
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 946 0 0 0 40 1 0 0 15 0 9 0 2006120459 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 23197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.15
Current children cumulated vsize (KiB) 860108

[startup+34.3021 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 32415
/proc/meminfo: memFree=977728/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=33.93
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 24163 0 1 0 3373 20 0 0 18 0 9 0 2006120455 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 23362 2592 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=33.07
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14632 0 1 0 3294 13 0 0 25 0 9 0 2006120456 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4126381439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.43
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 7885 0 0 0 39 4 0 0 16 0 9 0 2006120457 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.41
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 946 0 0 0 40 1 0 0 15 0 9 0 2006120459 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 23362 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.94
Current children cumulated vsize (KiB) 860108

[startup+34.7029 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 32415
/proc/meminfo: memFree=977728/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=0.01
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32407] ppid=32393 vsize=812552 CPUtime=34.32
/proc/32407/stat : 32407 (java) S 32393 32393 31941 0 -1 0 24326 0 1 0 3412 20 0 0 18 0 9 0 2006120455 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32407/statm: 203138 23524 2592 9 0 197171 0
[pid=32407/tid=32408] ppid=32393 vsize=812552 CPUtime=33.45
/proc/32407/task/32408/stat : 32408 (java) R 32393 32393 31941 0 -1 64 14633 0 1 0 3332 13 0 0 25 0 9 0 2006120456 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 102064678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32409] ppid=32393 vsize=812552 CPUtime=0.43
/proc/32407/task/32409/stat : 32409 (java) S 32393 32393 31941 0 -1 64 8047 0 0 0 39 4 0 0 16 0 9 0 2006120457 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32410] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32410/stat : 32410 (java) S 32393 32393 31941 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006120457 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32411] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32411/stat : 32411 (java) S 32393 32393 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006120457 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32412] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32412/stat : 32412 (java) S 32393 32393 31941 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006120459 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32413] ppid=32393 vsize=812552 CPUtime=0.41
/proc/32407/task/32413/stat : 32413 (java) S 32393 32393 31941 0 -1 64 946 0 0 0 40 1 0 0 15 0 9 0 2006120459 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32414] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32414/stat : 32414 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006120460 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32407/tid=32415] ppid=32393 vsize=812552 CPUtime=0
/proc/32407/task/32415/stat : 32415 (java) S 32393 32393 31941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006120460 832053248 23524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.33
Current children cumulated vsize (KiB) 860108

[startup+35.1019 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 32416
/proc/meminfo: memFree=1049664/2055920 swapFree=4180124/4192956
[pid=32393] ppid=32391 vsize=47556 CPUtime=34.6
/proc/32393/stat : 32393 (galacM.sh) S 32391 32393 31941 0 -1 4194304 799 26040 0 1 0 0 3436 24 17 0 1 0 2006120451 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32393/statm: 11889 364 245 79 0 219 0
[pid=32416] ppid=32393 vsize=11480 CPUtime=0.09
/proc/32416/stat : 32416 (minisat) R 32393 32393 31941 0 -1 4194304 2704 0 0 0 7 2 0 0 19 0 1 0 2006123950 11755520 2685 996147200 134512640 135136200 4294955968 18446744073709551615 134531786 0 0 4096 3 0 0 0 17 1 0 0
/proc/32416/statm: 2870 2685 54 152 0 2715 0
Current children cumulated CPU time (s) 34.69
Current children cumulated vsize (KiB) 59036

Child status: 0
Real time (s): 35.1781
CPU time (s): 34.7937
CPU user time (s): 34.5038
CPU system time (s): 0.289955
CPU usage (%): 98.9073
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.5038
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30739
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2518
involuntary context switches= 3231

runsolver used 0.041993 second user time and 0.131979 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 17:24:19
IDJOB=1090522
IDBENCH=58450
IDSOLVER=350
FILE ID=node16/1090522-1215271458
PBS_JOBID= 7882240
Free space on /tmp= 66512 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-5.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090522-1215271458/watcher-1090522-1215271458 -o /tmp/evaluation-result-1090522-1215271458/solver-1090522-1215271458 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1090522-1215271458.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbc2894f3f33407a5d3ddc17dc6e70f7
RANDOM SEED=295395728

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1073840 kB
Buffers:         36972 kB
Cached:         209204 kB
SwapCached:       7056 kB
Active:         840556 kB
Inactive:        89500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073840 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:           11368 kB
Writeback:           0 kB
Mapped:         689820 kB
Slab:            36164 kB
Committed_AS:  4185780 kB
PageTables:       3148 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= 66508 MiB
End job on node16 at 2008-07-05 17:24:54