Trace number 2068039

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 2.1.1? (TO) 1802.19 1808.25

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bell3b.xml
MD5SUM65eb944c41b4a2fafe7932d513515ca0
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 benchmark1.9457
Satisfiable
(Un)Satisfiability was proved
Number of variables2283
Number of constraints155
Maximum constraint arity195
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension155
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@f0eed6
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2068039-1247345806.xml
0.18/0.25	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.49	c reading variables done.
0.98/1.07	c reading predicates  done.
1.58/1.66	c reading constraints

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068039-1247345806/watcher-2068039-1247345806 -o /tmp/evaluation-result-2068039-1247345806/solver-2068039-1247345806 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068039-1247345806.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): 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.14 2.07 2.02 4/80 14580
/proc/meminfo: memFree=1115712/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=18576 CPUtime=0
/proc/14580/stat : 14580 (runsolver) R 14578 14580 13150 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 21646751 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14580/statm: 4644 284 249 26 0 2626 0

[startup+0.00889807 s]
/proc/loadavg: 2.14 2.07 2.02 4/80 14580
/proc/meminfo: memFree=1115712/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=272 CPUtime=0
/proc/14580/stat : 14580 (java6) D 14578 14580 13150 0 -1 0 53 0 0 0 0 0 0 0 21 0 1 0 21646751 278528 37 996147200 134512640 134550932 4294956176 18446744073709551615 4129572 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14580/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.103899 s]
/proc/loadavg: 2.14 2.07 2.02 4/80 14580
/proc/meminfo: memFree=1115712/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=804560 CPUtime=0.09
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 3004 0 1 0 7 2 0 0 18 0 12 0 21646751 823869440 2747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 201140 2747 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301866 s]
/proc/loadavg: 2.14 2.07 2.02 4/80 14580
/proc/meminfo: memFree=1115712/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=806652 CPUtime=0.28
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 4322 0 1 0 24 4 0 0 18 0 12 0 21646751 826011648 4059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 201663 4059 1362 9 0 198990 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806652

[startup+0.701891 s]
/proc/loadavg: 2.14 2.07 2.02 4/80 14580
/proc/meminfo: memFree=1115712/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=808152 CPUtime=0.68
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 5440 0 1 0 64 4 0 0 18 0 12 0 21646751 827547648 4967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 202038 4967 1392 9 0 199365 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808152

[startup+1.50294 s]
/proc/loadavg: 2.13 2.06 2.02 4/92 14592
/proc/meminfo: memFree=1100128/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=808152 CPUtime=1.48
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 7427 0 1 0 143 5 0 0 18 0 12 0 21646751 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 202038 6524 1402 9 0 199365 0
[pid=14580/tid=14582] ppid=14578 vsize=808152 CPUtime=0.93
/proc/14580/task/14582/stat : 14582 (java) R 14578 14580 13150 0 -1 64 5235 0 1 0 89 4 0 0 18 0 12 0 21646752 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21646753 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21646753 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14578 14580 13150 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21646755 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14586] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21646756 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21646756 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21646760 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=808152 CPUtime=0.01
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 16 0 0 0 1 0 0 0 16 0 12 0 21646760 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=808152 CPUtime=0.52
/proc/14580/task/14590/stat : 14590 (java) R 14578 14580 13150 0 -1 64 1433 0 0 0 52 0 0 0 17 0 12 0 21646760 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 105580443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=808152 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 827547648 6524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808152

[startup+3.10104 s]
/proc/loadavg: 2.13 2.06 2.02 4/92 14592
/proc/meminfo: memFree=1090592/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=810036 CPUtime=3.07
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 16493 0 1 0 297 10 0 0 18 0 12 0 21646751 829476864 13037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 202509 13038 1437 9 0 199836 0
[pid=14580/tid=14582] ppid=14578 vsize=810036 CPUtime=1.71
/proc/14580/task/14582/stat : 14582 (java) R 14578 14580 13150 0 -1 64 11189 0 1 0 164 7 0 0 17 0 12 0 21646752 829476864 13038 996147200 134512640 134550932 4294956016 18446744073709551615 4109855320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21646753 829476864 13039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21646753 829476864 13039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14578 14580 13150 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21646755 829476864 13040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14586] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21646756 829476864 13040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21646756 829476864 13041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21646760 829476864 13041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=810036 CPUtime=0.02
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 49 0 0 0 2 0 0 0 16 0 12 0 21646760 829476864 13042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=810036 CPUtime=1.31
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 4513 0 0 0 130 1 0 0 16 0 12 0 21646760 829476864 13042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 829476864 13043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=810036 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 829476864 13043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810036

[startup+6.30224 s]
/proc/loadavg: 2.13 2.06 2.02 3/92 14592
/proc/meminfo: memFree=1027808/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=818040 CPUtime=6.28
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 30344 0 1 0 611 17 0 0 18 0 12 0 21646751 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 204510 24689 1446 9 0 201837 0
[pid=14580/tid=14582] ppid=14578 vsize=818040 CPUtime=4.11
/proc/14580/task/14582/stat : 14582 (java) R 14578 14580 13150 0 -1 64 17467 0 1 0 401 10 0 0 25 0 12 0 21646752 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4109131844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=818040 CPUtime=0.06
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 1791 0 0 0 5 1 0 0 16 0 12 0 21646753 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14584] ppid=14578 vsize=818040 CPUtime=0.04
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 1544 0 0 0 4 0 0 0 16 0 12 0 21646753 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14585] ppid=14578 vsize=818040 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14578 14580 13150 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 21646755 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=818040 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=818040 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=818040 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21646760 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=818040 CPUtime=0.05
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 345 0 0 0 5 0 0 0 16 0 12 0 21646760 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=818040 CPUtime=1.96
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 8425 0 0 0 193 3 0 0 17 0 12 0 21646760 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=818040 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=818040 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 837672960 24689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 818040

[startup+12.7016 s]
/proc/loadavg: 2.11 2.06 2.01 3/92 14592
/proc/meminfo: memFree=995304/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=826712 CPUtime=12.68
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 39681 0 1 0 1247 21 0 0 18 0 12 0 21646751 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 206678 32260 1446 9 0 204005 0
[pid=14580/tid=14582] ppid=14578 vsize=826712 CPUtime=8.66
/proc/14580/task/14582/stat : 14582 (java) R 14578 14580 13150 0 -1 64 17479 0 1 0 856 10 0 0 25 0 12 0 21646752 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4109841681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=826712 CPUtime=0.19
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 4384 0 0 0 18 1 0 0 16 0 12 0 21646753 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14584] ppid=14578 vsize=826712 CPUtime=0.18
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 4267 0 0 0 17 1 0 0 16 0 12 0 21646753 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14585] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14578 14580 13150 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 21646755 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21646760 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=826712 CPUtime=0.05
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 345 0 0 0 5 0 0 0 16 0 12 0 21646760 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=826712 CPUtime=3.54
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 12422 0 0 0 348 6 0 0 25 0 12 0 21646760 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 846553088 32260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 826712

[startup+25.5024 s]
/proc/loadavg: 2.09 2.06 2.01 3/92 14592
/proc/meminfo: memFree=959272/2055920 swapFree=4192040/4192956
[pid=14580] ppid=14578 vsize=826712 CPUtime=25.48
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 48128 0 1 0 2524 24 0 0 18 0 12 0 21646751 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 206678 40671 1446 9 0 204005 0
[pid=14580/tid=14582] ppid=14578 vsize=826712 CPUtime=20.96
/proc/14580/task/14582/stat : 14582 (java) R 14578 14580 13150 0 -1 64 17502 0 1 0 2086 10 0 0 25 0 12 0 21646752 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4109841194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=826712 CPUtime=0.45
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 10189 0 0 0 42 3 0 0 16 0 12 0 21646753 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14584] ppid=14578 vsize=826712 CPUtime=0.42
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 6886 0 0 0 40 2 0 0 16 0 12 0 21646753 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14585] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14578 14580 13150 0 -1 64 44 0 0 0 0 0 0 0 15 0 12 0 21646755 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21646760 846553088 40671 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=826712 CPUtime=0.05

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

[pid=14580/tid=14582] ppid=14578 vsize=834716 CPUtime=830.66
/proc/14580/task/14582/stat : 14582 (java) S 14578 14580 13150 0 -1 64 18742 0 1 0 82993 73 0 0 17 0 12 0 21646752 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=834716 CPUtime=30.98
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 81262 0 0 0 3059 39 0 0 15 0 12 0 21646753 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14578 vsize=834716 CPUtime=30.3
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 71802 0 0 0 2997 33 0 0 16 0 12 0 21646753 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14578 vsize=834716 CPUtime=880.66
/proc/14580/task/14585/stat : 14585 (java) R 14578 14580 13150 0 -1 64 696439 0 2 0 87692 374 0 0 25 0 12 0 21646755 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21646760 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=834716 CPUtime=0.05
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 345 0 0 0 5 0 0 0 16 0 12 0 21646760 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=834716 CPUtime=3.54
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 12422 0 0 0 348 6 0 0 25 0 12 0 21646760 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 854749184 178174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.25
Current children cumulated vsize (KiB) 834716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.22 2.22 2.25 3/93 14755
/proc/meminfo: memFree=1116640/2055920 swapFree=4191900/4192956
[pid=14580] ppid=14578 vsize=826712 CPUtime=1800.05
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 895767 0 3 0 179468 537 0 0 18 0 12 0 21646751 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 206678 176173 1448 9 0 204005 0
[pid=14580/tid=14582] ppid=14578 vsize=826712 CPUtime=833.94
/proc/14580/task/14582/stat : 14582 (java) S 14578 14580 13150 0 -1 64 18750 0 1 0 83321 73 0 0 17 0 12 0 21646752 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=826712 CPUtime=30.98
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 81262 0 0 0 3059 39 0 0 15 0 12 0 21646753 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14578 vsize=826712 CPUtime=30.3
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 71802 0 0 0 2997 33 0 0 16 0 12 0 21646753 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14578 vsize=826712 CPUtime=901.18
/proc/14580/task/14585/stat : 14585 (java) R 14578 14580 13150 0 -1 64 710446 0 2 0 89736 382 0 0 25 0 12 0 21646755 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 105696587 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21646760 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=826712 CPUtime=0.05
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 345 0 0 0 5 0 0 0 16 0 12 0 21646760 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=826712 CPUtime=3.54
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 12422 0 0 0 348 6 0 0 25 0 12 0 21646760 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 846553088 176173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 826712

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14580

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

[startup+1806.22 s]
/proc/loadavg: 2.22 2.22 2.25 3/93 14755
/proc/meminfo: memFree=1116640/2055920 swapFree=4191900/4192956
[pid=14580] ppid=14578 vsize=826712 CPUtime=1800.16
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 895769 0 3 0 179479 537 0 0 16 0 12 0 21646751 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 206678 176174 1448 9 0 204005 0
[pid=14580/tid=14582] ppid=14578 vsize=826712 CPUtime=833.94
/proc/14580/task/14582/stat : 14582 (java) S 14578 14580 13150 0 -1 64 18750 0 1 0 83321 73 0 0 17 0 12 0 21646752 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=826712 CPUtime=30.98
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 81262 0 0 0 3059 39 0 0 15 0 12 0 21646753 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14578 vsize=826712 CPUtime=30.3
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 71802 0 0 0 2997 33 0 0 16 0 12 0 21646753 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14578 vsize=826712 CPUtime=901.28
/proc/14580/task/14585/stat : 14585 (java) R 14578 14580 13150 0 -1 64 710446 0 2 0 89746 382 0 0 25 0 12 0 21646755 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21646760 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=826712 CPUtime=0.05
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 345 0 0 0 5 0 0 0 16 0 12 0 21646760 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=826712 CPUtime=3.54
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 12422 0 0 0 348 6 0 0 25 0 12 0 21646760 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=826712 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 846553088 176174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 826712

[startup+1807 s]
/proc/loadavg: 2.22 2.22 2.25 3/93 14755
/proc/meminfo: memFree=1116640/2055920 swapFree=4191900/4192956
[pid=14580] ppid=14578 vsize=834716 CPUtime=1800.94
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 897770 0 3 0 179556 538 0 0 16 0 12 0 21646751 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 208679 178175 1448 9 0 206006 0
[pid=14580/tid=14582] ppid=14578 vsize=834716 CPUtime=833.94
/proc/14580/task/14582/stat : 14582 (java) S 14578 14580 13150 0 -1 64 18750 0 1 0 83321 73 0 0 17 0 12 0 21646752 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=834716 CPUtime=30.98
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 81262 0 0 0 3059 39 0 0 15 0 12 0 21646753 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14578 vsize=834716 CPUtime=30.3
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 71802 0 0 0 2997 33 0 0 16 0 12 0 21646753 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14578 vsize=834716 CPUtime=902.07
/proc/14580/task/14585/stat : 14585 (java) R 14578 14580 13150 0 -1 64 712447 0 2 0 89824 383 0 0 25 0 12 0 21646755 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=834716 CPUtime=0.05
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 345 0 0 0 5 0 0 0 16 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=834716 CPUtime=3.54
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 12422 0 0 0 348 6 0 0 25 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.94
Current children cumulated vsize (KiB) 834716

[startup+1807.8 s]
/proc/loadavg: 2.22 2.22 2.25 3/94 14756
/proc/meminfo: memFree=1108696/2055920 swapFree=4191900/4192956
[pid=14580] ppid=14578 vsize=834716 CPUtime=1801.74
/proc/14580/stat : 14580 (java) S 14578 14580 13150 0 -1 0 897770 0 3 0 179636 538 0 0 16 0 12 0 21646751 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 208679 178175 1448 9 0 206006 0
[pid=14580/tid=14582] ppid=14578 vsize=834716 CPUtime=833.94
/proc/14580/task/14582/stat : 14582 (java) S 14578 14580 13150 0 -1 64 18750 0 1 0 83321 73 0 0 17 0 12 0 21646752 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14578 vsize=834716 CPUtime=30.98
/proc/14580/task/14583/stat : 14583 (java) S 14578 14580 13150 0 -1 64 81262 0 0 0 3059 39 0 0 15 0 12 0 21646753 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14578 vsize=834716 CPUtime=30.3
/proc/14580/task/14584/stat : 14584 (java) S 14578 14580 13150 0 -1 64 71802 0 0 0 2997 33 0 0 16 0 12 0 21646753 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14578 vsize=834716 CPUtime=902.87
/proc/14580/task/14585/stat : 14585 (java) R 14578 14580 13150 0 -1 64 712447 0 2 0 89904 383 0 0 25 0 12 0 21646755 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14586/stat : 14586 (java) S 14578 14580 13150 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21646756 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14578 14580 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21646756 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14588] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14578 14580 13150 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14589] ppid=14578 vsize=834716 CPUtime=0.05
/proc/14580/task/14589/stat : 14589 (java) S 14578 14580 13150 0 -1 64 345 0 0 0 5 0 0 0 16 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14590] ppid=14578 vsize=834716 CPUtime=3.54
/proc/14580/task/14590/stat : 14590 (java) S 14578 14580 13150 0 -1 64 12422 0 0 0 348 6 0 0 25 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14591] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14591/stat : 14591 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14592] ppid=14578 vsize=834716 CPUtime=0
/proc/14580/task/14592/stat : 14592 (java) S 14578 14580 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21646760 854749184 178175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.74
Current children cumulated vsize (KiB) 834716

[startup+1808.2 s]
/proc/loadavg: 2.22 2.22 2.25 3/94 14756
/proc/meminfo: memFree=1108696/2055920 swapFree=4191900/4192956
[pid=14580] ppid=14578 vsize=0 CPUtime=1802.14
/proc/14580/stat : 14580 (java) Z 14578 14580 13150 0 -1 1036 897770 0 3 0 179669 545 0 0 16 0 2 0 21646751 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14580/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1808.25
CPU time (s): 1802.19
CPU user time (s): 1796.69
CPU system time (s): 5.49716
CPU usage (%): 99.6649
Max. virtual memory (cumulated for all children) (KiB): 834716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 5.49716
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 897770
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53105
involuntary context switches= 46707

runsolver used 2.55461 second user time and 6.16206 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-11 22:56:46
IDJOB=2068039
IDBENCH=54787
IDSOLVER=731
FILE ID=node29/2068039-1247345806
PBS_JOBID= 9506792
Free space on /tmp= 66328 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bell3b.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068039-1247345806/watcher-2068039-1247345806 -o /tmp/evaluation-result-2068039-1247345806/solver-2068039-1247345806 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068039-1247345806.xml

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

MD5SUM BENCH= 65eb944c41b4a2fafe7932d513515ca0
RANDOM SEED=926865924

node29.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.225
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.225
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:       1116192 kB
Buffers:         61976 kB
Cached:         731572 kB
SwapCached:        420 kB
Active:         159212 kB
Inactive:       712036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1116192 kB
SwapTotal:     4192956 kB
SwapFree:      4192040 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          94828 kB
Slab:            53476 kB
Committed_AS:   894456 kB
PageTables:       2028 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= 66324 MiB
End job on node29 at 2009-07-11 23:26:54