Trace number 1057315

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
SAT4J CSP 2008-06-13? (MO) 64.0843 65.3254

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-2-7.xml
MD5SUMf31fe02afe517b20e843c92c91181f95
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.77	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.77	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.77	c See www.sat4j.org for details.
0.26/0.77	c That software uses the Rhino library from the Mozilla project.
0.33/0.81	c version 9.9.9.token
0.33/0.81	c sun.arch.data.model	32
0.33/0.81	c java.version	1.6.0_06
0.33/0.81	c os.name	Linux
0.33/0.81	c os.version	2.6.9-22.EL.rootsmp
0.33/0.81	c os.arch	i386
0.33/0.81	c Free memory 669864272
0.33/0.81	c Max memory 672137216
0.33/0.81	c Total memory 672137216
0.33/0.81	c Number of processors 2
0.33/0.86	c c --- Begin Solver configuration ---
0.33/0.86	c Stops conflict analysis at the first Unique Implication Point
0.33/0.86	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.86	c Learn all clauses as in MiniSAT
0.33/0.86	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.86	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.86	c Expensive reason simplification
0.33/0.86	c MiniSAT restarts strategy
0.33/0.86	c timeout=2147483s
0.33/0.86	c DB Simplification allowed=false
0.33/0.86	c --- End Solver configuration ---
0.33/0.86	c solving HOME/instance-1057315-1215110070.xml
0.33/0.86	c reading problem ... 
0.61/1.36	c reading problem named null
0.61/1.38	c reading domains done.
0.61/1.39	c reading variables done.
0.76/1.58	c reading predicates  done.
1.09/1.86	c reading constraints

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057315-1215110070/watcher-1057315-1215110070 -o /tmp/evaluation-result-1057315-1215110070/solver-1057315-1215110070 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057315-1215110070.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.84 2.94 2.90 5/90 19820
/proc/meminfo: memFree=106824/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=308 CPUtime=0
/proc/19820/stat : 19820 (java) R 19818 19820 19438 0 -1 0 225 0 0 0 0 0 0 0 18 0 1 0 633932817 315392 39 996147200 134512640 134550740 4294956032 18446744073709551615 4043556 0 0 4096 0 0 0 0 17 1 0 0
/proc/19820/statm: 77 39 29 9 0 6 0

[startup+0.093971 s]
/proc/loadavg: 2.84 2.94 2.90 5/90 19820
/proc/meminfo: memFree=106824/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=800592 CPUtime=0.03
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 2153 0 30 0 0 3 0 0 18 0 4 0 633932817 819806208 1920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 200148 1920 807 9 0 197531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800592

[startup+0.102955 s]
/proc/loadavg: 2.84 2.94 2.90 5/90 19820
/proc/meminfo: memFree=106824/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=800592 CPUtime=0.03
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 2153 0 30 0 0 3 0 0 18 0 4 0 633932817 819806208 1920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 200148 1920 807 9 0 197531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800592

[startup+0.301983 s]
/proc/loadavg: 2.84 2.94 2.90 5/90 19820
/proc/meminfo: memFree=106824/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=802228 CPUtime=0.07
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 2740 0 30 0 4 3 0 0 18 0 7 0 633932817 821481472 2504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 200557 2504 1005 9 0 197940 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802228

[startup+0.701038 s]
/proc/loadavg: 2.84 2.94 2.90 5/90 19820
/proc/meminfo: memFree=106824/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=807760 CPUtime=0.26
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 4613 0 30 0 21 5 0 0 18 0 12 0 633932817 827146240 3971 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 201940 3971 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 807760

[startup+1.50114 s]
/proc/loadavg: 2.84 2.94 2.90 5/102 19832
/proc/meminfo: memFree=84136/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=807964 CPUtime=0.76
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 6596 0 30 0 69 7 0 0 18 0 12 0 633932817 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 201991 5699 1335 9 0 199353 0
[pid=19820/tid=19822] ppid=19818 vsize=807964 CPUtime=0.43
/proc/19820/task/19822/stat : 19822 (java) R 19818 19820 19438 0 -1 64 4094 0 1 0 40 3 0 0 16 0 12 0 633932824 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 103579109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19823] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 633932825 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19824] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 633932825 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19825] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19825/stat : 19825 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 633932833 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19826] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 633932834 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 633932834 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 633932850 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=807964 CPUtime=0.09
/proc/19820/task/19829/stat : 19829 (java) R 19818 19820 19438 0 -1 64 417 0 0 0 9 0 0 0 16 0 12 0 633932850 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19830] ppid=19818 vsize=807964 CPUtime=0.18
/proc/19820/task/19830/stat : 19830 (java) R 19818 19820 19438 0 -1 64 1349 0 0 0 18 0 0 0 16 0 12 0 633932858 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 103942843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19831] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=807964 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 827355136 5699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 807964

[startup+3.10134 s]
/proc/loadavg: 2.84 2.94 2.90 4/102 19832
/proc/meminfo: memFree=75240/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=817336 CPUtime=2.4
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 19327 0 30 0 228 12 0 0 18 0 12 0 633932817 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 204334 14615 1372 9 0 201696 0
[pid=19820/tid=19822] ppid=19818 vsize=817336 CPUtime=1.17
/proc/19820/task/19822/stat : 19822 (java) R 19818 19820 19438 0 -1 64 10796 0 1 0 111 6 0 0 21 0 12 0 633932824 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4109690485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19823] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 633932825 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19824] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 633932825 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19825] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19825/stat : 19825 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 633932833 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19826] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 633932834 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 633932834 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 633932850 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=817336 CPUtime=0.35
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 922 0 0 0 35 0 0 0 16 0 12 0 633932850 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19830] ppid=19818 vsize=817336 CPUtime=0.84
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6873 0 0 0 81 3 0 0 17 0 12 0 633932858 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19831] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=817336 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 836952064 14615 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 817336

[startup+6.30274 s]
/proc/loadavg: 2.85 2.94 2.90 6/102 19832
/proc/meminfo: memFree=16616/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=821488 CPUtime=5.41
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 44953 0 30 0 519 22 0 0 18 0 12 0 633932817 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 205372 38822 1377 9 0 202734 0
[pid=19820/tid=19822] ppid=19818 vsize=821488 CPUtime=3.02
/proc/19820/task/19822/stat : 19822 (java) R 19818 19820 19438 0 -1 64 17279 0 1 0 293 9 0 0 25 0 12 0 633932824 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19823] ppid=19818 vsize=821488 CPUtime=0.57
/proc/19820/task/19823/stat : 19823 (java) R 19818 19820 19438 0 -1 64 9752 0 0 0 54 3 0 0 17 0 12 0 633932825 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 106158032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19824] ppid=19818 vsize=821488 CPUtime=0.56
/proc/19820/task/19824/stat : 19824 (java) R 19818 19820 19438 0 -1 64 9362 0 0 0 53 3 0 0 17 0 12 0 633932825 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19825] ppid=19818 vsize=821488 CPUtime=0
/proc/19820/task/19825/stat : 19825 (java) S 19818 19820 19438 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633932833 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19826] ppid=19818 vsize=821488 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 633932834 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=821488 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633932834 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=821488 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 633932850 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=821488 CPUtime=0.35
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 922 0 0 0 35 0 0 0 16 0 12 0 633932850 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19830] ppid=19818 vsize=821488 CPUtime=0.84
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6873 0 0 0 81 3 0 0 17 0 12 0 633932858 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19831] ppid=19818 vsize=821488 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=821488 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 841203712 38822 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 821488

[startup+12.7062 s]
/proc/loadavg: 3.03 2.97 2.91 4/102 19832
/proc/meminfo: memFree=16232/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=826608 CPUtime=11.74
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 53275 0 30 0 1149 25 0 0 18 0 12 0 633932817 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 206652 45857 1382 9 0 204014 0
[pid=19820/tid=19822] ppid=19818 vsize=826608 CPUtime=8.34
/proc/19820/task/19822/stat : 19822 (java) R 19818 19820 19438 0 -1 64 17290 0 1 0 825 9 0 0 25 0 12 0 633932824 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4109646169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19823] ppid=19818 vsize=826608 CPUtime=0.99
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 14497 0 0 0 94 5 0 0 17 0 12 0 633932825 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19824] ppid=19818 vsize=826608 CPUtime=0.92
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 12882 0 0 0 88 4 0 0 17 0 12 0 633932825 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19825] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19825/stat : 19825 (java) S 19818 19820 19438 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633932833 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19826] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 633932834 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633932834 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 633932850 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=826608 CPUtime=0.44
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 932 0 0 0 44 0 0 0 16 0 12 0 633932850 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19830] ppid=19818 vsize=826608 CPUtime=0.99
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6909 0 0 0 96 3 0 0 16 0 12 0 633932858 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19831] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 846446592 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 826608

[startup+25.5021 s]
/proc/loadavg: 3.38 3.06 2.94 6/102 19832
/proc/meminfo: memFree=15784/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=826608 CPUtime=24.28
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 109597 0 30 0 2381 47 0 0 18 0 12 0 633932817 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 206652 101813 1387 9 0 204014 0
[pid=19820/tid=19822] ppid=19818 vsize=826608 CPUtime=15.89
/proc/19820/task/19822/stat : 19822 (java) R 19818 19820 19438 0 -1 64 23468 0 1 0 1577 12 0 0 25 0 12 0 633932824 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4109656357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19823] ppid=19818 vsize=826608 CPUtime=3.4
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 40256 0 0 0 326 14 0 0 17 0 12 0 633932825 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19824] ppid=19818 vsize=826608 CPUtime=3.34
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 37257 0 0 0 322 12 0 0 16 0 12 0 633932825 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19825] ppid=19818 vsize=826608 CPUtime=0.01
/proc/19820/task/19825/stat : 19825 (java) S 19818 19820 19438 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 633932833 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19826] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 633932834 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633932834 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=826608 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 633932850 846446592 101813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+63.2019 s]
/proc/loadavg: 3.45 3.11 2.96 4/102 19832
/proc/meminfo: memFree=20712/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=922616 CPUtime=61.97
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 201149 0 30 0 6116 81 0 0 18 0 12 0 633932817 944758784 186235 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 230654 186241 1390 9 0 228016 0
[pid=19820/tid=19822] ppid=19818 vsize=922616 CPUtime=29.43
/proc/19820/task/19822/stat : 19822 (java) S 19818 19820 19438 0 -1 64 35795 0 1 0 2925 18 0 0 18 0 12 0 633932824 944758784 186255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19823] ppid=19818 vsize=922616 CPUtime=7.88
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 78244 0 0 0 760 28 0 0 16 0 12 0 633932825 944758784 186262 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19824] ppid=19818 vsize=922616 CPUtime=7.98
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 55210 0 0 0 779 19 0 0 16 0 12 0 633932825 944758784 186270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19825] ppid=19818 vsize=922616 CPUtime=15.05
/proc/19820/task/19825/stat : 19825 (java) R 19818 19820 19438 0 -1 64 23356 0 0 0 1497 8 0 0 25 0 12 0 633932833 944758784 186277 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19826] ppid=19818 vsize=922616 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 633932834 944758784 186283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=922616 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633932834 944758784 186290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=922616 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 633932850 944758784 186297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=922616 CPUtime=0.5
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 935 0 0 0 50 0 0 0 16 0 12 0 633932850 944758784 186303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19830] ppid=19818 vsize=922616 CPUtime=1.05
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6916 0 0 0 102 3 0 0 16 0 12 0 633932858 944758784 186310 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19831] ppid=19818 vsize=922616 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 944758784 186318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=922616 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 944758784 186326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.97
Current children cumulated vsize (KiB) 922616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

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

[startup+63.807 s]
/proc/loadavg: 3.45 3.11 2.96 4/103 19833
/proc/meminfo: memFree=47328/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=890612 CPUtime=62.56
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 213602 0 30 0 6170 86 0 0 16 0 12 0 633932817 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 222653 190686 1390 9 0 220015 0
[pid=19820/tid=19822] ppid=19818 vsize=890612 CPUtime=29.43
/proc/19820/task/19822/stat : 19822 (java) S 19818 19820 19438 0 -1 64 35795 0 1 0 2925 18 0 0 18 0 12 0 633932824 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19823] ppid=19818 vsize=890612 CPUtime=7.88
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 78244 0 0 0 760 28 0 0 16 0 12 0 633932825 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19824] ppid=19818 vsize=890612 CPUtime=7.98
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 55210 0 0 0 779 19 0 0 16 0 12 0 633932825 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19825] ppid=19818 vsize=890612 CPUtime=15.63
/proc/19820/task/19825/stat : 19825 (java) R 19818 19820 19438 0 -1 64 35765 0 0 0 1550 13 0 0 25 0 12 0 633932833 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 106122569 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19826] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 633932834 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633932834 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 633932850 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=890612 CPUtime=0.5
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 935 0 0 0 50 0 0 0 16 0 12 0 633932850 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19830] ppid=19818 vsize=890612 CPUtime=1.05
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6916 0 0 0 102 3 0 0 16 0 12 0 633932858 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19831] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.56
Current children cumulated vsize (KiB) 890612

[startup+64.6021 s]
/proc/loadavg: 3.45 3.11 2.96 4/103 19833
/proc/meminfo: memFree=47328/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=890612 CPUtime=63.35
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 213602 0 30 0 6249 86 0 0 16 0 12 0 633932817 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 222653 190686 1390 9 0 220015 0
[pid=19820/tid=19822] ppid=19818 vsize=890612 CPUtime=29.43
/proc/19820/task/19822/stat : 19822 (java) S 19818 19820 19438 0 -1 64 35795 0 1 0 2925 18 0 0 18 0 12 0 633932824 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19823] ppid=19818 vsize=890612 CPUtime=7.88
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 78244 0 0 0 760 28 0 0 16 0 12 0 633932825 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19824] ppid=19818 vsize=890612 CPUtime=7.98
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 55210 0 0 0 779 19 0 0 16 0 12 0 633932825 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19825] ppid=19818 vsize=890612 CPUtime=16.43
/proc/19820/task/19825/stat : 19825 (java) R 19818 19820 19438 0 -1 64 35765 0 0 0 1630 13 0 0 25 0 12 0 633932833 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 104136387 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19826] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 633932834 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633932834 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 633932850 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=890612 CPUtime=0.5
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 935 0 0 0 50 0 0 0 16 0 12 0 633932850 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19830] ppid=19818 vsize=890612 CPUtime=1.05
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6916 0 0 0 102 3 0 0 16 0 12 0 633932858 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19831] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.35
Current children cumulated vsize (KiB) 890612

[startup+65.0021 s]
/proc/loadavg: 3.41 3.11 2.96 4/103 19833
/proc/meminfo: memFree=47328/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=890612 CPUtime=63.75
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 213602 0 30 0 6289 86 0 0 16 0 12 0 633932817 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 222653 190686 1390 9 0 220015 0
[pid=19820/tid=19822] ppid=19818 vsize=890612 CPUtime=29.43
/proc/19820/task/19822/stat : 19822 (java) S 19818 19820 19438 0 -1 64 35795 0 1 0 2925 18 0 0 18 0 12 0 633932824 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19823] ppid=19818 vsize=890612 CPUtime=7.88
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 78244 0 0 0 760 28 0 0 16 0 12 0 633932825 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19824] ppid=19818 vsize=890612 CPUtime=7.98
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 55210 0 0 0 779 19 0 0 16 0 12 0 633932825 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19825] ppid=19818 vsize=890612 CPUtime=16.83
/proc/19820/task/19825/stat : 19825 (java) R 19818 19820 19438 0 -1 64 35765 0 0 0 1670 13 0 0 25 0 12 0 633932833 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19826] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 633932834 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633932834 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 633932850 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19829] ppid=19818 vsize=890612 CPUtime=0.5
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 935 0 0 0 50 0 0 0 16 0 12 0 633932850 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19830] ppid=19818 vsize=890612 CPUtime=1.05
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6916 0 0 0 102 3 0 0 16 0 12 0 633932858 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19831] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633932868 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=890612 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633932868 911986688 190686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.75
Current children cumulated vsize (KiB) 890612

[startup+65.2021 s]
/proc/loadavg: 3.41 3.11 2.96 4/103 19833
/proc/meminfo: memFree=47328/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=826932 CPUtime=63.95
/proc/19820/stat : 19820 (java) S 19818 19820 19438 0 -1 0 214988 0 30 0 6308 87 0 0 16 0 13 0 633932817 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 206733 176071 1390 9 0 204095 0
[pid=19820/tid=19822] ppid=19818 vsize=826932 CPUtime=29.53
/proc/19820/task/19822/stat : 19822 (java) R 19818 19820 19438 0 -1 64 35795 0 1 0 2935 18 0 0 17 0 13 0 633932824 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4109672884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19823] ppid=19818 vsize=826932 CPUtime=7.88
/proc/19820/task/19823/stat : 19823 (java) S 19818 19820 19438 0 -1 64 78244 0 0 0 760 28 0 0 16 0 13 0 633932825 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19824] ppid=19818 vsize=826932 CPUtime=7.98
/proc/19820/task/19824/stat : 19824 (java) S 19818 19820 19438 0 -1 64 55210 0 0 0 779 19 0 0 16 0 13 0 633932825 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19825] ppid=19818 vsize=826932 CPUtime=16.94
/proc/19820/task/19825/stat : 19825 (java) R 19818 19820 19438 0 -1 64 37147 0 0 0 1679 15 0 0 25 0 13 0 633932833 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19826] ppid=19818 vsize=826932 CPUtime=0
/proc/19820/task/19826/stat : 19826 (java) S 19818 19820 19438 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 633932834 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19827] ppid=19818 vsize=826932 CPUtime=0
/proc/19820/task/19827/stat : 19827 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 633932834 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19828] ppid=19818 vsize=826932 CPUtime=0
/proc/19820/task/19828/stat : 19828 (java) S 19818 19820 19438 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 633932850 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19829] ppid=19818 vsize=826932 CPUtime=0.5
/proc/19820/task/19829/stat : 19829 (java) S 19818 19820 19438 0 -1 64 935 0 0 0 50 0 0 0 16 0 13 0 633932850 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19830] ppid=19818 vsize=826932 CPUtime=1.05
/proc/19820/task/19830/stat : 19830 (java) S 19818 19820 19438 0 -1 64 6916 0 0 0 102 3 0 0 16 0 13 0 633932858 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19820/tid=19831] ppid=19818 vsize=826932 CPUtime=0
/proc/19820/task/19831/stat : 19831 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 633932868 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19820/tid=19832] ppid=19818 vsize=826932 CPUtime=0
/proc/19820/task/19832/stat : 19832 (java) S 19818 19820 19438 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 633932868 846778368 176071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.95
Current children cumulated vsize (KiB) 826932

[startup+65.3025 s]
/proc/loadavg: 3.41 3.11 2.96 4/103 19833
/proc/meminfo: memFree=47328/2055920 swapFree=3920988/4192956
[pid=19820] ppid=19818 vsize=0 CPUtime=64.05
/proc/19820/stat : 19820 (java) Z 19818 19820 19438 0 -1 1036 214988 0 30 0 6310 95 0 0 16 0 2 0 633932817 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19820/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 64.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 65.3254
CPU time (s): 64.0843
CPU user time (s): 63.1044
CPU system time (s): 0.979851
CPU usage (%): 98.1001
Max. virtual memory (cumulated for all children) (KiB): 922616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.1044
system time used= 0.979851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214988
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3224
involuntary context switches= 4001

runsolver used 0.096985 second user time and 0.235964 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-03 20:34:30
IDJOB=1057315
IDBENCH=54025
IDSOLVER=344
FILE ID=node92/1057315-1215110070
PBS_JOBID= 7877024
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-20-2-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057315-1215110070/watcher-1057315-1215110070 -o /tmp/evaluation-result-1057315-1215110070/solver-1057315-1215110070 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057315-1215110070.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f31fe02afe517b20e843c92c91181f95
RANDOM SEED=625780191

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        107304 kB
Buffers:          6652 kB
Cached:        1811484 kB
SwapCached:       7120 kB
Active:         150084 kB
Inactive:      1756452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        107304 kB
SwapTotal:     4192956 kB
SwapFree:      3920988 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         104880 kB
Slab:            25840 kB
Committed_AS:  2156868 kB
PageTables:       3116 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= 66556 MiB
End job on node92 at 2008-07-03 20:35:35