Trace number 2068798

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.13 1804.63

General information on the benchmark

Namecsp/tdsp/
normalized-C2-3-16.xml
MD5SUMcb0ea34ab866c40b350376982b2292f6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints350
Maximum constraint arity6
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
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.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	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-2068798-1247348290.xml
0.18/0.22	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.47	c reading variables done.
0.48/0.53	c reading predicates  done.
0.68/0.73	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-2068798-1247348290/watcher-2068798-1247348290 -o /tmp/evaluation-result-2068798-1247348290/solver-2068798-1247348290 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068798-1247348290.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.01 4/75 16778
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=18576 CPUtime=0
/proc/16778/stat : 16778 (runsolver) R 16776 16778 16673 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21893449 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16778/statm: 4644 284 249 26 0 2626 0

[startup+0.0909729 s]
/proc/loadavg: 2.00 2.00 2.01 4/75 16778
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=802164 CPUtime=0.07
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 2898 0 1 0 5 2 0 0 20 0 7 0 21893449 821415936 2643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 200541 2643 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101975 s]
/proc/loadavg: 2.00 2.00 2.01 4/75 16778
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=804560 CPUtime=0.08
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 3019 0 1 0 6 2 0 0 20 0 12 0 21893449 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 201140 2762 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301998 s]
/proc/loadavg: 2.00 2.00 2.01 4/75 16778
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=805840 CPUtime=0.28
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 4378 0 1 0 25 3 0 0 20 0 12 0 21893449 825180160 4115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 201460 4115 1361 9 0 198787 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805840

[startup+0.701047 s]
/proc/loadavg: 2.00 2.00 2.01 4/75 16778
/proc/meminfo: memFree=1874072/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=807288 CPUtime=0.68
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 6388 0 1 0 63 5 0 0 20 0 12 0 21893449 826662912 5769 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 201822 5769 1387 9 0 199149 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807288

[startup+1.50214 s]
/proc/loadavg: 2.00 2.00 2.01 4/87 16790
/proc/meminfo: memFree=1852984/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=811440 CPUtime=1.48
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 9857 0 1 0 141 7 0 0 20 0 12 0 21893449 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 202860 7328 1411 9 0 200187 0
[pid=16778/tid=16780] ppid=16776 vsize=811440 CPUtime=0.74
/proc/16778/task/16780/stat : 16780 (java) R 16776 16778 16673 0 -1 64 4982 0 1 0 69 5 0 0 25 0 12 0 21893450 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 21893451 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21893451 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21893453 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 21893453 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21893453 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21893458 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=811440 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=811440 CPUtime=0.69
/proc/16778/task/16788/stat : 16788 (java) R 16776 16778 16673 0 -1 64 3890 0 0 0 68 1 0 0 17 0 12 0 21893458 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 103443273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 830914560 7328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=811440 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21893458 830914560 7328 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) 811440

[startup+3.10232 s]
/proc/loadavg: 2.00 2.00 2.01 4/87 16790
/proc/meminfo: memFree=1842552/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=812856 CPUtime=3.07
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 24370 0 1 0 295 12 0 0 20 0 12 0 21893449 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 203214 20582 1432 9 0 200541 0
[pid=16778/tid=16780] ppid=16776 vsize=812856 CPUtime=1.72
/proc/16778/task/16780/stat : 16780 (java) R 16776 16778 16673 0 -1 64 17382 0 1 0 163 9 0 0 25 0 12 0 21893450 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4109808677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 237 0 0 0 0 0 0 0 17 0 12 0 21893451 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 189 0 0 0 0 0 0 0 17 0 12 0 21893451 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 16673 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21893453 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21893458 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=812856 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=812856 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5564 0 0 0 126 2 0 0 16 0 12 0 21893458 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=812856 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21893458 832364544 20582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 812856

[startup+6.30171 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 16790
/proc/meminfo: memFree=1786168/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=812280 CPUtime=6.26
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 28548 0 1 0 612 14 0 0 20 0 12 0 21893449 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 203070 24609 1432 9 0 200397 0
[pid=16778/tid=16780] ppid=16776 vsize=812280 CPUtime=4.66
/proc/16778/task/16780/stat : 16780 (java) R 16776 16778 16673 0 -1 64 17389 0 1 0 457 9 0 0 25 0 12 0 21893450 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=812280 CPUtime=0.11
/proc/16778/task/16781/stat : 16781 (java) R 16776 16778 16673 0 -1 64 2160 0 0 0 11 0 0 0 16 0 12 0 21893451 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=812280 CPUtime=0.12
/proc/16778/task/16782/stat : 16782 (java) R 16776 16778 16673 0 -1 64 2409 0 0 0 12 0 0 0 16 0 12 0 21893451 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 106195420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 16673 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21893458 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=812280 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=812280 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5564 0 0 0 126 2 0 0 16 0 12 0 21893458 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21893458 831774720 24609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 812280

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 16790
/proc/meminfo: memFree=1756216/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=812280 CPUtime=12.62
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 34920 0 1 0 1246 16 0 0 20 0 12 0 21893449 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 203070 30970 1432 9 0 200397 0
[pid=16778/tid=16780] ppid=16776 vsize=812280 CPUtime=10.64
/proc/16778/task/16780/stat : 16780 (java) R 16776 16778 16673 0 -1 64 17400 0 1 0 1054 10 0 0 25 0 12 0 21893450 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4109810710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=812280 CPUtime=0.31
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 5921 0 0 0 29 2 0 0 16 0 12 0 21893451 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=812280 CPUtime=0.32
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 5009 0 0 0 31 1 0 0 16 0 12 0 21893451 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 16673 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21893458 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=812280 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=812280 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5564 0 0 0 126 2 0 0 16 0 12 0 21893458 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21893458 831774720 30970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 812280

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 16790
/proc/meminfo: memFree=1726008/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=812280 CPUtime=25.36
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 42430 0 1 0 2517 19 0 0 20 0 12 0 21893449 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 203070 38449 1432 9 0 200397 0
[pid=16778/tid=16780] ppid=16776 vsize=812280 CPUtime=22.75
/proc/16778/task/16780/stat : 16780 (java) R 16776 16778 16673 0 -1 64 17430 0 1 0 2265 10 0 0 25 0 12 0 21893450 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4109714120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16781] ppid=16776 vsize=812280 CPUtime=0.64
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 9563 0 0 0 61 3 0 0 16 0 12 0 21893451 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16782] ppid=16776 vsize=812280 CPUtime=0.61
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 8847 0 0 0 59 2 0 0 16 0 12 0 21893451 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16783] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 16673 0 -1 64 41 0 0 0 0 0 0 0 15 0 12 0 21893453 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16784] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=812280 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21893458 831774720 38449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=812280 CPUtime=0.03

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

[pid=16778/tid=16780] ppid=16776 vsize=817308 CPUtime=333.68
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 16673 0 -1 64 18332 0 1 0 33355 13 0 0 16 0 12 0 21893450 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16781] ppid=16776 vsize=817308 CPUtime=24.19
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 75998 0 0 0 2391 28 0 0 15 0 12 0 21893451 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=817308 CPUtime=24.34
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 76793 0 0 0 2404 30 0 0 16 0 12 0 21893451 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=817308 CPUtime=1396.34
/proc/16778/task/16783/stat : 16783 (java) R 16776 16778 16673 0 -1 64 812427 0 0 0 139244 390 0 0 25 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16784] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=817308 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=817308 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5566 0 0 0 126 2 0 0 16 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16789] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.93
Current children cumulated vsize (KiB) 817308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/95 17511
/proc/meminfo: memFree=1013080/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=817308 CPUtime=1800.02
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 1002122 0 1 0 179531 471 0 0 20 0 12 0 21893449 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16778/statm: 204327 173577 1436 9 0 201654 0
[pid=16778/tid=16780] ppid=16776 vsize=817308 CPUtime=333.74
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 16673 0 -1 64 18336 0 1 0 33361 13 0 0 16 0 12 0 21893450 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16781] ppid=16776 vsize=817308 CPUtime=24.19
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 75998 0 0 0 2391 28 0 0 15 0 12 0 21893451 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=817308 CPUtime=24.34
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 76793 0 0 0 2404 30 0 0 16 0 12 0 21893451 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=817308 CPUtime=1416.38
/proc/16778/task/16783/stat : 16783 (java) R 16776 16778 16673 0 -1 64 824443 0 0 0 141242 396 0 0 25 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16784] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=817308 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=817308 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5566 0 0 0 126 2 0 0 16 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16789] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 817308

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16778

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

[startup+1803 s]
/proc/loadavg: 2.00 2.00 2.01 3/96 17512
/proc/meminfo: memFree=1013008/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=817308 CPUtime=1800.5
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 1002123 0 1 0 179579 471 0 0 16 0 12 0 21893449 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16778/statm: 204327 173577 1436 9 0 201654 0
[pid=16778/tid=16780] ppid=16776 vsize=817308 CPUtime=333.74
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 16673 0 -1 64 18336 0 1 0 33361 13 0 0 16 0 12 0 21893450 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16781] ppid=16776 vsize=817308 CPUtime=24.19
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 75998 0 0 0 2391 28 0 0 15 0 12 0 21893451 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=817308 CPUtime=24.34
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 76793 0 0 0 2404 30 0 0 16 0 12 0 21893451 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=817308 CPUtime=1416.87
/proc/16778/task/16783/stat : 16783 (java) R 16776 16778 16673 0 -1 64 824443 0 0 0 141291 396 0 0 25 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16784] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16787] ppid=16776 vsize=817308 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=817308 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5566 0 0 0 126 2 0 0 16 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16789] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21893458 836923392 173577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 817308

[startup+1803.8 s]
/proc/loadavg: 2.00 2.00 2.01 3/96 17512
/proc/meminfo: memFree=1013008/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=813304 CPUtime=1801.3
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 1002127 0 1 0 179659 471 0 0 16 0 12 0 21893449 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16778/statm: 203326 172579 1436 9 0 200653 0
[pid=16778/tid=16780] ppid=16776 vsize=813304 CPUtime=333.76
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 16673 0 -1 64 18336 0 1 0 33363 13 0 0 16 0 12 0 21893450 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16781] ppid=16776 vsize=813304 CPUtime=24.19
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 75998 0 0 0 2391 28 0 0 15 0 12 0 21893451 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=813304 CPUtime=24.34
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 76793 0 0 0 2404 30 0 0 16 0 12 0 21893451 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=813304 CPUtime=1417.66
/proc/16778/task/16783/stat : 16783 (java) R 16776 16778 16673 0 -1 64 824443 0 0 0 141370 396 0 0 25 0 12 0 21893453 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16784] ppid=16776 vsize=813304 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=813304 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=813304 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21893458 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16787] ppid=16776 vsize=813304 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=813304 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5566 0 0 0 126 2 0 0 16 0 12 0 21893458 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16789] ppid=16776 vsize=813304 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=813304 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21893458 832823296 172579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.3
Current children cumulated vsize (KiB) 813304

[startup+1804.2 s]
/proc/loadavg: 2.00 2.00 2.01 3/96 17512
/proc/meminfo: memFree=1013392/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=817308 CPUtime=1801.7
/proc/16778/stat : 16778 (java) S 16776 16778 16673 0 -1 0 1003629 0 1 0 179698 472 0 0 16 0 12 0 21893449 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16778/statm: 204327 173580 1436 9 0 201654 0
[pid=16778/tid=16780] ppid=16776 vsize=817308 CPUtime=333.76
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 16673 0 -1 64 18336 0 1 0 33363 13 0 0 16 0 12 0 21893450 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16781] ppid=16776 vsize=817308 CPUtime=24.19
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 16673 0 -1 64 75998 0 0 0 2391 28 0 0 15 0 12 0 21893451 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=817308 CPUtime=24.34
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 16673 0 -1 64 76793 0 0 0 2404 30 0 0 16 0 12 0 21893451 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=817308 CPUtime=1418.05
/proc/16778/task/16783/stat : 16783 (java) R 16776 16778 16673 0 -1 64 825945 0 0 0 141409 396 0 0 25 0 12 0 21893453 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 105696735 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16784] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 16673 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 16673 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21893453 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 16673 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21893458 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16787] ppid=16776 vsize=817308 CPUtime=0.03
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 16673 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 21893458 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=817308 CPUtime=1.28
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 16673 0 -1 64 5566 0 0 0 126 2 0 0 16 0 12 0 21893458 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16778/tid=16789] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 16673 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21893458 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=817308 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) R 16776 16778 16673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21893458 836923392 173580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 817308

[startup+1804.6 s]
/proc/loadavg: 2.00 2.00 2.01 3/96 17512
/proc/meminfo: memFree=1013392/2055920 swapFree=4192812/4192956
[pid=16778] ppid=16776 vsize=0 CPUtime=1802.1
/proc/16778/stat : 16778 (java) Z 16776 16778 16673 0 -1 1036 1003629 0 1 0 179730 480 0 0 16 0 2 0 21893449 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16778/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1804.63
CPU time (s): 1802.13
CPU user time (s): 1797.31
CPU system time (s): 4.82527
CPU usage (%): 99.8618
Max. virtual memory (cumulated for all children) (KiB): 819312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.31
system time used= 4.82527
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1003629
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= 44761
involuntary context switches= 30430

runsolver used 2.29565 second user time and 5.9401 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 23:38:10
IDJOB=2068798
IDBENCH=54938
IDSOLVER=731
FILE ID=node75/2068798-1247348290
PBS_JOBID= 9506803
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tdsp/normalized-C2-3-16.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068798-1247348290/watcher-2068798-1247348290 -o /tmp/evaluation-result-2068798-1247348290/solver-2068798-1247348290 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068798-1247348290.xml

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

MD5SUM BENCH= cb0ea34ab866c40b350376982b2292f6
RANDOM SEED=1745594546

node75.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1874552 kB
Buffers:         18596 kB
Cached:          87076 kB
SwapCached:          0 kB
Active:          97832 kB
Inactive:        31140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1264 kB
Writeback:           0 kB
Mapped:          34056 kB
Slab:            37768 kB
Committed_AS:   264436 kB
PageTables:       1800 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= 66256 MiB
End job on node75 at 2009-07-12 00:08:15