Trace number 2116835

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
Choco2.1.1b 2009-07-16UNSAT 54.3327 54.8674

DiagnosticValue
CHECKS0
NODES635

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-2.xml
MD5SUM1f2ebc90aacefa2bf62f5cb29b948cb3
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 benchmark25.5591
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

54.26/54.81	s UNSATISFIABLE
54.26/54.81	d AC 32
54.26/54.81	d RUNTIME 54.698
54.26/54.81	d NODES 635
54.26/54.81	d NODES/s 12
54.26/54.81	d BACKTRACKS 892
54.26/54.81	d BACKTRACKS/s 16
54.26/54.81	d CHECKS 0
54.26/54.81	d CHECKS/s 0
54.26/54.81	c UNSAT 54.698 TIME      635 NDS    2304 PARSTIME      1956 BUILDPB       3140 CONFIG        47298 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2116835-1248032459/watcher-2116835-1248032459 -o /tmp/evaluation-result-2116835-1248032459/solver-2116835-1248032459 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116835-1248032459.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.29 2.16 4/81 30760
/proc/meminfo: memFree=904624/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=18576 CPUtime=0
/proc/30760/stat : 30760 (runsolver) R 30758 30760 28824 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 90311305 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30760/statm: 4644 284 249 26 0 2626 0

[startup+0.104296 s]
/proc/loadavg: 2.19 2.29 2.16 4/81 30760
/proc/meminfo: memFree=904624/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=864104 CPUtime=0.08
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 3816 0 1 0 6 2 0 0 20 0 9 0 90311305 884842496 3279 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216026 3279 1726 9 0 210495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864104

[startup+0.202312 s]
/proc/loadavg: 2.19 2.29 2.16 4/81 30760
/proc/meminfo: memFree=904624/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=864416 CPUtime=0.18
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 4495 0 1 0 15 3 0 0 20 0 9 0 90311305 885161984 3920 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216104 3920 1855 9 0 210573 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 864416

[startup+0.302333 s]
/proc/loadavg: 2.19 2.29 2.16 4/81 30760
/proc/meminfo: memFree=904624/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=864888 CPUtime=0.28
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 4920 0 1 0 25 3 0 0 20 0 9 0 90311305 885645312 4345 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216222 4345 1858 9 0 210691 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864888

[startup+0.702409 s]
/proc/loadavg: 2.19 2.29 2.16 4/81 30760
/proc/meminfo: memFree=904624/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865020 CPUtime=0.68
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 11085 0 1 0 61 7 0 0 20 0 9 0 90311305 885780480 10507 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216255 10507 1869 9 0 210724 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865020

[startup+1.50157 s]
/proc/loadavg: 2.19 2.29 2.16 4/90 30769
/proc/meminfo: memFree=843496/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865020 CPUtime=1.47
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 23856 0 1 0 135 12 0 0 20 0 9 0 90311305 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216255 23266 1912 9 0 210724 0
[pid=30760/tid=30762] ppid=30758 vsize=865020 CPUtime=1.09
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14298 0 1 0 102 7 0 0 25 0 9 0 90311307 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4126671980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865020 CPUtime=0.16
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 8258 0 0 0 13 3 0 0 17 0 9 0 90311308 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865020 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865020 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865020 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865020 CPUtime=0.17
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 567 0 0 0 17 0 0 0 16 0 9 0 90311311 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865020 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865020 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885780480 23266 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 865020

[startup+3.10188 s]
/proc/loadavg: 2.17 2.28 2.16 3/90 30769
/proc/meminfo: memFree=808744/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=3.06
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 29253 0 1 0 291 15 0 0 20 0 9 0 90311305 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 28640 1964 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=2.41
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14549 0 1 0 233 8 0 0 25 0 9 0 90311307 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=0.37
/proc/30760/task/30763/stat : 30763 (java) R 30758 30760 28824 0 -1 64 13340 0 0 0 32 5 0 0 16 0 9 0 90311308 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.25
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 631 0 0 0 25 0 0 0 16 0 9 0 90311311 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 28640 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 865144

[startup+6.3025 s]
/proc/loadavg: 2.17 2.28 2.16 3/90 30769
/proc/meminfo: memFree=707624/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=6.23
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 53432 0 1 0 599 24 0 0 20 0 9 0 90311305 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 52799 1987 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=4.86
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14825 0 1 0 478 8 0 0 25 0 9 0 90311307 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4127241722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=0.99
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 37187 0 0 0 86 13 0 0 16 0 9 0 90311308 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.33
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 687 0 0 0 33 0 0 0 15 0 9 0 90311311 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 52799 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 865144

[startup+12.7017 s]
/proc/loadavg: 2.15 2.27 2.16 3/90 30769
/proc/meminfo: memFree=677416/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=12.57
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 59109 0 1 0 1230 27 0 0 20 0 9 0 90311305 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 58471 1989 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=10.77
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14852 0 1 0 1069 8 0 0 25 0 9 0 90311307 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4127380216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.35
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 42791 0 0 0 119 16 0 0 16 0 9 0 90311308 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.42
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 733 0 0 0 41 1 0 0 15 0 9 0 90311311 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 58471 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 865144

[startup+25.5022 s]
/proc/loadavg: 2.12 2.26 2.16 3/90 30769
/proc/meminfo: memFree=589736/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=25.24
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 81025 0 1 0 2488 36 0 0 20 0 9 0 90311305 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 80382 1989 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=23.26
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14856 0 1 0 2318 8 0 0 25 0 9 0 90311307 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4127378295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.53
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 64700 0 0 0 128 25 0 0 16 0 9 0 90311308 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.42
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 736 0 0 0 41 1 0 0 16 0 9 0 90311311 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 80382 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 865144

[startup+51.1021 s]
/proc/loadavg: 2.08 2.24 2.15 3/90 30769
/proc/meminfo: memFree=545576/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=50.59
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 92071 0 1 0 5018 41 0 0 20 0 9 0 90311305 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 91414 1991 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=48.5
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14886 0 1 0 4841 9 0 0 25 0 9 0 90311307 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4127324885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.6
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 75691 0 0 0 131 29 0 0 16 0 9 0 90311308 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.47
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 761 0 0 0 46 1 0 0 16 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 865144

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

[startup+51.2021 s]
/proc/loadavg: 2.08 2.24 2.15 3/90 30769
/proc/meminfo: memFree=545576/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=50.69
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 92071 0 1 0 5028 41 0 0 20 0 9 0 90311305 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 91414 1991 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=48.6
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14886 0 1 0 4851 9 0 0 25 0 9 0 90311307 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4127541239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.6
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 75691 0 0 0 131 29 0 0 16 0 9 0 90311308 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.47
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 761 0 0 0 46 1 0 0 16 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 91414 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 865144

[startup+52.8014 s]
/proc/loadavg: 2.07 2.24 2.15 3/90 30769
/proc/meminfo: memFree=545576/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=52.28
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 92073 0 1 0 5187 41 0 0 20 0 9 0 90311305 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 91415 1991 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=50.18
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14887 0 1 0 5009 9 0 0 25 0 9 0 90311307 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4126627947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.6
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 75691 0 0 0 131 29 0 0 17 0 9 0 90311308 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.47
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 762 0 0 0 46 1 0 0 15 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.28
Current children cumulated vsize (KiB) 865144

[startup+53.6016 s]
/proc/loadavg: 2.07 2.24 2.15 3/90 30769
/proc/meminfo: memFree=545576/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=53.07
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 92074 0 1 0 5266 41 0 0 20 0 9 0 90311305 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 91415 1991 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=50.97
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14888 0 1 0 5088 9 0 0 25 0 9 0 90311307 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4127451054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.6
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 75691 0 0 0 131 29 0 0 17 0 9 0 90311308 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.47
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 762 0 0 0 46 1 0 0 15 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 91415 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.07
Current children cumulated vsize (KiB) 865144

[startup+54.4017 s]
/proc/loadavg: 2.07 2.24 2.15 3/90 30769
/proc/meminfo: memFree=545576/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=53.86
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 92076 0 1 0 5345 41 0 0 20 0 9 0 90311305 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 91416 1991 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=51.76
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14889 0 1 0 5167 9 0 0 25 0 9 0 90311307 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4127591844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.6
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 75691 0 0 0 131 29 0 0 17 0 9 0 90311308 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.47
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 763 0 0 0 46 1 0 0 15 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.86
Current children cumulated vsize (KiB) 865144

[startup+54.8028 s]
/proc/loadavg: 2.07 2.24 2.15 3/90 30769
/proc/meminfo: memFree=545576/2055920 swapFree=4192812/4192956
[pid=30760] ppid=30758 vsize=865144 CPUtime=54.26
/proc/30760/stat : 30760 (java) S 30758 30760 28824 0 -1 0 92076 0 1 0 5385 41 0 0 20 0 9 0 90311305 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30760/statm: 216286 91416 1991 9 0 210755 0
[pid=30760/tid=30762] ppid=30758 vsize=865144 CPUtime=52.15
/proc/30760/task/30762/stat : 30762 (java) R 30758 30760 28824 0 -1 64 14889 0 1 0 5206 9 0 0 25 0 9 0 90311307 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4127593661 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30763] ppid=30758 vsize=865144 CPUtime=1.6
/proc/30760/task/30763/stat : 30763 (java) S 30758 30760 28824 0 -1 64 75691 0 0 0 131 29 0 0 17 0 9 0 90311308 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30764] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30764/stat : 30764 (java) S 30758 30760 28824 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30765] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30765/stat : 30765 (java) S 30758 30760 28824 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90311309 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30766] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30766/stat : 30766 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30767] ppid=30758 vsize=865144 CPUtime=0.47
/proc/30760/task/30767/stat : 30767 (java) S 30758 30760 28824 0 -1 64 763 0 0 0 46 1 0 0 15 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30768] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30768/stat : 30768 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30760/tid=30769] ppid=30758 vsize=865144 CPUtime=0
/proc/30760/task/30769/stat : 30769 (java) S 30758 30760 28824 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90311311 885907456 91416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 865144

Child status: 0
Real time (s): 54.8674
CPU time (s): 54.3327
CPU user time (s): 53.8628
CPU system time (s): 0.469928
CPU usage (%): 99.0255
Max. virtual memory (cumulated for all children) (KiB): 865144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.8628
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92100
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= 3920
involuntary context switches= 5086

runsolver used 0.06299 second user time and 0.19197 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-19 21:41:00
IDJOB=2116835
IDBENCH=57867
IDSOLVER=780
FILE ID=node76/2116835-1248032459
PBS_JOBID= 9528901
Free space on /tmp= 66344 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-2.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2116835-1248032459/watcher-2116835-1248032459 -o /tmp/evaluation-result-2116835-1248032459/solver-2116835-1248032459 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116835-1248032459.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1f2ebc90aacefa2bf62f5cb29b948cb3
RANDOM SEED=1381577455

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        905040 kB
Buffers:        106840 kB
Cached:         855360 kB
SwapCached:          0 kB
Active:         402176 kB
Inactive:       648016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        905040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8708 kB
Writeback:           0 kB
Mapped:         105872 kB
Slab:            85788 kB
Committed_AS:  1260356 kB
PageTables:       1996 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= 66340 MiB
End job on node76 at 2009-07-19 21:41:55