Trace number 2067302

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.22 1802.74

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-25-23.xml
MD5SUM671f2ae421ce6098ad7400acb4bfddbe
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 benchmark4.13237
Satisfiable
(Un)Satisfiability was proved
Number of variables863
Number of constraints646
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension646
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2067302-1247344176.xml
0.18/0.22	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.47	c reading variables done.
0.58/0.69	c reading predicates  done.
0.88/0.91	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-2067302-1247344176/watcher-2067302-1247344176 -o /tmp/evaluation-result-2067302-1247344176/solver-2067302-1247344176 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067302-1247344176.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.00 2.00 2.00 4/73 15454
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=1612 CPUtime=0
/proc/15454/stat : 15454 (java6) D 15452 15454 14477 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 21483370 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/15454/statm: 403 150 114 9 0 45 0

[startup+0.00907603 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15454
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=1616 CPUtime=0
/proc/15454/stat : 15454 (java) R 15452 15454 14477 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 21483370 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 9757476 0 0 4096 0 0 0 0 17 0 0 0
/proc/15454/statm: 3185 158 120 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.101085 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15454
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=804560 CPUtime=0.08
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 3055 0 1 0 6 2 0 0 18 0 12 0 21483370 823869440 2798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 201140 2799 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301107 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15454
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=805840 CPUtime=0.28
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 4384 0 1 0 24 4 0 0 18 0 12 0 21483370 825180160 4121 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 201460 4121 1363 9 0 198787 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805840

[startup+0.701156 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15454
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=807168 CPUtime=0.68
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 5591 0 1 0 63 5 0 0 18 0 12 0 21483370 826540032 5084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 201792 5084 1392 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50124 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 15466
/proc/meminfo: memFree=1854712/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=808616 CPUtime=1.48
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 10082 0 1 0 141 7 0 0 18 0 12 0 21483370 828022784 7986 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 202154 7987 1424 9 0 199481 0
[pid=15454/tid=15456] ppid=15452 vsize=808616 CPUtime=0.9
/proc/15454/task/15456/stat : 15456 (java) R 15452 15454 14477 0 -1 64 6343 0 1 0 85 5 0 0 25 0 12 0 21483371 828022784 7987 996147200 134512640 134550932 4294956016 18446744073709551615 4109623843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21483372 828022784 7988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21483372 828022784 7988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15459/stat : 15459 (java) S 15452 15454 14477 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21483374 828022784 7989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21483374 828022784 7989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21483374 828022784 7990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 828022784 7990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15463] ppid=15452 vsize=808616 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 828022784 7990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=808616 CPUtime=0.52
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 2751 0 0 0 51 1 0 0 16 0 12 0 21483379 828022784 7991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 828022784 7991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=808616 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21483379 828022784 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808616

[startup+3.10243 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15466
/proc/meminfo: memFree=1813112/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=810220 CPUtime=3.08
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 22745 0 1 0 295 13 0 0 18 0 12 0 21483370 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 202555 19969 1438 9 0 199882 0
[pid=15454/tid=15456] ppid=15452 vsize=810220 CPUtime=2.18
/proc/15454/task/15456/stat : 15456 (java) R 15452 15454 14477 0 -1 64 17378 0 1 0 208 10 0 0 25 0 12 0 21483371 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4109537839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=810220 CPUtime=0.01
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 426 0 0 0 1 0 0 0 16 0 12 0 21483372 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=810220 CPUtime=0
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 64 0 0 0 0 0 0 0 16 0 12 0 21483372 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=810220 CPUtime=0
/proc/15454/task/15459/stat : 15459 (java) S 15452 15454 14477 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 21483374 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=810220 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=810220 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=810220 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15463] ppid=15452 vsize=810220 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=810220 CPUtime=0.83
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 3873 0 0 0 81 2 0 0 16 0 12 0 21483379 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=810220 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=810220 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21483379 829665280 19969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810220

[startup+6.3028 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15466
/proc/meminfo: memFree=1783032/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=809708 CPUtime=6.28
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 26856 0 1 0 613 15 0 0 18 0 12 0 21483370 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 202427 23945 1439 9 0 199754 0
[pid=15454/tid=15456] ppid=15452 vsize=809708 CPUtime=5.18
/proc/15454/task/15456/stat : 15456 (java) R 15452 15454 14477 0 -1 64 20947 0 1 0 507 11 0 0 25 0 12 0 21483371 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4109559071 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=809708 CPUtime=0.02
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 571 0 0 0 2 0 0 0 16 0 12 0 21483372 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=809708 CPUtime=0.02
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 441 0 0 0 2 0 0 0 16 0 12 0 21483372 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=809708 CPUtime=0
/proc/15454/task/15459/stat : 15459 (java) S 15452 15454 14477 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 21483374 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=809708 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=809708 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=809708 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15463] ppid=15452 vsize=809708 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=809708 CPUtime=1
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 3882 0 0 0 98 2 0 0 16 0 12 0 21483379 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=809708 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=809708 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21483379 829140992 23945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 809708

[startup+12.7025 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 15466
/proc/meminfo: memFree=1771320/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=815820 CPUtime=12.68
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 31605 0 1 0 1251 17 0 0 18 0 12 0 21483370 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 203955 26883 1440 9 0 201282 0
[pid=15454/tid=15456] ppid=15452 vsize=815820 CPUtime=10.4
/proc/15454/task/15456/stat : 15456 (java) R 15452 15454 14477 0 -1 64 20965 0 1 0 1029 11 0 0 25 0 12 0 21483371 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4109623606 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=815820 CPUtime=0.04
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 1081 0 0 0 4 0 0 0 16 0 12 0 21483372 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=815820 CPUtime=0.04
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 1255 0 0 0 4 0 0 0 16 0 12 0 21483372 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=815820 CPUtime=0
/proc/15454/task/15459/stat : 15459 (java) S 15452 15454 14477 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 21483374 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=815820 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=815820 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=815820 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15463] ppid=15452 vsize=815820 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=815820 CPUtime=2.11
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 7289 0 0 0 208 3 0 0 17 0 12 0 21483379 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=815820 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=815820 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21483379 835399680 26883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 815820

[startup+25.502 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 15466
/proc/meminfo: memFree=1776632/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=809784 CPUtime=25.47
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 31808 0 1 0 2529 18 0 0 18 0 12 0 21483370 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 202446 25559 1443 9 0 199773 0
[pid=15454/tid=15456] ppid=15452 vsize=809784 CPUtime=22.78
/proc/15454/task/15456/stat : 15456 (java) R 15452 15454 14477 0 -1 64 21119 0 1 0 2267 11 0 0 25 0 12 0 21483371 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4109554992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=809784 CPUtime=0.05
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 1097 0 0 0 5 0 0 0 16 0 12 0 21483372 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=809784 CPUtime=0.05
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 1276 0 0 0 5 0 0 0 16 0 12 0 21483372 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=809784 CPUtime=0.01
/proc/15454/task/15459/stat : 15459 (java) S 15452 15454 14477 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 21483374 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=809784 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=809784 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=809784 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 829218816 25559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15463] ppid=15452 vsize=809784 CPUtime=0.02

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

[pid=15454/tid=15456] ppid=15452 vsize=836544 CPUtime=150.85
/proc/15454/task/15456/stat : 15456 (java) S 15452 15454 14477 0 -1 64 21719 0 1 0 15071 14 0 0 16 0 12 0 21483371 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=836544 CPUtime=8.93
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 69752 0 0 0 866 27 0 0 16 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=836544 CPUtime=7.91
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 78603 0 0 0 757 34 0 0 15 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=836544 CPUtime=1610.07
/proc/15454/task/15459/stat : 15459 (java) R 15452 15454 14477 0 -1 64 3115328 0 0 0 159263 1744 0 0 25 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 106836612 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15463] ppid=15452 vsize=836544 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=836544 CPUtime=3.93
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 14515 0 0 0 387 6 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 836544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15496
/proc/meminfo: memFree=1109880/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=836544 CPUtime=1800.08
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 3336919 0 1 0 178161 1847 0 0 18 0 12 0 21483370 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 209136 178572 1445 9 0 206463 0
[pid=15454/tid=15456] ppid=15452 vsize=836544 CPUtime=150.85
/proc/15454/task/15456/stat : 15456 (java) S 15452 15454 14477 0 -1 64 21723 0 1 0 15071 14 0 0 16 0 12 0 21483371 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=836544 CPUtime=8.93
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 69752 0 0 0 866 27 0 0 16 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=836544 CPUtime=7.91
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 78603 0 0 0 757 34 0 0 15 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=836544 CPUtime=1628.36
/proc/15454/task/15459/stat : 15459 (java) R 15452 15454 14477 0 -1 64 3151340 0 0 0 161073 1763 0 0 25 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15463] ppid=15452 vsize=836544 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=836544 CPUtime=3.93
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 14515 0 0 0 387 6 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 836544

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15454

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15496
/proc/meminfo: memFree=1109880/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=836544 CPUtime=1800.87
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 3336920 0 1 0 178240 1847 0 0 16 0 12 0 21483370 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15454/statm: 209136 178572 1445 9 0 206463 0
[pid=15454/tid=15456] ppid=15452 vsize=836544 CPUtime=150.85
/proc/15454/task/15456/stat : 15456 (java) S 15452 15454 14477 0 -1 64 21723 0 1 0 15071 14 0 0 16 0 12 0 21483371 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=836544 CPUtime=8.93
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 69752 0 0 0 866 27 0 0 16 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=836544 CPUtime=7.91
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 78603 0 0 0 757 34 0 0 15 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=836544 CPUtime=1629.15
/proc/15454/task/15459/stat : 15459 (java) R 15452 15454 14477 0 -1 64 3151340 0 0 0 161152 1763 0 0 25 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15454/tid=15463] ppid=15452 vsize=836544 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=836544 CPUtime=3.93
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 14515 0 0 0 387 6 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (KiB) 836544

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15497
/proc/meminfo: memFree=1109872/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=836544 CPUtime=1801.67
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 3336920 0 1 0 178320 1847 0 0 16 0 12 0 21483370 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15454/statm: 209136 178572 1445 9 0 206463 0
[pid=15454/tid=15456] ppid=15452 vsize=836544 CPUtime=150.85
/proc/15454/task/15456/stat : 15456 (java) S 15452 15454 14477 0 -1 64 21723 0 1 0 15071 14 0 0 16 0 12 0 21483371 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=836544 CPUtime=8.93
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 69752 0 0 0 866 27 0 0 16 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=836544 CPUtime=7.91
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 78603 0 0 0 757 34 0 0 15 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=836544 CPUtime=1629.95
/proc/15454/task/15459/stat : 15459 (java) R 15452 15454 14477 0 -1 64 3151340 0 0 0 161232 1763 0 0 25 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15454/tid=15463] ppid=15452 vsize=836544 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=836544 CPUtime=3.93
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 14515 0 0 0 387 6 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.67
Current children cumulated vsize (KiB) 836544

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15497
/proc/meminfo: memFree=1109872/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=836544 CPUtime=1802.07
/proc/15454/stat : 15454 (java) S 15452 15454 14477 0 -1 0 3336920 0 1 0 178360 1847 0 0 16 0 12 0 21483370 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15454/statm: 209136 178572 1445 9 0 206463 0
[pid=15454/tid=15456] ppid=15452 vsize=836544 CPUtime=150.85
/proc/15454/task/15456/stat : 15456 (java) S 15452 15454 14477 0 -1 64 21723 0 1 0 15071 14 0 0 16 0 12 0 21483371 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15457] ppid=15452 vsize=836544 CPUtime=8.93
/proc/15454/task/15457/stat : 15457 (java) S 15452 15454 14477 0 -1 64 69752 0 0 0 866 27 0 0 16 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15458] ppid=15452 vsize=836544 CPUtime=7.91
/proc/15454/task/15458/stat : 15458 (java) S 15452 15454 14477 0 -1 64 78603 0 0 0 757 34 0 0 15 0 12 0 21483372 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15459] ppid=15452 vsize=836544 CPUtime=1630.35
/proc/15454/task/15459/stat : 15459 (java) R 15452 15454 14477 0 -1 64 3151340 0 0 0 161272 1763 0 0 25 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15460] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15460/stat : 15460 (java) S 15452 15454 14477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15461] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15461/stat : 15461 (java) S 15452 15454 14477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21483374 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15462] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15462/stat : 15462 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15454/tid=15463] ppid=15452 vsize=836544 CPUtime=0.02
/proc/15454/task/15463/stat : 15463 (java) S 15452 15454 14477 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15464] ppid=15452 vsize=836544 CPUtime=3.93
/proc/15454/task/15464/stat : 15464 (java) S 15452 15454 14477 0 -1 64 14515 0 0 0 387 6 0 0 16 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15465] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15465/stat : 15465 (java) S 15452 15454 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15454/tid=15466] ppid=15452 vsize=836544 CPUtime=0
/proc/15454/task/15466/stat : 15466 (java) S 15452 15454 14477 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21483379 856621056 178572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 836544

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 15497
/proc/meminfo: memFree=1109872/2055920 swapFree=4192812/4192956
[pid=15454] ppid=15452 vsize=0 CPUtime=1802.17
/proc/15454/stat : 15454 (java) Z 15452 15454 14477 0 -1 1036 3336920 0 1 0 178362 1855 0 0 16 0 2 0 21483370 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15454/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.74
CPU time (s): 1802.22
CPU user time (s): 1783.63
CPU system time (s): 18.5892
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 868548

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

runsolver used 2.6616 second user time and 6.48401 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-11 22:29:36
IDJOB=2067302
IDBENCH=54637
IDSOLVER=731
FILE ID=node74/2067302-1247344176
PBS_JOBID= 9506773
Free space on /tmp= 103084 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-25-23.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067302-1247344176/watcher-2067302-1247344176 -o /tmp/evaluation-result-2067302-1247344176/solver-2067302-1247344176 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067302-1247344176.xml

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

MD5SUM BENCH= 671f2ae421ce6098ad7400acb4bfddbe
RANDOM SEED=337208345

node74.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.234
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.234
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:       1874552 kB
Buffers:         23156 kB
Cached:          92172 kB
SwapCached:          0 kB
Active:          96512 kB
Inactive:        39260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          31944 kB
Slab:            30944 kB
Committed_AS:   164968 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103080 MiB
End job on node74 at 2009-07-11 22:59:39