Trace number 2076285

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
Sugar v1.14.6+minisatSAT 33.4019 33.8523

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle21.xml
MD5SUM54e0d6737af3447f12513dae4ecf7dbf
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.146977
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints672
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension64
Number of constraints which are defined in intension608
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:36:29 2009
0.00/0.08	c 0	PID 19468
0.00/0.08	c 0	HOST node49.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2076285-1247362589.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076285-1247362589.xml' 'HOME/temp.csp'
0.06/0.65	c 1	1 domains, 128 variables, 5 predicates, 4 relations, 672 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 1	Parsing HOME/temp.csp
0.61/0.93	c 1	parsed 810 expressions
0.61/0.94	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.94	c 1	Converting to clausal form CSP
0.61/0.96	c 1	converted 81 (10%) expressions
0.87/1.04	c 1	converted 162 (20%) expressions
1.37/1.58	c 2	converted 243 (30%) expressions
1.57/1.73	c 2	converted 324 (40%) expressions
1.57/1.78	c 2	converted 405 (50%) expressions
1.87/2.00	c 2	converted 486 (60%) expressions
1.87/2.06	c 2	converted 567 (70%) expressions
1.87/2.07	c 2	converted 648 (80%) expressions
1.87/2.09	c 2	converted 729 (90%) expressions
1.87/2.09	c 2	converted 810 (100%) expressions
1.87/2.10	c 2	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
1.87/2.10	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.87/2.10	c 2	Propagation in CSP
1.98/2.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.98/2.11	c 3	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
1.98/2.11	c 3	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.98/2.11	c 3	Simplifing CSP by introducing new Boolean variables
1.98/2.14	c 3	CSP : 128 integers, 4368 booleans, 5040 clauses, largest domain size 26
1.98/2.14	c 3	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.17/2.30	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.17/2.31	c 3	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.17/2.32	c 3	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.17/2.32	c 3	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.17/2.32	c 3	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.17/2.32	c 3	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.17/2.32	c 3	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.17/2.33	c 3	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.17/2.33	c 3	103 (80%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
2.17/2.33	c 3	116 (90%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
2.17/2.33	c 3	128 (100%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
11.37/11.68	c 12	504 (10%) CSP clauses are encoded (249816 clauses, 8973894 bytes)
17.32/17.61	c 18	1008 (20%) CSP clauses are encoded (329004 clauses, 12198027 bytes)
17.32/17.63	c 18	1512 (30%) CSP clauses are encoded (340308 clauses, 12408987 bytes)
21.18/21.59	c 22	2016 (40%) CSP clauses are encoded (396893 clauses, 14880034 bytes)
25.33/25.77	c 26	2520 (50%) CSP clauses are encoded (453703 clauses, 17340423 bytes)
25.33/25.79	c 26	3024 (60%) CSP clauses are encoded (465407 clauses, 17542551 bytes)
25.43/25.82	c 26	3528 (70%) CSP clauses are encoded (477111 clauses, 17750087 bytes)
25.43/25.84	c 26	4032 (80%) CSP clauses are encoded (488815 clauses, 17958998 bytes)
25.43/25.87	c 26	4536 (90%) CSP clauses are encoded (500594 clauses, 18175765 bytes)
25.43/25.89	c 26	5040 (100%) CSP clauses are encoded (512648 clauses, 18396859 bytes)
25.43/25.89	c 26	5040 CSP clauses encoded
25.43/25.89	c 26	Writing map file : HOME/temp.map
25.54/25.90	c 26	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.54/25.90	c 26	SAT : 7568 SAT variables, 512648 SAT clauses, 18396859 bytes
25.54/25.90	c 26	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.54/25.95	c 26	SOLVING HOME/temp.cnf
25.54/25.95	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.54/25.96	c 26	This is MiniSat 2.0 beta
25.54/25.96	c 26	WARNING: for repeatability, setting FPU to use double precision
25.54/25.96	c 26	============================[ Problem Statistics ]=============================
25.54/25.96	c 26	|                                                                             |
25.54/25.96	c 26	|  Number of variables:  7568                                                 |
25.54/25.96	c 26	|  Number of clauses:    512648                                               |
25.90/26.38	c 27	|  Parsing time:         0.37         s                                       |
26.00/26.41	c 27	============================[ Search Statistics ]==============================
26.00/26.41	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.00/26.41	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.00/26.41	c 27	===============================================================================
26.00/26.41	c 27	|         0 |    7568   512648  3354320 |   170882        0    nan |  0.000 % |
26.00/26.47	c 27	|       100 |    7568   512648  3354320 |   187970      100     15 |  0.000 % |
26.09/26.51	c 27	|       250 |    7568   512648  3354320 |   206768      250     11 |  0.000 % |
26.09/26.55	c 27	|       475 |    7568   512648  3354320 |   227444      475     10 |  0.000 % |
26.09/26.59	c 27	|       812 |    7568   512648  3354320 |   250189      812     10 |  0.000 % |
26.19/26.69	c 27	|      1318 |    7567   512648  3354320 |   275208     1317     10 |  0.013 % |
26.39/26.80	c 27	|      2077 |    7567   512648  3354320 |   302729     2076      9 |  0.013 % |
26.50/26.95	c 27	|      3216 |    7567   512648  3354320 |   333001     3215     10 |  0.013 % |
26.69/27.12	c 28	|      4924 |    7567   512648  3354320 |   366302     4923     10 |  0.013 % |
26.99/27.44	c 28	|      7488 |    7567   512648  3354320 |   402932     7487     10 |  0.013 % |
27.49/27.99	c 28	|     11332 |    7566   512648  3354320 |   443225    11330     10 |  0.027 % |
28.48/28.91	c 29	|     17099 |    7566   512648  3354320 |   487548    17097     11 |  0.026 % |
30.26/30.77	c 31	|     25748 |    7566   512648  3354320 |   536303    25746     11 |  0.026 % |
31.84/32.32	c 33	|     38723 |    7565   512648  3354320 |   589933    38720     12 |  0.040 % |
33.12/33.66	c 34	===============================================================================
33.12/33.66	c 34	restarts              : 14
33.12/33.66	c 34	conflicts             : 42577          (5619 /sec)
33.12/33.66	c 34	decisions             : 73405          (1.63 % random) (9688 /sec)
33.12/33.66	c 34	propagations          : 2052882        (270941 /sec)
33.12/33.66	c 34	conflict literals     : 498337         (22.80 % deleted)
33.12/33.66	c 34	Memory used           : 37.99 MB
33.12/33.66	c 34	CPU time              : 7.57685 s
33.12/33.66	c 34	
33.12/33.67	c 34	SATISFIABLE
33.12/33.68	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.12/33.68	c 34	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.21/33.75	c 34	Decoding HOME/temp.out
33.21/33.82	s SATISFIABLE
33.21/33.82	v 7 14 22 4 0 15 17 0 12 4 18 24 21 4 18 25 14 14 11 24 17 0 3 4 18 10 19 19 24 22 4 8 17 4 13 19 8 17 4 0 25 0 11 4 0 12 0 2 11 14 24 18 24 11 14 22 4 18 19 14 15 18 20 18 14 22 11 22 7 8 11 4 4 1 14 13 24 14 17 1 0 11 0 0 19 19 8 17 4 18 24 25 24 6 24 22 17 8 19 17 14 19 0 20 17 0 17 20 13 4 19 22 14 0 10 8 13 24 4 0 17 7 4 17 17 8 13 10
33.21/33.83	c 34	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.21/33.85	c 34	CPU 33.37 (0.06 0.01 32.87 0.43)
33.21/33.85	c 34	END Sun Jul 12 03:37:03 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076285-1247362589/watcher-2076285-1247362589 -o /tmp/evaluation-result-2076285-1247362589/solver-2076285-1247362589 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2076285-1247362589.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.02 2.01 2.00 4/74 19468
/proc/meminfo: memFree=1722088/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=12268 CPUtime=0
/proc/19468/stat : 19468 (sugar) R 19466 19468 19389 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23319280 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224636484606 0 0 4224 0 0 0 0 17 1 0 0
/proc/19468/statm: 3067 316 241 3 0 167 0

[startup+0.098784 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 19468
/proc/meminfo: memFree=1722088/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.06
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101792 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 19468
/proc/meminfo: memFree=1722088/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.06
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301806 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 19468
/proc/meminfo: memFree=1722088/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.06
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701859 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 19468
/proc/meminfo: memFree=1722088/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.06
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 19490
/proc/meminfo: memFree=1710224/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.61
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1309 5140 0 1 5 1 52 3 15 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
[pid=19481] ppid=19468 vsize=5356 CPUtime=0
/proc/19481/stat : 19481 (sh) S 19468 19468 19389 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23319351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19481/statm: 1339 233 193 169 0 50 0
[pid=19482] ppid=19481 vsize=864332 CPUtime=0.76
/proc/19482/stat : 19482 (java) S 19481 19468 19389 0 -1 0 8672 0 1 0 72 4 0 0 18 0 9 0 23319351 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19482/statm: 216083 7936 2566 9 0 210588 0
[pid=19482/tid=19483] ppid=19481 vsize=864332 CPUtime=0.38
/proc/19482/task/19483/stat : 19483 (java) R 19481 19468 19389 0 -1 64 2792 0 1 0 37 1 0 0 19 0 9 0 23319352 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4126519929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19484] ppid=19481 vsize=864332 CPUtime=0.31
/proc/19482/task/19484/stat : 19484 (java) S 19481 19468 19389 0 -1 64 4869 0 0 0 30 1 0 0 16 0 9 0 23319354 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19485] ppid=19481 vsize=864332 CPUtime=0
/proc/19482/task/19485/stat : 19485 (java) S 19481 19468 19389 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23319354 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19486] ppid=19481 vsize=864332 CPUtime=0
/proc/19482/task/19486/stat : 19486 (java) S 19481 19468 19389 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23319354 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19487] ppid=19481 vsize=864332 CPUtime=0
/proc/19482/task/19487/stat : 19487 (java) S 19481 19468 19389 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23319356 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19488] ppid=19481 vsize=864332 CPUtime=0.04
/proc/19482/task/19488/stat : 19488 (java) S 19481 19468 19389 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23319356 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19489] ppid=19481 vsize=864332 CPUtime=0
/proc/19482/task/19489/stat : 19489 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23319356 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19490] ppid=19481 vsize=864332 CPUtime=0
/proc/19482/task/19490/stat : 19490 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23319356 885075968 7936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 886556

[startup+3.10221 s]
/proc/loadavg: 2.02 2.01 2.00 4/85 19490
/proc/meminfo: memFree=1680784/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.62
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1310 5140 0 1 6 1 52 3 15 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
[pid=19481] ppid=19468 vsize=5356 CPUtime=0
/proc/19481/stat : 19481 (sh) S 19468 19468 19389 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23319351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19481/statm: 1339 233 193 169 0 50 0
[pid=19482] ppid=19481 vsize=868704 CPUtime=2.34
/proc/19482/stat : 19482 (java) S 19481 19468 19389 0 -1 0 13180 0 1 0 226 8 0 0 18 0 9 0 23319351 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19482/statm: 217176 12351 2591 9 0 211653 0
[pid=19482/tid=19483] ppid=19481 vsize=868704 CPUtime=1.33
/proc/19482/task/19483/stat : 19483 (java) R 19481 19468 19389 0 -1 64 3065 0 1 0 131 2 0 0 24 0 9 0 23319352 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19484] ppid=19481 vsize=868704 CPUtime=0.79
/proc/19482/task/19484/stat : 19484 (java) S 19481 19468 19389 0 -1 64 7919 0 0 0 76 3 0 0 16 0 9 0 23319354 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19485] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19485/stat : 19485 (java) S 19481 19468 19389 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19486] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19486/stat : 19486 (java) S 19481 19468 19389 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19487] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19487/stat : 19487 (java) S 19481 19468 19389 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23319356 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19488] ppid=19481 vsize=868704 CPUtime=0.19
/proc/19482/task/19488/stat : 19488 (java) S 19481 19468 19389 0 -1 64 1497 0 0 0 18 1 0 0 15 0 9 0 23319356 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19489] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19489/stat : 19489 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23319356 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19490] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19490/stat : 19490 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23319356 889552896 12351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890928

[startup+6.30266 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 19490
/proc/meminfo: memFree=1668048/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.62
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1310 5140 0 1 6 1 52 3 15 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
[pid=19481] ppid=19468 vsize=5356 CPUtime=0
/proc/19481/stat : 19481 (sh) S 19468 19468 19389 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23319351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19481/statm: 1339 233 193 169 0 50 0
[pid=19482] ppid=19481 vsize=868704 CPUtime=5.51
/proc/19482/stat : 19482 (java) S 19481 19468 19389 0 -1 0 15469 0 1 0 538 13 0 0 18 0 9 0 23319351 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19482/statm: 217176 14536 2591 9 0 211653 0
[pid=19482/tid=19483] ppid=19481 vsize=868704 CPUtime=4.32
/proc/19482/task/19483/stat : 19483 (java) R 19481 19468 19389 0 -1 64 3169 0 1 0 427 5 0 0 25 0 9 0 23319352 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4126563888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19484] ppid=19481 vsize=868704 CPUtime=0.96
/proc/19482/task/19484/stat : 19484 (java) S 19481 19468 19389 0 -1 64 10098 0 0 0 91 5 0 0 16 0 9 0 23319354 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19485] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19485/stat : 19485 (java) S 19481 19468 19389 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19486] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19486/stat : 19486 (java) S 19481 19468 19389 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19487] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19487/stat : 19487 (java) S 19481 19468 19389 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23319356 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19488] ppid=19481 vsize=868704 CPUtime=0.2
/proc/19482/task/19488/stat : 19488 (java) S 19481 19468 19389 0 -1 64 1503 0 0 0 19 1 0 0 15 0 9 0 23319356 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19489] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19489/stat : 19489 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23319356 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19490] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19490/stat : 19490 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23319356 889552896 14536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890928

[startup+12.7026 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 19490
/proc/meminfo: memFree=1654608/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.62
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1310 5140 0 1 6 1 52 3 16 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
[pid=19481] ppid=19468 vsize=5356 CPUtime=0
/proc/19481/stat : 19481 (sh) S 19468 19468 19389 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23319351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19481/statm: 1339 233 193 169 0 50 0
[pid=19482] ppid=19481 vsize=868704 CPUtime=11.84
/proc/19482/stat : 19482 (java) S 19481 19468 19389 0 -1 0 18473 0 1 0 1166 18 0 0 18 0 9 0 23319351 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19482/statm: 217176 16131 2591 9 0 211653 0
[pid=19482/tid=19483] ppid=19481 vsize=868704 CPUtime=10.27
/proc/19482/task/19483/stat : 19483 (java) R 19481 19468 19389 0 -1 64 3293 0 1 0 1018 9 0 0 25 0 9 0 23319352 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19484] ppid=19481 vsize=868704 CPUtime=1.34
/proc/19482/task/19484/stat : 19484 (java) S 19481 19468 19389 0 -1 64 12972 0 0 0 127 7 0 0 16 0 9 0 23319354 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19485] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19485/stat : 19485 (java) S 19481 19468 19389 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19486] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19486/stat : 19486 (java) S 19481 19468 19389 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19487] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19487/stat : 19487 (java) S 19481 19468 19389 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23319356 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19488] ppid=19481 vsize=868704 CPUtime=0.21
/proc/19482/task/19488/stat : 19488 (java) S 19481 19468 19389 0 -1 64 1509 0 0 0 20 1 0 0 16 0 9 0 23319356 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19489] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19489/stat : 19489 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23319356 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19490] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19490/stat : 19490 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23319356 889552896 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890928

[startup+25.5014 s]
/proc/loadavg: 2.09 2.02 2.01 3/85 19490
/proc/meminfo: memFree=1643792/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=0.62
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1310 5140 0 1 6 1 52 3 16 0 1 0 23319280 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1111 409 3 0 796 0
[pid=19481] ppid=19468 vsize=5356 CPUtime=0
/proc/19481/stat : 19481 (sh) S 19468 19468 19389 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23319351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19481/statm: 1339 233 193 169 0 50 0
[pid=19482] ppid=19481 vsize=868704 CPUtime=24.52
/proc/19482/stat : 19482 (java) S 19481 19468 19389 0 -1 0 20933 0 1 0 2425 27 0 0 18 0 9 0 23319351 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19482/statm: 217176 17109 2591 9 0 211653 0
[pid=19482/tid=19483] ppid=19481 vsize=868704 CPUtime=22.43
/proc/19482/task/19483/stat : 19483 (java) R 19481 19468 19389 0 -1 64 3493 0 1 0 2229 14 0 0 25 0 9 0 23319352 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19484] ppid=19481 vsize=868704 CPUtime=1.84
/proc/19482/task/19484/stat : 19484 (java) S 19481 19468 19389 0 -1 64 15226 0 0 0 174 10 0 0 16 0 9 0 23319354 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19485] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19485/stat : 19485 (java) S 19481 19468 19389 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19486] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19486/stat : 19486 (java) S 19481 19468 19389 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23319354 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19487] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19487/stat : 19487 (java) S 19481 19468 19389 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23319356 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19488] ppid=19481 vsize=868704 CPUtime=0.21
/proc/19482/task/19488/stat : 19488 (java) S 19481 19468 19389 0 -1 64 1515 0 0 0 20 1 0 0 16 0 9 0 23319356 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19489] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19489/stat : 19489 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23319356 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19482/tid=19490] ppid=19481 vsize=868704 CPUtime=0
/proc/19482/task/19490/stat : 19490 (java) S 19481 19468 19389 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23319356 889552896 17109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890928

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

[startup+28.7018 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 19492
/proc/meminfo: memFree=1665936/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=25.57
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1376 26399 0 2 6 1 2516 34 15 0 1 0 23319280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1113 409 3 0 796 0
[pid=19491] ppid=19468 vsize=5356 CPUtime=0
/proc/19491/stat : 19491 (sh) S 19468 19468 19389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19491/statm: 1339 232 193 169 0 50 0
[pid=19492] ppid=19491 vsize=35456 CPUtime=2.71
/proc/19492/stat : 19492 (minisat) R 19491 19468 19389 0 -1 4194304 8596 0 0 0 266 5 0 0 25 0 1 0 23321876 36306944 8582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19492/statm: 8864 8582 76 150 0 8711 0
Current children cumulated CPU time (s) 28.28
Current children cumulated vsize (KiB) 57680

[startup+31.9073 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 19492
/proc/meminfo: memFree=1663248/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=25.57
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1376 26399 0 2 6 1 2516 34 16 0 1 0 23319280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1113 409 3 0 796 0
[pid=19491] ppid=19468 vsize=5356 CPUtime=0
/proc/19491/stat : 19491 (sh) S 19468 19468 19389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19491/statm: 1339 232 193 169 0 50 0
[pid=19492] ppid=19491 vsize=38028 CPUtime=5.88
/proc/19492/stat : 19492 (minisat) R 19491 19468 19389 0 -1 4194304 9234 0 0 0 583 5 0 0 25 0 1 0 23321876 38940672 9220 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/19492/statm: 9507 9220 76 150 0 9354 0
Current children cumulated CPU time (s) 31.45
Current children cumulated vsize (KiB) 60252

[startup+32.7024 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 19492
/proc/meminfo: memFree=1663248/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=25.57
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1376 26399 0 2 6 1 2516 34 16 0 1 0 23319280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1113 409 3 0 796 0
[pid=19491] ppid=19468 vsize=5356 CPUtime=0
/proc/19491/stat : 19491 (sh) S 19468 19468 19389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19491/statm: 1339 232 193 169 0 50 0
[pid=19492] ppid=19491 vsize=38556 CPUtime=6.67
/proc/19492/stat : 19492 (minisat) R 19491 19468 19389 0 -1 4194304 9355 0 0 0 662 5 0 0 25 0 1 0 23321876 39481344 9341 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19492/statm: 9639 9341 76 150 0 9486 0
Current children cumulated CPU time (s) 32.24
Current children cumulated vsize (KiB) 60780

[startup+33.5015 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 19492
/proc/meminfo: memFree=1662800/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=25.57
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1376 26399 0 2 6 1 2516 34 16 0 1 0 23319280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1113 409 3 0 796 0
[pid=19491] ppid=19468 vsize=5356 CPUtime=0
/proc/19491/stat : 19491 (sh) S 19468 19468 19389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321875 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19491/statm: 1339 232 193 169 0 50 0
[pid=19492] ppid=19491 vsize=38768 CPUtime=7.46
/proc/19492/stat : 19492 (minisat) R 19491 19468 19389 0 -1 4194304 9399 0 0 0 741 5 0 0 25 0 1 0 23321876 39698432 9385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19492/statm: 9692 9385 76 150 0 9539 0
Current children cumulated CPU time (s) 33.03
Current children cumulated vsize (KiB) 60992

[startup+33.7016 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 19492
/proc/meminfo: memFree=1662800/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=33.21
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1430 36116 0 2 6 1 3274 40 17 0 1 0 23319280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 33.21
Current children cumulated vsize (KiB) 16868

[startup+33.8016 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 19492
/proc/meminfo: memFree=1662800/2055920 swapFree=4192812/4192956
[pid=19468] ppid=19466 vsize=16868 CPUtime=33.21
/proc/19468/stat : 19468 (sugar) S 19466 19468 19389 0 -1 4194304 1448 36116 0 2 6 1 3274 40 16 0 1 0 23319280 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19468/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 33.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 33.8523
CPU time (s): 33.4019
CPU user time (s): 32.938
CPU system time (s): 0.463929
CPU usage (%): 98.6695
Max. virtual memory (cumulated for all children) (KiB): 896056

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

runsolver used 0.040993 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 03:36:29
IDJOB=2076285
IDBENCH=56400
IDSOLVER=739
FILE ID=node49/2076285-1247362589
PBS_JOBID= 9506988
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle21.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076285-1247362589/watcher-2076285-1247362589 -o /tmp/evaluation-result-2076285-1247362589/solver-2076285-1247362589 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2076285-1247362589.xml

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

MD5SUM BENCH= 54e0d6737af3447f12513dae4ecf7dbf
RANDOM SEED=424088590

node49.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1722568 kB
Buffers:         39472 kB
Cached:         117812 kB
SwapCached:          0 kB
Active:         214016 kB
Inactive:        67700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:         135088 kB
Slab:            36444 kB
Committed_AS:   369208 kB
PageTables:       2076 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node49 at 2009-07-12 03:37:03