Trace number 2099433

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
Abscon 112v4 ACUNSAT 222.647 222.757

DiagnosticValue
CHECKS2586760000
NODES642417

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-78_ext.xml
MD5SUM2ac92b434940a175b3fb756f91844113
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.1807
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2099433-1247418182.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.35	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80  nbTotalValues=3200
0.29/0.35	       =>  wckTime=0.107  cpuTime=0.09  mem=7M892
0.29/0.35	   
0.29/0.35	   relations being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
0.58/0.64	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.58/0.65	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=1
0.58/0.65	     maxDegree=10  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.039  symmetryCpuTime=0.02
0.58/0.65	       =>  wckTime=0.401  cpuTime=0.32  mem=26M543
0.68/0.72	   
0.68/0.72	   solver IterativeSystematicSolver being built... 
0.78/0.85	       =>  wckTime=0.609  cpuTime=0.44  mem=23M595
0.78/0.86	   
0.78/0.86	   preprocessing
0.78/0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78/0.86	     detectedInconsistency=no
0.78/0.86	       =>  wckTime=0.0040  cpuTime=0.01  mem=24M532
0.98/1.05	   
0.98/1.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M500)
222.59/222.72	   
222.59/222.72	   search
222.59/222.72	     run=24  nbConstraintChecks=2586756755  minDepth=0  maxDepth=9  nbPropagations=69740494  nbRevisions=333774889
222.59/222.72	     nbUselessRevisions=176605123  nbAssignments=642417  nbFailedAssignments=416830  nbInferredBacktracks=68
222.59/222.72	     nbBacktracks=225453  nbVisitedNodes=1227992  nbRestartNogoods=287  nbSEliminables=6.03  nbREliminables=2.71
222.59/222.72	     nbIEliminables=13.98  nbDEliminables=0  nbPEliminables=0
222.59/222.72	       =>  wckTime=221.864  cpuTime=221.7  mem=25M500
222.59/222.72	   
222.59/222.72	   global
222.59/222.72	     nbConstraintChecks=2586756755  nbPropagations=69740534  nbRevisions=333774889  nbUselessRevisions=176605123
222.59/222.72	     nbRestartNogoods=287  solvingWckTime=221.867  solvingCpuTime=221.7  expiredTime=no  totalExploration=yes
222.59/222.72	     nbFoundSolutions=0  globalCpuTime=222.18
222.59/222.72	       =>  wckTime=222.479  cpuTime=222.14  mem=25M500
222.59/222.72	   
222.59/222.72	s UNSATISFIABLE
222.59/222.72	d NODES 642417
222.59/222.72	d CHECKS 2586756755
222.59/222.73	   
222.59/222.73	   totalWckTime=222.546  totalCpuTime=222.18

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2099433-1247418182/watcher-2099433-1247418182 -o /tmp/evaluation-result-2099433-1247418182/solver-2099433-1247418182 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2099433-1247418182.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: 1.91 1.95 1.98 4/80 1172
/proc/meminfo: memFree=1782480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=1616 CPUtime=0
/proc/1172/stat : 1172 (java) R 1170 1172 849 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28884854 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/1172/statm: 404 148 122 9 0 46 0

[startup+0.011249 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 1172
/proc/meminfo: memFree=1782480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=10676 CPUtime=0
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 688 0 0 0 0 0 0 0 18 0 2 0 28884854 10932224 482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 2670 482 209 9 0 1185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10676

[startup+0.101258 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 1172
/proc/meminfo: memFree=1782480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=865980 CPUtime=0.09
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 3757 0 1 0 7 2 0 0 18 0 9 0 28884854 886763520 3223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216495 3223 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30128 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 1172
/proc/meminfo: memFree=1782480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=866472 CPUtime=0.29
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 5996 0 1 0 25 4 0 0 18 0 9 0 28884854 887267328 5362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216618 5363 1986 9 0 211076 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866472

[startup+0.701332 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 1172
/proc/meminfo: memFree=1782480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867252 CPUtime=0.68
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 15061 147 1 0 61 7 0 0 18 0 10 0 28884854 888066048 10985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216813 10985 2628 9 0 211271 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867252

[startup+1.50141 s]
/proc/loadavg: 1.91 1.95 1.98 3/89 1185
/proc/meminfo: memFree=1743240/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=1.47
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20012 271 1 0 139 8 0 0 18 0 9 0 28884854 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12421 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=1.2
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13922 271 1 0 114 6 0 0 22 0 9 0 28884856 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 4126795892 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 17 0 9 0 28884857 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.18
/proc/1172/task/1179/stat : 1179 (java) R 1170 1172 849 0 -1 64 538 271 0 0 18 0 0 0 15 0 9 0 28884859 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 101680828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12422 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867472

[startup+3.10258 s]
/proc/loadavg: 1.91 1.95 1.98 3/89 1185
/proc/meminfo: memFree=1743048/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=3.07
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20029 271 1 0 299 8 0 0 18 0 9 0 28884854 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12433 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=2.79
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13927 271 1 0 273 6 0 0 25 0 9 0 28884856 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4126795920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 17 0 9 0 28884857 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 550 271 0 0 20 0 0 0 15 0 9 0 28884859 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12433 996147200 134512640 134550932 4294955968 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) 867472

[startup+6.30193 s]
/proc/loadavg: 1.92 1.95 1.98 3/89 1185
/proc/meminfo: memFree=1742664/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=6.27
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20032 271 1 0 619 8 0 0 18 0 9 0 28884854 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12434 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=5.99
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13928 271 1 0 593 6 0 0 25 0 9 0 28884856 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4126804912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 551 271 0 0 20 0 0 0 16 0 9 0 28884859 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12434 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867472

[startup+12.7026 s]
/proc/loadavg: 1.93 1.95 1.98 3/89 1185
/proc/meminfo: memFree=1742480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=12.67
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20036 271 1 0 1259 8 0 0 18 0 9 0 28884854 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12435 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=12.38
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13931 271 1 0 1232 6 0 0 25 0 9 0 28884856 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4126793592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 552 271 0 0 20 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867472

[startup+25.502 s]
/proc/loadavg: 1.94 1.96 1.98 3/89 1185
/proc/meminfo: memFree=1742672/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=25.46
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20038 271 1 0 2538 8 0 0 18 0 9 0 28884854 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12435 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=25.18
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13933 271 1 0 2512 6 0 0 25 0 9 0 28884856 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4126806214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 552 271 0 0 20 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 867472

[startup+51.1017 s]
/proc/loadavg: 1.96 1.96 1.98 3/89 1185
/proc/meminfo: memFree=1742672/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=51.06
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20039 271 1 0 5097 9 0 0 18 0 9 0 28884854 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12435 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=50.76
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13934 271 1 0 5070 6 0 0 25 0 9 0 28884856 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4126774467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 552 271 0 0 20 0 0 0 16 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 867472

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.98 3/89 1185
/proc/meminfo: memFree=1742544/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=102.25
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20041 271 1 0 10216 9 0 0 18 0 9 0 28884854 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12435 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=101.95
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13936 271 1 0 10189 6 0 0 25 0 9 0 28884856 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4126792837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 552 271 0 0 20 0 0 0 16 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 867472

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 1185
/proc/meminfo: memFree=1742480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=162.22
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20042 271 1 0 16213 9 0 0 18 0 9 0 28884854 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12435 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=161.92
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13937 271 1 0 16186 6 0 0 25 0 9 0 28884856 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4126774448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 552 271 0 0 20 0 0 0 16 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 867472

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 1185
/proc/meminfo: memFree=1742480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=222.19
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20043 271 1 0 22210 9 0 0 18 0 9 0 28884854 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12435 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=221.89
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13938 271 1 0 22183 6 0 0 25 0 9 0 28884856 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4126792782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 552 271 0 0 20 0 0 0 16 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 867472

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

[startup+222.701 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 1185
/proc/meminfo: memFree=1742480/2055920 swapFree=4192812/4192956
[pid=1172] ppid=1170 vsize=867472 CPUtime=222.59
/proc/1172/stat : 1172 (java) S 1170 1172 849 0 -1 0 20043 271 1 0 22250 9 0 0 18 0 9 0 28884854 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1172/statm: 216868 12435 2656 9 0 211304 0
[pid=1172/tid=1174] ppid=1170 vsize=867472 CPUtime=222.29
/proc/1172/task/1174/stat : 1174 (java) R 1170 1172 849 0 -1 64 13938 271 1 0 22223 6 0 0 25 0 9 0 28884856 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4126802108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1175] ppid=1170 vsize=867472 CPUtime=0.05
/proc/1172/task/1175/stat : 1175 (java) S 1170 1172 849 0 -1 64 4703 271 0 0 5 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1176] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1176/stat : 1176 (java) S 1170 1172 849 0 -1 64 18 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1177] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1177/stat : 1177 (java) S 1170 1172 849 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28884857 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1172/tid=1178] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1178/stat : 1178 (java) S 1170 1172 849 0 -1 64 2 271 0 0 0 0 0 0 23 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1179] ppid=1170 vsize=867472 CPUtime=0.2
/proc/1172/task/1179/stat : 1179 (java) S 1170 1172 849 0 -1 64 552 271 0 0 20 0 0 0 16 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1180] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1180/stat : 1180 (java) S 1170 1172 849 0 -1 64 0 271 0 0 0 0 0 0 24 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1172/tid=1181] ppid=1170 vsize=867472 CPUtime=0
/proc/1172/task/1181/stat : 1181 (java) S 1170 1172 849 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28884859 888291328 12435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.59
Current children cumulated vsize (KiB) 867472

Child status: 0
Real time (s): 222.757
CPU time (s): 222.647
CPU user time (s): 222.537
CPU system time (s): 0.109983
CPU usage (%): 99.9505
Max. virtual memory (cumulated for all children) (KiB): 867472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.537
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20427
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= 5619
involuntary context switches= 10749

runsolver used 0.299954 second user time and 0.72189 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 19:03:02
IDJOB=2099433
IDBENCH=60325
IDSOLVER=773
FILE ID=node19/2099433-1247418182
PBS_JOBID= 9510777
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-78_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2099433-1247418182/watcher-2099433-1247418182 -o /tmp/evaluation-result-2099433-1247418182/solver-2099433-1247418182 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2099433-1247418182.xml

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

MD5SUM BENCH= 2ac92b434940a175b3fb756f91844113
RANDOM SEED=1760922010

node19.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.211
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.211
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:       1782960 kB
Buffers:         40104 kB
Cached:         123368 kB
SwapCached:          0 kB
Active:         142700 kB
Inactive:        73352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          72984 kB
Slab:            41964 kB
Committed_AS:  1009848 kB
PageTables:       1960 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= 66428 MiB
End job on node19 at 2009-07-12 19:06:45