Trace number 1078987

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (MO) 33.8958 32.3477

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-6_ext.xml
MD5SUM329f89ece2c8c1cdd4cc1cd52f24e53d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.48117
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078987-1215208942/watcher-1078987-1215208942 -o /tmp/evaluation-result-1078987-1215208942/solver-1078987-1215208942 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078987-1215208942.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 7005
/proc/meminfo: memFree=1586656/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=1804 CPUtime=0
/proc/7005/stat : 7005 (java) R 7003 7005 5820 0 -1 0 348 0 0 0 0 0 0 0 18 0 1 0 1999866671 1847296 151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/7005/statm: 451 151 106 9 0 93 0

[startup+0.026353 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 7005
/proc/meminfo: memFree=1586656/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=800744 CPUtime=0.01
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 2309 0 1 0 0 1 0 0 18 0 4 0 1999866671 819961856 2047 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 200186 2049 910 9 0 197569 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800744

[startup+0.101375 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 7005
/proc/meminfo: memFree=1586656/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=804756 CPUtime=0.08
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 3226 0 1 0 6 2 0 0 18 0 12 0 1999866671 824070144 2957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 201189 2957 1218 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301383 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 7005
/proc/meminfo: memFree=1586656/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=808108 CPUtime=0.29
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 4979 0 1 0 26 3 0 0 18 0 12 0 1999866671 827502592 4337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 202027 4337 1309 9 0 199396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808108

[startup+0.701426 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 7005
/proc/meminfo: memFree=1586656/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=808200 CPUtime=0.7
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 6292 0 1 0 65 5 0 0 18 0 12 0 1999866671 827596800 5504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 202050 5504 1335 9 0 199412 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 808200

[startup+1.50267 s]
/proc/loadavg: 1.92 1.98 1.99 5/105 7017
/proc/meminfo: memFree=1567608/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=813320 CPUtime=1.5
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 10836 0 1 0 142 8 0 0 18 0 12 0 1999866671 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 203330 8667 1354 9 0 200692 0
[pid=7005/tid=7007] ppid=7003 vsize=813320 CPUtime=0.68
/proc/7005/task/7007/stat : 7007 (java) R 7003 7005 5820 0 -1 64 5997 0 1 0 63 5 0 0 25 0 12 0 1999866672 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7008] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1999866673 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7009] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1999866673 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7010] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7010/stat : 7010 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1999866674 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7011] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1999866675 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7012] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1999866675 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7013] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7014] ppid=7003 vsize=813320 CPUtime=0.29
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 749 0 0 0 29 0 0 0 16 0 12 0 1999866679 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=813320 CPUtime=0.5
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3325 0 0 0 49 1 0 0 16 0 12 0 1999866679 832839680 8667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 832839680 8668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=813320 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 832839680 8668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 813320

[startup+3.10304 s]
/proc/loadavg: 1.92 1.98 1.99 3/105 7017
/proc/meminfo: memFree=1519992/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=818448 CPUtime=3.37
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 44851 0 1 0 313 24 0 0 18 0 12 0 1999866671 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 204612 40715 1360 9 0 201974 0
[pid=7005/tid=7007] ppid=7003 vsize=818448 CPUtime=1.44
/proc/7005/task/7007/stat : 7007 (java) R 7003 7005 5820 0 -1 64 17004 0 1 0 133 11 0 0 20 0 12 0 1999866672 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4109690215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=818448 CPUtime=0.33
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 7874 0 0 0 30 3 0 0 18 0 12 0 1999866673 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7009] ppid=7003 vsize=818448 CPUtime=0.51
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 14515 0 0 0 45 6 0 0 18 0 12 0 1999866673 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7010] ppid=7003 vsize=818448 CPUtime=0
/proc/7005/task/7010/stat : 7010 (java) S 7003 7005 5820 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1999866674 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=818448 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=818448 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1999866675 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7013] ppid=7003 vsize=818448 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7014] ppid=7003 vsize=818448 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=818448 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=818448 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=818448 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 838090752 40715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 818448

[startup+6.30205 s]
/proc/loadavg: 1.85 1.97 1.99 6/94 7065
/proc/meminfo: memFree=1405392/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=828656 CPUtime=7.76
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 89040 0 1 0 733 43 0 0 18 0 12 0 1999866671 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 207164 75520 1360 9 0 204526 0
[pid=7005/tid=7007] ppid=7003 vsize=828656 CPUtime=2.76
/proc/7005/task/7007/stat : 7007 (java) R 7003 7005 5820 0 -1 64 17008 0 1 0 265 11 0 0 19 0 12 0 1999866672 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4109742548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=828656 CPUtime=1.73
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 24724 0 0 0 163 10 0 0 16 0 12 0 1999866673 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7009] ppid=7003 vsize=828656 CPUtime=2.18
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 41850 0 0 0 200 18 0 0 21 0 12 0 1999866673 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7010] ppid=7003 vsize=828656 CPUtime=0
/proc/7005/task/7010/stat : 7010 (java) S 7003 7005 5820 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1999866674 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=828656 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=828656 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1999866675 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7013] ppid=7003 vsize=828656 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7014] ppid=7003 vsize=828656 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=828656 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=828656 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=828656 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 848543744 75520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 828656

[startup+12.7028 s]
/proc/loadavg: 1.94 1.98 1.99 4/94 7065
/proc/meminfo: memFree=1124824/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=833776 CPUtime=14.33
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 153375 0 1 0 1363 70 0 0 18 0 12 0 1999866671 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 208444 138083 1360 9 0 205806 0
[pid=7005/tid=7007] ppid=7003 vsize=833776 CPUtime=4.93
/proc/7005/task/7007/stat : 7007 (java) S 7003 7005 5820 0 -1 64 23165 0 1 0 479 14 0 0 17 0 12 0 1999866672 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=833776 CPUtime=4.9
/proc/7005/task/7008/stat : 7008 (java) R 7003 7005 5820 0 -1 64 73131 0 0 0 459 31 0 0 16 0 12 0 1999866673 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 104145909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7009] ppid=7003 vsize=833776 CPUtime=3.41
/proc/7005/task/7009/stat : 7009 (java) R 7003 7005 5820 0 -1 64 51621 0 0 0 320 21 0 0 25 0 12 0 1999866673 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7010] ppid=7003 vsize=833776 CPUtime=0
/proc/7005/task/7010/stat : 7010 (java) S 7003 7005 5820 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1999866674 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=833776 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=833776 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1999866675 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7013] ppid=7003 vsize=833776 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7014] ppid=7003 vsize=833776 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=833776 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=833776 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=833776 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 853786624 138083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 833776

[startup+25.5012 s]
/proc/loadavg: 2.02 2.00 2.00 3/86 7067
/proc/meminfo: memFree=941400/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=835780 CPUtime=27.08
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 194840 0 1 0 2622 86 0 0 18 0 12 0 1999866671 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 208945 177034 1365 9 0 206307 0
[pid=7005/tid=7007] ppid=7003 vsize=835780 CPUtime=6.63
/proc/7005/task/7007/stat : 7007 (java) S 7003 7005 5820 0 -1 64 35460 0 1 0 644 19 0 0 18 0 12 0 1999866672 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=835780 CPUtime=6.73
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 92278 0 0 0 636 37 0 0 16 0 12 0 1999866673 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7009] ppid=7003 vsize=835780 CPUtime=3.87
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 51621 0 0 0 366 21 0 0 17 0 12 0 1999866673 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7010] ppid=7003 vsize=835780 CPUtime=8.75
/proc/7005/task/7010/stat : 7010 (java) R 7003 7005 5820 0 -1 64 10051 0 0 0 870 5 0 0 25 0 12 0 1999866674 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=835780 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=835780 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999866675 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7013] ppid=7003 vsize=835780 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7014] ppid=7003 vsize=835780 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=835780 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=835780 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=835780 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 855838720 177034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 835780



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+30.2027 s]
/proc/loadavg: 2.10 2.02 2.01 3/86 7067
/proc/meminfo: memFree=861976/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=929784 CPUtime=31.76
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 222810 0 1 0 3076 100 0 0 18 0 12 0 1999866671 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7005/statm: 232446 196747 1365 9 0 229808 0
[pid=7005/tid=7007] ppid=7003 vsize=929784 CPUtime=6.84
/proc/7005/task/7007/stat : 7007 (java) S 7003 7005 5820 0 -1 64 35461 0 1 0 665 19 0 0 18 0 12 0 1999866672 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=929784 CPUtime=6.73
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 92278 0 0 0 636 37 0 0 16 0 12 0 1999866673 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7009] ppid=7003 vsize=929784 CPUtime=3.87
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 51621 0 0 0 366 21 0 0 17 0 12 0 1999866673 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7010] ppid=7003 vsize=929784 CPUtime=13.22
/proc/7005/task/7010/stat : 7010 (java) R 7003 7005 5820 0 -1 64 38020 0 0 0 1304 18 0 0 25 0 12 0 1999866674 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=929784 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=929784 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999866675 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7013] ppid=7003 vsize=929784 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7014] ppid=7003 vsize=929784 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=929784 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=929784 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=929784 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 952098816 196747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (KiB) 929784

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

Sending SIGKILL to process tree (bottom up)

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

[startup+31.0028 s]
/proc/loadavg: 2.10 2.02 2.01 3/87 7068
/proc/meminfo: memFree=878608/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=897780 CPUtime=32.55
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 226599 0 1 0 3153 102 0 0 16 0 12 0 1999866671 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7005/statm: 224445 192534 1365 9 0 221807 0
[pid=7005/tid=7007] ppid=7003 vsize=897780 CPUtime=6.84
/proc/7005/task/7007/stat : 7007 (java) S 7003 7005 5820 0 -1 64 35461 0 1 0 665 19 0 0 18 0 12 0 1999866672 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=897780 CPUtime=6.73
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 92278 0 0 0 636 37 0 0 16 0 12 0 1999866673 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7009] ppid=7003 vsize=897780 CPUtime=3.87
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 51621 0 0 0 366 21 0 0 17 0 12 0 1999866673 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7010] ppid=7003 vsize=897780 CPUtime=14.02
/proc/7005/task/7010/stat : 7010 (java) R 7003 7005 5820 0 -1 64 41808 0 0 0 1381 21 0 0 25 0 12 0 1999866674 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 106122587 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999866675 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7013] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7014] ppid=7003 vsize=897780 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=897780 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.55
Current children cumulated vsize (KiB) 897780

[startup+31.8029 s]
/proc/loadavg: 2.10 2.02 2.01 3/87 7068
/proc/meminfo: memFree=878480/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=897780 CPUtime=33.35
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 226599 0 1 0 3233 102 0 0 16 0 12 0 1999866671 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7005/statm: 224445 192534 1365 9 0 221807 0
[pid=7005/tid=7007] ppid=7003 vsize=897780 CPUtime=6.84
/proc/7005/task/7007/stat : 7007 (java) S 7003 7005 5820 0 -1 64 35461 0 1 0 665 19 0 0 18 0 12 0 1999866672 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=897780 CPUtime=6.73
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 92278 0 0 0 636 37 0 0 16 0 12 0 1999866673 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7009] ppid=7003 vsize=897780 CPUtime=3.87
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 51621 0 0 0 366 21 0 0 17 0 12 0 1999866673 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7010] ppid=7003 vsize=897780 CPUtime=14.81
/proc/7005/task/7010/stat : 7010 (java) R 7003 7005 5820 0 -1 64 41808 0 0 0 1460 21 0 0 25 0 12 0 1999866674 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999866675 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7013] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7014] ppid=7003 vsize=897780 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=897780 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.35
Current children cumulated vsize (KiB) 897780

[startup+32.2029 s]
/proc/loadavg: 2.10 2.02 2.01 3/87 7068
/proc/meminfo: memFree=878480/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=897780 CPUtime=33.74
/proc/7005/stat : 7005 (java) S 7003 7005 5820 0 -1 0 226599 0 1 0 3272 102 0 0 16 0 12 0 1999866671 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7005/statm: 224445 192534 1365 9 0 221807 0
[pid=7005/tid=7007] ppid=7003 vsize=897780 CPUtime=6.84
/proc/7005/task/7007/stat : 7007 (java) S 7003 7005 5820 0 -1 64 35461 0 1 0 665 19 0 0 18 0 12 0 1999866672 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7008] ppid=7003 vsize=897780 CPUtime=6.73
/proc/7005/task/7008/stat : 7008 (java) S 7003 7005 5820 0 -1 64 92278 0 0 0 636 37 0 0 16 0 12 0 1999866673 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7009] ppid=7003 vsize=897780 CPUtime=3.87
/proc/7005/task/7009/stat : 7009 (java) S 7003 7005 5820 0 -1 64 51621 0 0 0 366 21 0 0 17 0 12 0 1999866673 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7010] ppid=7003 vsize=897780 CPUtime=15.21
/proc/7005/task/7010/stat : 7010 (java) R 7003 7005 5820 0 -1 64 41808 0 0 0 1500 21 0 0 25 0 12 0 1999866674 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7011] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7011/stat : 7011 (java) S 7003 7005 5820 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1999866675 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7012] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7012/stat : 7012 (java) S 7003 7005 5820 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999866675 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7013] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7013/stat : 7013 (java) S 7003 7005 5820 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7005/tid=7014] ppid=7003 vsize=897780 CPUtime=0.35
/proc/7005/task/7014/stat : 7014 (java) S 7003 7005 5820 0 -1 64 756 0 0 0 35 0 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7015] ppid=7003 vsize=897780 CPUtime=0.69
/proc/7005/task/7015/stat : 7015 (java) S 7003 7005 5820 0 -1 64 3911 0 0 0 68 1 0 0 16 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7016] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7016/stat : 7016 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7005/tid=7017] ppid=7003 vsize=897780 CPUtime=0
/proc/7005/task/7017/stat : 7017 (java) S 7003 7005 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999866679 919326720 192534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.74
Current children cumulated vsize (KiB) 897780

[startup+32.3033 s]
/proc/loadavg: 2.10 2.02 2.01 3/87 7068
/proc/meminfo: memFree=878480/2055920 swapFree=4180096/4192956
[pid=7005] ppid=7003 vsize=0 CPUtime=33.84
/proc/7005/stat : 7005 (java) Z 7003 7005 5820 0 -1 1036 226599 0 1 0 3274 110 0 0 16 0 2 0 1999866671 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7005/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.84
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 32.3477
CPU time (s): 33.8958
CPU user time (s): 32.746
CPU system time (s): 1.14982
CPU usage (%): 104.786
Max. virtual memory (cumulated for all children) (KiB): 929784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.746
system time used= 1.14982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226599
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= 1323
involuntary context switches= 1566

runsolver used 0.054991 second user time and 0.118981 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 00:02:22
IDJOB=1078987
IDBENCH=56854
IDSOLVER=344
FILE ID=node42/1078987-1215208942
PBS_JOBID= 7881648
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-6_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078987-1215208942/watcher-1078987-1215208942 -o /tmp/evaluation-result-1078987-1215208942/solver-1078987-1215208942 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078987-1215208942.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 329f89ece2c8c1cdd4cc1cd52f24e53d
RANDOM SEED=59712180

node42.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.214
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.214
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:       1587136 kB
Buffers:         11548 kB
Cached:         330628 kB
SwapCached:       7140 kB
Active:         173096 kB
Inactive:       239876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587136 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            4872 kB
Writeback:           0 kB
Mapped:          86908 kB
Slab:            40396 kB
Committed_AS:  4269596 kB
PageTables:       2208 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= 66484 MiB
End job on node42 at 2008-07-05 00:02:54